Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| | | ||||||
* | | #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 | |
| | | ||||||
* | | Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() | Christian Heimes | 2012-09-24 | 3 | -1/+14 | |
|\ \ | |/ | | | | | method doesn't require an argument again. | |||||
| * | Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() | Christian Heimes | 2012-09-24 | 3 | -1/+14 | |
| | | | | | | | | method doesn't require an argument again. | |||||
* | | Merge with 3.3.0 release clone. | Georg Brandl | 2012-09-24 | 7 | -29/+54 | |
|\ \ | ||||||
| * | | Post-release updates. | Georg Brandl | 2012-09-24 | 2 | -1/+13 | |
| | | | ||||||
| * | | Added tag v3.3.0rc3 for changeset c191d21cefaf | Georg Brandl | 2012-09-23 | 1 | -0/+1 | |
| | | | ||||||
| * | | Bump to 3.3.0rc3.v3.3.0rc3 | Georg Brandl | 2012-09-23 | 6 | -9/+9 | |
| | | | ||||||
| * | | Add news entries for recent changes. | Georg Brandl | 2012-09-23 | 1 | -0/+3 | |
| | | | ||||||
| * | | GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) | Christian Heimes | 2012-09-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use C-style comments for C89 / ANSI C compatibility | Christian Heimes | 2012-09-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use C-style comments (required for the AIX build slave). | Stefan Krah | 2012-09-23 | 1 | -2/+2 | |
| | | | ||||||
| * | | Use C-style comments. | Stefan Krah | 2012-09-23 | 1 | -24/+24 | |
| | | | ||||||
| * | | Fixed reference leak in error branch of _bufferedreader_read_all(). The ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+3 | |
| | | | | | | | | | | | | variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364 | |||||
| * | | Fixed memory leak in error branch of formatfloat(). CID 719687 | Christian Heimes | 2012-09-10 | 1 | -1/+3 | |
| | | | ||||||
| * | | Fix issue number. | Georg Brandl | 2012-09-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | 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 | |
| | | | | | | | | | | | | Also minor formatting cleanups. | |||||
| * | | Add What's New entries for some minor work I did in 3.3. | Larry Hastings | 2012-09-21 | 1 | -1/+12 | |
| | | | ||||||
| * | | Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't ↵ | Christian Heimes | 2012-09-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte | |||||
| * | | Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap() | Christian Heimes | 2012-09-11 | 2 | -6/+7 | |
| | | | ||||||
| * | | Closes #15973: fix a segmentation fault when comparing timezone objects. | Georg Brandl | 2012-09-22 | 4 | -0/+13 | |
| | | | ||||||
| * | | Issue #15926: Fix crash after multiple reinitializations of the interpreter. | Antoine Pitrou | 2012-09-12 | 2 | -1/+3 | |
| | | | ||||||
| * | | Closes #15925: fix regression in parsedate() and parsedate_tz() that should ↵ | Georg Brandl | 2012-09-22 | 4 | -24/+21 | |
| | | | | | | | | | | | | return None if unable to parse the argument. | |||||
| * | | Closes #15969: rename new API to have consistent names in the faulthandler ↵ | Georg Brandl | 2012-09-22 | 4 | -37/+41 | |
| | | | | | | | | | | | | module. | |||||
| * | | Fix NEWS entry location. | Georg Brandl | 2012-09-22 | 1 | -4/+7 | |
| | | | ||||||
| * | | Issue #15977: Fix memory leak in Modules/_ssl.c when the function ↵ | Christian Heimes | 2012-09-20 | 2 | -0/+10 | |
| | | | | | | | | | | | | _set_npn_protocols() is called multiple times | |||||
| * | | Spacing fix. | Georg Brandl | 2012-09-22 | 1 | -0/+1 | |
| | | | ||||||
| * | | Issue #15882: Change _decimal to accept any coefficient tuple when | Stefan Krah | 2012-09-10 | 3 | -7/+21 | |
| | | | | | | | | | | | | | | | | | | constructing infinities. This is done for backwards compatibility with decimal.py: Infinity coefficients are undefined in _decimal (in accordance with the specification). | |||||
| * | | Updates NEWS for issue #15895 | Christian Heimes | 2012-09-11 | 1 | -1/+5 | |
| | | | ||||||
| * | | Issue #15895: my analysis was slightly off. The FILE pointer is only leaked ↵ | Christian Heimes | 2012-09-11 | 1 | -8/+6 | |
| | | | | | | | | | | | | when set_main_loader() fails for a pyc file with closeit=0. In the success case run_pyc_file() does its own cleanup of the fp. I've changed the code to use another FILE ptr for pyc files and moved the fclose() to PyRun_SimpleFileExFlags() to make it more obvious what's happening. | |||||
| * | | Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when ↵ | Christian Heimes | 2012-09-11 | 1 | -1/+5 | |
| | | | | | | | | | | | | filename points to a pyc/pyo file and closeit is false. | |||||
* | | | Issue #15379: Fix passing of non-BMP characters as integers for the charmap ↵ | Antoine Pitrou | 2012-09-23 | 3 | -3/+123 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | decoder (already working as unicode strings). Patch by Serhiy Storchaka. | |||||
| * | | Issue #15379: Fix passing of non-BMP characters as integers for the charmap ↵ | Antoine Pitrou | 2012-09-23 | 4 | -3/+135 | |
| | | | | | | | | | | | | | | | | | | decoder (already working as unicode strings). Patch by Serhiy Storchaka. | |||||
* | | | Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation. | Nadeem Vawda | 2012-09-23 | 1 | -4/+4 | |
| | | |