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
Ka-Ping Yee
f9467398b6
Add a note on what School I finds risky about School II's approach.
2006-06-26 20:48:07 +00:00
David Goodger
c9d10b37d0
typo fixes
2006-06-26 18:47:03 +00:00
Guido van Rossum
7f604edfe7
Fix a reST markup warning.
2006-06-26 18:09:41 +00:00
Guido van Rossum
3e857976b3
Add PEP 3103: A Switch/Case Statement (GvR).
...
Also fix a reference to cvs in the Makefile.
2006-06-26 18:05:39 +00:00
Georg Brandl
493d7e9d7d
Fix URL tpyo
2006-06-26 16:54:39 +00:00
Guido van Rossum
aa6cebe8df
Checkpoint submit so I can edit this elsewhere.
2006-06-26 16:41:13 +00:00
George Yoshida
4677be349b
Undo the previous change.
...
The compatibility comment was not meant to be a requirement for future
changes and the comment itself was removed from the code.
2006-06-20 16:04:33 +00:00
Brett Cannon
82181d1be2
Mention how bug fixes will be committed directly to the repository without
...
worrying about any special notes for the projects.
2006-06-20 02:59:36 +00:00
Brett Cannon
b984dc3a3a
Update expat to 2.0 .
2006-06-20 02:53:56 +00:00
Brett Cannon
434102eff3
Remove pysqlite; main development now in Python's repository.
2006-06-20 02:50:18 +00:00
George Yoshida
7cad1e36f8
Add uuid information.
...
uuid.py states that:
This module works with Python 2.3 or higher.
2006-06-17 15:58:47 +00:00
George Yoshida
1088af6597
Replace tabs to spaces.
2006-06-17 15:50:49 +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
Thomas Heller
4287c2947c
Remove 'ctypes' from the list of externally maintained modules,
...
the version in Python SVN will from now on be the upstream version.
2006-06-12 20:45:51 +00:00
Tim Peters
922b00c2ee
Record pronouncement about trailing 'L' on hex/oct output.
2006-06-12 19:13:38 +00:00
Talin
0ee269ce09
Lots of changes - added specification for conversions, error handling, complex field specs and general cleanup.
2006-06-11 00:59:06 +00:00
Brett Cannon
7e4415edea
Add wsgiref information.
2006-06-10 01:41:25 +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
George Yoshida
b8d461e922
Repair typos
2006-06-03 17:20:12 +00:00
Steven Bethard
d461fe1a8a
Add thread for "Iterating over a dictionary..." that discusses dict() and dict.update()
2006-06-02 21:52:33 +00:00
Georg Brandl
62e03923b1
Fold PEP 13 draft into PEP 3099.
2006-06-01 18:49:59 +00:00
David Goodger
16d4e95829
minor edits; use more appropriate markup for data records
2006-06-01 16:17:51 +00:00
David Goodger
618584f3db
markup fix
2006-06-01 16:08:56 +00:00
Brett Cannon
611775cfe2
Add Externally Maintained Packages PEP (PEP 360).
2006-05-31 05:54:49 +00:00
Nick Coghlan
dbb8010eb7
functional has been renamed to functools and alpha 3 was skipped
2006-05-29 12:49:03 +00:00
Georg Brandl
fa374a2c14
New C files in 2.x are using 4-space indents, too.
2006-05-26 10:12:32 +00:00
Andrew M. Kuchling
f240346bb1
Typo fix
2006-05-23 12:38:51 +00:00
Georg Brandl
241aad870b
No frozenlist. Ever.
2006-05-22 17:06:18 +00:00
Talin
c7bd254109
Updated post history, and added a note about the BDFL pronouncement on syntax alternatives.
2006-05-20 05:23:44 +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