summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-1...Pablo Galindo2019-06-143-0/+14
* bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...Miss Islington (bot)2019-06-132-0/+16
* bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) (GH...Miss Islington (bot)2019-06-133-12/+120
* bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)Miss Islington (bot)2019-06-132-15/+19
* bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-...Miss Islington (bot)2019-06-124-5/+25
* bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)Miss Islington (bot)2019-06-1110-1/+171
* bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)Miss Islington (bot)2019-06-111-4/+4
* [3.7] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13910)Abhilash Raj2019-06-113-0/+133
* Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)Miss Islington (bot)2019-06-111-0/+2
* closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)Miss Islington (bot)2019-06-111-2/+2
* bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)Miss Islington (bot)2019-06-112-6/+34
* [3.7] bpo-37219: Remove erroneous optimization for differencing an empty set ...Raymond Hettinger2019-06-113-8/+7
* [3.7] bpo-37216: Fix version and filename in Mac using document (GH-13963)Makdon2019-06-111-2/+2
* closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...Miss Islington (bot)2019-06-101-1/+1
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)Miss Islington (bot)2019-06-081-4/+6
* bpo-37173: Show passed class in inspect.getfile error (GH-13861)Miss Islington (bot)2019-06-083-3/+22
* bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)Miss Islington (bot)2019-06-082-2/+7
* bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)Miss Islington (bot)2019-06-081-0/+8
* [3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-074-4/+29
* Use assertEqual(). (#13886)Miss Islington (bot)2019-06-071-2/+2
* IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)Miss Islington (bot)2019-06-071-2/+2
* bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882)Miss Islington (bot)2019-06-072-1/+16
* bpo-37177: make IDLE's search dialogs transient (GH-13869)Miss Islington (bot)2019-06-063-5/+10
* bpo-21315: Fix parsing of encoded words with missing leading ws. (GH-13425) (...Miss Islington (bot)2019-06-064-3/+49
* Don't report deleted attributes in __dir__ (GHGH-10148)Miss Islington (bot)2019-06-063-2/+15
* bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598)Miss Islington (bot)2019-06-053-1/+13
* bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)Miss Islington (bot)2019-06-043-61/+69
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Miss Islington (bot)2019-06-042-2/+4
* bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) ...Miss Islington (bot)2019-06-042-2/+6
* bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812)Miss Islington (bot)2019-06-042-8/+9
* bpo-30699: Improve example on datetime tzinfo instances (GH-4290)Miss Islington (bot)2019-06-041-51/+60
* bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)Miss Islington (bot)2019-06-032-3/+4
* [3.7] bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) (GH-13782)Miss Islington (bot)2019-06-035-8/+9
* Doc fix: duplicate object description of email.message (GH-13742)Miss Islington (bot)2019-06-031-0/+1
* IDLE: Fix typos in docs and comments (GH-13749)Miss Islington (bot)2019-06-0211-11/+11
* Fix variable name copy/paste error in build-installer.py (GH-13038)Miss Islington (bot)2019-06-021-1/+1
* [3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581)Inada Naoki2019-06-022-1/+7
* bpo-19184: Update the documentation of dis module. (GH-13652) (GH-13755)Miss Islington (bot)2019-06-031-3/+7
* bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...Miss Islington (bot)2019-06-023-5/+7
* bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)Miss Islington (bot)2019-06-028-13/+13
* Improve version added references in `typing` module docs (GH-13457)Miss Islington (bot)2019-06-012-4/+19
* bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)Miss Islington (bot)2019-06-014-17/+22
* Fix the error handling in bytesio_sizeof(). (GH-10459)Miss Islington (bot)2019-06-011-2/+7
* Doc: Correct the creation year and the credits of the Logo Programming langua...Miss Islington (bot)2019-06-011-2/+2
* bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)Miss Islington (bot)2019-06-013-0/+14
* bpo-18911: clarify that the minidom XML writer receives texts but not bytes (...Miss Islington (bot)2019-06-011-5/+6
* bpo-15115: Document deprecation of email.encoders in Python 3 (GH-5354)Miss Islington (bot)2019-05-311-0/+5
* bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)Miss Islington (bot)2019-05-313-0/+33
* bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...Miss Islington (bot)2019-05-313-1/+12
* bpo-25735: math.factorial doc should mention integer return type (GH-6420)Miss Islington (bot)2019-05-312-1/+2