Brett Cannon
ed85dc4e42
Swap some words to get the proper wording for Signature.bind().
2006-08-24 00:31:25 +00:00
Brett Cannon
2efc54157f
Add __str__() and bind() to Signature and __str__() to Parameter.
2006-08-23 22:16:10 +00:00
Brett Cannon
1f41623653
Point to prototype implementation. Also clarify 'name' attribute on Signature
...
is not fully qualified.
2006-08-22 22:03:11 +00:00
Brett Cannon
2b89abe649
Change name of function for 'inspect' module to have to return Signature
...
objects.
2006-08-22 21:19:53 +00:00
Brett Cannon
27ea465466
Remove Open Issue of whether keyword-only parameters should be kept in a
...
separate set instead of the 'parameters' attribute on Signature objects.
Also strengthen the argument for keeping keyword_only as an attribute instead
of setting position to None to flag this state.
2006-08-22 17:30:16 +00:00
Brett Cannon
51693509e1
PEP 362: Function Signature Object.
2006-08-21 23:54:07 +00:00
Guido van Rossum
aa0e308d3c
Various status updates. Added some "?"s to items I'm not sure about.
2006-08-18 21:34:25 +00:00
Guido van Rossum
25ab0c551d
Py3k will be implemented in C, by evolving Python 2.x.
2006-08-18 16:17:21 +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
86fe83480d
Updates from Travis. I modified his version based on a followup mail that
...
stated: As long as the object returned is a proper sub-class then it should
work fine. The Exact checks should be removed from both the code and the PEP.
2006-08-15 06:27:32 +00:00
Neal Norwitz
8a3b0d11b7
No more issues blocking release that I know of.
2006-08-15 04:28:12 +00:00
Georg Brandl
995f0243b5
Add "no complete rewrite" to PEP 3099.
2006-08-13 12:24:49 +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
Georg Brandl
790d967970
Add a sentence clarifying that once a path_hooks importer has
...
been found for a sys.path entry, the builtin import machinery will not
handle that entry any longer.
2006-08-11 07:11:14 +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
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