summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Issue #10656: Fix out-of-tree building on AIXMartin Panter2016-11-201-0/+2
* Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPATMartin Panter2016-11-141-0/+1
* Issue #28616: Correct help for sys.version_info releaselevel component.Ned Deily2016-11-041-0/+1
* Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator whenSerhiy Storchaka2016-11-031-0/+1
* Issue #26240: Clean up the subprocess module doc stringMartin Panter2016-10-261-0/+1
* Issue #28435: Avoid no_proxy environment variable interfering with testsMartin Panter2016-10-221-0/+1
* Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-0/+1
* Issue #28815: Change '?' to '<module>' in some doc examples.Terry Jan Reedy2016-09-301-0/+1
* IDLE NEWS item and ack.Terry Jan Reedy2016-09-291-0/+1
* Issue #27806: add Aleks to Misc/ACKS.Ned Deily2016-09-181-0/+1
* Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an ...Mark Dickinson2016-09-031-0/+1
* # 2466: ismount now recognizes mount points user can't access.R David Murray2016-08-231-0/+1
* Prevent HTTPoxy attack (CVE-2016-1000110)Senthil Kumaran2016-07-301-0/+1
* Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-281-0/+1
* Issue #25393: Fix probable copy/paste error in resource docsZachary Ware2016-07-191-0/+1
* Issue #27238: Got rid of bare excepts in the turtle module. Original patchSerhiy Storchaka2016-06-141-0/+1
* #16484: Change PYTHONDOCS to "https:", and fix links to use lowercaseMartin Panter2016-06-121-0/+1
* Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-081-0/+1
* Issue 25926: Clarify that the pure python equivalents are only approximate.Raymond Hettinger2016-05-281-0/+1
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-0/+1
* Issue #27039: Fixed bytearray.remove() for values greater than 127.Serhiy Storchaka2016-05-161-0/+1
* Fix python-gdb.py: get C types on demandVictor Stinner2016-04-201-0/+1
* Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-031-0/+1
* #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-181-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: clarify that errors in tearDown increase the total number of reported...Ezio Melotti2016-03-131-0/+1
* Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch bySerhiy Storchaka2016-03-121-0/+1
* Issue #16851: Add Anna Koroliuk to Misc/ACKSVictor Stinner2016-03-111-0/+1
* Issue #26505: Fix typos in getaddrinfo license text.Ned Deily2016-03-071-0/+1
* #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang.Ezio Melotti2016-02-271-0/+1
* Issue #12923: Reset FancyURLopener's redirect counter even on exceptionMartin Panter2016-02-041-0/+1
* Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-0/+1
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-0/+1
* Issue #26106: doc: Move text of licenses to parsed literal blockVictor Stinner2016-01-211-0/+1
* Issue #25697: Fixed rough alphabetical order in Misc/ACKS.Serhiy Storchaka2015-11-251-15/+14
* Issue #25624: ZipFile now always writes a ZIP_STORED header for directorySerhiy Storchaka2015-11-221-0/+1
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-281-0/+1
* Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-0/+1
* 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 #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-031-0/+1
* Give proper credit for issue #24915Brett Cannon2015-09-181-0/+1
* Issue #25030: Do not document seek() as if it accepts keyword argumentsMartin Panter2015-09-111-0/+1
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-0/+1
* Issue #17849: Raise sensible exception for invalid HTTP tunnel responseMartin Panter2015-09-071-0/+1
* Issue #24952: Clarify default argument of stack_size() in threading, threadMartin Panter2015-08-311-0/+1
* Merge 2.7 heads.Robert Collins2015-08-241-0/+2
|\
| * Issue #23672: ACKSTerry Jan Reedy2015-08-171-0/+1
| * #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-131-0/+1
* | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-0/+1
|/