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-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
*
Remove 3.5 from Doc version switcher in master. (#22886)
larryhastings
2020-10-22
2
-2/+0
*
bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)
Christian Heimes
2020-10-22
1
-1/+0
*
_testmultiphase: Fix possible ref leak (GH-22881)
Dong-hee Na
2020-10-22
1
-0/+4
*
Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875)
Vladimir Matveev
2020-10-22
1
-94/+8
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Brett Cannon
2020-10-21
2
-6/+9
*
bpo-38980: Add -fno-semantic-interposition when building with optimizations (...
Pablo Galindo
2020-10-21
4
-0/+27
*
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Géry Ogam
2020-10-21
2
-21/+11
*
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class n...
kpinc
2020-10-21
1
-1/+1
*
bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)
Lysandros Nikolaou
2020-10-21
3
-79/+98
*
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22...
Raúl Cumplido
2020-10-21
1
-1/+1
*
bpo-39416: Document some restrictions on the default string representations o...
kpinc
2020-10-21
2
-0/+19
*
bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)
Batuhan Taskaya
2020-10-21
3
-2/+36
*
Update tzdata to 2020.3 (GH-22856)
Paul Ganssle
2020-10-21
1
-1/+1
*
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)
Zackery Spytz
2020-10-21
1
-1/+1
*
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
Andre Delfino
2020-10-21
2
-7/+1
*
Doc: Remove old Python version from future stmt (GH-21802)
Andre Delfino
2020-10-21
1
-2/+2
*
Doc: Do not encourage using a base class name in a derived class (GH-22177)
Andre Delfino
2020-10-21
1
-6/+6
*
bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)
Dong-hee Na
2020-10-21
2
-5/+12
*
bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...
Максим
2020-10-21
4
-3/+27
*
bpo-41902: Micro optimization for compute_item of range (GH-22492)
Dong-hee Na
2020-10-21
2
-5/+14
*
Update idlelib/help.html to current Sphinx output (GH-22833)
Terry Jan Reedy
2020-10-21
1
-33/+37
*
bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839)
Gregory P. Smith
2020-10-21
2
-43/+71
*
bpo-42010: [docs] Clarify subscription of types (GH-22822)
kj
2020-10-20
2
-2/+17
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Florian Dahlitz
2020-10-20
4
-0/+31
*
bpo-42041: Clarify how subprocess searches for the executable (GH-22715)
Paul Moore
2020-10-20
1
-2/+21
*
Minor tweaks to typing union objects doc (GH-22741)
Andre Delfino
2020-10-20
1
-3/+3
*
bpo-41192: Add documentation of undocumented audit events (GH-21308)
Saiyang Gou
2020-10-20
5
-2/+56
*
bpo-38144: Re-add accidentally removed audition for glob. (GH-22805)
Serhiy Storchaka
2020-10-20
1
-0/+1
*
bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...
Steve Dower
2020-10-20
4
-2/+8
*
bpo-41192: Clarify the sys module's description of the auditing feature (GH-2...
Andrew Kuchling
2020-10-20
1
-10/+25
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
4
-7/+11
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miro Hrončok
2020-10-20
3
-0/+6
*
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Zackery Spytz
2020-10-20
1
-3/+3
[next]