summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #23536: Clarified scope of fileConfig()'s API.Vinay Sajip2015-04-181-0/+12
* Backported tests from issue #20175.Serhiy Storchaka2015-04-162-3/+23
* Fix PyGILState_GetThisThreadState() prototype in the API documentation.Charles-François Natali2015-04-151-1/+1
* Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-142-1/+4
* Reword NEWS item a bitAndrew Kuchling2015-04-141-2/+2
* #17898: reset k and v so that the loop doesn't use an old valueAndrew Kuchling2015-04-143-1/+31
* #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)Andrew Kuchling2015-04-131-1/+3
* remove useless word (closes #23929)Benjamin Peterson2015-04-141-1/+1
* Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
* - Regenerate the configure file.doko@ubuntu.com2015-04-131-3/+7
* - Use PLATDIR for the platform directory everywhere (refactoring only)doko@ubuntu.com2015-04-133-3/+6
* - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from thirddoko@ubuntu.com2015-04-131-0/+229
* Force the Windows readme to CRLFZachary Ware2015-04-132-283/+286
* Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-1333-733/+736
* Attribute Michael Dorman for his initial patch on issue #18402.Zachary Ware2015-04-131-0/+1
* Merge headsZachary Ware2015-04-131-1/+1
|\
| * Don't gitignore the Python directory on case insensitive file systems.R David Murray2015-04-121-1/+1
* | Issue #18402: Also look for 64 bit Perl in build_ssl.py.Zachary Ware2015-04-131-1/+5
|/
* use imperativeBenjamin Peterson2015-04-111-5/+5
* highlight is now highlighted (closes #23909)Benjamin Peterson2015-04-101-1/+1
* Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19.Serhiy Storchaka2015-04-101-1/+2
* Issue #21859: Corrected FileIO docstrings.Serhiy Storchaka2015-04-101-14/+17
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-1024-176/+264
* Put the NASM pulled from svn.python.org at the front of the PATH.Zachary Ware2015-04-101-1/+2
* Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source.Zachary Ware2015-04-091-1/+1
* Refresh OpenSSL sources on the buildbotsZachary Ware2015-04-091-1/+1
* Issue #23686: Update Windows build to use OpenSSL 1.0.2aZachary Ware2015-04-084-5/+7
* Issue #23400: Add notes about the sem_open support of the host OS toBerker Peksag2015-04-081-8/+17
* actually ssl3 is just completely brokenBenjamin Peterson2015-04-081-7/+7
* Update pip to 6.1.1Donald Stufft2015-04-072-1/+1
* ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/Victor Stinner2015-04-071-6/+4
* Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTPVictor Stinner2015-04-072-1/+8
* Upgrade pip to 6.1.0 and setuptools to 15.0Donald Stufft2015-04-073-2/+2
* Issue #23458: Remove test_os.test_urandom_fd_non_inheritable()Victor Stinner2015-04-062-63/+0
* remove extra arguments in arg parsing format codes (closes #23875)Benjamin Peterson2015-04-061-2/+2
* Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj andSerhiy Storchaka2015-04-046-17/+80
* Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-2/+2
* Issue #23338: Fixed formatting ctypes error messages on Cygwin.Serhiy Storchaka2015-04-043-2/+6
* Issue #23825: Fixed test_idle under -OO.Serhiy Storchaka2015-04-041-7/+12
* Escaped backslashes in docstrings.Serhiy Storchaka2015-04-033-5/+5
* use rc rather than betaBenjamin Peterson2015-04-031-2/+2
* Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().Serhiy Storchaka2015-04-021-1/+108
* Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().Serhiy Storchaka2015-04-023-6/+61
* Issue #16840: Fixed test_tcl for Tcl < 8.5.Serhiy Storchaka2015-04-021-3/+3
* Issue #21526: Skip test_booleans on Tcl < 8.5.Serhiy Storchaka2015-04-021-0/+1
* Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-023-20/+267
* Issue #23834: Fix socket.sendto(), use the C long type to store the result ofVictor Stinner2015-04-022-1/+5
* - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 anddoko@ubuntu.com2015-04-021-3/+3
* Issue #21526: Fixed the test_booleans test for wantobjects = 0.Serhiy Storchaka2015-04-021-2/+6
* Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-023-15/+51