summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove extra letterBenjamin Peterson2014-09-191-1/+1
* standardize pep 466 relnote styleBenjamin Peterson2014-09-191-11/+9
* whatsnew for pep 466 ssl backportBenjamin Peterson2014-09-191-0/+11
* Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName().Vinay Sajip2014-09-181-1/+9
* Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-111/+128
* Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...Senthil Kumaran2014-09-174-1/+18
* Lax cookie parsing in http.cookies could be a security issue whenGuido van Rossum2014-09-164-1/+15
* Test re pickling for all protocols.Serhiy Storchaka2014-09-151-3/+6
* Issue #22384: An exception in Tkinter callback no longer crashes the programSerhiy Storchaka2014-09-141-2/+5
* Now re tests work again on Unicode-disabled build.Serhiy Storchaka2014-09-142-48/+53
* Use more appropriate asserts in re tests.Serhiy Storchaka2014-09-141-59/+59
* make hg link secureBenjamin Peterson2014-09-131-1/+1
* #22398 Tools/msi enhancements for 2.7Steve Dower2014-09-123-14/+9
* test_distutils: remove the test file in DistributionTestCase.test_debug_mode()Victor Stinner2014-09-111-1/+2
* Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-114-3/+20
* Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-113-1/+9
* Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter.Serhiy Storchaka2014-09-112-12/+31
* - Issue #22381: Update zlib to 1.2.8.doko@ubuntu.com2014-09-114-5/+50
* - Issue #22381: Update zlib to 1.2.8.doko@ubuntu.com2014-09-1144-3181/+7795
* y2k compliance, lol (closes #22380)Benjamin Peterson2014-09-101-37/+0
* Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-103-5/+5
* Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-065-93/+116
* Issue #22131: Fixed a bug in handling an error occured during reading fromSerhiy Storchaka2014-09-061-3/+1
* Document 2.7.9 changes in OS X installer build requirements:Ned Deily2014-09-051-6/+15
* Update OS X installer build script for changes to documentation build:Ned Deily2014-09-051-11/+5
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-058-28/+27
* Issue #22340: Fix test_collections if the sets module was already importedVictor Stinner2014-09-051-2/+2
* Issue #22340: Fix Python 3 warnings in Python 2 testsVictor Stinner2014-09-058-38/+63
* backport our own copy of the ref-counting extensionBenjamin Peterson2014-09-052-2/+122
* regrtest: backport "[ 1/399]" progress back from Python 3Victor Stinner2014-09-051-4/+15
* Issue #22221: Backported fixes from Python 3 (issue #18960).Serhiy Storchaka2014-09-056-5/+52
* remove automatic svn checkout of sphinx and its deps from Doc/MakefileBenjamin Peterson2014-09-055-98/+164
* fix malformed use cmdoption directiveBenjamin Peterson2014-09-051-1/+2
* Fixed the versionadded in the docs for the backport in 16c86a6bdbe2Alex Gaynor2014-09-041-1/+1
* Issue #20421: Add a .version() method to SSL sockets exposing the actual prot...Alex Gaynor2014-09-045-24/+84
* the correct role is :meth: not :method:Benjamin Peterson2014-09-041-8/+6
* remove script that now lives at https://github.com/python/docsbuild-scriptsBenjamin Peterson2014-09-021-135/+0
* NEWS items for Idle.Terry Jan Reedy2014-09-031-0/+9
* NEWS items for turtledemo.Terry Jan Reedy2014-09-031-0/+12
* Issue #22051: remove unneeded reload that allowed bad code.Terry Jan Reedy2014-09-031-1/+0
* Issue #22320: Fix broken link in the General Python FAQ.Ned Deily2014-09-011-1/+2
* don't index outside of the path (closes #22312)Benjamin Peterson2014-08-313-1/+4
* getuid() returns real process id not effective (closes #22307)Benjamin Peterson2014-08-311-4/+4
* #22215: have the smtplib 'quit' command reset the state.R David Murray2014-08-303-0/+23
* PEP 466: backport persistent urandom fd (closes #21305)Benjamin Peterson2014-08-284-16/+83
* PEP 466: backport hashlib algorithm constants (closes #21307)Benjamin Peterson2014-08-285-4/+106
* fix load_verify_locations on unicode paths (closes #22244)Benjamin Peterson2014-08-282-8/+27
* correct call grammar error (#3473)Benjamin Peterson2014-08-281-1/+1
* properly handle file closing in error cases (closes #22266)Benjamin Peterson2014-08-281-29/+48
* Issue 22090: Fix '%' formatting for infinities and NaNs.Stefan Krah2014-08-262-0/+7