summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-141-0/+1
* Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-091-0/+1
* Issue #19683: Removed empty tests from test_minidom.Zachary Ware2013-12-191-0/+1
* Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+1
* Issue #17976: Fixed potential problem with file.write() not detecting IO errorSerhiy Storchaka2013-12-171-0/+1
* Merge headsZachary Ware2013-11-261-0/+1
|\
| * Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment withSerhiy Storchaka2013-11-261-0/+1
* | Issue #19588: Fixed tests in test_random that were silently skipped mostZachary Ware2013-11-261-0/+1
|/
* Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+1
* #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-0/+1
* Closes #17725: small grammar fix.Georg Brandl2013-10-061-0/+1
* Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...Antoine Pitrou2013-09-301-0/+1
* Issue #19018: The heapq.merge() function no longer suppresses IndexErrorRaymond Hettinger2013-09-151-0/+2
* Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,Serhiy Storchaka2013-09-131-0/+1
* Close #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-061-0/+1
* Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...Antoine Pitrou2013-09-041-0/+1
* Issue #18418: After fork(), reinit all threads states, not only active ones.Charles-François Natali2013-08-301-0/+1
* #18833: add a test for test_telnetlib. Patch by Alex Volkov.Ezio Melotti2013-08-251-0/+1
* Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-0/+1
* Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"Serhiy Storchaka2013-08-201-0/+1
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-0/+1
* Issue #18676: Change 'positive' to 'non-negative' in queue.py put and getTerry Jan Reedy2013-08-101-0/+1
* #18357: add tests for dictview set difference. Patch by Fraser Tweedale.Ezio Melotti2013-08-081-0/+1
* Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-021-0/+1
* #14853: remove test that was making too many assumptions about stdin. Patch ...Ezio Melotti2013-07-251-0/+1
* Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch byTerry Jan Reedy2013-07-131-0/+1
* Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff byTerry Jan Reedy2013-06-301-0/+1
* #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-291-0/+1
* Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-281-0/+1
* Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-181-0/+1
* #17511: Keep IDLE find dialog open after clicking "Find Next".Roger Serwy2013-06-111-0/+1
* #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.Ezio Melotti2013-06-081-0/+1
* Issue #15392: Create a unittest framework for IDLE, 2.7 version.Terry Jan Reedy2013-05-301-0/+1
* Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-221-0/+1
* Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-0/+1
* Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-091-0/+1
* Issue 16584: in filecomp._cmp, catch IOError as well as os.error.Terry Jan Reedy2013-05-091-0/+1
* #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-041-0/+1
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-281-0/+1
* Issue #11714: Use 'with' statements to assure a Semaphore releases aSerhiy Storchaka2013-04-221-0/+1
* #13510: clarify that f.readlines() is note necessary to iterate over a file. ...Ezio Melotti2013-04-151-0/+1
* #17341: Include name in re error message about invalid group name.R David Murray2013-04-141-0/+1
* Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-0/+1
* Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-1/+0
* Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-0/+1
* #6696: add documentation for the Profile objects, and improve profile/cProfil...Ezio Melotti2013-04-121-0/+1
* list slotdefs in offset order rather than sorting them (closes #17610)Benjamin Peterson2013-04-071-0/+1
* Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-071-0/+1
* #8913: add examples and docs for date/time/datetime.__format__. Patch by Hei...Ezio Melotti2013-04-041-0/+1
* #13163: fix names of _get_socket argsR David Murray2013-04-021-0/+1