summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed spacepipelines-readme-3.7Steve Dower2018-09-241-1/+1
* Update Azure Pipelines badgeSteve Dower2018-09-241-10/+2
* bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)Miss Islington (bot)2018-09-233-9/+12
* bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506)Serhiy Storchaka2018-09-232-25/+32
* [3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)Christian Heimes2018-09-239-15/+366
* bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399)Miss Islington (bot)2018-09-223-2/+8
* [3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums ...Ethan Furman2018-09-214-34/+229
* bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)Miss Islington (bot)2018-09-212-2/+43
* [3.7] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9488)Miss Islington (bot)2018-09-211-2/+2
* bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)Miss Islington (bot)2018-09-212-1/+16
* bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475) (GH-9481)Miss Islington (bot)2018-09-211-11/+15
* Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)Miss Islington (bot)2018-09-211-2/+3
* bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)Miss Islington (bot)2018-09-216-45/+106
* bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)Miss Islington (bot)2018-09-212-0/+2
* closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261)Miss Islington (bot)2018-09-201-31/+31
* Fixes tests requiring extra environment values on Windows (GH-9462)Steve Dower2018-09-207-91/+123
* bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)Miss Islington (bot)2018-09-201-0/+6
* bpo-33649: More improvements (GH-9439)Miss Islington (bot)2018-09-202-47/+176
* bpo-32215: Fix performance regression in sqlite3 (GH-8511)Miss Islington (bot)2018-09-202-4/+6
* bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)Miss Islington (bot)2018-09-201-0/+3
* bpo-34746: Fix stop -> close (GH-9437)Miss Islington (bot)2018-09-191-1/+1
* Enables test result collection for CI builds (GH-9433)Miss Islington (bot)2018-09-193-3/+30
* bpo-34733: Return of the docs search bar (GH-9431)Yury Selivanov2018-09-191-16/+108
* Ignores failure to update lists (GH-9424)Miss Islington (bot)2018-09-191-1/+1
* bpo-34712: Fix style in examples in "Input and Output" (GH-9361)Miss Islington (bot)2018-09-191-4/+7
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-1915-224/+67
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Miss Islington (bot)2018-09-185-45/+148
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-1812-33/+329
* bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)Miss Islington (bot)2018-09-184-1/+15
* bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)Miss Islington (bot)2018-09-182-2/+3
* Fix syntax error on Asyncio example in doc (GH-9387) (GH-9388)Miss Islington (bot)2018-09-181-1/+1
* Change "set_after" reference to `say_after`. (GH-9384) (GH-9386)Miss Islington (bot)2018-09-181-1/+1
* bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380)Miss Islington (bot)2018-09-171-1/+5
* [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...Victor Stinner2018-09-1715-67/+224
* bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377)Yury Selivanov2018-09-1721-3117/+4363
* bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)Miss Islington (bot)2018-09-171-2/+3
* bpo-34267: Update find_python.bat to use 3.7 if available (GH-8552)Miss Islington (bot)2018-09-171-2/+2
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Miss Islington (bot)2018-09-172-27/+5
* bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)Miss Islington (bot)2018-09-172-60/+69
* bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)Miss Islington (bot)2018-09-171-26/+34
* bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)Miss Islington (bot)2018-09-173-0/+38
* bpo-34710: fix SSL module build (GH-9347)Miss Islington (bot)2018-09-172-0/+2
* bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)Miss Islington (bot)2018-09-173-1/+28
* bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)Miss Islington (bot)2018-09-157-6/+240
* closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)Miss Islington (bot)2018-09-153-6/+16
* bpo-32933: Implement __iter__ method on mock_open() (GH-5974)Miss Islington (bot)2018-09-155-3/+37
* Fix "Python" casing in a few places (GH-9001) (GH-9313)Miss Islington (bot)2018-09-1412-16/+16
* closes bpo-28955: Clarified comparisons between NaN and number in reference d...Miss Islington (bot)2018-09-141-6/+5
* bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are na...Miss Islington (bot)2018-09-143-2/+118
* Change the xkcd link in comment over https. (GH-9293)Miss Islington (bot)2018-09-141-1/+1