Nick Coghlan
|
ee5ef0733c
|
Merge Windows What's New changes from 3.3
|
2012-09-30 13:02:03 +05:30 |
Nick Coghlan
|
349c802fd8
|
What's new entry for PEP 397 and Windows PATH modification
|
2012-09-30 13:00:43 +05:30 |
Nick Coghlan
|
ed41877459
|
Merge What's New fix from 3.3
|
2012-09-30 12:08:44 +05:30 |
Nick Coghlan
|
cfb181859a
|
Fix release PEP description
|
2012-09-30 12:08:13 +05:30 |
R David Murray
|
01c671a07c
|
Merge: Add notes to whatsnew porting for visible changes in email compatibility mode.
|
2012-09-30 01:28:53 -04:00 |
R David Murray
|
ea22685a04
|
Add notes to whatsnew porting for visible changes in email compatibility mode.
|
2012-09-30 01:27:24 -04:00 |
Nadeem Vawda
|
65c848e484
|
Merge #16034: Fix performance regressions in the new BZ2File implementation.
Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
|
2012-09-30 04:01:31 +02:00 |
Nadeem Vawda
|
6c57318c3a
|
Issue #16034: Fix performance regressions in the new BZ2File implementation.
Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
|
2012-09-30 03:57:33 +02:00 |
R David Murray
|
03b6f8a212
|
Merge: Make whatsnew PEP markup conform to previous whatsnew docs.
Also some other consistency tweaks.
|
2012-09-29 19:41:52 -04:00 |
R David Murray
|
f23e2b67ad
|
Make whatsnew PEP markup conform to previous whatsnew docs.
Also some other consistency tweaks.
|
2012-09-29 19:41:26 -04:00 |
Antoine Pitrou
|
04e21607d1
|
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
|
2012-09-30 01:09:59 +02:00 |
Antoine Pitrou
|
2a180207ba
|
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
|
2012-09-30 01:08:55 +02:00 |
Antoine Pitrou
|
f727082b71
|
Speed up test_httpservers by avoiding a one-second cleanup wait after each test case.
|
2012-09-30 01:05:30 +02:00 |
Gregory P. Smith
|
9f4e796742
|
merge heads
|
2012-09-29 13:51:00 -07:00 |
Gregory P. Smith
|
b8ad23f4aa
|
Remove the new trivial pty.spawn() test as it hangs on many buildbots.
|
2012-09-29 13:50:40 -07:00 |
R David Murray
|
dc159fcbf5
|
Move discussion of email changes into Improved Modules section.
|
2012-09-29 15:44:17 -04:00 |
R David Murray
|
77ac351bbf
|
Move discussion of email changes into Improved Modules section.
|
2012-09-29 15:43:33 -04:00 |
Gregory P. Smith
|
0f21adf799
|
pty.spawn() now returns the child process status as returned by os.waitpid().
Addresses the remaining feature request from issue #2489.
|
2012-09-29 12:41:03 -07:00 |
R David Murray
|
b32d5912d2
|
Merge: Raymond didn't write any of the text this time, remove as author.
|
2012-09-29 15:34:26 -04:00 |
R David Murray
|
9a2eb3aa66
|
Raymond didn't write any of the text this time, remove as author.
|
2012-09-29 15:33:49 -04:00 |
R David Murray
|
69a7cb9784
|
Merge: Fix over-indentation of bullet lists.
|
2012-09-29 15:28:25 -04:00 |
R David Murray
|
f75e65f0f4
|
Fix over-indentation of bullet lists.
|
2012-09-29 15:27:53 -04:00 |
R David Murray
|
3f896022f8
|
Merge: Be consistent and don't use a bullet list when a section has only one item.
|
2012-09-29 15:14:10 -04:00 |
R David Murray
|
26d15bffaa
|
Be consistent and don't use a bullet list when a section has only one item.
|
2012-09-29 15:13:35 -04:00 |
Gregory P. Smith
|
a08b359241
|
merge heads
|
2012-09-29 11:58:31 -07:00 |
Gregory P. Smith
|
3cfe52e9ef
|
merge heads
|
2012-09-29 11:57:40 -07:00 |
Gregory P. Smith
|
93b5b33e65
|
merge heads
|
2012-09-29 11:56:56 -07:00 |
Gregory P. Smith
|
8ce589cf7b
|
merge heads
|
2012-09-29 11:56:41 -07:00 |
Gregory P. Smith
|
9ab240a24e
|
merge heads
|
2012-09-29 11:56:11 -07:00 |
Gregory P. Smith
|
288d9aec4b
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD to
return a returncode of 0 when the child has already exited or cannot be
waited on.
|
2012-09-29 11:55:16 -07:00 |
Gregory P. Smith
|
02dee1acd8
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
to return a returncode of 0 when the child has already exited or cannot be
waited on.
|
2012-09-29 11:53:08 -07:00 |
R David Murray
|
a09fc13c07
|
Merge #16085: Don't promote shadowing builtins in the configparser example.
|
2012-09-29 14:41:26 -04:00 |
R David Murray
|
ad4d9c9bf0
|
Merge #16085: Don't promote shadowing builtins in the configparser example.
|
2012-09-29 14:40:56 -04:00 |
Gregory P. Smith
|
3905171f1e
|
Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD
to return a returncode of 0 when the child has already exited or cannot
be waited on.
|
2012-09-29 11:40:38 -07:00 |
R David Murray
|
1a1883d566
|
#16085: Don't promote shadowing builtins in the configparser example.
|
2012-09-29 14:40:23 -04:00 |
R David Murray
|
1ed3ffebb9
|
Merge: Clarify description of who needs to worry about importlib changes.
|
2012-09-29 14:35:44 -04:00 |
R David Murray
|
cff1c6f665
|
Clarify description of who needs to worry about importlib changes.
|
2012-09-29 14:34:43 -04:00 |
Benjamin Peterson
|
697be40366
|
merge 3.3 nully
|
2012-09-29 14:20:09 -04:00 |
Benjamin Peterson
|
14fb44e1ba
|
merge mostly from default
|
2012-09-29 14:14:19 -04:00 |
Benjamin Peterson
|
9201214c2c
|
merge heads
|
2012-09-29 13:47:47 -04:00 |
Benjamin Peterson
|
b8350f1c7d
|
upgrade to UCD 6.2
|
2012-09-29 13:47:39 -04:00 |
R David Murray
|
f3aef05e6b
|
Merge: Add smtpd changes to whatsnew, and integrate 'other' section.
Also made the smtplib markup consistent with the rest of the markup.
|
2012-09-29 11:43:21 -04:00 |
R David Murray
|
1764c80925
|
Add smtpd changes to whatsnew, and integrate 'other' section.
Also made the smtplib markup consistent with the rest of the markup.
|
2012-09-29 11:42:36 -04:00 |
R David Murray
|
9094b1bc50
|
Merge: Remove visible XXX in What's New.
|
2012-09-29 10:53:55 -04:00 |
R David Murray
|
defdb16a3c
|
Remove visible XXX in What's New.
|
2012-09-29 10:53:31 -04:00 |
R David Murray
|
fa72df799b
|
Merge: Document the addition of 'quote' to shlex in What's New.
|
2012-09-29 09:49:32 -04:00 |
R David Murray
|
aae25833dc
|
Document the addition of 'quote' to shlex in What's New.
|
2012-09-29 09:49:05 -04:00 |
Georg Brandl
|
ede184996c
|
null-merge from 3.3
|
2012-09-29 14:22:04 +02:00 |
Georg Brandl
|
ac76833033
|
Post-release update.
|
2012-09-29 14:21:25 +02:00 |
Martin v. Löwis
|
aa909e4200
|
Merge with 3.3
|
2012-09-29 13:10:09 +02:00 |