summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 2.7.11 finalv2.7.11Benjamin Peterson2015-12-051-3/+0
* add CVE and issue numberBenjamin Peterson2015-12-051-2/+3
* Issue #25624: ZipFile now always writes a ZIP_STORED header for directory ent...Benjamin Peterson2015-11-232-0/+4
* post rc1 updatesBenjamin Peterson2015-11-221-0/+12
* bump to 2.7.11rc1v2.7.11rc1Benjamin Peterson2015-11-211-3/+3
* Misc/NEWS entries for IDLE.Terry Jan Reedy2015-11-211-14/+37
* Issue #25678: Copy buffer objects to null-terminated strings.Serhiy Storchaka2015-11-201-0/+4
* Close #10128: don't rerun __main__.py in multiprocessingNick Coghlan2015-11-191-0/+5
* fix possible memory lea k in _get_aia_uri (closes #25578)Benjamin Peterson2015-11-141-0/+2
* Issue #25388: Fixed tokenizer hang when processing undecodable source codeSerhiy Storchaka2015-11-141-0/+3
* Issue #25590: Make rlcompleter only call getattr() once per attributeMartin Panter2015-11-131-0/+3
* Issue #22995: Default implementation of __reduce__ and __reduce_ex__ nowSerhiy Storchaka2015-11-121-0/+3
* always set OP_NO_SSLv3 by default (closes #25530)Benjamin Peterson2015-11-121-0/+3
* fix memory leak in _get_crl_dp (closes #25569)Benjamin Peterson2015-11-121-0/+2
* Issue #7759: Fixed the mhlib module on filesystems that doesn't supportSerhiy Storchaka2015-11-111-0/+3
* Added missed periods at the ends of sentences in Misc/NEWS.Serhiy Storchaka2015-11-091-2/+2
* Issue #7267: format(int, 'c') now raises OverflowError when the argument is notVictor Stinner2015-11-091-0/+3
* Issue #892902: Fixed pickling recursive objects.Serhiy Storchaka2015-11-071-0/+2
* Issue #18010: Fix pydoc GUI search to handle package exceptionsMartin Panter2015-11-071-0/+3
* Issue #12612: Add some Valgrind suppressions for 64-bit machines.doko@ubuntu.com2015-11-051-0/+24
* Issue #25523: Backported a-to-an corrections.Serhiy Storchaka2015-11-022-2/+2
* always use os.urandom for the uuid4 algorithm (closes #25515)Benjamin Peterson2015-10-301-0/+2
* Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-0/+5
* Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-0/+1
* Issue #21709: Fix the logging module to not depend upon __file__ being setGregory P. Smith2015-10-221-0/+5
* Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-0/+1
* 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 #24820: Update IDLE NEWS items.Terry Jan Reedy2015-10-041-0/+19
* 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 #25003: os.urandom() doesn't use getentropy() on Solaris becauseVictor Stinner2015-10-011-0/+4
* Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-291-0/+3
* Issue #22609: Constructor and the update method of collections.UserDict nowSerhiy Storchaka2015-09-291-0/+3
* Remove indent in news item. Error when building 3.x docs.Terry Jan Reedy2015-09-291-1/+1
* Add recent IDLE NEWS items. Move Build sectios down.Terry Jan Reedy2015-09-291-15/+49
* Issue #25203: Failed readline.set_completer_delims() no longer left theSerhiy Storchaka2015-09-271-0/+3
* Issue #25135: Avoid possible reentrancy issues in deque_clear.Raymond Hettinger2015-09-261-0/+3
* 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 items and correct previous errors.Terry Jan Reedy2015-09-211-2/+5
* Add NEWS items for Idle.Terry Jan Reedy2015-09-211-0/+15
* Give proper credit for issue #24915Brett Cannon2015-09-182-1/+3
* Issue #24915: Make PGO builds support Clang and use the test suite forBrett Cannon2015-09-181-0/+3
* 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 #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-081-0/+3
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-0/+1