Antoine Pitrou
|
2ef01ce0d6
|
Add links to eol and win32text extensions, and mention that eol isn't really necessary.
|
2011-02-25 19:12:07 +00:00 |
Antoine Pitrou
|
58988857eb
|
Clarify hooks, and remove mention of the community buildbots (which are really dead, unfortunately)
|
2011-02-25 19:06:26 +00:00 |
Antoine Pitrou
|
07ce250451
|
Mention hg init
|
2011-02-25 19:04:21 +00:00 |
Antoine Pitrou
|
87a595441f
|
Mention the hgbook
|
2011-02-25 19:00:25 +00:00 |
Antoine Pitrou
|
dc43e1c81b
|
Finally remove commented out text.
|
2011-02-25 18:57:52 +00:00 |
Antoine Pitrou
|
5282918a2e
|
Add a statement to provide the revision map somewhere in the Misc directory.
|
2011-02-25 18:57:09 +00:00 |
Antoine Pitrou
|
b294a1a452
|
Clarify that the work repo is really sufficient
|
2011-02-25 18:52:39 +00:00 |
Antoine Pitrou
|
0352902e8d
|
Schedule final conversion tentative date a few days before PyCon, so
as to fix any dangling issues before people start trying it out :)
|
2011-02-25 18:48:40 +00:00 |
Georg Brandl
|
3542c829a0
|
Remove duplicate reference.
|
2011-02-25 18:48:09 +00:00 |
Georg Brandl
|
5c93858d3d
|
Fix missing reference.
|
2011-02-25 18:47:40 +00:00 |
Antoine Pitrou
|
9c3a81931c
|
Fix link to wiki
|
2011-02-25 18:46:10 +00:00 |
Georg Brandl
|
bb40b9f9cb
|
Overhaul PEP 385 with newest conversion strategy.
|
2011-02-25 18:30:02 +00:00 |
Georg Brandl
|
8ac0ce5b74
|
Add Apache alias step.
|
2011-02-24 07:34:06 +00:00 |
Antoine Pitrou
|
450ae2ff98
|
Test commit for hg mirrors
|
2011-02-18 19:37:53 +00:00 |
Michael Foord
|
cf8828a7e3
|
Typo correction in pep 8
|
2011-02-17 23:12:04 +00:00 |
Georg Brandl
|
371b47548e
|
Update schedule.
|
2011-02-13 10:39:21 +00:00 |
Raymond Hettinger
|
bbc55dbeb2
|
Add note about how Control-L gets displayed. Fix whitespace.
|
2011-02-09 06:50:14 +00:00 |
Martin v. Löwis
|
3c6691491d
|
Concern from Stefan Behnel: Lack for Py_Unicode representation
makes applications inefficient.
|
2011-01-27 21:47:00 +00:00 |
Martin v. Löwis
|
45c1ff768d
|
Concern from Marc-Andre Lemburg: approach is complex.
|
2011-01-27 21:42:35 +00:00 |
Martin v. Löwis
|
d363de45dd
|
Changes from Nick Coghlan:
Clarify PyUnicode_AsUTF8 usage.
Rename PyUnicode_Finalize.
Store representation form in state.
|
2011-01-27 21:37:25 +00:00 |
Martin v. Löwis
|
55c04efb71
|
Changes from David Malcolm: Clarify representation of
optional fields; add gdb section.
|
2011-01-27 21:16:50 +00:00 |
Martin v. Löwis
|
1259b356bc
|
Fix typo. Reported by Neal Norwitz.
|
2011-01-25 23:02:05 +00:00 |
Martin v. Löwis
|
dcb8741994
|
Set keywords.
|
2011-01-24 20:14:21 +00:00 |
Martin v. Löwis
|
d034c2d2dc
|
Add PEP on Unicode strings.
|
2011-01-24 20:00:09 +00:00 |
Georg Brandl
|
a448d53a04
|
Withdraw 3001.
|
2011-01-18 18:46:34 +00:00 |
Nick Coghlan
|
c17318a601
|
Tidy up the Meta-PEP and Info PEP sections of PEP 0 by moving purely historical entries after the list of Finished PEPs
|
2011-01-18 13:56:16 +00:00 |
Brett Cannon
|
456ba031eb
|
Move PEP 339 to the devguide.
|
2011-01-18 00:37:50 +00:00 |
Brett Cannon
|
237cd25268
|
PEP 306 is withdrawn as it has been moved to the devguide (with permission from the authors).
|
2011-01-18 00:31:57 +00:00 |
Georg Brandl
|
66b2ff55ba
|
#10917: fix links to CGI spec.
|
2011-01-16 09:57:25 +00:00 |
Georg Brandl
|
789805a4f7
|
Typo fix.
|
2011-01-15 16:39:01 +00:00 |
Phillip J. Eby
|
281486c0a2
|
Whoops, missed a Python 3 change (__next__).
|
2011-01-13 15:51:34 +00:00 |
Raymond Hettinger
|
56dcd4ff1e
|
Issue #10899: Function annotations being kept out of the standard library.
|
2011-01-12 23:22:08 +00:00 |
Raymond Hettinger
|
eacc2cc483
|
Mark as Final
See Guido's approval at:
https://groups.google.com/forum/#!msg/python-web-sig/PBxKNkDVoag/EqXvt_-4zEEJ
|
2011-01-12 23:11:21 +00:00 |
Georg Brandl
|
fb5a5c68aa
|
Delay a bit more.
|
2011-01-11 07:51:13 +00:00 |
Phillip J. Eby
|
3a0fc6739a
|
Also, input is bytes, not unicode...
|
2011-01-07 15:56:14 +00:00 |
Phillip J. Eby
|
90ea9f78d1
|
Need to actually encode headers being sent...
|
2011-01-07 15:53:02 +00:00 |
Phillip J. Eby
|
f9ef4167cb
|
Note that code samples are Python 3 now (I hope!)
|
2011-01-07 15:46:57 +00:00 |
Phillip J. Eby
|
ae2d59f75b
|
Fix re-raise syntax for Python 3
|
2011-01-07 15:45:26 +00:00 |
Phillip J. Eby
|
7a010e3932
|
More bytes I/O fixes
|
2011-01-07 15:39:27 +00:00 |
Phillip J. Eby
|
eb05afdb33
|
Make CGI example correct for Py3
|
2011-01-07 04:29:14 +00:00 |
Martin v. Löwis
|
96f8a790a1
|
Issue #10181: remove buffer interface from ABI.
|
2011-01-06 19:33:28 +00:00 |
Phillip J. Eby
|
0e2443644e
|
Update a couple of code samples for Python 3
|
2011-01-04 00:50:38 +00:00 |
Martin v. Löwis
|
ccff4c88ca
|
Clarify that libpython3.so is only meant for use in
applications.
|
2010-12-30 14:57:53 +00:00 |
Skip Montanaro
|
50db897f49
|
Eliminate obsolete mojam.com references.
|
2010-12-29 19:08:59 +00:00 |
Łukasz Langa
|
551ee82349
|
RC1 is obviously in 2011
|
2010-12-13 13:07:34 +00:00 |
Georg Brandl
|
642e8df87d
|
Update target version.
|
2010-12-11 15:56:33 +00:00 |
Georg Brandl
|
a85371a5b4
|
This is actually one step and cannot be done until after the release is up on python.org.
|
2010-12-05 12:11:52 +00:00 |
Martin v. Löwis
|
b86794e399
|
Add structseq support.
Incorporate 3149 support.
Mark as final.
|
2010-12-04 16:42:07 +00:00 |
Barry Warsaw
|
0fd0f4986d
|
Make it clear that PEP 291 covers only Python 2, and mark it final (now that
Python 2.7 - the last in the Python 2 line - has been released).
|
2010-11-30 21:05:26 +00:00 |
Georg Brandl
|
fd1d228e4e
|
Fix markup glitches.
|
2010-11-29 08:07:28 +00:00 |