Commit Graph

121 Commits

Author SHA1 Message Date
Neal Norwitz f0b55ea926 Fixed the buffer issue, unicode issue can wait for 2.5.1 2006-08-25 01:15:52 +00:00
Neal Norwitz ae2afbd3d1 RC1 was released. One bug was fixed.
Not all these new ones really block release.  We should try to fix them
and get more feedback.
2006-08-18 06:04:55 +00:00
Neal Norwitz 8a3b0d11b7 No more issues blocking release that I know of. 2006-08-15 04:28:12 +00:00
Andrew M. Kuchling 6f08661588 [#390] Update final release date to match schedule 2006-08-12 19:12:38 +00:00
Neal Norwitz 6380ec8065 update __index__ issue 2006-08-12 17:10:02 +00:00
Thomas Heller 99fc6b8af7 Per MvL's suggestion, add #1532975 to PEP 356. 2006-08-11 16:59:39 +00:00
Neal Norwitz 0cae307351 struct.pack was fixed about a week ago. 2006-08-11 04:34:28 +00:00
Neal Norwitz 31cf27b064 Remove duplicate entry and cgi issue that was fixed.
Reduce priority of element tree crash.  It would still be nice to be fixed
for 2.5, but shouldn't block release.
2006-08-11 04:22:57 +00:00
Georg Brandl 6e436f2511 Add some more priority-9 bugs. 2006-08-10 07:50:00 +00:00
Armin Rigo de89552458 Bug fixed. 2006-08-09 15:43:12 +00:00
Georg Brandl 32ed0afd92 This bug is now mostly fixed; what remains is such a very unlikely chance of a crash that it
doesn't prevent a release anymore.
2006-08-09 06:52:38 +00:00
Neal Norwitz 86116acc31 Remove an issue that is lower priority 2006-08-05 03:07:51 +00:00
Neal Norwitz 9458841166 b3 is out, update schedule to current, best guess. some bugs have been fixed. add new unicode issue 2006-08-04 05:25:40 +00:00
Martin v. Löwis a4e8b1d4e0 Dummy commit to check automatic rebuild. 2006-07-31 02:42:43 +00:00
Neal Norwitz 36b6caf8da Fix a couple of problems 2006-07-30 07:03:41 +00:00
Neal Norwitz d1975eae03 b3 seems definite, schedule still undecided. Update bugs 2006-07-29 20:25:44 +00:00
Georg Brandl 9cdbcbfb27 Add item: docs of pkgutil changes. 2006-07-25 10:20:43 +00:00
Neal Norwitz 3291f63c57 Organize the bugs by priority (tentative blockers, pending Anthonys review). Add warning issue 2006-07-25 06:28:18 +00:00
Neal Norwitz f0d927d66b Forgot one bug also from 2.4 2006-07-25 04:15:22 +00:00
Neal Norwitz 3a1cd79b98 Update with some new bugs. Most are also issues in 2.4, but should be fixed.
Only one bug was fixed. :-(
2006-07-25 04:13:13 +00:00
Anthony Baxter 14e2dfd2c6 this one is fixed 2006-07-11 16:47:38 +00:00
Anthony Baxter bb61290dd5 core compiles OK with g++, Modules will have to wait until 2.6 2006-07-11 16:47:02 +00:00
Anthony Baxter 6484eeeeea b2 done 2006-07-11 16:28:56 +00:00
Neal Norwitz 98dce313ff Add some XML differences. Remove ref to setuptools which is not in 2.5 2006-07-10 04:06:54 +00:00
Neal Norwitz eca500ad4a Some doc is in, good enough to start. We punted on the relative imports from main. Defered until 2.6 2006-07-10 02:36:52 +00:00
Neal Norwitz b7d2d161ed Another one bites the dust. 2006-07-10 00:07:10 +00:00
Neal Norwitz 703d192396 There were a couple of AST fixes and one request for a new crasher bug to track 2006-07-09 22:43:45 +00:00
Neal Norwitz 358f324037 Remove duplicate and closed bugs. Sort order and add some details. 2006-07-04 21:57:09 +00:00
Georg Brandl 0aeda9de6a Tab->Spaces. 2006-07-01 09:48:00 +00:00
Georg Brandl ddbd18da62 Add stringobject bug. 2006-07-01 09:42:21 +00:00
Martin v. Löwis 0d3fea3317 Added 1494314 per request from Jean-Paul Calderone. 2006-06-30 19:21:24 +00:00
Martin v. Löwis a0d13c176c Add the bugs that I consider critical before 2.5b2. 2006-06-30 19:10:18 +00:00
Nick Coghlan 4355b54b61 Include open issue for the PEP 328/338 relative import handling question 2006-06-30 16:55:39 +00:00
Neal Norwitz db72de3d8f Found a few more bugs 2006-06-30 07:24:04 +00:00
Neal Norwitz f967c35b38 Add another bug that needs resolution (socket.close() not working) 2006-06-30 06:09:24 +00:00
George Yoshida b95baf7cce amk checked in uuid doc. 2006-06-29 17:47:01 +00:00
Trent Mick 542fae0ad0 The expat 2.0 upgrade was done for 2.5b1 2006-06-28 20:28:56 +00:00
Neal Norwitz 6fc6cbc452 Update with important bugs and some doco 2006-06-28 05:53:15 +00:00
Neal Norwitz 46194d8b69 Best guess at new schedule. We can't release if the buildbots are red.
xml issues haven't really been resolved.  However, they were dropped
and are no longer considered a blocking issue for 2.5.

new test_zipimport64 takes too many resources to run (disk space and time)
2006-06-17 05:31:50 +00:00
Neal Norwitz 78758c51e2 The schedule is mostly fixed, except for personnel availability. uuid and wsgiref were added to the stdlib. Reflow long lines. 2006-06-13 05:27:13 +00:00
Nick Coghlan f9069d386d The new utility functions have been added to functools 2006-06-08 14:05:26 +00:00
Martin v. Löwis 8ee754bcf8 Windows icons are integrated. 2006-06-05 13:31:52 +00:00
Nick Coghlan dbb8010eb7 functional has been renamed to functools and alpha 3 was skipped 2006-05-29 12:49:03 +00:00
George Yoshida 8d006ff1a4 Bug #1474677 is fixed in r46045.
Many thanks to Georg and Neal.
2006-05-19 16:51:58 +00:00
Andrew M. Kuchling 73c8bcf6e6 Remove setuptools items (unless Anthony or Neal thinks it might reappear in 2.5?) 2006-05-19 11:35:36 +00:00
Neal Norwitz b2905b001c Speed up schedule a bit, rc corresponds to OSCON.
Gerhard checked in docs for sqlite.
2006-05-19 04:34:02 +00:00
Georg Brandl 472804e33f Add ref to patch containing new-style icons. 2006-05-17 17:41:34 +00:00
Andrew M. Kuchling 5e058adcfe Add link to SVN repo 2006-05-15 18:18:47 +00:00
Neal Norwitz b720d944df msilib docs are done 2006-05-12 06:59:14 +00:00
Neal Norwitz f841cfdd18 Anthony has done a fine job and doesn\'t seem to need any help. mwh wants to defer removing fpectl per py-dev mail. 2006-05-11 04:34:02 +00:00