Antoine Pitrou
b143933fc2
Try to rephrase
2011-05-10 18:31:19 +02:00
Antoine Pitrou
b6df74e01e
Mention the rare issue of having a Windows error code exposed as the errno
...
attribute of a non-WindowsError exception.
2011-05-10 17:54:07 +02:00
Antoine Pitrou
e3ee4ff098
Small update wrt.SSLError
2011-05-10 17:23:14 +02:00
Antoine Pitrou
96e05b3e65
Update with URL of hg repo
2011-05-10 17:20:17 +02:00
Georg Brandl
110a307f5f
This should be most of the edits needed for releasing from hg.
2011-05-08 11:14:12 +02:00
Brian Curtin
d0ba760b54
Add Windows 2000 and support of COMSPEC->command.com environments.
2011-05-02 19:35:58 -05:00
Alexis Metaireau
eb3d496b80
PEP 345: platform.python_implementation is now an authorised environment marker.
...
This allows to target some specific python implementations (such as cpython/pypy/jython) when describing PEP 345 fields
2011-05-01 15:51:51 +01:00
Victor Stinner
72a37feba6
Unsupport OS/2 and VMS
2011-04-25 16:24:15 +02:00
Brett Cannon
71e040460e
Minor clarification
2011-04-16 13:47:30 -07:00
Nick Coghlan
6164a5aeb5
Give Deferred PEPs their own section in PEP 0
2011-04-16 03:39:10 +10:00
Barry Warsaw
1bc641e90b
Updates based on python-dev feedback.
...
* Remove the __version_info__ tuple discussion. Because of the sorting order
for the non-numeric sections, this can't really work.
* Remove the regexp code sample; it was distracting and ultimately isn't the
core of this PEP.
2011-04-13 15:21:13 -04:00
Brett Cannon
5efdbbb390
Mention that tests that cover C-specific issues are a good thing.
2011-04-12 15:03:54 -07:00
Brett Cannon
3acdd3085c
Update PEP 399 to include comments from python-dev.
2011-04-12 14:59:45 -07:00
Brett Cannon
24a266e25a
Drop the propcheck target as that was a svn-specific thing.
2011-04-12 14:30:10 -07:00
Nick Coghlan
4da3bbd1ac
Updated given statement torture test to show why renaming strategies are flawed
2011-04-10 22:05:30 +10:00
Raymond Hettinger
bba94bd03d
Add PEP 207 guidance on rich comparisons to PEP 8.
2011-04-06 13:53:31 -07:00
Brett Cannon
cfb1d26c38
Explicitly mention accelerator modules can be a subset of functionality.
2011-04-06 10:05:50 -07:00
Brett Cannon
e68bd8b5ae
Fix some spelling mistakes found by Ezio.
2011-04-06 09:38:21 -07:00
Barry Warsaw
d9a7640a02
Added Post-History.
2011-04-05 14:48:30 -04:00
Barry Warsaw
f0e5318ed5
merge
2011-04-05 14:47:46 -04:00
Barry Warsaw
0a236de59c
PEP 396.
2011-04-05 14:47:18 -04:00
Brett Cannon
e5cf0673e5
Fix a spelling mistake in the title of PEP 399
2011-04-04 16:47:09 -07:00
Brett Cannon
c69f92775b
Draft of PEP 399: Pure Python/C Accelerator Module Compatibiilty Requirements
2011-04-04 16:37:07 -07:00
Antoine Pitrou
c842b6b33b
Fix use of "either" and typo in "checking" (Jim Jewett)
2011-04-04 15:33:34 +02:00
Georg Brandl
32da320e75
Update planned changes.
2011-03-27 09:47:51 +02:00
Georg Brandl
26d94d133f
Update README w.r.t. docutils.
2011-03-26 18:11:51 +01:00
Nick Coghlan
2c8c984426
Fix typo
2011-03-26 14:27:51 +10:00
Nick Coghlan
454f3f2c5f
Reference tracker issue for PEP 380 forward port to 3.3
2011-03-26 14:04:32 +10:00
Nick Coghlan
405a8d47d8
Don't mandate 2.5 when generating PEP 0 directly
2011-03-26 13:49:11 +10:00
Georg Brandl
ff344ee971
Fix mentions of svn.python.org and remove unneeded files.
2011-03-24 09:10:55 +01:00
R David Murray
f0ab8f27df
Add email6 to the list of intended changes.
2011-03-23 22:08:30 -04:00
Brett Cannon
43d1a81f45
Denote my goals for Python 3.3.
2011-03-23 14:48:16 -07:00
Antoine Pitrou
9c8084f83d
Ignore pyc files
2011-03-23 22:17:01 +01:00
Georg Brandl
fb06f44284
Test commit to trigger the rebuild hook.
2011-03-23 21:49:47 +01:00
Georg Brandl
4325af8a1c
Add Python 3.3 schedule.
2011-03-23 19:51:18 +00:00
Georg Brandl
8c8dca3a56
Fix PEP content type.
2011-03-23 09:22:38 +00:00
Georg Brandl
821e6617b0
Fix a PEP header that prevents genpepindex from running.
2011-03-23 09:20:19 +00:00
Mark Hammond
350fae6491
first cut at pep 397: Python launcher for Windows
2011-03-22 07:08:17 +00:00
Georg Brandl
8a1e5adb10
#11248 : look up special methods on type.
2011-03-20 21:51:37 +00:00
Barry Warsaw
310d1250c4
There is no PEP: 9 header, so change this to reflect reality.
2011-03-16 22:00:18 +00:00
Martin v. Löwis
f6f87de3b5
Acknowledge Markus Kuhn's influence.
2011-03-14 02:31:44 +00:00
Nick Coghlan
3c695c02ac
Reword a few things to make it clear that switching to Python 3 as the default interpreter is still bleeding edge stuff at this point in time. Also clarify the Windows situation a little more.
2011-03-07 22:09:55 +00:00
Nick Coghlan
4a7ccd55db
Note that source compatible scripts may continue to refer to the version agnostic python command without affecting portability
2011-03-05 07:06:50 +00:00
Nick Coghlan
46fb064332
Minor nits
2011-03-05 06:59:59 +00:00
Nick Coghlan
83f4dde01c
Update symlink naming PEP based on python-dev thread responses
2011-03-05 06:51:05 +00:00
Nick Coghlan
e7c92e36ed
Fix a few wording nits
2011-03-04 15:46:44 +00:00
Nick Coghlan
17e9fd3ada
Update post history for PEP 395
2011-03-04 15:38:00 +00:00
Nick Coghlan
f723e98258
PEP 395: Module Aliasing, aka Do What I Mean for several import and script execution corner cases
2011-03-04 15:26:35 +00:00
Nick Coghlan
fdb7fa1344
Add proposed PEP for *nix command naming conventions
2011-03-04 12:04:22 +00:00
Benjamin Peterson
8e30bc931b
poke
2011-03-04 05:03:26 +00:00