Commit Graph

2296 Commits

Author SHA1 Message Date
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
Nick Coghlan 12bfa7c87f The PEP 343 implementation for the beta releases seems to have met with general approval (PEP 0 has actually been showing 343 as being Final for ages) 2006-07-30 12:19:23 +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
Guido van Rossum fb181cb367 Container literals stay. 2006-07-09 21:29:48 +00:00
Nick Coghlan dbea46ed60 Make note about __dir__() in the Python 2.6 PEP 2006-07-08 01:50:31 +00:00
Guido van Rossum 66fb10758e Switch my preference to syntax alternative 1. 2006-07-07 20:16:41 +00:00
Georg Brandl 507c8b78d9 Add "global" decision. 2006-07-07 07:50:39 +00:00
Brett Cannon 8f320ce8ac Reference cleanup and reformatting of modules to be removed. 2006-07-07 03:33:39 +00:00
Nick Coghlan 09618837a9 Updated writeup about import statements to strongly recommend absolute imports from main modules 2006-07-06 12:36:24 +00:00
Neal Norwitz a218af0b7f Add some carry overs from 2.5 (add dashes in front of all items). 2006-07-06 06:14:29 +00:00
Neal Norwitz eda4f20e85 Add some things I'd like to see done for 2.6, plus the outstanding issues that are being carried over from 2.5 2006-07-06 04:33:23 +00:00
Georg Brandl 93abd72170 Forbid ":=". 2006-07-05 08:28:49 +00:00
Talin 2c29fb9bd0 Updates to PEP 3101 as a result of discussion in Python-3000 2006-07-05 00:51:40 +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 75efa85973 Add int[:100]. 2006-07-04 19:55:21 +00:00
Steven Bethard d6a1625b00 Add rejected "globals.foo" proposal. 2006-07-02 20:33:26 +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 c31ba73924 Skeleton 2.6 schedule andn plans 2006-06-30 06:38:33 +00:00
Neal Norwitz 7f68d11e6c Add a list of 2.4 language features, there are probably more I forgot 2006-06-30 06:30:07 +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
Trent Mick acebde8f95 I presume that this was the intent of this sentence. 2006-06-28 16:26:17 +00:00
Guido van Rossum 85a099ca3e Introducing school IIb -- duplicate cases resolved by case order, not errors. 2006-06-28 14:41:23 +00:00
Nick Coghlan f4ddb4ef6e Add a note to PEP 338 about the use of relative imports 2006-06-28 11:08:51 +00:00
Georg Brandl 4939886cb8 Add __main__() PEP. 2006-06-28 06:47:51 +00:00
Neal Norwitz 6fc6cbc452 Update with important bugs and some doco 2006-06-28 05:53:15 +00:00
Guido van Rossum 77f06d7193 Standardize case of "school" -- there's no reason to capitalize this everywhere. 2006-06-27 18:01:47 +00:00
Nick Coghlan 073d9b3d10 Add a note about the dependency between relative imports and the value in '__name__' 2006-06-27 12:27:50 +00:00
Guido van Rossum f36e51cc18 Near-total rewrite of the section describing the different semantic
schools, inspired by discussion on python-dev with Ka-Ping.  Hopefully
the different schools and their relative advantages and disadvantages
are represented more correctly now.
2006-06-27 05:06:58 +00:00