summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simplify & add a commentbenjamin-pickle-overflowBenjamin Peterson2018-09-191-4/+4
* add bracesBenjamin Peterson2018-09-191-2/+4
* do more arithmetic in size_tBenjamin Peterson2018-09-191-10/+14
* delete redundant lineBenjamin Peterson2018-09-191-4/+2
* bpo-34656: Avoid relying on signed overflow in _pickle memos.Benjamin Peterson2018-09-191-18/+14
* Enables test result collection for CI builds (GH-9433)Steve Dower2018-09-193-3/+30
* Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...Victor Stinner2018-09-1917-242/+87
* Ignores failure to update lists (GH-9424)Steve Dower2018-09-191-1/+1
* bpo-25711: Remove outdated zipimport tests. (GH-9404)Serhiy Storchaka2018-09-191-49/+0
* bpo-34712: Fix style in examples in "Input and Output" (GH-9361)Ben Hoyt2018-09-191-4/+7
* bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)jdemeyer2018-09-193-3/+46
* run autoconf (GH-9411)Benjamin Peterson2018-09-183-100/+51
* bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)Serhiy Storchaka2018-09-193-952/+1067
* closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085)Ross Burton2018-09-183-63/+99
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Yury Selivanov2018-09-185-45/+148
* Clarify that AsyncExitStack works with coroutine functions (GH-9405)Nathaniel J. Smith2018-09-181-2/+2
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-1823-3408/+2998
* bpo-34472: Add data descriptor signature to zipfile (GH-8871)Silas Sewell2018-09-183-2/+8
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Steve Dower2018-09-1812-33/+329
* bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)Christian Heimes2018-09-184-1/+15
* bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...Serhiy Storchaka2018-09-1815-54/+181
* bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)Serhiy Storchaka2018-09-188-26/+99
* bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)Yury Selivanov2018-09-182-2/+3
* bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310)Serhiy Storchaka2018-09-183-26/+26
* Fix syntax error on Asyncio example in doc (GH-9387)Miguel Ángel García2018-09-181-1/+1
* Change "set_after" reference to `say_after`. (GH-9384)Danny Hermes2018-09-181-1/+1
* bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380)Yury Selivanov2018-09-171-1/+5
* bpo-34589: Add -X coerce_c_locale command line option (GH-9378)Victor Stinner2018-09-178-52/+160
* bpo-34589: C locale coercion off by default (GH-9073)Victor Stinner2018-09-178-16/+49
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-1712-349/+347
* bpo-33649: Add a hello world example to asyncio.rst (GH-9374)Yury Selivanov2018-09-171-0/+13
* bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)Victor Stinner2018-09-177-32/+46
* bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)Yury Selivanov2018-09-171-2/+3
* bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)Steve Dower2018-09-171-2/+2
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Victor Stinner2018-09-172-27/+5
* bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366)Victor Stinner2018-09-171-15/+68
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-1710-31/+571
* bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)Steve Dower2018-09-172-60/+69
* Convert os.readlink() to Argument Clinic. (GH-8778)Serhiy Storchaka2018-09-172-84/+202
* bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)Serhiy Storchaka2018-09-173-0/+38
* bpo-12458: Fix line numbers for multiline expressions. (GH-8774)Serhiy Storchaka2018-09-179-3706/+3738
* bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)Serhiy Storchaka2018-09-171-26/+34
* bpo-34710: fix SSL module build (GH-9347)Alexandru Ardelean2018-09-172-0/+2
* bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)Serhiy Storchaka2018-09-173-1/+28
* closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)Benjamin Peterson2018-09-161-136/+136
* bpo-33649: Clarify protocol_factory as a method parameter (GH-9330)Bumsik Kim2018-09-161-4/+17
* bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)Vladimir Matveev2018-09-157-6/+240
* closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)Monson Shao2018-09-153-6/+16
* bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)Michael Felt2018-09-152-3/+9
* Add myself for HTML-related modules (#9325)Ezio Melotti2018-09-141-0/+5