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