- 31cd756 merge 3.4 by Benjamin Peterson · 10 years ago
- b0335ee improve phrasing by Benjamin Peterson · 10 years ago
- 9195870 Issue #24077: merge from 3.4 by Ned Deily · 10 years ago
- 64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. by Ned Deily · 10 years ago
- a567e56 remove deleted method by Benjamin Peterson · 10 years ago
- 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 10 years ago
- 48050cb Merge 3.4 by Andrew Svetlov · 10 years ago
- 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 10 years ago
- 0f51d04 Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 10 years ago
- 2034caa Issue #24062: Fix os.stat links. Patch by July Tikhonov. by Berker Peksag · 10 years ago
- fc9d6f6 merge 3.4 (#24058) by Benjamin Peterson · 10 years ago
- 0c6a5d1 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 10 years ago
- e96193d Add missing newline in NEWS by Antoine Pitrou · 10 years ago
- 7503509 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 10 years ago
- 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 10 years ago
- a7edf1e Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
- 8c99a6d Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 10 years ago
- f789465 Silence a gcc "may be used uninitialized" compiler warning. Not true. by Gregory P. Smith · 10 years ago
- 9afe8a3 Fix computation of max_fd on OpenBSD. Issue #23852. by Gregory P. Smith · 10 years ago
- f968177 Fix computation of max_fd on OpenBSD. Issue #23852. by Gregory P. Smith · 10 years ago
- 32d34bc Use assertEqual rather than assertEquals to avoid the deprecation warning. by Gregory P. Smith · 10 years ago
- 5d0ccd2 Add missing PyAPI_FUNC macro's to the public functions as other .c files do by Gregory P. Smith · 10 years ago
- 9c6b916 Switch binascii over to using the common _Py_strhex implementation for its hex by Gregory P. Smith · 10 years ago
- e3f6393 Add the files missing from c9f1630cf2b1 for issue9951. by Gregory P. Smith · 10 years ago
- 4dff6f6 Issue9951: update _hashopenssl and md5module to use _Py_strhex(). by Gregory P. Smith · 10 years ago
- 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 10 years ago
- 644adc6 merge 3.4 (#24057) by Benjamin Peterson · 10 years ago
- d87dd43 fix relative link (closes #24057) by Benjamin Peterson · 10 years ago
- cc0bbbc (Merge 3.4) Issue #9246: On POSIX, os.getcwd() now supports paths longer than by Victor Stinner · 10 years ago
- 4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes by Victor Stinner · 10 years ago
- 51f5805 merge 3.4 (#24049) by Benjamin Peterson · 10 years ago
- 9bdd613 remove dead *-import checking code (closes #24049) by Benjamin Peterson · 10 years ago
- 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 10 years ago
- a30e225 merge 3.4 (#24044) by Benjamin Peterson · 10 years ago
- bd91ee9 merge 3.3 (#24044) by Benjamin Peterson · 10 years ago
- 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 10 years ago
- 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 10 years ago
- c314e28 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 10 years ago
- d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 10 years ago
- 84de1bf Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 10 years ago
- 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 10 years ago
- f28d54d Use more precise Tcl version checks in tests. by Serhiy Storchaka · 10 years ago
- 3bd66ab Use more precise Tcl version checks in tests. by Serhiy Storchaka · 10 years ago
- b5a3d9b Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 10 years ago
- 4e1f355 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 10 years ago
- 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 10 years ago
- 532af16 Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! by Christian Heimes · 10 years ago
- 3d2198c Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! by Christian Heimes · 10 years ago
- 244afcf Issue #23887: urllib.error.HTTPError now has a proper repr() representation. by Facundo Batista · 10 years ago
- d209d64 Fix .gitignore for 'python' binary. by Christian Heimes · 10 years ago
- 34e0060 Fix .gitignore for 'python' binary. by Christian Heimes · 10 years ago
- 4320f54 merge 3.4 (#22785) by Benjamin Peterson · 10 years ago
- ac22c6b improved range docstring (closes #22785) by Benjamin Peterson · 10 years ago
- 7563043 - move NEWS item to 3.5 by doko@ubuntu.com · 10 years ago
- 30912f3 Issue #21483: Skip test_timestamp_overflow on NFS. by Berker Peksag · 10 years ago
- 949c416 Merge heads by Serhiy Storchaka · 10 years ago
- 71b49dd Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 10 years ago
- 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 10 years ago
- d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 10 years ago
- aec0509 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
- 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
- c3a7f18 Merge from 3.4 by Andrew Kuchling · 10 years ago
- 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 10 years ago
- f5e8540 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
- b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
- 273a720 merge 3.4 (#24022) by Benjamin Peterson · 10 years ago
- d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 10 years ago
- 8714cfd Get rid of unused-but-set-variable warning. len and len2 should be equal and len2 is technically more correct, too. by Christian Heimes · 10 years ago
- 4d9d256 #17445: difflib: add diff_bytes(), to compare bytes rather than str by Greg Ward · 10 years ago
- d19458a merge 3.4 (#23989) by Benjamin Peterson · 10 years ago
- 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 10 years ago
- 4e2d82c - move some NEWS items to 3.5.0 beta 1 by doko@ubuntu.com · 10 years ago
- f75d4a7 Fix asyncio issue 235 (merge from 3.4). by Guido van Rossum · 10 years ago
- 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 10 years ago
- 629d697 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 10 years ago
- 77e8311 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 10 years ago
- 1acdb95 Merge Python 3.5.0a4 release engineering commits. by Larry Hastings · 10 years ago
- 103e57a Post-release updates for Python 3.5.0a4. by Larry Hastings · 10 years ago
- 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
- 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
- e3037e1 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
- 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
- c74bb9d Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 10 years ago
- 16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 10 years ago
- 617ccca merge 3.4 by Benjamin Peterson · 10 years ago
- cdbe299 fix grammar by Benjamin Peterson · 10 years ago
- 777af30 Minor fixes to Windows build scripts by Steve Dower · 10 years ago
- 3c28c6e Backed out buildbot clean by Steve Dower · 10 years ago
- 4ac54bb Force the buildbots to clean up all externals. by Steve Dower · 10 years ago
- 02dae2a Added tag v3.5.0a4 for changeset 413e0e0004f4 by Larry Hastings · 10 years ago
- 55907f4 Version number bump for Python 3.5.0a4. by Larry Hastings · 10 years ago
- 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 10 years ago
- 1a084a8 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
- e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
- 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
- db46fea Fixed error message for the "u#" format code. by Serhiy Storchaka · 10 years ago
- d6e53da Fixed error message for the "u#" format code. by Serhiy Storchaka · 10 years ago
- bb72c47 Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples. by Serhiy Storchaka · 10 years ago
- 5cc9c4f - #22980: fix triplet configure test for more targets by doko@ubuntu.com · 10 years ago
- 6627389 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 10 years ago