summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Various minor typos in documentation and commentsMartin Panter2015-10-072-2/+2
* prevent unacceptable bases from becoming bases through multiple inheritance (...Benjamin Peterson2015-10-071-0/+3
* reinitialize an Event's Condition with a regular lock (closes #25319)Benjamin Peterson2015-10-062-0/+4
* Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-052-0/+7
* Issue #24820: Update IDLE NEWS items.Terry Jan Reedy2015-10-041-0/+19
* Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel.Guido van Rossum2015-10-032-0/+5
* Issue #24657: Prevent CGIRequestHandler from collapsing the URL queryMartin Panter2015-10-031-0/+3
* Issue #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-032-0/+4
* Issue #24848: Fixed bugs in UTF-7 decoding of misformed data:Serhiy Storchaka2015-10-021-0/+2
* Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-0/+3
* Issue #25003: os.urandom() doesn't use getentropy() on Solaris becauseVictor Stinner2015-10-011-0/+4
* Issue #25182: The stdprinter (used as sys.stderr before the io module isSerhiy Storchaka2015-09-301-0/+3
* Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-291-0/+3
* Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-291-0/+3
* Issue #25262. Added support for BINBYTES8 opcode in Python implementation ofSerhiy Storchaka2015-09-291-0/+4
* Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).Guido van Rossum2015-09-291-1/+2
* Fixed issue #25034: Fix string.Formatter problem with auto-numberingEric V. Smith2015-09-292-0/+4
* Remove indent in news item. Error when building 3.x docs.Terry Jan Reedy2015-09-291-1/+1
* Add recent IDLE NEWS items.Terry Jan Reedy2015-09-291-1/+35
* Correct Misc/NEWS about asyncio.Queue rewrite.Guido van Rossum2015-09-281-4/+1
* Issue #25233: Rewrite the guts of Queue to be more understandable and correct.Guido van Rossum2015-09-281-0/+2
* Closes issue #23600: Wrong results from tzinfo.fromutc().Alexander Belopolsky2015-09-281-0/+3
* Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-271-0/+3
* prevent overflow in _Unpickler_ReadBenjamin Peterson2015-09-261-0/+2
* Add Benjamin Hodgson to Misc/ACKAndrew Svetlov2015-09-241-0/+1
* Issue #12067: Rewrite Comparisons section in the language referenceMartin Panter2015-09-231-0/+7
* Issue #25047: Respect case writing XML encoding declarationsMartin Panter2015-09-231-0/+4
* Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-231-0/+3
* Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html.Terry Jan Reedy2015-09-221-2/+2
* Issue #24861: add Idle news item and correct previous errors.Terry Jan Reedy2015-09-211-2/+5
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-211-0/+1
* Add NEWS items for Idle.Terry Jan Reedy2015-09-211-0/+15
* Issue #25176: Correct link for cgi.parse_qsl; patch from Ville SkyttäMartin Panter2015-09-201-0/+1
* Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methodsVictor Stinner2015-09-181-0/+8
* Issue #24684: socket.socket.getaddrinfo() now callsVictor Stinner2015-09-111-0/+6
* Issue #25030: Do not document seek() as if it accepts keyword argumentsMartin Panter2015-09-111-0/+1
* Issue #25022: Add NEWS, fix docs to not mention the old example.Zachary Ware2015-09-101-0/+5
* Issue #24857: Comparing call_args to a long sequence now correctly returns aBerker Peksag2015-09-091-0/+3
* Issue #24984: Document AF_BLUETOOTH socket address formatsMartin Panter2015-09-091-0/+1
* Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-081-0/+3
* Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-072-0/+4
* Issue #24917: time_strftime() buffer over-read.Steve Dower2015-09-071-0/+2
* Issue #25004: Handle out-of-disk-space error in LargeMmapTestsMartin Panter2015-09-071-0/+1
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-0/+1
* #23144: Make sure that HTMLParser.feed() returns all the data, even when conv...Ezio Melotti2015-09-061-1/+4
* Backed out changeset: a29b49d57769Steve Dower2015-09-061-2/+0
* Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-061-0/+2
* Issue #16180: Exit pdb if file has syntax error, instead of trapping userTerry Jan Reedy2015-09-051-0/+3
* Fix race condition in create_stdio()Victor Stinner2015-09-042-0/+7
* Issue #24952: Clarify default argument of stack_size() in threading, _threadMartin Panter2015-08-312-0/+4