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-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth
2020-10-27
10
-5/+59
*
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner
2020-10-26
6
-25/+67
*
bpo-42123: Run the parser two times and only enable invalid rules on the seco...
Lysandros Nikolaou
2020-10-26
6
-50/+70
*
bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
Victor Stinner
2020-10-26
3
-84/+56
*
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
Victor Stinner
2020-10-26
7
-136/+126
*
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach
2020-10-26
3
-2/+30
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
11
-49/+74
*
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka
2020-10-26
11
-163/+135
*
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte...
Serhiy Storchaka
2020-10-26
17
-137/+254
*
Added some makefile generated files to .gitignore (GH-22435)
Marco Sulla
2020-10-26
1
-0/+2
*
Add a link to buffer protocol in bytearray() doc (GH-22675)
Antoine
2020-10-26
1
-2/+2
*
bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow ...
Alexey Izbyshev
2020-10-26
3
-2/+17
*
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Pablo Galindo
2020-10-25
2
-1/+4
*
bpo-42043: Add support for zipfile.Path subclasses (#22716)
Jason R. Coombs
2020-10-25
3
-115/+240
*
bpo-41919: Avoid resource leak in test_io (GH-22973)
Hai Shi
2020-10-25
1
-12/+13
*
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs
2020-10-25
7
-16/+114
*
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Zackery Spytz
2020-10-25
1
-0/+1
*
bpo-39108: Document threading issues for random.gauss() (GH-22928)
Raymond Hettinger
2020-10-25
1
-0/+7
*
Split-out a fourth section in the descriptor HowTo guide (GH-22965)
Raymond Hettinger
2020-10-25
1
-46/+50
*
Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
Pablo Galindo
2020-10-25
1
-1/+1
*
Second round of updates to the descriptor howto guide (GH-22946)
Raymond Hettinger
2020-10-25
1
-96/+156
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Mark Roseman
2020-10-25
4
-14/+25
*
bpo-42127: Document effect of cached_property on key-sharing dictionaries (G...
Raymond Hettinger
2020-10-25
1
-9/+24
*
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Mark Roseman
2020-10-24
1
-5/+7
*
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
Mark Roseman
2020-10-24
1
-2/+1
*
bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945)
Gregory P. Smith
2020-10-24
1
-2/+3
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
9
-167/+27
*
bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944)
Alexey Izbyshev
2020-10-24
1
-4/+15
*
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
Andre Delfino
2020-10-24
1
-1/+1
*
Automatically add skip news and skip issue label to dependabot PRs (GH-22927)
Mariatta
2020-10-24
1
-0/+3
*
bpo-42139: Update What's New 3.9 for master (#22936)
Terry Jan Reedy
2020-10-24
1
-65/+299
*
bpo-19072: Update descriptor howto for decorator chaining (GH-22934)
Raymond Hettinger
2020-10-24
1
-3/+13
*
Mention in "What's New" that the import system is starting to be cleaned up (...
Brett Cannon
2020-10-24
1
-0/+17
*
bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-1...
Alexey Izbyshev
2020-10-24
5
-29/+204
*
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor
2020-10-23
3
-14/+35
*
build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
dependabot[bot]
2020-10-23
1
-1/+1
*
build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
dependabot[bot]
2020-10-23
2
-2/+2
*
Allow dependabot to check GitHub actions monthly (GH-22787)
John Losito
2020-10-23
1
-0/+6
*
Create a primer section for the descriptor howto guide (GH-22906)
Raymond Hettinger
2020-10-23
3
-59/+499
*
Add GitHub sponsor info for Python (GH-22887)
Mariatta
2020-10-23
1
-0/+1
*
Add Mark Shannon to CODEOWNERS. (#22914)
Mark Shannon
2020-10-23
1
-2/+8
*
bpo-40592: shutil.which will not return None anymore if ; is the last char in...
Christopher Marchfelder
2020-10-23
3
-1/+24
*
bpo-36876: Fix the C analyzer tool. (GH-22841)
Eric Snow
2020-10-23
92
-10553/+8882
*
bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239)
Zackery Spytz
2020-10-22
1
-10/+4
*
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433)
Cheryl Sabella
2020-10-22
2
-5/+9
*
Add CODEOWNERS for the Grammar file (GH-22898)
Lysandros Nikolaou
2020-10-22
1
-0/+1
*
bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)
Petr Viktorin
2020-10-22
3
-0/+92
*
bpo-42086: Document AST operator nodes acts as a singleton (GH-22896)
Batuhan Taskaya
2020-10-22
1
-0/+7
*
bpo-42057: Add regression test to master. (GH-22893)
Mark Shannon
2020-10-22
1
-0/+6
*
bpo-25655: Improve Win DLL loading failures doc (GH-22372)
Philippe Ombredanne
2020-10-22
1
-0/+15
[next]