Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Re-tagging 3.3.0 for test_sys fix. | Georg Brandl | 2012-09-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix test_sys.test_implementation for final releases.v3.3.0 | Georg Brandl | 2012-09-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Set up "source" links to point to default branch. | Georg Brandl | 2012-09-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Bump version to 3.4.0 alpha 0. | Georg Brandl | 2012-09-29 | 35 | -1005/+908 | |
| | | | | ||||||
* | | | | RPM spec file name update for 3.4 branch. | Georg Brandl | 2012-09-29 | 1 | -0/+0 | |
| |/ / |/| | | ||||||
* | | | 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 | |
| | |\ \ | ||||||
| | | * \ | #15222: Merge 3.2 | Petri Lehtinen | 2012-09-25 | 3 | -21/+78 | |
| | | |\ \ | | | | |/ | ||||||
| | | | * | #15222: Insert blank line after each message in mbox mailboxes | Petri Lehtinen | 2012-09-25 | 3 | -6/+63 | |
| | | | | | ||||||
| | | | * | #15222: test_mailbox: End message template in a newline | Petri Lehtinen | 2012-09-25 | 1 | -15/+15 | |
| | | | | | ||||||
| | * | | | Shift a deprecation from the porting section to the deprecation section. | Brett Cannon | 2012-09-25 | 1 | -5/+9 | |
| | | | | | ||||||
| * | | | | mention new MLSD support for ftplib in 3.3 whatsnew | Giampaolo Rodola' | 2012-09-25 | 1 | -5/+10 | |
| | |/ / | |/| | | ||||||
| * | | | fix contextlib.ExitStack typo in 3.3's whatsnew.rst | Giampaolo Rodola' | 2012-09-25 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | raise a ValueError instead of an AssertionError when pool is an invalid state | Benjamin Peterson | 2012-09-25 | 2 | -8/+10 | |
| | | | ||||||
| * | | merge 3.2 | Benjamin Peterson | 2012-09-25 | 3 | -7/+15 | |
| |\ \ | | |/ | ||||||
| | * | switch assertion to an explicit ValueError | Benjamin Peterson | 2012-09-25 | 2 | -3/+3 | |
| | | | ||||||
| | * | fix test_compileall when run with -O[O] | Benjamin Peterson | 2012-09-25 | 1 | -4/+12 | |
| | | | ||||||
| * | | merge heads | Benjamin Peterson | 2012-09-25 | 1 | -3/+4 | |
| |\ \ |