Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. | Antoine Pitrou | 2013-10-23 | 1 | -0/+1 |
| | | | | Patch by Sunny K. | ||||
* | Issue #15207: Fix mimetypes to read from correct area in Windows registry ↵ | Tim Golden | 2013-10-22 | 1 | -0/+1 |
| | | | | (Original patch by Dave Chambers) | ||||
* | #8964: fix platform._sys_version to handle IronPython 2.6+. | Ezio Melotti | 2013-10-21 | 1 | -0/+1 |
| | |||||
* | Closes #1215: document better why it is not a good idea to catch e.g. ↵ | Georg Brandl | 2013-10-06 | 1 | -0/+1 |
| | | | | | | SIGSEGV and refer to faulthandler. Patch by Martin Pool. | ||||
* | Close #19092: ExitStack now reraises exceptions from __exit__ | Nick Coghlan | 2013-10-01 | 1 | -1/+1 |
| | | | | Report and patch by Hrvoje Nikšić | ||||
* | Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except ↵ | Antoine Pitrou | 2013-09-30 | 1 | -0/+1 |
| | | | | | | when necessary. Patch by Oscar Benjamin. | ||||
* | Issue #19018: The heapq.merge() function no longer suppresses IndexError | Raymond Hettinger | 2013-09-15 | 1 | -0/+2 |
| | |||||
* | Add Germán M. Bravo to Misc/ACKS | Eli Bendersky | 2013-09-13 | 1 | -0/+1 |
| | |||||
* | Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, | Serhiy Storchaka | 2013-09-13 | 1 | -0/+1 |
| | | | | | if all necessary functions are already found in libuuid. Patch by Evgeny Sologubov. | ||||
* | Issue #18849: Fixed a Windows-specific tempfile bug where collision with an | Eli Bendersky | 2013-09-06 | 1 | -0/+1 |
| | | | | | existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina. | ||||
* | Issue #18418: After fork(), reinit all threads states, not only active ones. | Charles-François Natali | 2013-08-30 | 1 | -0/+1 |
| | | | | Patch by A. Jesse Jiryu Davis. | ||||
* | #18833: add a test for test_telnetlib. Patch by Alex Volkov. | Ezio Melotti | 2013-08-25 | 1 | -0/+1 |
| | |||||
* | Issue #8865: Concurrent invocation of select.poll.poll() now raises a | Serhiy Storchaka | 2013-08-20 | 1 | -0/+1 |
| | | | | RuntimeError exception. Patch by Christian Schubert. | ||||
* | Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get | Terry Jan Reedy | 2013-08-10 | 1 | -0/+1 |
| | | | | docstrings and ValueError messages. Patch by Zhongyue Luo | ||||
* | #18357: add tests for dictview set difference. Patch by Fraser Tweedale. | Ezio Melotti | 2013-08-08 | 1 | -0/+1 |
| | |||||
* | #18657: remove duplicate entries from Misc/ACKS. | R David Murray | 2013-08-04 | 1 | -3/+0 |
| | | | | Patch by Madison May. | ||||
* | Issue #17557: Fix os.getgroups() to work with the modified behavior of | Ned Deily | 2013-08-02 | 1 | -0/+1 |
| | | | | getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik. | ||||
* | Issue #15494: test.support is now a package rather than a module | Nick Coghlan | 2013-07-28 | 1 | -0/+1 |
| | | | | | | | Also including this change in 3.3 to help avoid spurious conflicts between the two most active branches. (Initial patch by Indra Talip) | ||||
* | #16937: document that stdin is always buffered, even when -u is used. Patch ↵ | Ezio Melotti | 2013-07-25 | 1 | -0/+1 |
| | | | | by Elena Oat. | ||||
* | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by | Serhiy Storchaka | 2013-07-15 | 1 | -0/+1 |
| | | | | Févry Thibault. | ||||
* | Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by | Terry Jan Reedy | 2013-07-13 | 1 | -0/+1 |
| | | | | | Phil Webster. With that available, modify RstripExtension.py to stop deleting null slices, which caused a file to be marked as changed when it was not. | ||||
* | #17987: properly document support.captured_xxx. | R David Murray | 2013-07-11 | 1 | -0/+1 |
| | | | | Patch by Dmi Baranov. | ||||
* | 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: 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 #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 |
| | |||||
* | #17511: Keep IDLE find dialog open after clicking "Find Next". | Roger Serwy | 2013-06-11 | 1 | -0/+1 |
| | | | | Original patch by Sarah K. | ||||
* | #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. | Ezio Melotti | 2013-06-08 | 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. | ||||
* | 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. | ||||
* | 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. | ||||
* | #17841: remove missing codecs aliases from the documentation. Patch by ↵ | Ezio Melotti | 2013-05-10 | 1 | -0/+1 |
| | | | | Thomas Fenzl. | ||||
* | #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. | ||||
* | #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh ↵ | Ezio Melotti | 2013-05-07 | 1 | -0/+1 |
| | | | | Chaudhari. | ||||
* | #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial ↵ | Ezio Melotti | 2013-05-04 | 1 | -0/+1 |
| | | | | patch by Dino Viehland. | ||||
* | Issue #15535: Fix pickling of named tuples. | Raymond Hettinger | 2013-05-03 | 1 | -0/+1 |
| | |||||
* | #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 #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 | ||||
* | #17413: make sure settrace funcs get passed exception instances for 'value'. | R David Murray | 2013-04-19 | 1 | -0/+2 |
| | | | | Patch by Ingrid Cheung and Brendan McLoughlin. | ||||
* | #13510: clarify that f.readlines() is note necessary to iterate over a file. ↵ | Ezio Melotti | 2013-04-15 | 1 | -0/+1 |
| | | | | Patch by Dan Riti. | ||||
* | #17341: Include name in re error message about invalid group name. | R David Murray | 2013-04-14 | 1 | -0/+1 |
| | | | | Patch by Jason Michalski. | ||||
* | Issue #17016: Get rid of possible pointer wraparounds and integer overflows | Serhiy Storchaka | 2013-04-13 | 1 | -0/+1 |
| | | | | in the re module. Patch by Nickolai Zeldovich. | ||||
* | Revert changes for #13355 by request from Raymond Hettinger | Andrew Svetlov | 2013-04-13 | 1 | -1/+0 |
| | |||||
* | Issue #13355: Raise ValueError on random.triangular call with invalid params. | Andrew Svetlov | 2013-04-12 | 1 | -0/+1 |
| | | | | Initial patch by Yuriy Senko. | ||||
* | #6696: add documentation for the Profile objects, and improve ↵ | Ezio Melotti | 2013-04-12 | 1 | -0/+1 |
| | | | | profile/cProfile docs. Patch by Tom Pinckney. |