86150 Commits (71f73ca7a9098c678d6bf3073b02228783100665)
 

Author SHA1 Message Date
Serhiy Storchaka 71f73ca7a9 Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. 11 years ago
Serhiy Storchaka 3bd66abb94 Use more precise Tcl version checks in tests. 11 years ago
Barry Warsaw 4e1f355c0e Issue #24029: Document the name binding behavior for submodule imports. 11 years ago
Barry Warsaw 2097f53ec3 Issue #24029: Document the name binding behavior for submodule imports. 11 years ago
Christian Heimes 3d2198c85b Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! 11 years ago
Christian Heimes 34e006031a Fix .gitignore for 'python' binary. 11 years ago
Benjamin Peterson ac22c6b923 improved range docstring (closes #22785) 11 years ago
Serhiy Storchaka 3af7a38c61 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 11 years ago
Serhiy Storchaka 462c357d70 Fixed full Tcl version parsing in tests for pre-final versions. 11 years ago
Andrew Kuchling 333518e01d #15183: clarify timeit documentation to say that setup statement isn't timed 11 years ago
Serhiy Storchaka b6076fb13c Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. 11 years ago
Benjamin Peterson d73aca769f do not call into python api if an exception is set (#24022) 11 years ago
Benjamin Peterson 6de708fd46 recommend requests library (closes #23989) 11 years ago
Guido van Rossum 0bd16bc4cd Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. 11 years ago
Serhiy Storchaka 77e8311deb Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. 11 years ago
Serhiy Storchaka 2b0d2007a1 Issue #23908: os functions now reject paths with embedded null character 11 years ago
Serhiy Storchaka 2ef7c47844 Issue #23728: binascii.crc_hqx() could return an integer outside of the range 11 years ago
Serhiy Storchaka 16b2e4f548 Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). 11 years ago
Benjamin Peterson cdbe29902e fix grammar 11 years ago
Christian Heimes e0ac2beb4f Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 11 years ago
Christian Heimes 418fd74f87 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error 11 years ago
Serhiy Storchaka d6e53dab86 Fixed error message for the "u#" format code. 11 years ago
Berker Peksag 37de910b52 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. 11 years ago
Berker Peksag e4dde50c78 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). 11 years ago
Vinay Sajip 2d965c2555 Issue #23536: Clarified scope of fileConfig()'s API. 11 years ago
Serhiy Storchaka 6a69466f61 Backported tests from issue #20175. 11 years ago
R David Murray f4bbc535b9 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. 11 years ago
Zachary Ware 50db6acc9b Issue #23956: Fix typo in imp.py docstring. 11 years ago
R David Murray 5be7f1513d #23957: fix typo. 11 years ago
Gregory P. Smith 0f2f3bc9db issue9014: Include more formatting on :c:type:`PyObject` etc. 11 years ago
Gregory P. Smith 1b24465c93 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. 11 years ago
Gregory P. Smith 23a6a0daa1 remove trailing space :) 11 years ago
Gregory P. Smith f2a448a66b issue22046: mention that zipfile can raise NotImplementedError on unsupported 11 years ago
Berker Peksag 34c9be7ebd Issue #23811: Add missing newline to the PyCompileError error message. 11 years ago
Andrew Kuchling b3c30d9114 Reword NEWS item a bit 11 years ago
Andrew Kuchling 8b963c5853 #17898: reset k and v so that the loop doesn't use an old value 11 years ago
Andrew Kuchling 770b08e8e2 #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) 11 years ago
Łukasz Langa 5f6684efe0 Issue #23310: Fix MagicMock's initializer to work with __methods__. 11 years ago
Berker Peksag 4882cacab6 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 11 years ago
Benjamin Peterson 52a3b74900 remove useless word (closes #23929) 11 years ago
Zachary Ware bbbbe7e4e6 Make Argument Clinic's '--make' option work on Windows. 11 years ago
Zachary Ware ae9f0fede3 Issue #23730: Document the return value of ZipFile.extract 11 years ago
doko@ubuntu.com 100aa18556 - Makefile.pre.in (LIBPL): Use the definition from configure.ac 11 years ago
doko@ubuntu.com 1345d20193 - Use PLATDIR for the platform directory everywhere (refactoring only) 11 years ago
doko@ubuntu.com 7f825226e3 - merge heads 11 years ago
Antoine Pitrou 97aa953550 Fix duplicate doc entry for SSLContext.get_ca_certs() 11 years ago
doko@ubuntu.com 3536350d84 - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third 11 years ago
Antoine Pitrou 85e3ee749c Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. 11 years ago
Antoine Pitrou 20d31b5182 Merge 11 years ago
Antoine Pitrou 25f85d4bd5 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted 11 years ago