summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.0b2v3.8.0b2Ɓukasz Langa2019-07-0497-192/+947
* bpo-37459: importlib docs improperly reference get_resource_loader() (GH-1456...Miss Islington (bot)2019-07-041-1/+1
* bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550)Miss Islington (bot)2019-07-031-6/+10
* [3.8] bpo-37233: use _PY_FASTCALL_SMALL_STACK in method_vectorcall (GH-13974)Inada Naoki2019-07-031-5/+13
* bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)Miss Islington (bot)2019-07-033-23/+36
* bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)Miss Islington (bot)2019-07-032-7/+24
* bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)Miss Islington (bot)2019-07-032-4/+4
* bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)Miss Islington (bot)2019-07-031-1/+1
* bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)Miss Islington (bot)2019-07-023-10/+32
* bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)Miss Islington (bot)2019-07-022-0/+5
* Stop using Argument Clinic for dict_pop (GH-13935)Inada Naoki2019-07-022-50/+28
* bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)Miss Islington (bot)2019-07-022-19/+6
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)Miss Islington (bot)2019-07-024-16/+16
* Put pyexpatns.h include back. bpo-37437 (GH-14539)Miss Islington (bot)2019-07-021-0/+4
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Miss Islington (bot)2019-07-017-13/+190
* bpo-37470: Document more clearly the error handling for QueueHandler.emit(). ...Miss Islington (bot)2019-07-011-1/+6
* bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListe...Miss Islington (bot)2019-07-011-8/+13
* bpo-36763: Use PyConfig_Clear() (GH-14445)Miss Islington (bot)2019-07-014-186/+151
* bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)Miss Islington (bot)2019-07-014-1/+29
* Remove unused imports in tests (GH-14518) (GH-14520)Victor Stinner2019-07-0153-84/+31
* bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)Miss Islington (bot)2019-07-011-1/+1
* bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)Miss Islington (bot)2019-07-013-48/+80
* bpo-37209: Add pickle entry for 3.8 whatsnew (GH-14503) (GH-14512)Miss Islington (bot)2019-07-011-0/+14
* bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)Miss Islington (bot)2019-07-013-2/+7
* bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHan...Miss Islington (bot)2019-07-012-10/+12
* bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...Miss Islington (bot)2019-07-018-34/+79
* [3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494)Christian Heimes2019-07-013-17/+61
* [3.8] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)...Miss Islington (bot)2019-07-014-0/+32
* bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480)Miss Islington (bot)2019-06-305-4/+21
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Miss Islington (bot)2019-06-307-72/+378
* bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)Miss Islington (bot)2019-06-309-16/+493
* bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)Miss Islington (bot)2019-06-302-3/+6
* [3.8] bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14473)Benjamin Peterson2019-06-291-2/+2
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-2917-269/+402
* bpo-37403: Touch up venv docs (GH-14458)Miss Islington (bot)2019-06-282-7/+20
* bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452)Miss Islington (bot)2019-06-281-2/+1
* bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451)Miss Islington (bot)2019-06-282-1/+56
* bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)Miss Islington (bot)2019-06-281-1/+1
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-287-32/+22
* bpo-37390: Add audit event table to documentations (GH-14406)Miss Islington (bot)2019-06-2734-113/+266
* bpo-30345: travis: use -Og with --with-pydebug (GH-14423)Miss Islington (bot)2019-06-271-1/+2
* closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...Miss Islington (bot)2019-06-273-0/+6
* Replace deprecation warning with RuntimeError (GH-14397)Miss Islington (bot)2019-06-272-4/+8
* bpo-33926: enable GDB tests on Travis CI (GH-14395)Miss Islington (bot)2019-06-271-2/+2
* bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)Miss Islington (bot)2019-06-262-2/+4
* bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...Miss Islington (bot)2019-06-263-0/+22
* bpo-37419: Fix possible segfaults when passing large sequences to os.posix_sp...Miss Islington (bot)2019-06-261-1/+1
* bpo-37417: Fix error handling in bytearray.extend. (GH-14407)Miss Islington (bot)2019-06-263-0/+11
* bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)Miss Islington (bot)2019-06-262-24/+56
* Improve Windows commands in tutorial (GH-14400)Steve Dower2019-06-261-6/+4