summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #17299: Add test coverage for cPickle with file objects and general IOSerhiy Storchaka2013-03-141-0/+1
* Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-0/+1
* Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey.Terry Jan Reedy2013-03-091-0/+1
* #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-0/+1
* Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-1/+0
* Issue #16121: Fix line number accounting in shlexPetri Lehtinen2013-02-231-0/+1
* Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-0/+1
* Issue #14720: sqlite3: Convert datetime microseconds correctlyPetri Lehtinen2013-02-231-0/+1
* Issue #5033: Fix building of the sqlite3 extension modulePetri Lehtinen2013-02-231-0/+1
* #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.Ezio Melotti2013-02-211-0/+1
* #17178: update any()/all() docstrings to document their behavior with empty i...Ezio Melotti2013-02-151-0/+1
* Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-121-0/+1
* fix find_library on Solaris (closes #5289)Benjamin Peterson2013-02-041-0/+1
* Add Robert Xiao to Misc/ACKS for issue17051.Serhiy Storchaka2013-01-281-0/+1
* Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.Charles-François Natali2013-01-191-0/+1
* #16154: fix some doctests in Doc/library. Patch by Ravi Sinha.Ezio Melotti2013-01-111-0/+1
* #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used...Ezio Melotti2013-01-111-0/+1
* Issue #16828: Fix error incorrectly raised by bz2.compress('').Nadeem Vawda2013-01-021-0/+1
* add Tom Tromey to ACKSBenjamin Peterson2013-01-021-0/+1
* Issue #16443: Add docstrings to regular expression match objects.Andrew Svetlov2012-12-231-0/+1
* #16664: Add regression tests for glob's behaviour concerning "."-entriesHynek Schlawack2012-12-161-0/+1
* Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...Antoine Pitrou2012-12-151-0/+1
* Branch mergeÉric Araujo2012-12-091-0/+2
|\
| * Fix setup.py register failure with invalid rst in description (#13614).Éric Araujo2012-12-091-0/+2
* | Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-081-0/+1
|/
* Drop double newlines printed in some file iteration examples.Andrew Svetlov2012-12-081-0/+1
* Add Bruno DupuisBenjamin Peterson2012-11-301-0/+1
* #16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy ...Ezio Melotti2012-11-291-0/+1
* #16306: Fix multiple error messages when unknown command line parameters wher...Ezio Melotti2012-11-181-0/+1
* Issue #15677: Document that zlib and gzip accept a compression level of 0 to ...Nadeem Vawda2012-11-111-0/+1
* #16152: fix tokenize to ignore whitespace at the end of the code when no newl...Ezio Melotti2012-11-031-0/+1
* #14897: Enhance error messages of struct.pack and struct.pack_intoPetri Lehtinen2012-10-291-1/+2
* #8040: add a version switcher to the documentation. Patch by Yury Selivanov.Ezio Melotti2012-10-271-0/+1
* #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-271-0/+1
* #16210: combine the two type() docs. Patch by Pete Sevander.Ezio Melotti2012-10-241-0/+1