summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23735: Merge Readline resize handling from 3.5Martin Panter2016-04-031-0/+1
|\
| * Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-031-0/+1
| |
* | Optimize bytes.replace(b'', b'.')Victor Stinner2016-03-211-0/+1
| | | | | | | | | | Issue #26574: Optimize bytes.replace(b'', b'.') and bytearray.replace(b'', b'.'): up to 80% faster. Patch written by Josh Snider.
* | #26250: merge with 3.5.Ezio Melotti2016-03-181-0/+1
|\ \ | |/
| * #26250: document the sqlite3.Cursor.connection attribute. Initial patches ↵Ezio Melotti2016-03-181-0/+1
| | | | | | | | by Aviv Palivoda and Varpu Rantala.
* | Merge for issue #26271Brett Cannon2016-03-181-0/+1
|\ \ | |/
| * Issue #26271: Fix the Freeze tool to use variables passed in from theBrett Cannon2016-03-181-0/+1
| | | | | | | | | | | | configure script related to compiler flags. Thanks to Daniel Shaulov for the bug report and patch.
* | #25320: Handle sockets in directories unittest discovery is scanning.Robert Collins2016-03-151-0/+1
|\ \ | |/ | | | | Patch from Victor van den Elzen.
| * #25320: Handle sockets in directories unittest discovery is scanning.Robert Collins2016-03-151-0/+1
| | | | | | | | Patch from Victor van den Elzen.
* | #24918: merge with 3.5.Ezio Melotti2016-03-131-0/+1
|\ \ | |/
| * #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B.Ezio Melotti2016-03-131-0/+1
| |
* | #25687: merge with 3.5.Ezio Melotti2016-03-131-0/+1
|\ \ | |/
| * #25687: clarify that errors in tearDown increase the total number of ↵Ezio Melotti2016-03-131-0/+1
| | | | | | | | reported errors. Initial patch by HyeSoo Park.
| * Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-121-0/+1
| | | | | | | | Tamás Bence Gedai.
* | Add Mock.assert_called()Victor Stinner2016-03-111-0/+1
| | | | | | | | | | Issue #26323: Add assert_called() and assert_called_once() methods to unittest.mock.Mock.
* | Issue #21042: Return full path in ctypes.util.find_library() on LinuxMartin Panter2016-03-101-0/+1
| | | | | | | | Patch by Tamás Bence Gedai.
* | Issue #26505: merge from 3.5Ned Deily2016-03-071-0/+1
|\ \ | |/
| * Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-071-0/+1
| | | | | | | | Patch by Alex Willmer.
* | Closes #19475: Added timespec to the datetime.isoformat() method.Alexander Belopolsky2016-03-061-0/+1
| | | | | | | | | | | | | | Added an optional argument timespec to the datetime isoformat() method to choose the precision of the time component. Original patch by Alessandro Cucci.
* | #26246: merge with 3.5.Ezio Melotti2016-02-271-0/+1
|\ \ | |/
| * #26246: merge with 3.4.Ezio Melotti2016-02-271-0/+1
| |\
| | * #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-271-0/+1
| | |
* | | Issue #12923: Merge FancyURLopener fix from 3.5Martin Panter2016-02-061-0/+1
|\ \ \ | |/ /
| * | Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-041-0/+1
| | | | | | | | | | | | Based on patches by Brian Brazil and Daniel Rocco.
* | | Issue #26244: Merge zlib documentation from 3.5Martin Panter2016-02-031-0/+1
|\ \ \ | |/ /
| * | Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-0/+1
| | | | | | | | | | | | Based on patch by Aviv Palivoda.
* | | Issue #23076: Path.glob() now raises a ValueError if it's called with anBerker Peksag2016-01-301-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | invalid pattern. Patch by Thomas Nyberg.
| * | Issue #23076: Path.glob() now raises a ValueError if it's called with anBerker Peksag2016-01-301-0/+1
| | | | | | | | | | | | | | | | | | invalid pattern. Patch by Thomas Nyberg.
* | | Issue #19023: Merge ctypes doc and tests from 3.5Martin Panter2016-01-291-0/+1
|\ \ \ | |/ /
| * | Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-0/+1
| | | | | | | | | | | | Also add some more tests. Based on patch by Sye van der Veen.
* | | Merge 3.5 (doc)Victor Stinner2016-01-211-0/+1
|\ \ \ | |/ /
| * | Issue #26106: doc: Move text of licenses to parsed literal blockVictor Stinner2016-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | | This change helps to ignore text of PSF, BEOPEN.com and CNRI licenses when translating the documentation. Patch written by Julien Palard who is translating Python 3.5 doc to french. Text of other licenses already used preformatted format.
* | | Issue #23883: Add missing APIs to calendar.__all__Martin Panter2016-01-161-0/+1
| | | | | | | | | | | | Patch by Joel Taddei and Jacek Kołodziej.
* | | Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM RodriguesMartin Panter2016-01-161-0/+1
| | |
* | | Merge with 3.5Terry Jan Reedy2016-01-091-0/+1
|\ \ \ | |/ /
| * | Issue #26029: Remove extraneous word. Patch by Upendra Kumar.Terry Jan Reedy2016-01-091-0/+1
| | |
* | | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵Guido van Rossum2016-01-061-0/+1
|\ \ \ | |/ / | | | | | | Petri. (Merge 3.5->3.6)
| * | Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich ↵Guido van Rossum2016-01-061-0/+1
| |\ \ | | |/ | | | | | | Petri. (Merge 3.4->3.5)
| | * Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.Guido van Rossum2016-01-061-0/+1
| | |
* | | Issue #25768: Make compileall functions return booleans and documentBrett Cannon2015-12-271-0/+1
| | | | | | | | | | | | | | | | | | the return values as well as test them. Thanks to Nicholas Chammas for the bug report and initial patch.
* | | Merge for issue #12484Brett Cannon2015-12-271-0/+1
|\ \ \ | |/ /
| * | Issue #12484: Remove a mention of Py_InitModule() and ↵Brett Cannon2015-12-271-0/+1
| | | | | | | | | | | | | | | | | | | | | _PyImport_FixupExtension(). Thanks to Alejandro Santos for the bug report and Anish Shah for the patch.
* | | Merge for issue #25874Brett Cannon2015-12-271-0/+1
|\ \ \ | |/ /
| * | Issue #25874: Clarify platform support in the "Using Python on Windows" doc.Brett Cannon2015-12-271-0/+1
| | | | | | | | | | | | Thanks to Chris Wilcox for the initial patch.
* | | Merge: #24903: Remove misleading error message to fix regression.R David Murray2015-12-051-0/+1
|\ \ \ | |/ /
| * | Merge: #24903: Remove misleading error message to fix regression.R David Murray2015-12-051-0/+1
| |\ \ | | |/
| | * #24903: Remove misleading error message to fix regression.R David Murray2015-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the argparse conversion, compileall would (sometimes) accept multiple paths when -d was specified. Afterward, it does not. The corresponding check in the original code claimed to prevent multiple *directories* from being specified...but it didn't really work even to do that. So this patch fixes the regression by invoking the consenting adults rule: if you specify a combination of arguments to compileall that produces files with inconsistent destdirs (which you could do before), it is on you. Patch by Jake Garver.
* | | Issue #22989, #21228: Merge urlopen() doc from 3.5Martin Panter2015-11-261-0/+1
|\ \ \ | |/ /
| * | Issue #22989, #21228: Merge urlopen() doc from 3.4 into 3.5Martin Panter2015-11-261-0/+1
| |\ \ | | |/
| | * Issues #22989, #21228: Document HTTP response object for urlopen()Martin Panter2015-11-261-0/+1
| | | | | | | | | | | | | | | | | | Previous documentation was not clear if the geturl(), info() and getcode() were valid for HTTP responses. The “msg” attribute is different to the usual HTTPResponse.msg attribute. Based on patch by Evens Fortuné.