summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042)Miss Islington (bot)2020-11-241-0/+28
* bpo-42328: Fix tkinter.ttk.Style.map(). (GH-23300)Miss Islington (bot)2020-11-234-28/+111
* Doc: fix typo in typing.Type docs (GH-23460)Miss Islington (bot)2020-11-221-1/+1
* bpo-42391: Clarify documentation of TestCase.assertIs (GH-23348)Miss Islington (bot)2020-11-221-2/+1
* bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)Miss Islington (bot)2020-11-224-9/+11
* bpo-38443: Check that the specified universal architectures work (GH-22910)Miss Islington (bot)2020-11-223-0/+34
* Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426)Miss Islington (bot)2020-11-211-1/+1
* bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...Miss Islington (bot)2020-11-212-7/+22
* bpo-40791: Make compare_digest more constant-time. (GH-20444)Miss Islington (bot)2020-11-212-1/+2
* bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)Miss Islington (bot)2020-11-211-1/+1
* bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)Miss Islington (bot)2020-11-204-6/+13
* [3.8] bpo-38320: Clarify that expectedFailure is satisfied by either failure ...Miss Islington (bot)2020-11-181-5/+6
* bpo-42336: Improve PCbuild batch files (GH-23325)Steve Dower2020-11-188-21/+57
* bpo-42398: Fix "make regen-all" race condition (GH-23362) (GH-23367)Miss Islington (bot)2020-11-183-26/+58
* bpo-41561: skip test_min_max_version_mismatch (GH-22308)Miss Islington (bot)2020-11-182-0/+2
* bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (G...Victor Stinner2020-11-174-30/+55
* [3.8] Remove outdated reference to pywin32 from platform module (GH-22005) (G...Miss Islington (bot)2020-11-171-7/+0
* bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)Miss Islington (bot)2020-11-162-1/+1
* bpo-42339: Adds note about KB2533623 to embeddable package docs (GH-23322)Steve Dower2020-11-161-0/+6
* bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)Miss Islington (bot)2020-11-162-3/+4
* fix typo in ThreadedChildWatcher docs (GH-23277)Miss Islington (bot)2020-11-141-1/+1
* bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)Miss Islington (bot)2020-11-132-2/+3
* bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264) (GH-2...Miss Islington (bot)2020-11-131-1/+3
* bpo-42042: Use ids attribute instead of names attribute (GH-22739)Miss Islington (bot)2020-11-131-2/+2
* [3.8] bpo-42237: Fix os.sendfile() on illumos (GH-23154). (GH-23246)Jakub Stasiak2020-11-122-0/+19
* bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)Miss Islington (bot)2020-11-102-1/+2
* bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...Miss Islington (bot)2020-11-103-3/+44
* bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)...Miss Islington (bot)2020-11-082-1/+2
* Minor wording change in concurrent.futures. (GH-23194)Miss Islington (bot)2020-11-081-3/+3
* [3.8] bpo-35455: Fix thread_time for Solaris OS (GH-11118). (GH-23145)Jakub KulĂ­k2020-11-042-0/+20
* Enable signing of nuget.org packages and update to supported timestamp server...Miss Skeleton (bot)2020-11-035-8/+17
* bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)Miss Skeleton (bot)2020-11-032-1/+2
* [3.8] bpo-42103: Improve validation of Plist files. (GH-22882) (GH-23116)Serhiy Storchaka2020-11-034-61/+366
* bpo-42224: Fix test_format when locale does not expect number grouping (GH-23...Miss Skeleton (bot)2020-11-021-2/+5
* [3.8] bpo-42230: Improve asyncio documentation regarding accepting sets vs it...Jakub Stasiak2020-11-022-5/+5
* bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)Miss Skeleton (bot)2020-11-024-7/+144
* [3.8] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (...Miss Skeleton (bot)2020-11-013-2/+15
* GitHub Action: Add gdb to posix dependencies (GH-23043)Miss Skeleton (bot)2020-10-301-6/+6
* bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...Miss Skeleton (bot)2020-10-292-13/+18
* bpo-6761: Enhance __call__ documentation (GH-7987)Miss Skeleton (bot)2020-10-271-1/+1
* Added some makefile generated files to .gitignore (GH-22435)Miss Skeleton (bot)2020-10-261-0/+2
* bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Miss Skeleton (bot)2020-10-265-3/+34
* bpo-39871: Fix an error in a news entry (GH-21749)Zackery Spytz2020-10-261-1/+1
* Add a link to buffer protocol in bytearray() doc (GH-22675)Miss Skeleton (bot)2020-10-261-2/+2
* bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)Miss Skeleton (bot)2020-10-251-0/+1
* bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)Miss Skeleton (bot)2020-10-254-14/+25
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Miss Skeleton (bot)2020-10-254-0/+31
* [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)Miss Skeleton (bot)2020-10-251-1/+1
* bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)Miss Skeleton (bot)2020-10-251-5/+7
* bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)Miss Skeleton (bot)2020-10-241-2/+1