Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #18020: improve html.escape speed by an order of magnitude. Patch by Matt ↵ | Ezio Melotti | 2013-07-07 | 1 | -0/+1 |
| | | | | Bryant. | ||||
* | merge for issue #18351. | Brett Cannon | 2013-07-06 | 1 | -0/+1 |
|\ | |||||
| * | Issue #18351: Fix various issues with | Brett Cannon | 2013-07-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | importlib._bootstrap._get_sourcefile(). Thanks to its only use by the C API, it was never properly tested until now. Thanks to Neal Norwitz for discovering the bug and Madison May for the patch. | ||||
* | | #18380: merge with 3.3. | Ezio Melotti | 2013-07-06 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #18380: pass regex flags to the right argument. Patch by Valentina ↵ | Ezio Melotti | 2013-07-06 | 1 | -0/+1 |
| | | | | | | | | Mukhamedzhanova. | ||||
| * | #18155: Regex-escape delimiter, in case it is a regex special char. | R David Murray | 2013-06-29 | 1 | -0/+1 |
| | | | | | | | | Patch by Vajrasky Kok, with slight modification to the tests by me. | ||||
* | | Issue #18244: Adopt C3-based linearization in functools.singledispatch for ↵ | Łukasz Langa | 2013-07-01 | 1 | -0/+1 |
| | | | | | | | | improved ABC support | ||||
* | | Issue 18240: The HMAC module is no longer restricted to bytes and accepts | Christian Heimes | 2013-07-01 | 1 | -0/+1 |
| | | | | | | | | any bytes-like object, e.g. memoryview. Original patch by Jonas Borgström. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-28 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and | Terry Jan Reedy | 2013-06-28 | 1 | -0/+1 |
| | | | | | | | | | | replacing redundant signature in input() docstring with one-line summary. Original patch by Terrel Shumway. | ||||
* | | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. | Antoine Pitrou | 2013-06-18 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. | Antoine Pitrou | 2013-06-18 | 1 | -0/+1 |
| | | |||||
* | | Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. | Ned Deily | 2013-06-14 | 1 | -0/+1 |
| | | | | | | | | Patch by Mark Levitt | ||||
* | | #17511: merge with 3.3. | Roger Serwy | 2013-06-11 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #17511: Keep IDLE find dialog open after clicking "Find Next". | Roger Serwy | 2013-06-11 | 1 | -0/+1 |
| | | | | | | | | Original patch by Sarah K. | ||||
* | | #18126: merge with 3.3. | Ezio Melotti | 2013-06-08 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. | Ezio Melotti | 2013-06-08 | 1 | -0/+1 |
| | | |||||
* | | Fixed #18150: duplicate test inside TestSingleDispatch | Łukasz Langa | 2013-06-07 | 1 | -0/+1 |
| | | | | | | | | Thanks to Vajrasky Kok for the patch | ||||
* | | Issue #18084: Use sys.byteorder in wave.py. | Serhiy Storchaka | 2013-05-29 | 1 | -0/+1 |
| | | | | | | | | Original patch by Hideaki Takahashi. | ||||
* | | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and | Serhiy Storchaka | 2013-05-29 | 1 | -0/+2 |
| | | | | | | | | | | PyObject_CallMethod() now changed to `const char*`. Based on patches by Jörg Müller and Lars Buitinck. | ||||
* | | Merge with 3.3 | Terry Jan Reedy | 2013-05-28 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #15392: Create a unittest framework for IDLE. | Terry Jan Reedy | 2013-05-28 | 1 | -0/+1 |
| | | | | | | | | Preliminary patch by Rajagopalasarma Jayakrishnan. | ||||
* | | don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times ↵ | Benjamin Peterson | 2013-05-27 | 1 | -0/+1 |
| | | | | | | | | | | | | (closes #17206) A patch from Illia Polosukhin. | ||||
* | | Issue #17532: merge | Ned Deily | 2013-05-22 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #17532: Always include Options menu for IDLE on OS X. | Ned Deily | 2013-05-22 | 1 | -0/+1 |
| | | | | | | | | Patch by Guilherme Simões. | ||||
* | | Issue #17901: fix TreeBuilder construction for an explicit element_factory=None | Eli Bendersky | 2013-05-18 | 1 | -0/+1 |
|\ \ | |/ | | | | | Based on report and patch by Aaron Oakley. | ||||
| * | Issue #17901: fix TreeBuilder construction for an explicit element_factory=None | Eli Bendersky | 2013-05-18 | 1 | -0/+1 |
| | | | | | | | | Based on report and patch by Aaron Oakley. | ||||
* | | Merge with 3.3 | Brian Curtin | 2013-05-16 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Add Nick Sloan for his contribution to #17732 | Brian Curtin | 2013-05-16 | 1 | -0/+1 |
| | | |||||
* | | Issue #17606: Fixed support of encoded byte strings in the XMLGenerator | Serhiy Storchaka | 2013-05-12 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez. | ||||
| * | Issue #17606: Fixed support of encoded byte strings in the XMLGenerator | Serhiy Storchaka | 2013-05-12 | 1 | -0/+1 |
| | | | | | | | | | | characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez. | ||||
| * | #17841: remove missing codecs aliases from the documentation. Patch by ↵ | Ezio Melotti | 2013-05-10 | 1 | -0/+1 |
| | | | | | | | | Thomas Fenzl. | ||||
* | | #17809: merge with 3.3. | Ezio Melotti | 2013-05-09 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #17809: fix a test failure in test_expanduser when $HOME has a trailing /. ↵ | Ezio Melotti | 2013-05-09 | 1 | -0/+1 |
| | | | | | | | | Patch by Kubilay Kocak. | ||||
* | | Issue #16601: Restarting iteration over tarfile no more continues from where | Serhiy Storchaka | 2013-05-09 | 1 | -0/+1 |
|\ \ | |/ | | | | | it left off. Patch by Michael Birtwell. | ||||
| * | Issue #16601: Restarting iteration over tarfile no more continues from where | Serhiy Storchaka | 2013-05-09 | 1 | -0/+1 |
| | | | | | | | | it left off. Patch by Michael Birtwell. | ||||
* | | #17871: merge with 3.3. | Ezio Melotti | 2013-05-07 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh ↵ | Ezio Melotti | 2013-05-07 | 1 | -0/+1 |
| | | | | | | | | Chaudhari. | ||||
* | | #7855: merge with 3.3. | Ezio Melotti | 2013-05-04 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial ↵ | Ezio Melotti | 2013-05-04 | 1 | -0/+1 |
| | | | | | | | | patch by Dino Viehland. | ||||
* | | merge | Raymond Hettinger | 2013-05-03 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #15535: Fix pickling of named tuples. | Raymond Hettinger | 2013-05-03 | 1 | -0/+1 |
| | | |||||
* | | Merge #7152: Clarify that ProxyHandler is added only if proxy settings are ↵ | R David Murray | 2013-04-28 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | | | detected. Behavior confirmation and initial patch by Jessica McKellar. | ||||
| * | #7152: Clarify that ProxyHandler is added only if proxy settings are detected. | R David Murray | 2013-04-28 | 1 | -0/+1 |
| | | | | | | | | Behavior confirmation and initial patch by Jessica McKellar. | ||||
* | | Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes | Senthil Kumaran | 2013-04-25 | 1 | -0/+1 |
| | | | | | | | | bugs with assignment to full_url. Patch by Demian Brecht. | ||||
* | | Issue #11714: Use 'with' statements to assure a Semaphore releases a | Serhiy Storchaka | 2013-04-22 | 1 | -0/+1 |
|\ \ | |/ | | | | | condition variable. Original patch by Thomas Rachel. | ||||
| * | Issue #11714: Use 'with' statements to assure a Semaphore releases a | Serhiy Storchaka | 2013-04-22 | 1 | -0/+1 |
| | | | | | | | | condition variable. Original patch by Thomas Rachel. | ||||
* | | Issue #17736: fix misleading comment in _elementtree.c | Eli Bendersky | 2013-04-22 | 1 | -0/+1 |
|\ \ | |/ | | | | | Patch by Jonas Wagner | ||||
| * | Issue #17736: fix misleading comment in _elementtree.c | Eli Bendersky | 2013-04-22 | 1 | -0/+1 |
| | | | | | | | | Patch by Jonas Wagner | ||||
* | | #9607: Add tests for the keyword module. | R David Murray | 2013-04-20 | 1 | -0/+1 |
| | | | | | | | | Based on the testing ideas in a patch written by Greg Malcolm. |