summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow test to work on implementations not using ref-counting (closes #22265)Benjamin Peterson2014-08-241-0/+1
* fix some test_weakref tests to not rely on ref-counting (closes #22267)Benjamin Peterson2014-08-241-0/+2
* don't segfault when trying to fdopen() a fd for a dir (closes #22259)Benjamin Peterson2014-08-243-1/+16
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-2414-264/+229
* Issue #21166: fix typo in commentNed Deily2014-08-241-1/+1
* Issue #22243: fix except grammar in reference.Terry Jan Reedy2014-08-231-1/+1
* Merge heads.Terry Jan Reedy2014-08-231-1/+0
|\
| * Idle ColorDelegator: finish removing code for 'as'.Terry Jan Reedy2014-08-191-1/+0
* | Update PEP 466 What's New in 2.7 sectionNick Coghlan2014-08-231-6/+16
* | Issue #22199: update Misc/NEWSNed Deily2014-08-221-0/+3
* | Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.pyNed Deily2014-08-223-2/+18
* | Issue #21166: Prevent possible segfaults and other random failures ofNed Deily2014-08-224-1/+20
* | Issue #22191: Fix warnings.__all__.Brett Cannon2014-08-225-2/+25
* | Import Tkinter as tkinter to help merging and avoid backporting errors.Serhiy Storchaka2014-08-219-214/+214
* | Issue #1730136: Fix backported exception name.Ned Deily2014-08-211-1/+1
* | fix error message for invalid curve nameBenjamin Peterson2014-08-211-1/+5
* | Backed out changeset 7c19f1f792c6Benjamin Peterson2014-08-201-2/+5
* | don't call rl_initialize when stdout is not a ttyBenjamin Peterson2014-08-201-5/+2
* | expect socket.error instead of the py3ism OSErrorBenjamin Peterson2014-08-201-1/+1
* | allow any socket error for rude shutdown testBenjamin Peterson2014-08-201-1/+1
* | link _ssl to crypt32.lib on windozeBenjamin Peterson2014-08-201-8/+8
* | PyUnicode -> PyString and PyLong -> PyIntBenjamin Peterson2014-08-201-4/+4
* | backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-2026-1458/+9540
* | Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. ...Senthil Kumaran2014-08-203-18/+87
|/