100851 Commits (e76daebc0c8afa3981a4c5a8b54537f756e805de)
 

Author SHA1 Message Date
INADA Naoki e76daebc0c
bpo-32571: Fix reading uninitialized memory (GH-5332) 8 years ago
Yury Selivanov 4112c5b97d
bpo-32662: Try making test_asyncio.test_server more reliable (#5338) 8 years ago
mwidjaja 863b1e4d0e bpo-29237: Create enum for pstats sorting options (GH-5103) 8 years ago
INADA Naoki 4666ec597c
bpo-32596: Make lazy-load portable (GH-5316) 8 years ago
Bo Bayles 2fc98ae115 bpo-32304: Fix distutils upload for sdists ending with \x0d (GH-5264) 8 years ago
José Melero Fernández c47dacb690 bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208) 8 years ago
Yury Selivanov c9070d03f5
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312) 8 years ago
Ilya Kulakov 1aa094f740 bpo-29302: Implement contextlib.AsyncExitStack. (#4790) 8 years ago
Yury Selivanov 6ab62920c8
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) 8 years ago
Victor Stinner b31206a223
bpo-32667: Fix tests when $PATH contains a file (#5322) 8 years ago
Dmitry Alimov 93a6119f08 Fix 3rd level node's binary representation in HAMT algorithm description (#5319) 8 years ago
Paul Ganssle 58dc03c737 Cleanup dangling reference in get_timezone_utc_capi (#5317) 8 years ago
INADA Naoki 2812d3d992
bpo-32360: Remove OrderedDict usage from json.tool (GH-5315) 8 years ago
Serhiy Storchaka f320be77ff bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) 8 years ago
Victor Stinner 2b822a0bb1
bpo-32652: Defer pymain_set_global_config() call (#5303) 8 years ago
Brett Cannon cab0b2b053
bpo-29708: Add What's New entries for SOURCE_DATE_EPOCH and py_compile (GH-5306) 8 years ago
Andrew Svetlov fe133aad52
bpo-32391: Implement StreamWriter.wait_closed() (#5281) 8 years ago
Paul Ganssle 04af5b1ba9 bpo-10381: Add timezone to datetime C API (#5032) 8 years ago
Bernhard M. Wiedemann ccbe5818af bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200) 8 years ago
Barry Warsaw 6f6eb35f9b
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) 8 years ago
Victor Stinner 789e359f51 bpo-32636: Fix two bugs in test_asyncio (#5302) 8 years ago
Nathaniel J. Smith fb5a7ad421 bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291) 8 years ago
Andrew Svetlov 0a5e71b4c7
bpo-32410: Improve sock_sendfile tests (#5294) 8 years ago
Barry Warsaw d499031f5f
bpo-32651 Recommend getpass.getuser() (#5301) 8 years ago
Yury Selivanov 22feeb88b4
bpo-32643: Drop support for a few private Task and Future APIs. (#5293) 8 years ago
Victor Stinner 8ded5b8037
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) 8 years ago
Victor Stinner 5de15f1d5f
bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289) 8 years ago
Pablo Galindo 131fd7f96c bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (#4056) 8 years ago
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 018e1b7aad bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994) 8 years ago
Yury Selivanov b7a80d543e
bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) 8 years ago
Bo Bayles 6b273f7f40 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) 8 years ago
Yury Selivanov 0bad4d63c6
bpo-32436: Fix potential NULL dereference (#5286) 8 years ago
Yury Selivanov 9d411c119f
bpo-32296: Make get_running_loop() another 4-5x faster (#5277) 8 years ago
stratakis e768c86ef4 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) 8 years ago
Xiang Zhang 370d04d1dc
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (#5269) 8 years ago
Victor Stinner dc6b9462c0
bpo-20361: Remove workaround for a now fixed bug (#5283) 8 years ago
Victor Stinner 872f841b12
bpo-32593: Run autoconf (#5282) 8 years ago
Nathaniel J. Smith 6934831e43 bpo-32633: Fix some warnings in test_asyncio.test_tasks (#5280) 8 years ago
Yury Selivanov 83c8675edb
bpo-32436: Remove a redundant assert (#5275) 8 years ago
Yury Selivanov d83671e996
Add myself as hamt/context (PEP 567) code owner (#5276) 8 years ago
Yury Selivanov f23746a934
bpo-32436: Implement PEP 567 (#5027) 8 years ago
Victor Stinner 9089a26591
bpo-29240: PyUnicode_DecodeLocale() uses UTF-8 on Android (#5272) 8 years ago
Victor Stinner 13ff24582c
bpo-32593: Drop FreeBSD 9 and older support (#5232) 8 years ago
Yury Selivanov b0a7a037b8
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067) 8 years ago
Ethan Furman a4b1bb4801
bpo-31801: Enum: add _ignore_ as class option (#5237) 8 years ago
INADA Naoki 579e0b80b9
urllib.request: Remove unused import (GH-5268) 8 years ago
Yury Selivanov 3510334361
bpo-32591: Fix PyExc_WarnFormat call (follow-up commit) (#5263) 8 years ago
Yury Selivanov a4afcdfa55
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) 8 years ago
Nathaniel J. Smith fc2f407829 bpo-32591: Add native coroutine origin tracking (#5250) 8 years ago
Serhiy Storchaka 1211c9a989
bpo-32503: Avoid creating too small frames in pickles. (#5127) 8 years ago