summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)Miss Islington (bot)2017-09-226-9/+46
* [3.6] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (#3686)Terry Jan Reedy2017-09-214-0/+20
* [3.6] closes bpo-31532: Fix memory corruption due to allocator mix (GH-3679) ...Miss Islington (bot)2017-09-212-1/+3
* bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3675)Miss Islington (bot)2017-09-201-2/+2
* [3.6] bpo-31500: Removed fixed size of IDLE config dialog. (GH-3664) (#3665)Miss Islington (bot)2017-09-191-1/+1
* bpo-31501: Operator precedence description for arithmetic operators (GH-3633)...Miss Islington (bot)2017-09-191-2/+2
* Fix build issues in Doc/make.bat (#3663)Steve Dower2017-09-191-8/+10
* [3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614)...Miss Islington (bot)2017-09-193-2/+31
* [3.6] pythoninfo: ignore OSError(ENOSYS) on getrandom() (GH-3655) (#3657)Miss Islington (bot)2017-09-191-5/+12
* [3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float wit...Miss Islington (bot)2017-09-193-4/+55
* [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec....Miss Islington (bot)2017-09-193-0/+18
* post 3.6.3rc1 developmentNed Deily2017-09-191-1/+1
* Merge tag 'v3.6.3rc1' into 3.6Ned Deily2017-09-19125-314/+1280
|\
| * Bump to 3.6.3rc1v3.6.3rc1Ned Deily2017-09-192-6/+6
| * Update pydoc topics and NEWS blurbs for 3.6.3rc1Ned Deily2017-09-19123-308/+1274
|/
* [3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)Miss Islington (bot)2017-09-183-1/+26
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (GH-3635) (#3637)Miss Islington (bot)2017-09-181-0/+19
* [3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (...Miss Islington (bot)2017-09-181-2/+2
* bpo-31487: Update F-strings doc example (GH-3627) (GH-3628)Miss Islington (bot)2017-09-171-1/+1
* [3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#...Miss Islington (bot)2017-09-172-26/+29
* bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619)Miss Islington (bot)2017-09-161-0/+6
* bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-361...Miss Islington (bot)2017-09-161-2/+4
* bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3607)Michael Seifert2017-09-162-15/+40
* [3.6] bpo-31488: IDLE - update former extensions when options change. (GH-361...Miss Islington (bot)2017-09-164-25/+32
* [3.6] bpo-31234: Join threads in tests (#3589)Victor Stinner2017-09-157-37/+59
* [3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)Terry Jan Reedy2017-09-153-3/+9
* [3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)Terry Jan Reedy2017-09-153-31/+31
* [3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (G...Miss Islington (bot)2017-09-154-45/+41
* [3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-354...Miss Islington (bot)2017-09-143-2/+60
* [3.6] bpo-28556: typing.get_type_hints: better globalns for classes and modul...Miss Islington (bot)2017-09-144-22/+96
* [3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in c...Miss Islington (bot)2017-09-143-1/+16
* [3.6] bpo-31457: Allow for nested LoggerAdapter objects (GH-3551) (#3576)Miss Islington (bot)2017-09-143-0/+33
* Improve code examples in hashlib cookie signing (GH-3562) (GH-3566)Miss Islington (bot)2017-09-141-3/+4
* [3.6] _ssl_: Fix compiler warning (GH-3559) (#3569)Christian Heimes2017-09-141-0/+6
* [3.6] bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case ...Miss Islington (bot)2017-09-142-1/+3
* [3.6] bpo-30246: fix several error messages which only mention bytes in struc...Xiang Zhang2017-09-141-4/+5
* [3.6] bpo-31458: Update Misc/NEWS link in What's New page (GH-3555) (GH-3560)Mariatta2017-09-142-2/+2
* [3.6] bpo-28556: Minor updates to typing module (GH-3550) (#3558)Miss Islington (bot)2017-09-143-50/+38
* [3.6] bpo-31234: Fix dangling thread in test_ftp/poplib (#3554)Victor Stinner2017-09-132-1/+17
* [3.6] bpo-31234, socket.create_connection(): Fix ref cycle (GH-3546) (#3552)Miss Islington (bot)2017-09-132-0/+4
* [3.6] bpo-31448, test_poplib: Fix ResourceWarning (GH-3542) (#3543)Miss Islington (bot)2017-09-131-3/+3
* [3.6] bpo-31234: test_httpservers joins the server thread (GH-3188) (#3536)Miss Islington (bot)2017-09-131-0/+1
* [3.6] bpo-31234: test_threaded_import: fix test_side_effect_import() (GH-3189...Miss Islington (bot)2017-09-131-1/+3
* [3.6] bpo-31323: Fix reference leak in test_ssl (GH-3263) (#3538)Miss Islington (bot)2017-09-131-2/+6
* [3.6] Mention enum as a potential use for metaclasses (GH-2982) (GH-3527)Miss Islington (bot)2017-09-131-2/+2
* [3.6] bpo-31394: Clarify documentation about token type attribute (GH-3469) (...Mariatta2017-09-131-2/+3
* [3.6] bpo-31249: Fix test_concurrent_futures dangling thread (GH-3521) (#3522)Miss Islington (bot)2017-09-131-0/+3
* [3.6] bpo-31234: Enhance test_thread.test_forkinthread() (GH-3516) (#3519)Miss Islington (bot)2017-09-121-12/+19
* [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-...Victor Stinner2017-09-1214-27/+41
* [3.6] bpo-31250: test_asyncio: fix dangling threads (#3517)Victor Stinner2017-09-124-4/+12