Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge fix for issue #22166 from 3.4 | Nick Coghlan | 2014-09-15 | 5 | -0/+102 |
|\ | |||||
| * | Issue #22166: clear codec caches in test_codecs | Nick Coghlan | 2014-09-15 | 5 | -0/+102 |
| | | |||||
* | | Closes #18159: ConfigParser getters not available on SectionProxy | Łukasz Langa | 2014-09-15 | 3 | -88/+423 |
|\ \ | |||||
| * | | Closes #18159: ConfigParser getters not available on SectionProxy | Łukasz Langa | 2014-09-15 | 3 | -53/+386 |
| | | | |||||
| * | | Fix full-stop whitespace in configparser docs | Łukasz Langa | 2014-09-15 | 1 | -42/+44 |
| | | | |||||
* | | | Restored re pickling test. | Serhiy Storchaka | 2014-09-15 | 1 | -5/+9 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Restored re pickling test. | Serhiy Storchaka | 2014-09-15 | 1 | -5/+9 |
| | | |||||
* | | Issue #17095: merge from 3.4 | Ned Deily | 2014-09-15 | 1 | -14/+0 |
|\ \ | |/ | |||||
| * | Issue #17095: Temporarily revert getpath.c change that added the Modules | Ned Deily | 2014-09-15 | 1 | -14/+0 |
| | | | | | | | | | | | | directory to sys.path when running from a build directory. That has proven to be problematic for several standard library modules with C extension modules whose builds can fail on some platforms. | ||||
* | | Closes #20537: logging methods now accept an exception instance as well as a ↵ | Vinay Sajip | 2014-09-14 | 4 | -14/+34 |
| | | | | | | | | Boolean value or exception tuple. Thanks to Yury Selivanov for the patch. | ||||
* | | Issue #22384: An exception in Tkinter callback no longer crashes the program | Serhiy Storchaka | 2014-09-14 | 2 | -2/+8 |
|\ \ | |/ | | | | | | | | | | | when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications. | ||||
| * | Issue #22384: An exception in Tkinter callback no longer crashes the program | Serhiy Storchaka | 2014-09-14 | 2 | -2/+8 |
| | | | | | | | | | | | | | | when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications. | ||||
* | | Use more appropriate asserts in re tests. | Serhiy Storchaka | 2014-09-14 | 1 | -115/+115 |
|\ \ | |/ | |||||
| * | Use more appropriate asserts in re tests. | Serhiy Storchaka | 2014-09-14 | 1 | -115/+115 |
| | | |||||
* | | Fixed re tests incorrectly ported from 2.x to 3.x. | Serhiy Storchaka | 2014-09-14 | 1 | -22/+27 |
|\ \ | |/ | |||||
| * | Fixed re tests incorrectly ported from 2.x to 3.x. | Serhiy Storchaka | 2014-09-14 | 1 | -22/+27 |
| | | |||||
* | | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. | Ned Deily | 2014-09-14 | 2 | -2/+5 |
|\ \ | |/ | |||||
| * | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. | Ned Deily | 2014-09-14 | 2 | -2/+5 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-09-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | make hg link secure | Benjamin Peterson | 2014-09-13 | 1 | -1/+1 |
| | | |||||
* | | inspect.Signature: Fix discrepancy between __eq__ and __hash__. | Yury Selivanov | 2014-09-12 | 3 | -39/+39 |
| | | | | | | | | Issue #20334. Thanks to Antony Lee for bug report & initial patch. | ||||
* | | Issue #16104: Allow compileall to do parallel bytecode compilation. | Brett Cannon | 2014-09-12 | 4 | -25/+137 |
| | | | | | | | | | | | | | | Both compileall.compile_dir() and the CLI for compileall now allow for specifying how many workers to use (or 0 to use all CPUs). Thanks to Claudiu Popa for the patch. | ||||
* | | Closes #22386: merged fix from 3.4. | Vinay Sajip | 2014-09-11 | 3 | -3/+8 |
|\ \ | |/ | |||||
| * | Issue #22386: fixed regression. | Vinay Sajip | 2014-09-11 | 3 | -3/+8 |
| | | |||||
* | | Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter | Victor Stinner | 2014-09-11 | 1 | -12/+12 |
| | | | | | | | | | | | | The PyMem_Malloc(size) function has a well defined behaviour: if size is 0, a pointer different than NULL is returned. PyMem_Malloc() allocations are tracked by tracemalloc, attemptckalloc() allocations are not tracked. | ||||
* | | Issue #13968: Fixed newly added recursive glob test. | Serhiy Storchaka | 2014-09-11 | 1 | -38/+40 |
| | | | | | | | | It was failed when run with non-empty current directory. | ||||
* | | Issue #21147: sqlite3 now raises an exception if the request contains a null | Serhiy Storchaka | 2014-09-11 | 4 | -1/+19 |
|\ \ | |/ | | | | | character instead of truncate it. Based on patch by Victor Stinner. | ||||
| * | Issue #21147: sqlite3 now raises an exception if the request contains a null | Serhiy Storchaka | 2014-09-11 | 4 | -1/+19 |
| | | | | | | | | character instead of truncate it. Based on patch by Victor Stinner. | ||||
* | | Issue #13968: The glob module now supports recursive search in | Serhiy Storchaka | 2014-09-11 | 5 | -19/+199 |
| | | | | | | | | subdirectories using the "**" pattern. | ||||
* | | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with | Serhiy Storchaka | 2014-09-11 | 3 | -1/+9 |
|\ \ | |/ | | | | | | | | | | | empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory. | ||||
| * | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with | Serhiy Storchaka | 2014-09-11 | 3 | -1/+9 |
| | | | | | | | | | | | | | | empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory. | ||||
* | | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. | Serhiy Storchaka | 2014-09-11 | 2 | -10/+29 |
|\ \ | |/ | | | | | | | ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails. | ||||
| * | Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. | Serhiy Storchaka | 2014-09-11 | 2 | -10/+29 |
| | | | | | | | | | | ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails. | ||||
* | | (Merge 3.4) Issue #22338: Fix a crash in the json module on memory allocation | Victor Stinner | 2014-09-10 | 2 | -1/+4 |
|\ \ | |/ | | | | | failure. | ||||
| * | Issue #22338: Fix a crash in the json module on memory allocation failure. | Victor Stinner | 2014-09-10 | 2 | -1/+4 |
| | | |||||
* | | merge 3.4 (#22380) | Benjamin Peterson | 2014-09-10 | 1 | -37/+0 |
|\ \ | |/ | |||||
| * | y2k compliance, lol (closes #22380) | Benjamin Peterson | 2014-09-10 | 1 | -37/+0 |
| | | |||||
* | | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 16 | -42/+42 |
|\ \ | |/ | | | | | protocol". | ||||
| * | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 16 | -41/+41 |
| | | | | | | | | protocol". | ||||
* | | Whitespace. | Stefan Krah | 2014-09-10 | 1 | -3/+0 |
| | | |||||
* | | Issue #19232: Speed up decimal import. Additionally, since _decimal is | Stefan Krah | 2014-09-10 | 4 | -6404/+6402 |
| | | | | | | | | | | self-contained, this change facilitates maintenance and the Python version can be easily imported for experimentation. | ||||
* | | Issue #22284: Merge 3.4 | Stefan Krah | 2014-09-09 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Issue #22284: Update decimal.__all__ | Stefan Krah | 2014-09-09 | 1 | -0/+6 |
| | | |||||
* | | imaplib.IMAP4 now supports the context manager protocol. | Serhiy Storchaka | 2014-09-09 | 5 | -0/+67 |
| | | | | | | | | Original patch by Tarek Ziadé. | ||||
* | | A few tweaks for issue16662 based on feedback from Robert Collins. | Barry Warsaw | 2014-09-08 | 2 | -38/+46 |
| | | |||||
* | | - Issue #16662: load_tests() is now unconditionally run when it is present in | Barry Warsaw | 2014-09-08 | 5 | -61/+472 |
| | | | | | | | | | | | | | | a package's __init__.py. TestLoader.loadTestsFromModule() still accepts use_load_tests, but it is deprecated and ignored. A new keyword-only attribute `pattern` is added and documented. Patch given by Robert Collins, tweaked by Barry Warsaw. | ||||
* | | merge 3.4 (#22349) | Benjamin Peterson | 2014-09-06 | 3 | -45/+16 |
|\ \ | |/ | |||||
| * | remove various dead version checks (closes #22349) | Benjamin Peterson | 2014-09-06 | 3 | -45/+16 |
| | | | | | | | | Patch from Thomas Kluyver. | ||||
* | | Issue #22226: Added private function _splitdict() in the Tkinter module. | Serhiy Storchaka | 2014-09-06 | 5 | -93/+112 |
|\ \ | |/ | | | | | | | First letter no longer is stripped from the "status" key in the result of Treeview.heading(). | ||||
| * | Issue #22226: Added private function _splitdict() in the Tkinter module. | Serhiy Storchaka | 2014-09-06 | 5 | -93/+112 |
| | | | | | | | | | | First letter no longer is stripped from the "status" key in the result of Treeview.heading(). |