Commit Graph

1093 Commits

Author SHA1 Message Date
David Goodger e9865b1fe6 Changes from Richard Jones:
- changes to the success/failure indicators used by the register.py
  command. Originally I had copied the idea of using X-PyPI-* headers
  from PEP 243. Upon advice from Greg Stein, I have switched to using
  HTTP response codes.
- clarifications to Roles
- added PKG-INFO upload interface
2002-11-18 02:02:43 +00:00
Raymond Hettinger eb7e91ec75 Remove request to re-write cmath in Python. The goal had been to make
it easier to improve the cmath algorithms, but no one had shown an
interest.  The new plan is to await implementation of a full blown
complex type in C99.
2002-11-17 17:39:51 +00:00
David Goodger 461747e153 updated from Docutils 2002-11-17 00:09:20 +00:00
Neal Norwitz 4e06fbde27 Add logging package backward compatibility reqt for 1.5.2
Guido wants a comment at the top of each file that has a compatibility reqt
Remove modulefinder as having a compatibility reqt
(I think this is what Guido and Thomas agreed to, let me know if not.)
2002-11-15 22:53:27 +00:00
Guido van Rossum 54f47ce2f0 C3 is checked in. 2002-11-14 19:56:53 +00:00
Guido van Rossum a9690f7bcd Some updates to the status list. 2002-11-14 17:05:36 +00:00
Andrew M. Kuchling 27fe6b1e75 [Bug #636159] Fix inheritance diagram (DatabaseError is not a subclass of
InterfaceError)
2002-11-13 21:20:45 +00:00
Andrew M. Kuchling b2761f9cc0 Typo fix 2002-11-13 21:18:51 +00:00
Andrew M. Kuchling 36b8a2d623 PEP 262 got withdrawn 2002-11-13 20:55:40 +00:00
David Goodger d4048b61bb conform to XHTML spec 2002-11-13 01:37:02 +00:00
David Goodger e2e00085ed updated 2002-11-13 01:36:44 +00:00
Martin v. Löwis 55629ecc08 Redeprecate dgux. 2002-11-12 19:58:38 +00:00
Martin v. Löwis c8aa12c3ce Deprecate --with-dl-dld. Proposed by Matthew Cowles, in #636313. 2002-11-12 15:25:17 +00:00
Martin v. Löwis 45954ad893 Add Minix. Proposed by Skip Montanaro. 2002-11-12 13:03:33 +00:00
David Goodger 119861ad94 Moved comment inside <head> to appease MSIE. 2002-11-12 05:36:09 +00:00
David Goodger e2133adf0f fix 2002-11-12 03:06:36 +00:00
David Goodger d0acf8e599 Added --local/-l option to make my life easier on creosote. Removed bogus <body> attributes. 2002-11-12 00:56:27 +00:00
David Goodger c59cafa7b2 removed bogus attributes 2002-11-12 00:55:10 +00:00
David Goodger aa1ae6c053 typo caught by GvR 2002-11-09 21:02:21 +00:00
David Goodger 8453e310f7 local copy of Docutils for PEP processing 2002-11-08 23:47:53 +00:00
David Goodger 0986247194 update from Richard Jones 2002-11-08 22:22:55 +00:00
David Goodger da7e09fc01 fixed meta tags 2002-11-08 22:12:30 +00:00
Guido van Rossum 9b829e9eac Typo. 2002-11-08 12:15:44 +00:00
David Goodger 8c85881454 corrected URL 2002-11-08 04:48:16 +00:00
David Goodger a80082ba80 Updated 2002-11-08 04:26:56 +00:00
David Goodger 4a04782272 Updated from Docutils. 2002-11-08 03:44:20 +00:00
David Goodger 419185c12d Added "DO NOT EDIT" comment. Updated from Docutils. 2002-11-08 03:43:48 +00:00
David Goodger 894076f227 Added PEP 301. Updated my email address. 2002-11-08 03:02:26 +00:00
David Goodger 4038ef068a Package Index and Metadata for Distutils, by Richard Jones 2002-11-08 02:59:18 +00:00
Guido van Rossum 33a01ef3d7 Delete stage 2 (turn on warnings for long literals). This seems to
have caused some concern on c.l.py.  These weill be illegal in Python
3.0, but there's no need to warn about them earlier.
2002-11-07 15:41:19 +00:00
David Goodger 26511b4f25 Withdrawn by author; marked rejected. 2002-11-06 05:41:32 +00:00
David Goodger 9b7cec2cd0 Officially take office. Reject PEP 270. 2002-11-06 05:40:39 +00:00
David Goodger 3906d98f25 updated 2002-11-06 05:38:56 +00:00
Andrew M. Kuchling a98db52a7e Use my personal address instead of my work address 2002-10-31 01:35:08 +00:00
David Goodger cb0de5fce0 Updated for new ``publish_string()`` convenience function. 2002-10-19 01:33:12 +00:00
David Goodger c44a73d95a vertical whitespace improvements 2002-10-18 05:19:39 +00:00
David Goodger 623c977f6e updated for Docutils API changes 2002-10-18 05:19:08 +00:00
Barry Warsaw 8e4c8019b1 Added a note on compound statements after remarks from David Goodger.
Make the code samples agree with this recommendation. ;)
2002-10-17 15:32:18 +00:00
Andrew M. Kuchling 5f41fd9b90 BDFL ruling: Add section on open issues and leave it at that 2002-10-15 00:24:12 +00:00
Andrew M. Kuchling ca7b344a47 Update description of sets to match the 2.3 sets.py 2002-10-13 21:02:35 +00:00
Andrew M. Kuchling fc4b0a2582 Forgot the numeric list -- mark PEP 262 as deferred 2002-10-13 20:22:45 +00:00
Andrew M. Kuchling 4a9868c159 Mark PEP 262 as deferred 2002-10-13 20:21:17 +00:00
Andrew M. Kuchling 729bd94f81 Add two methods to interface (old change) 2002-10-13 20:20:23 +00:00
Martin v. Löwis b1c21a1b80 The UTF-7 codec is implemented. 2002-10-13 14:17:00 +00:00
Martin v. Löwis e3164d0fcb Update status for PEP 277. 2002-10-07 18:38:47 +00:00
Martin v. Löwis 4b6a9cf9e2 The PEP is now implemented. 2002-10-07 18:34:33 +00:00
Guido van Rossum 36a82afee6 Add ruling about source code encodings. 2002-10-07 13:40:41 +00:00
Andrew M. Kuchling 1af0493a5d Fix typo 2002-09-30 01:56:17 +00:00
Andrew M. Kuchling dbadbf0092 Fix grammar error 2002-09-30 01:55:41 +00:00
Fred Drake 29581733e4 Identify modules by name, not source file.
Capitalize "MimeWriter" correctly.
2002-09-25 22:09:30 +00:00