Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make whatsnew PEP markup conform to previous whatsnew docs. | R David Murray | 2012-09-29 | 1 | -45/+101 |
| | | | | Also some other consistency tweaks. | ||||
* | Speed up test_httpservers by avoiding a one-second cleanup wait after each ↵ | Antoine Pitrou | 2012-09-30 | 1 | -0/+1 |
|\ | | | | | | | test case. | ||||
| * | Speed up test_httpservers by avoiding a one-second cleanup wait after each ↵ | Antoine Pitrou | 2012-09-30 | 1 | -0/+1 |
| | | | | | | | | test case. | ||||
* | | Move discussion of email changes into Improved Modules section. | R David Murray | 2012-09-29 | 1 | -151/+151 |
| | | |||||
* | | Raymond didn't write any of the text this time, remove as author. | R David Murray | 2012-09-29 | 1 | -1/+0 |
| | | |||||
* | | Fix over-indentation of bullet lists. | R David Murray | 2012-09-29 | 1 | -45/+45 |
| | | |||||
* | | Be consistent and don't use a bullet list when a section has only one item. | R David Murray | 2012-09-29 | 1 | -31/+34 |
| | | |||||
* | | merge heads | Gregory P. Smith | 2012-09-29 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | merge heads | Gregory P. Smith | 2012-09-29 | 1 | -7/+7 |
| |\ | |||||
* | \ | merge heads | Gregory P. Smith | 2012-09-29 | 1 | -7/+7 |
|\ \ \ | |||||
| * \ \ | Merge #16085: Don't promote shadowing builtins in the configparser example. | R David Murray | 2012-09-29 | 1 | -7/+7 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | #16085: Don't promote shadowing builtins in the configparser example. | R David Murray | 2012-09-29 | 1 | -7/+7 |
| | | | | |||||
* | | | | Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD | Gregory P. Smith | 2012-09-29 | 3 | -2/+22 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | to return a returncode of 0 when the child has already exited or cannot be waited on. | ||||
| * | | Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD | Gregory P. Smith | 2012-09-29 | 3 | -2/+22 |
| |/ | | | | | | | | | to return a returncode of 0 when the child has already exited or cannot be waited on. | ||||
* | | Clarify description of who needs to worry about importlib changes. | R David Murray | 2012-09-29 | 1 | -5/+4 |
| | | |||||
* | | merge mostly from default | Benjamin Peterson | 2012-09-29 | 149 | -4354/+5324 |
|\ \ | |||||
| * \ | Merge with main repo default branch. | Georg Brandl | 2012-09-29 | 150 | -4356/+5445 |
| |\ \ | |||||
| | * | | Add some comments. | Brett Cannon | 2012-09-28 | 2 | -3476/+3479 |
| | | | | |||||
| | * | | Merge #16071: fix more email.message links in mailbox docs. | R David Murray | 2012-09-28 | 1 | -6/+6 |
| | |\ \ | | | |/ | |||||
| | | * | #16071: fix more email.message links in mailbox docs. | R David Murray | 2012-09-28 | 1 | -6/+6 |
| | | | | |||||
| | * | | Merge #16071: fix links to email.message.Message in mailbox docs. | R David Murray | 2012-09-28 | 1 | -3/+4 |
| | |\ \ | | | |/ | |||||
| | | * | #16071: fix links to email.message.Message in mailbox docs. | R David Murray | 2012-09-28 | 1 | -3/+4 |
| | | | | |||||
| | * | | Closes #16080: The decorator ignores failed attempts to set the required | Stefan Krah | 2012-09-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | locale, so an additional check is required. | ||||
| | * | | Merge | Michael Foord | 2012-09-28 | 1 | -8/+11 |
| | |\ \ | |||||
| | | * | | Move NEWS items from 3.3.0 to that section, to ease merging from the release ↵ | Georg Brandl | 2012-09-28 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | | clone later. | ||||
| | * | | | Closes issue 15323. Improve failure message of Mock.assert_called_once_with | Michael Foord | 2012-09-28 | 4 | -4/+13 |
| | |/ / | |||||
| | * | | MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject ↵ | Jesus Cea | 2012-09-28 | 1 | -3/+3 |
| | |\ \ | | | |/ | | | | | | | | | documentation | ||||
| | | * | Closes #15953: Incorrect some fields declaration in the PyTypeObject ↵ | Jesus Cea | 2012-09-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | documentation | ||||
| | * | | Merge. | Stefan Krah | 2012-09-28 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * \ | Close issue #16073: merge fix from 3.2. | Chris Jerdonek | 2012-09-28 | 1 | -1/+1 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Close issue #16073: fix map() example in list comprehension documentation. | Chris Jerdonek | 2012-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Thanks for the e-mail report to docs@. | ||||
| | * | | | Issue #16080: Use run_with_locale() decorator to reset the locale properly. | Stefan Krah | 2012-09-28 | 1 | -7/+3 |
| | |/ / | |||||
| | * | | Merge | Michael Foord | 2012-09-28 | 3 | -1/+16 |
| | |\ \ | | | |/ | |||||
| | | * | Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ ↵ | Michael Foord | 2012-09-28 | 3 | -1/+16 |
| | | | | | | | | | | | | | | | | super call | ||||
| | * | | Closes issue 16064. No longer hard code executable name in unittest help output. | Michael Foord | 2012-09-28 | 2 | -1/+10 |
| | | | | |||||
| | * | | Fix typo. | Ezio Melotti | 2012-09-28 | 1 | -2/+2 |
| | | | | |||||
| | * | | urllib.parse.urlencode doc updarte. | Michael Foord | 2012-09-28 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Closes issue 15593 | ||||
| | * | | Now that it's possible, avoid timing attacks in the crypt module examples) | Nick Coghlan | 2012-09-28 | 2 | -3/+8 |
| | | | | |||||
| | * | | Issue #16036: Merge update from 3.2. | Chris Jerdonek | 2012-09-28 | 2 | -8/+16 |
| | |\ \ | | | |/ | |||||
| | | * | Issue #16036: Improve documentation of built-in int()'s signature and arguments. | Chris Jerdonek | 2012-09-28 | 2 | -8/+16 |
| | | | | |||||
| | * | | renmae test method to avoid conflict (#16056) | Benjamin Peterson | 2012-09-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy ↵ | Mark Dickinson | 2012-09-27 | 3 | -4/+18 |
| | | | | | | | | | | | | | | | | Storchaka. | ||||
| | * | | Tell people the *new* behaviour, not just the old behaviour | Nick Coghlan | 2012-09-27 | 1 | -1/+1 |
| | | | | |||||
| | * | | Mention the Unicode version bump in What's New | Nick Coghlan | 2012-09-27 | 1 | -0/+2 |
| | | | | |||||
| | * | | #1087: use proper skips in test_os. | Ezio Melotti | 2012-09-26 | 1 | -13/+13 |
| | | | | |||||
| | * | | Add a few entries to whatsnew/3.3.rst. | Ezio Melotti | 2012-09-26 | 1 | -0/+35 |
| | | | | |||||
| | * | | Closes #16052: fix typo. Patch by Lars Buitinck. | Georg Brandl | 2012-09-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | rephrase | Benjamin Peterson | 2012-09-26 | 1 | -2/+2 |
| | | | | |||||
| | * | | merge 3.3 | Giampaolo Rodola' | 2012-09-25 | 4 | -26/+87 |
| | |\ \ | |||||
| | | * \ | merge | Brett Cannon | 2012-09-25 | 4 | -22/+79 |
| | | |\ \ |