summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri.Guido van Rossum2016-01-061-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.
* 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é.
* Issue #25697: Fixed rough alphabetical order in Misc/ACKS.Serhiy Storchaka2015-11-251-21/+20
|
* Issue #25624: ZipFile now always writes a ZIP_STORED header for directorySerhiy Storchaka2015-11-221-0/+1
| | | | entries. Patch by Dingyuan Wang.
* Issue #25498: Fixed contributors name.Serhiy Storchaka2015-11-161-1/+1
|
* Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryviewMartin Panter2015-11-131-0/+1
| | | | | This was a regression caused by revision 1da9630e9b7f. Based on patch by Eryksun.
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-281-0/+1
| | | | | whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li.
* Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-0/+1
| | | | Patch written by Bernt Røskar Brenna.
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-0/+1
|
* reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-061-0/+1
|
* Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-051-0/+1
|
* Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.Guido van Rossum2015-10-031-0/+1
|
* Issue #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-031-0/+1
| | | | Patch from Xiang Zhang.
* Fixed issue #25034: Fix string.Formatter problem with auto-numberingEric V. Smith2015-09-291-0/+1
| | | | and nested format_specs. Patch by Anthon van der Neut.
* Add Benjamin Hodgson to Misc/ACKAndrew Svetlov2015-09-241-0/+1
|
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-211-0/+1
| | | | sequence of strings. Patch written by Yann Sionneau.
* Issue #25176: Correct link for cgi.parse_qsl; patch from Ville SkyttäMartin Panter2015-09-201-0/+1
|
* Issue #25030: Do not document seek() as if it accepts keyword argumentsMartin Panter2015-09-111-0/+1
| | | | Patch from Shiyao Ma.
* Issue #24984: Document AF_BLUETOOTH socket address formatsMartin Panter2015-09-091-0/+1
| | | | Patch from Tim Tisdall.
* Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-071-0/+1
| | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch.
* Issue #25004: Handle out-of-disk-space error in LargeMmapTestsMartin Panter2015-09-071-0/+1
| | | | Patch from John Beck.
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-0/+1
| | | | Patch from Matheus Vieira Portela.
* Fix race condition in create_stdio()Victor Stinner2015-09-041-0/+1
| | | | | | | | Issue #24891: Fix a race condition at Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) is closed while Python is creating sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set to None if the creation of the object failed, instead of raising an OSError exception. Initial patch written by Marco Paolini.
* Issue #24952: Clarify default argument of stack_size() in threading, _threadMartin Panter2015-08-311-0/+1
| | | | Patch from Mattip.
* Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-251-0/+1
| | | | Patch by Joseph Weston.
* Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-0/+1
| | | | Patch from Pam McA'Nulty.
* cgi.FieldStorage.read_multi ignores Content-LengthVictor Stinner2015-08-181-0/+1
| | | | | | Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length header in part headers. Patch written by Peter Landry and reviewed by Pierre Quentel.
* Issue #23672: ACKSTerry Jan Reedy2015-08-171-0/+1
|
* Issue #24774: Fix docstring in http.server.test.Robert Collins2015-08-171-0/+1
| | | | Patch from Chiu-Hsiang Hsu.
* #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-131-0/+1
| | | | Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
* Issue #24129: Clarify reference docs for name resolution.Nick Coghlan2015-08-051-0/+1
| | | | | | | | This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical scoping for function namespaces. Patch by Ivan Levkivskyi.
* Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-0/+1
|
* Issue #24021: docstring for urllib.urlcleanup.Robert Collins2015-08-041-0/+2
| | | | Patch from Daniel Andrade Groppe and Peter Lovett
* Issue 24745: Add ACKS entry.Terry Jan Reedy2015-08-011-0/+1
|
* Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.Terry Jan Reedy2015-08-011-0/+1
| | | | Do not print false prompts. Original patch by Adnan Umer.
* Issue #22932: Fix timezones in email.utils.formatdate.Robert Collins2015-07-311-0/+1
| | | | Patch from Dmitry Shachnev.
* Issue #23779: imaplib raises TypeError if authenticator tries to abort.Robert Collins2015-07-301-0/+1
| | | | Patch from Craig Holmquist.
* Issue #23319: Add Matthieu Gautier to Misc/ACKSVictor Stinner2015-07-291-0/+1
|
* Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.Robert Collins2015-07-261-0/+1
|
* Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.Robert Collins2015-07-221-0/+1
|
* - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.Robert Collins2015-07-141-0/+2
| | | | Patch from Nicola Palumbo and Laurent De Buyst.
* Issue #23985: Fixed integer overflow in iterator object. Patch bySerhiy Storchaka2015-05-211-0/+1
| | | | Clement Rouault.
* Issue #23310: Fix MagicMock's initializer to work with __methods__.Łukasz Langa2015-04-141-0/+1
| | | | Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim.
* Attribute Michael Dorman for his initial patch on issue #18402.Zachary Ware2015-04-131-0/+1
|
* Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-041-0/+1
| | | | Patch by Makoto Kato.
* #11468: improve unittest basic example. Initial patch by Florian Preinstorfer.Ezio Melotti2015-03-241-0/+1
|
* Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)Victor Stinner2015-03-231-0/+1
| | | | | | | Issue #23654: Turn off ICC's tail call optimization for the stack_overflow generator. ICC turns the recursive tail call into a loop. Patch written by Matt Frank.
* #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-0/+1
| | | | | | | | Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford, with additional cleaning up of the 'request' documentation by me.
* Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-131-0/+2
| | | | | handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.