Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23536: Clarified scope of fileConfig()'s API. | Vinay Sajip | 2015-04-18 | 1 | -0/+12 |
| | |||||
* | Backported tests from issue #20175. | Serhiy Storchaka | 2015-04-16 | 2 | -3/+23 |
| | |||||
* | Fix PyGILState_GetThisThreadState() prototype in the API documentation. | Charles-François Natali | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | Issue #23811: Add missing newline to the PyCompileError error message. | Berker Peksag | 2015-04-14 | 2 | -1/+4 |
| | | | | Patch by Alex Shkop. | ||||
* | Reword NEWS item a bit | Andrew Kuchling | 2015-04-14 | 1 | -2/+2 |
| | |||||
* | #17898: reset k and v so that the loop doesn't use an old value | Andrew Kuchling | 2015-04-14 | 3 | -1/+31 |
| | |||||
* | #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) | Andrew Kuchling | 2015-04-13 | 1 | -1/+3 |
| | |||||
* | remove useless word (closes #23929) | Benjamin Peterson | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | Issue #23730: Document the return value of ZipFile.extract | Zachary Ware | 2015-04-13 | 1 | -0/+2 |
| | | | | Patch by Stéphane Wirtel. | ||||
* | - Regenerate the configure file. | doko@ubuntu.com | 2015-04-13 | 1 | -3/+7 |
| | |||||
* | - Use PLATDIR for the platform directory everywhere (refactoring only) | doko@ubuntu.com | 2015-04-13 | 3 | -3/+6 |
| | |||||
* | - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third | doko@ubuntu.com | 2015-04-13 | 1 | -0/+229 |
| | | | | | party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive. | ||||
* | Force the Windows readme to CRLF | Zachary Ware | 2015-04-13 | 2 | -283/+286 |
| | |||||
* | Issue #17202: Add .bat to .hgeol to force them to CRLF. | Zachary Ware | 2015-04-13 | 33 | -733/+736 |
| | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why. | ||||
* | Attribute Michael Dorman for his initial patch on issue #18402. | Zachary Ware | 2015-04-13 | 1 | -0/+1 |
| | |||||
* | Merge heads | Zachary Ware | 2015-04-13 | 1 | -1/+1 |
|\ | |||||
| * | Don't gitignore the Python directory on case insensitive file systems. | R David Murray | 2015-04-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #18402: Also look for 64 bit Perl in build_ssl.py. | Zachary Ware | 2015-04-13 | 1 | -1/+5 |
|/ | | | | It's still not necessary to build, but may be useful to some. | ||||
* | use imperative | Benjamin Peterson | 2015-04-11 | 1 | -5/+5 |
| | |||||
* | highlight is now highlighted (closes #23909) | Benjamin Peterson | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19. | Serhiy Storchaka | 2015-04-10 | 1 | -1/+2 |
| | | | | In some Tcl versions -2147483648 is wide integer. | ||||
* | Issue #21859: Corrected FileIO docstrings. | Serhiy Storchaka | 2015-04-10 | 1 | -14/+17 |
| | |||||
* | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 24 | -176/+264 |
| | | | | | robust at shutdown. If needs to release multiple resources, they are released even if errors are occured. | ||||
* | Put the NASM pulled from svn.python.org at the front of the PATH. | Zachary Ware | 2015-04-10 | 1 | -1/+2 |
| | | | | | | This will prevent failures from the version of NASM installed on buildbots, if the ability to override the version used is desired again later, we can figure out a way to opt in. | ||||
* | Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source. | Zachary Ware | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Refresh OpenSSL sources on the buildbots | Zachary Ware | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Issue #23686: Update Windows build to use OpenSSL 1.0.2a | Zachary Ware | 2015-04-08 | 4 | -5/+7 |
| | |||||
* | Issue #23400: Add notes about the sem_open support of the host OS to | Berker Peksag | 2015-04-08 | 1 | -8/+17 |
| | | | | | | "Pipes and Queues" and "Synchronization between processes" subsections. Patch by Davin Potts. | ||||
* | actually ssl3 is just completely broken | Benjamin Peterson | 2015-04-08 | 1 | -7/+7 |
| | |||||
* | Update pip to 6.1.1 | Donald Stufft | 2015-04-07 | 2 | -1/+1 |
| | |||||
* | ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ | Victor Stinner | 2015-04-07 | 1 | -6/+4 |
| | | | | | | | are down, don't use anymore in test_urllib2net ftp.kernel.org is also slow or down, so reuse the same FTP servers than Python 3.4 and 3.5: use ftp.debian.org instead. | ||||
* | Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP | Victor Stinner | 2015-04-07 | 2 | -1/+8 |
| | | | | connection failed. | ||||
* | Upgrade pip to 6.1.0 and setuptools to 15.0 | Donald Stufft | 2015-04-07 | 3 | -2/+2 |
| | |||||
* | Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() | Victor Stinner | 2015-04-06 | 2 | -63/+0 |
| | | | | | | | | | os.urandom() only tries to make the os.random() file descriptor non inheritable, but there is no guarantee. The test fails on too many operating systems: Windows, OS X 10.5, OpenIndiana. This issue is correctly fixed in Python 3.4 with the PEP 446. Upgrade to Python 3.4 is you need stronger guarantees. | ||||
* | remove extra arguments in arg parsing format codes (closes #23875) | Benjamin Peterson | 2015-04-06 | 1 | -2/+2 |
| | |||||
* | Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and | Serhiy Storchaka | 2015-04-04 | 6 | -17/+80 |
| | | | | | | always returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, long, str, unicode, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool. | ||||
* | Open files in binary mode to avoid newlines transformation. | Serhiy Storchaka | 2015-04-04 | 1 | -2/+2 |
| | |||||
* | Issue #23338: Fixed formatting ctypes error messages on Cygwin. | Serhiy Storchaka | 2015-04-04 | 3 | -2/+6 |
| | | | | Patch by Makoto Kato. | ||||
* | Issue #23825: Fixed test_idle under -OO. | Serhiy Storchaka | 2015-04-04 | 1 | -7/+12 |
| | |||||
* | Escaped backslashes in docstrings. | Serhiy Storchaka | 2015-04-03 | 3 | -5/+5 |
| | |||||
* | use rc rather than beta | Benjamin Peterson | 2015-04-03 | 1 | -2/+2 |
| | |||||
* | Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). | Serhiy Storchaka | 2015-04-02 | 1 | -1/+108 |
| | |||||
* | Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). | Serhiy Storchaka | 2015-04-02 | 3 | -6/+61 |
| | | | | Made test XML files non-ASCII. | ||||
* | Issue #16840: Fixed test_tcl for Tcl < 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -3/+3 |
| | |||||
* | Issue #21526: Skip test_booleans on Tcl < 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+1 |
| | |||||
* | Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and | Serhiy Storchaka | 2015-04-02 | 3 | -20/+267 |
| | | | | arbitrary precision integers added in Tcl 8.5. | ||||
* | Issue #23834: Fix socket.sendto(), use the C long type to store the result of | Victor Stinner | 2015-04-02 | 2 | -1/+5 |
| | | | | sendto() instead of the C int type. | ||||
* | - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 and | doko@ubuntu.com | 2015-04-02 | 1 | -3/+3 |
| | | | | PY_RELEASE_LEVEL to PY_RELEASE_LEVEL_BETA. | ||||
* | Issue #21526: Fixed the test_booleans test for wantobjects = 0. | Serhiy Storchaka | 2015-04-02 | 1 | -2/+6 |
| | |||||
* | Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. | Serhiy Storchaka | 2015-04-02 | 3 | -15/+51 |
| |