summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (#4867)Коренберг Марк2017-12-213-4/+17
* Fix trivial typo in pickle.rst (#4955)Sebastian Pucilowski2017-12-211-1/+1
* bpo-15873: Implement [date][time].fromisoformat (#4699)Paul Ganssle2017-12-215-32/+989
* bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...INADA Naoki2017-12-216-175/+517
* bpo-32030: Fix usage of memory allocators (#4953)Victor Stinner2017-12-203-12/+50
* correct the typos (#4950)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2017-12-201-2/+2
* bpo-32030: Complete _PyCoreConfig_Read() (#4946)Victor Stinner2017-12-203-339/+380
* bpo-29970: Make ssh_handshake_timeout None by default (#4939)Andrew Svetlov2017-12-2010-21/+108
* bpo-32306: Clarify c.f.Executor.map() documentation (#4947)Antoine Pitrou2017-12-201-13/+21
* bpo-32385: Clean up the C3 MRO algorithm implementation. (#4942)Serhiy Storchaka2017-12-201-77/+64
* bpo-32030: Add _PyCoreConfig.warnoptions (#4936)Victor Stinner2017-12-205-430/+456
* bpo-32379: Faster MRO computation for single inheritance (#4932)Antoine Pitrou2017-12-203-4/+43
* bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)Marcel Plch2017-12-2010-46/+91
* bpo-32030: Cleanup pymain_main() (#4935)Victor Stinner2017-12-202-73/+95
* bpo-32030: Add _PyCoreConfig.argv (#4934)Victor Stinner2017-12-193-151/+233
* Improve the F-strings and format specifier documentation (GH-4931)KatherineMichel2017-12-191-4/+5
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-1912-85/+209
* bpo-32377: improve __del__ docs and fix mention about resurrection (#4927)Antoine Pitrou2017-12-192-40/+49
* Fix GCC warning in _asynciomodule.c (#4928)Zackery Spytz2017-12-191-1/+1
* bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507)Michael Felt2017-12-199-2/+402
* bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)Julien Duponchelle2017-12-193-5/+19
* bpo-32355: Optimize asyncio.gather() (#4913)Yury Selivanov2017-12-193-47/+68
* bpo-32357: Optimize asyncio.iscoroutine() for non-native coroutines (#4915)Yury Selivanov2017-12-194-33/+149
* bpo-27456: Simplify sock type checks (#4922)Yury Selivanov2017-12-193-29/+9
* bpo-32030: Fix compiler warnings (#4921)Victor Stinner2017-12-194-40/+17
* Improve test coverage (#4924)Andrew Svetlov2017-12-191-0/+1
* bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)Yury Selivanov2017-12-197-24/+87
* bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)Victor Stinner2017-12-182-18/+14
* bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov2017-12-189-24/+87
* bpo-32369: test_subprocess: Fix pass_fds check in test_close_fds() (#4920)izbyshev2017-12-181-2/+2
* Add @asvetlov to asyncio codeowners (#4917)Andrew Svetlov2017-12-181-1/+1
* bpo-32365: Fix a reference leak when compile __debug__. (#4916)Serhiy Storchaka2017-12-181-4/+4
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-188-54/+425
* bpo-29469: peephole: Remove const_stack (GH-4879)INADA Naoki2017-12-181-81/+21
* bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792)Nathaniel J. Smith2017-12-184-57/+170
* bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907)Yury Selivanov2017-12-184-102/+499
* add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909)Benjamin Peterson2017-12-171-6/+6
* bpo-32351: Use fastpath in asyncio.sleep if delay<0 (#4908)Andrew Svetlov2017-12-172-1/+2
* bpo-32250: Implement asyncio.current_task() and asyncio.all_tasks() (#4799)Andrew Svetlov2017-12-166-148/+696
* Fix PyObject_Hash signature in comment (#4905)Andrew Svetlov2017-12-161-1/+1
* Add tests for using PEP560 with classes implemented in C. (#4883)Serhiy Storchaka2017-12-162-0/+103
* bpo-32002: Refactor C locale coercion tests (GH-4369)Nick Coghlan2017-12-162-54/+84
* fix up signedness in PyImport_ExtendInittab (#4831)Benjamin Peterson2017-12-161-5/+3
* bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)Victor Stinner2017-12-1612-214/+324
* bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)Yury Selivanov2017-12-166-31/+53
* bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)Brett Cannon2017-12-164-0/+145
* bpo-29240: Don't define decode_locale() on macOS (#4895)Victor Stinner2017-12-151-0/+4
* Minor wording tweak for itertools documentation (#4893)Raymond Hettinger2017-12-151-2/+2
* F-strings docs: link to Format Specifiers (GH-4888)Mariatta2017-12-151-1/+2
* bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885)Victor Stinner2017-12-151-1/+1