summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-0/+1
| | | | | | | | Patch by Karan Goel.
* | Issue #19777: Provide a home() classmethod on Path objects.Antoine Pitrou2015-01-121-0/+2
| | | | | | | | Contributed by Victor Salgado and Mayank Tripathi.
* | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the ↵Antoine Pitrou2015-01-111-0/+1
| | | | | | | | default case of ``ensure_ascii=True``. Patch by Naoki Inada.
* | Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions forVictor Stinner2015-01-091-0/+2
| | | | | | | | | | atomic memory access if available. Patch written by Vitor de Lima and Gustavo Temple.
* | Issue #22902: The "ip" command is now used on Linux to determine MAC addressSerhiy Storchaka2014-11-301-0/+1
| | | | | | | | in uuid.getnode(). Pach by Bruno Cauet.
* | (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-0/+1
|\ \ | |/ | | | | Patch written by Martin Richard.
| * Closes #22348: Rephrase asyncio.StreamWriter.drain() documentationVictor Stinner2014-11-281-0/+1
| | | | | | | | Patch written by Martin Richard.
* | Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2Serhiy Storchaka2014-11-021-0/+1
|\ \ | |/ | | | | and above. Patch by Tim Graham.
| * Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2Serhiy Storchaka2014-11-021-0/+1
| | | | | | | | and above. Patch by Tim Graham.
* | #22751: merge with 3.4.Ezio Melotti2014-11-021-0/+1
|\ \ | |/
| * #22751: fix test___all__ warning about modified environment in the tests. ↵Ezio Melotti2014-11-021-0/+1
| | | | | | | | Patch by Michael Cetrulo.
| * #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
| | | | | | | | Patch by Matt Chaput.
* | Issue #18216: gettext now raises an error when a .mo file has an unsupported ↵Antoine Pitrou2014-10-281-0/+1
| | | | | | | | major version number. Patch by Aaron Hill.
* | #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
| | | | | | | | | | | | Specifically, that they can be passed at the end of a build.bat invocation. Initial patch by Shorya Raj.
* | 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
|\ \ | |/ | | | | | | | | mutated while iterating. Patch by Olivier Grisel.
| * Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ↵Antoine Pitrou2014-10-041-0/+1
| | | | | | | | | | | | mutated while iterating. Patch by Olivier Grisel.
* | Closes issue #20858: Enhancements/fixes to pure-python datetime moduleAlexander Belopolsky2014-09-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings the pure-python datetime more in-line with the C module. Patch contributed by Brian Kearns, a PyPy developer. PyPy project has been running these modifications in PyPy2 stdlib. This commit includes: - General PEP8/cleanups; - Better testing of argument types passed to constructors; - Removal of duplicate operations; - Optimization of timedelta creation; - Caching the result of __hash__ like the C accelerator; - Enhancements/bug fixes in tests.
* | merge 3.4 (#22379)Benjamin Peterson2014-09-281-0/+1
|\ \ | |/
| * check that exception messages are not empty (#22379)Benjamin Peterson2014-09-281-0/+1
| | | | | | | | Patch by Yongzhi Pan.
* | 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
| | | | | | | | Patch by Ian Cordasco, approved by Éric Araujo.
* | Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-271-0/+1
|\ \ | |/ | | | | Patch by Jonathan Hosmer.
| * Issue #16537: Check whether self.extensions is empty in setup.py.Berker Peksag2014-09-271-0/+1
| | | | | | | | Patch by Jonathan Hosmer.
* | Issue #16324: _charset parameter of MIMEText now also accepts ↵Berker Peksag2014-09-261-0/+1
| | | | | | | | | | | | email.charset.Charset instances. Initial patch by Claude Paroz.
* | Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
|\ \ | |/ | | | | Patch by Anastasia Filatova.
| * Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
| | | | | | | | Patch by Anastasia Filatova.
* | Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
|\ \ | |/ | | | | Patch by Terry Chia.
| * Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
| | | | | | | | Patch by Terry Chia.
* | merge 3.4 (#22459)Benjamin Peterson2014-09-231-0/+1
|\ \ | |/
| * fix error in split() examples (closes #22459)Benjamin Peterson2014-09-231-0/+1
| | | | | | | | Patch by Raúl Cumplido.
* | Merge from 3.4Senthil Kumaran2014-09-171-0/+1
|\ \ | |/ | | | | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
| * Merge from 3.3Senthil Kumaran2014-09-171-0/+1
| |\ | | | | | | | | | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
| | * Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ↵Senthil Kumaran2014-09-171-0/+1
| | | | | | | | | | | | 65536 bytes.
* | | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
| * | Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
| |\ \ | | |/ | | | | | | | | | | | | with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
| | * Lax cookie parsing in http.cookies could be a security issue when combinedAntoine Pitrou2014-09-161-0/+1
| | | | | | | | | | | | | | | | | | with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
* | | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-0/+1
|\ \ \ | |/ / | | | | | | response is received. Patch by Martin Panter.
| * | Issue #19524: Fixed resource leak in the HTTP connection when an invalidSerhiy Storchaka2014-09-061-0/+1
| | | | | | | | | | | | response is received. Patch by Martin Panter.
* | | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ↵Antoine Pitrou2014-08-291-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | caused by mutation of the waiters queue without holding the lock. Patch by Doug Zongker.
| * | Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() ↵Antoine Pitrou2014-08-291-0/+1
| | | | | | | | | | | | | | | | | | caused by mutation of the waiters queue without holding the lock. Patch by Doug Zongker.
* | | Issue #2527: Add a *globals* argument to timeit functions, in order to ↵Antoine Pitrou2014-08-231-0/+1
| | | | | | | | | | | | | | | | | | override the globals namespace in which the timed code is executed. Patch by Ben Roberts.
* | | Merge for issue #22191 fixBrett Cannon2014-08-221-0/+1
|\ \ \ | |/ /
| * | Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-221-0/+1
| | | | | | | | | | | | Thanks to Jon Poler for the patch.