Commit Graph

57228 Commits

Author SHA1 Message Date
Stefan Krah 2118a01ef9 Merge 3.3. 2012-09-30 09:25:34 +02:00
Stefan Krah 9a3f05e60f Make it clear that the pi function is modified for benchmarking purposes. 2012-09-30 09:24:41 +02:00
Georg Brandl b80f511a8b Add a stub "whatsnew in 3.4" document. 2012-09-30 09:11:58 +02:00
Chris Jerdonek ec3ea94251 Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument. 2012-09-30 00:10:28 -07:00
Georg Brandl 43e5fcb94c Closes #16091: fix the references to 3.3/3.4 in the Doc sidebar. 2012-09-30 09:00:19 +02:00
Georg Brandl 7d0d57f22c Doc sidebar: point to 3.4 as dev. 2012-09-30 08:58:21 +02:00
Georg Brandl 6b5e1d6588 Doc sidebar: point to 3.3 as stable. 2012-09-30 08:57:40 +02:00
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