summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
...
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-0/+1
* | Issue #19777: Provide a home() classmethod on Path objects.Antoine Pitrou2015-01-121-0/+2
* | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...Antoine Pitrou2015-01-111-0/+1
* | Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions forVictor Stinner2015-01-091-0/+2
* | Issue #22902: The "ip" command is now used on Linux to determine MAC addressSerhiy Storchaka2014-11-301-0/+1
* | (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-0/+1
|\ \ | |/
| * Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-0/+1
* | Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2Serhiy Storchaka2014-11-021-0/+1
|\ \ | |/
| * Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2Serhiy Storchaka2014-11-021-0/+1
* | #22751: merge with 3.4.Ezio Melotti2014-11-021-0/+1
|\ \ | |/
| * #22751: fix test___all__ warning about modified environment in the tests. Pa...Ezio Melotti2014-11-021-0/+1
| * #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-0/+1
* | Issue #6623: Remove deprecated Netrc class in the ftplib module.Berker Peksag2014-11-011-0/+1
* | Issue #18216: gettext now raises an error when a .mo file has an unsupported ...Antoine Pitrou2014-10-281-0/+1
* | #22196: link to Enum in the nametuple documentation. Patch by Karmen Dykstra.Ezio Melotti2014-10-281-0/+1
* | #22237: merge patch attribution fix.Ezio Melotti2014-10-281-0/+1
|\ \ | |/
| * #22237: fix patch attribution.Ezio Melotti2014-10-281-0/+1
* | Issue #22261: Add a note to PCbuild\readme.txt about MSBuild switches.Zachary Ware2014-10-261-0/+1
* | Merge with 3.4Terry Jan Reedy2014-10-101-0/+1
|\ \ | |/
| * Issue 22603: add Francisco Fernández Castaño to ACKS.Terry Jan Reedy2014-10-101-0/+1
* | Add Dan O'Reilly to Misc/ACKSAntoine Pitrou2014-10-051-0/+1
* | Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ...Antoine Pitrou2014-10-041-0/+1
|\ \ | |/
| * Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ...Antoine Pitrou2014-10-041-0/+1
* | Closes issue #20858: Enhancements/fixes to pure-python datetime moduleAlexander Belopolsky2014-09-281-0/+1
* | merge 3.4 (#22379)Benjamin Peterson2014-09-281-0/+1
|\ \ | |/
| * check that exception messages are not empty (#22379)Benjamin Peterson2014-09-281-0/+1
* | Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-0/+1
|\ \ | |/
| * #10510: make distuitls upload/register use HTML standards compliant CRLF.R David Murray2014-09-271-0/+1
* | Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-271-0/+1
|\ \ | |/
| * Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-271-0/+1
* | Issue #16324: _charset parameter of MIMEText now also accepts email.charset.C...Berker Peksag2014-09-261-0/+1
* | Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
|\ \ | |/
| * Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
* | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
|\ \ | |/
| * Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
* | merge 3.4 (#22459)Benjamin Peterson2014-09-231-0/+1
|\ \ | |/
| * fix error in split() examples (closes #22459)Benjamin Peterson2014-09-231-0/+1
* | Merge from 3.4Senthil Kumaran2014-09-171-0/+1
|\ \ | |/
| * Merge from 3.3Senthil Kumaran2014-09-171-0/+1
| |\
| | * Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-171-0/+1
* | | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
|\ \ \ | |/ /
| * | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
| |\ \ | | |/
| | * Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
* | | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-0/+1
|\ \ \ | |/ /
| * | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-0/+1
* | | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...Antoine Pitrou2014-08-291-0/+1
|\ \ \ | |/ /
| * | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ca...Antoine Pitrou2014-08-291-0/+1
* | | Issue #2527: Add a *globals* argument to timeit functions, in order to overri...Antoine Pitrou2014-08-231-0/+1
* | | Merge for issue #22191 fixBrett Cannon2014-08-221-0/+1
|\ \ \ | |/ /
| * | Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-221-0/+1