Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| |\ \ | ||||||
| | * \ | Merge. | Stefan Krah | 2012-09-25 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | * | | | Restore the benchmark order to avoid waiting for decimal.py if just the | Stefan Krah | 2012-09-25 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | prec=9 test is used. | |||||
| * | | | | don't depend on __debug__ because it's baked in at freeze time (issue #16046) | Benjamin Peterson | 2012-09-25 | 3 | -4229/+4241 | |
| | |/ / | |/| | | ||||||
| * | | | merge 3.2 | Benjamin Peterson | 2012-09-25 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | use modern conditional syntax | Benjamin Peterson | 2012-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge | Barry Warsaw | 2012-09-25 | 1 | -18/+28 | |
| |\ \ | ||||||
| | * | | Fix whitespace. | Brett Cannon | 2012-09-25 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix whitespace. | Brett Cannon | 2012-09-25 | 1 | -18/+18 | |
| | | | | ||||||
| | * | | Make the decimal bench file run under Python 2.7. | Brett Cannon | 2012-09-25 | 1 | -18/+28 | |
| | | | | ||||||
| * | | | Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. | Barry Warsaw | 2012-09-25 | 2 | -0/+17 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | - Issue #15935: Clarification of argparse docs, re: add_argument() type and | Barry Warsaw | 2012-09-25 | 2 | -0/+17 | |
| | | | | | | | | | | | | default arguments. Patch contributed by Chris Jerdonek. | |||||
| * | | Issue #16015: Merge and update from 3.2. | Chris Jerdonek | 2012-09-25 | 1 | -3/+5 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16015: Make welcome message more realistic in tutorial example. | Chris Jerdonek | 2012-09-25 | 1 | -3/+5 | |
| | | | ||||||
| * | | merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote ↵ | Senthil Kumaran | 2012-09-25 | 3 | -3/+20 | |
| |\ \ | | |/ | | | | | | | characters. Patch by Serhiy Storchaka. | |||||
| | * | Issue #16013: Fix CSV Reader parsing issue with ending quote characters. ↵ | Senthil Kumaran | 2012-09-25 | 3 | -3/+19 | |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
| * | | Issue #16015: Merge fix from 3.2. | Chris Jerdonek | 2012-09-25 | 1 | -2/+1 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16015: Fix NameError doctest example in tutorial introduction. | Chris Jerdonek | 2012-09-25 | 1 | -2/+1 | |
| | | | ||||||
| * | | Close #16022: What's New in Python 3.3 document is no more at beta stage | Victor Stinner | 2012-09-24 | 1 | -4/+0 | |
| | | | ||||||
| * | | Issue #14167: merge fix from 3.2 branch. | Mark Dickinson | 2012-09-24 | 1 | -5/+5 | |
| |\ \ | | |/ | ||||||
| | * | Issue #14167: restore statement about breaks in finally clauses. | Mark Dickinson | 2012-09-24 | 1 | -5/+5 | |
| | | | ||||||
| * | | #16019, #16020: merge with 3.2. | Ezio Melotti | 2012-09-24 | 1 | -2/+6 | |
| |\ \ | | |/ | ||||||
| | * | #16019, #16020: fix syntax highlight. | Ezio Melotti | 2012-09-24 | 1 | -2/+6 | |
| | | | ||||||
| * | | #16017: merge with 3.2. | Ezio Melotti | 2012-09-24 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | #16017: capitalize URLs. | Ezio Melotti | 2012-09-24 | 1 | -1/+1 | |
| | | |