summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Issue #21488: Oops, the patch for codecs.encode/decode doc was written byVictor Stinner2014-05-141-1/+0
* Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...Victor Stinner2014-05-141-0/+1
* Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-291-0/+1
* Closes #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-0/+1
* Issue #9291 Add ACKS & NEWSTim Golden2014-04-271-0/+2
* Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a ...Tim Golden2014-04-261-0/+1
* Issue #21311: Avoid exception in _osx_support with non-standard compilerNed Deily2014-04-191-0/+1
* Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal.Terry Jan Reedy2014-04-161-0/+1
* Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel.Terry Jan Reedy2014-04-141-0/+1
* in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-141-0/+1
* add Ian BeerBenjamin Peterson2014-03-311-0/+1
* backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.R David Murray2014-03-251-0/+1
* sync with 3.4 branchBenjamin Peterson2014-03-201-49/+334
* add Nehal HussainBenjamin Peterson2014-03-201-0/+1
* add Sean RodmanBenjamin Peterson2014-03-121-0/+1
* Issue #15618: Make turtle.py itself work when run from a module withTerry Jan Reedy2014-03-061-0/+1
* add Chris AngelicoBenjamin Peterson2014-03-021-0/+1
* Issue #17390: Add Python version to Idle editor window title bar.Terry Jan Reedy2014-01-231-0/+1
* add Nikolaus Rath to ACKSBenjamin Peterson2014-01-191-0/+1
* 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