- 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
- c36e504 Issue #20510: Merge with 3.3. by Zachary Ware · 11 years ago
- cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
- 8b21d91 Issue #20493: Document that asyncio should not exceed one day by Victor Stinner · 11 years ago
- 329e492 Issue #20656: Restore explicit downcast in select_select(). by Victor Stinner · 11 years ago
- 0aba4dc Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon. by Victor Stinner · 11 years ago
- 7d02d50 Issue #20564: Skip tests on lock+signals on OpenBSD by Victor Stinner · 11 years ago
- 9141bff Issue #20667: KqueueEventLoopTests.test_read_pty_output() hangs also on OpenBSD 5.5. by Victor Stinner · 11 years ago
- 79bf899 Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
- 5a8e579 Close #20656: Fix select.select() on OpenBSD 64-bit by Victor Stinner · 11 years ago
- 5afffea Issue #20667: test_asyncio: Skip KqueueEventLoopTests.test_read_pty_output() on by Victor Stinner · 11 years ago
- 740eedb Issue #20655: Fix test_asyncio, run also subprocess tests. Patch written by by Victor Stinner · 11 years ago
- 65429cf Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 58edfd9 whitespace by Terry Jan Reedy · 11 years ago
- 8c8d772 Untokenize, bad assert: Merge with 3.3 by Terry Jan Reedy · 11 years ago
- 5e6db31 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
- 38df2ad Close #20652: asyncio doc: close the event loop in run_forever() example. Fix by Victor Stinner · 11 years ago
- 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
- 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
- f617fa8 merge 3.3 by Benjamin Peterson · 11 years ago
- cf62603 backout fafac90b69c4 by Benjamin Peterson · 11 years ago
- ec91cd6 merge backout for #20621 by Benjamin Peterson · 11 years ago
- eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 11 years ago
- c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 11 years ago
- e686c5c look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) by Benjamin Peterson · 11 years ago
- 1bcfbd5 merge 3.3 by Benjamin Peterson · 11 years ago
- 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
- c77974e Merge from 3.3 by Andrew Kuchling · 11 years ago
- 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
- 87a113b Merge from 3.3 by Andrew Kuchling · 11 years ago
- 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
- f7b2f36 Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymore by Georg Brandl · 11 years ago
- a3d0ffe Merge from 3.3 by Andrew Kuchling · 11 years ago
- e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
- cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry by Andrew Kuchling · 11 years ago
- ac6e578 Merge from 3.3 by Andrew Kuchling · 11 years ago
- 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
- 30f2401 merge 3.3 by Benjamin Peterson · 11 years ago
- 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
- 5ef48d9 merge 3.3 (#20080) by Benjamin Peterson · 11 years ago
- 29352c4 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
- 4267869 merge 3.3 (#20507) by Benjamin Peterson · 11 years ago
- 9743b2c give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
- 504f6e8 #19890: merge with 3.3. by Ezio Melotti · 11 years ago
- e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
- 48eabbe #20634: merge with 3.3. by Ezio Melotti · 11 years ago
- f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
- e2df5cf Issue #19744: Handle missing SSL/TLS in ensurepip by Nick Coghlan · 11 years ago
- b7bb675 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
- b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
- 0714b8b set line and column numbers for keyword-only arg nodes (closes #20619) by Benjamin Peterson · 11 years ago
- 15054c1 Issue #20526, #19466: Revert changes of issue #19466 which introduces a by Victor Stinner · 11 years ago
- e755fba Issue #20599: Don't clear environment in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
- 1ff0ee0 Fix test_asyncio/test_events.py: skip IPv6 if IPv6 is disabled on the host by Victor Stinner · 11 years ago
- 4227947 Merge heads by Serhiy Storchaka · 11 years ago
- 1392f68 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 11 years ago
- ffadbb7 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 11 years ago
- 2877346 ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 11 years ago
- 7dfaa27 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
- dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
- b58f053 asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566. by Guido van Rossum · 11 years ago
- ee6dc42 asyncio.events: Use __slots__ in Handle and TimerHandle by Yury Selivanov · 11 years ago
- 85489f9 whatsnew: 'other improvements' and 'optimizations' belong under CPython heading. by R David Murray · 11 years ago
- 5d411a1 whatsnew: PyUnicode_FromFormat width/precision, thread cleanup after fork. by R David Murray · 11 years ago
- af7d2c4 whatsnew: LOAD_CLASSDEREF, -X showrefcount by R David Murray · 11 years ago
- 8da4fb5 Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin by Victor Stinner · 11 years ago
- 76a6326 Try to fix test_cleanup (issue #20599). by Serhiy Storchaka · 11 years ago
- 5bdfc51 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
- 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
- 226c571 Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
- 1f9d11b Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
- 2167e29 whatsnew: os.path.samestat on windows, keyword defaults evaluation order. by R David Murray · 11 years ago
- db2d8a4 whatsnew: command.com support gone, int *base* can be __index__ but not float. by R David Murray · 11 years ago
- a6ec5cf Add references for Xcode and the Python Developer's Guideto the internal Mac/README file. by Ned Deily · 11 years ago
- 892f4f9 Add references for Xcode and the Python Developer's Guide by Ned Deily · 11 years ago
- d630e79 whatsnew: object.__format__ raises TypeError on non-empty string. by R David Murray · 11 years ago
- 13b493e Issue #20495: Skip test_read_pty_output() of test_asyncio on FreeBSD older than by Victor Stinner · 11 years ago
- 5402272 whatsnew: undocumented Popen.wait endtime is deprecated. by R David Murray · 11 years ago
- bbe3335 Deprecate Popen.wait()'s undocumented endtime parameter. issue20572. by Gregory P. Smith · 11 years ago
- 2371e25 Issue #20505: Remove debug code by Victor Stinner · 11 years ago
- e18e787 merge 3.3 (#20594) by Benjamin Peterson · 11 years ago
- 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
- 40be9e5 remove dynamic initializer lists for c89 compliance (closes #20595) by Benjamin Peterson · 11 years ago
- 801fe93 whatsnew: __complex__ may not return float, .so may have multiple python modules by R David Murray · 11 years ago
- eb74876 asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if by Victor Stinner · 11 years ago
- 4e8d2f2 asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell by Victor Stinner · 11 years ago
- a125497 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 11 years ago
- 1db2ba3 Issue #20505: use also the monotonic time to decide if asyncio debug traces by Victor Stinner · 11 years ago
- 5d1ea04 Issue #20505: Oops, only print debug info if selector.select(timeout) took less by Victor Stinner · 11 years ago
- 7bff8e1 Issue #20505: Improve debug info in asyncio event loop by Victor Stinner · 11 years ago
- fea7e73 Merge heads by Serhiy Storchaka · 11 years ago
- 6a45021 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
- 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
- 3f99504 Merge Python 3.4.0rc1 release branch. by Larry Hastings · 11 years ago
- 4cce8f2 Python 3.4.0rc1: Post-release updates. by Larry Hastings · 11 years ago
- 06847d9 Issue #20505: Fix TestLoop, set the clock resolution by Victor Stinner · 11 years ago
- 42ec031 merge 3.3 (#20588) by Benjamin Peterson · 11 years ago
- c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 11 years ago
- 04e2428 whatsnew: slice.index no longer accepts negative values (or overflows). by R David Murray · 11 years ago