summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* #17032: The "global" in the "NameError: global name 'x' is not defined" error...Ezio Melotti2013-03-031-0/+1
* Merge #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-0/+1
|\
| * Merge #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-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
|\ \ \ | |/ /
| * | Revert "Issue #16121: Fix line number accounting in shlex"Petri Lehtinen2013-02-231-1/+0
| |\ \ | | |/
| | * 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 #16121: Fix line number accounting in shlexPetri Lehtinen2013-02-231-0/+1
| |\ \ | | |/
| | * 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 #8890: Stop advertising an insecure use of /tmp in docsPetri 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 #14720: sqlite3: Convert datetime microseconds correctlyPetri 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
|\ \ \ | |/ /
| * | Issue #5033: Fix building of the sqlite3 extension modulePetri Lehtinen2013-02-231-0/+1
| |\ \ | | |/
| | * Issue #5033: Fix building of the sqlite3 extension modulePetri Lehtinen2013-02-231-0/+1
* | | #17255: merge with 3.3.Ezio Melotti2013-02-211-0/+1
|\ \ \ | |/ /
| * | #17255: merge with 3.2.Ezio Melotti2013-02-211-0/+1
| |\ \ | | |/
| | * #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.Ezio Melotti2013-02-211-0/+1
* | | #17178: merge with 3.3.Ezio Melotti2013-02-151-0/+1
|\ \ \ | |/ /
| * | #17178: merge with 3.2.Ezio Melotti2013-02-151-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
|\ \ \ | |/ /
| * | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-121-0/+1
| |\ \ | | |/
| | * Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-121-0/+1
* | | merge 3.3 (#5289)Benjamin Peterson2013-02-041-0/+1
|\ \ \ | |/ /
| * | fix find_library on Solaris (closes #5289)Benjamin Peterson2013-02-041-0/+1
* | | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-0/+1
|\ \ \ | |/ /
| * | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-0/+1
| |\ \ | | |/
| | * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-291-0/+1
* | | Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.Charles-François Natali2013-01-191-0/+1
|\ \ \ | |/ /
| * | Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.Charles-François Natali2013-01-191-0/+1
| |\ \ | | |/
| | * Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.Charles-François Natali2013-01-191-0/+1
* | | Add Ariel to Misc/ACKSEli Bendersky2013-01-131-0/+1
* | | #16154: merge with 3.3.Ezio Melotti2013-01-111-0/+1
|\ \ \ | |/ /
| * | #16154: merge with 3.2.Ezio Melotti2013-01-111-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 #16076: make _elementtree.Element pickle-able in a way that is compatibleEli Bendersky2013-01-101-0/+1
* | | Issue #8109: The ssl module now has support for server-side SNI, thanks to a ...Antoine Pitrou2013-01-051-0/+1
* | | The get() and iter() are now able to accept keyword arguments.Eli Bendersky2013-01-051-0/+1
|\ \ \ | |/ /
| * | The get() and iter() are now able to accept keyword arguments.Eli Bendersky2013-01-051-0/+1
* | | Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Co...Nadeem Vawda2013-01-021-0/+1
|\ \ \ | |/ /
| * | Issue #16828: Fix error incorrectly raised by bz2.compress('').Nadeem Vawda2013-01-021-0/+1
| |\ \ | | |/
| | * Issue #16828: Fix error incorrectly raised by bz2.compress('').Nadeem Vawda2013-01-021-0/+1
* | | Issue #16833: In http.client.HTTPConnection, do not concatenate the request h...Antoine Pitrou2013-01-021-0/+1
* | | merge 3.3Benjamin Peterson2013-01-021-0/+1
|\ \ \ | |/ /