summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #9850: Fixed macpath.join() for empty first component. Patch bySerhiy Storchaka2014-09-271-0/+3
* Issue #17462: Add a paragraph about advantages of argparse over optparse.Berker Peksag2014-09-261-0/+1
* Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.Berker Peksag2014-09-241-0/+1
* Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOSSerhiy Storchaka2014-09-231-0/+3
* Issue #21866: ZipFile.close() no longer writes ZIP64 central directorySerhiy Storchaka2014-09-231-0/+3
* Fix formatting typo in Misc/NEWS.Ned Deily2014-09-221-1/+1
* Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a.Serhiy Storchaka2014-09-211-1/+1
* Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the reSerhiy Storchaka2014-09-211-0/+3
* Issue #22423: Unhandled exception in thread no longer causes unhandledSerhiy Storchaka2014-09-211-0/+4
* Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-172-0/+5
* Lax cookie parsing in http.cookies could be a security issue whenGuido van Rossum2014-09-162-0/+4
* Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-111-0/+3
* Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-111-0/+3
* Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-111-0/+3
* - Issue #22381: Update zlib to 1.2.8.doko@ubuntu.com2014-09-111-0/+2
* Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-101-3/+3
* Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-061-0/+3
* Issue #22221: Backported fixes from Python 3 (issue #18960).Serhiy Storchaka2014-09-051-0/+10
* remove automatic svn checkout of sphinx and its deps from Doc/MakefileBenjamin Peterson2014-09-051-0/+3
* Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Alex Gaynor2014-09-041-0/+1
* NEWS items for Idle.Terry Jan Reedy2014-09-031-0/+9
* NEWS items for turtledemo.Terry Jan Reedy2014-09-031-0/+12
* don't index outside of the path (closes #22312)Benjamin Peterson2014-08-311-0/+2
* #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-301-0/+4
* PEP 466: backport persistent urandom fd (closes #21305)Benjamin Peterson2014-08-281-0/+3
* PEP 466: backport hashlib algorithm constants (closes #21307)Benjamin Peterson2014-08-281-0/+3
* don't segfault when trying to fdopen() a fd for a dir (closes #22259)Benjamin Peterson2014-08-241-0/+3
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-0/+5
* Issue #22199: update Misc/NEWSNed Deily2014-08-221-0/+3
* Issue #21166: Prevent possible segfaults and other random failures ofNed Deily2014-08-221-0/+3
* Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-222-0/+3
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-201-0/+3
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-201-0/+3
* Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.Serhiy Storchaka2014-08-191-0/+2
* Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka2014-08-171-0/+2
* Issue #22201: Command-line interface of the zipfile module now correctlySerhiy Storchaka2014-08-171-0/+6
* backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797Senthil Kumaran2014-08-161-3/+0
* Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-161-0/+3
* Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing ...Serhiy Storchaka2014-08-121-0/+3
* Issue #17923: glob() patterns ending with a slash no longer match non-dirs onSerhiy Storchaka2014-08-121-0/+3
* Issue #22174: Clean-up grammar and ambiguities in property() docs.Raymond Hettinger2014-08-101-0/+1
* - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-101-0/+7
* Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-0/+5
* Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memorySerhiy Storchaka2014-08-061-0/+3
* Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particularSerhiy Storchaka2014-08-061-0/+4
* Issue #16037: HTTPMessage.readheaders() raises an HTTPException when moreBerker Peksag2014-08-051-0/+3
* #18034: update FAQ to suggest importlib.import_module instead of __import__. ...Ezio Melotti2014-08-041-0/+1
* Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"Serhiy Storchaka2014-07-311-0/+3
* Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat().Victor Stinner2014-07-291-0/+3
* Issue #21591: add test for qualified exec in tuple form.Robert Jordens2014-07-291-0/+1