| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 issue 15323. Improve failure message of Mock.assert_called_once_with | Michael Foord | 2012-09-28 | 1 | -2/+2 |
|
|
* | | MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject d... | Jesus Cea | 2012-09-28 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Closes #15953: Incorrect some fields declaration in the PyTypeObject document... | Jesus Cea | 2012-09-28 | 1 | -3/+3 |
|
|
* | | 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 |
|
|
* | | urllib.parse.urlencode doc updarte. | Michael Foord | 2012-09-28 | 1 | -2/+3 |
|
|
* | | 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 | 1 | -8/+13 |
|\ \
| |/ |
|
| * | Issue #16036: Improve documentation of built-in int()'s signature and arguments. | Chris Jerdonek | 2012-09-28 | 1 | -8/+13 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | merge 3.3 | Giampaolo Rodola' | 2012-09-25 | 1 | -5/+9 |
|\ \ |
|
| * \ | merge | Brett Cannon | 2012-09-25 | 1 | -1/+1 |
| |\ \ |
|
| * | | | 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 |
|/ / |
|
* | | Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry. | Barry Warsaw | 2012-09-25 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | - Issue #15935: Clarification of argparse docs, re: add_argument() type and | Barry Warsaw | 2012-09-25 | 1 | -0/+14 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | #16014: merge with 3.2. | Ezio Melotti | 2012-09-24 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #16014: fix broken link. | Ezio Melotti | 2012-09-24 | 1 | -3/+3 |
|
|
* | | Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. | Nadeem Vawda | 2012-09-23 | 1 | -4/+4 |
|
|
* | | Fix indentation of examples in lzma module documentation. | Nadeem Vawda | 2012-09-23 | 1 | -2/+2 |
|
|
* | | #15949, #15899: merge with 3.2. | Ezio Melotti | 2012-09-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #15949, #15899: use \ufffd instead of ?. | Ezio Melotti | 2012-09-23 | 1 | -2/+2 |
|
|
* | | Issue #5969: faulthandler module: rename dump_tracebacks_later() to | Victor Stinner | 2012-09-23 | 1 | -4/+4 |
|
|
* | | #15949, 15899: merge with 3.2. | Ezio Melotti | 2012-09-22 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-... | Ezio Melotti | 2012-09-22 | 1 | -2/+2 |
|
|
* | | Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes. | Larry Hastings | 2012-09-21 | 1 | -31/+84 |
|
|
* | | Mention that "defaults" can be None for inspect.getfullargspec. | Larry Hastings | 2012-09-21 | 1 | -5/+6 |
|
|
* | | Add What's New entries for some minor work I did in 3.3. | Larry Hastings | 2012-09-21 | 1 | -1/+12 |
|
|
* | | Issue 15985: merge from 3.2. | Mark Dickinson | 2012-09-20 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. | Mark Dickinson | 2012-09-20 | 1 | -9/+9 |
|
|
* | | Merge the quotes/backslashes fixes with 3.2. | Ezio Melotti | 2012-09-20 | 3 | -7/+7 |
|\ \
| |/ |
|