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
*
closes bpo-40166: Change Unicode Howto so that it does not have a specific nu...
amaajemyfren
2020-04-07
1
-2/+3
*
bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...
Pablo Galindo
2020-04-06
3
-2/+8
*
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Victor Stinner
2020-04-06
8
-6/+25
*
bpo-40147: Fix a compiler warning on Windows in Python/compile.c (GH-19389)
Zackery Spytz
2020-04-06
1
-4/+5
*
bpo-40197: Better describe the benchmark results table (GH-19386)
Raymond Hettinger
2020-04-06
1
-1/+7
*
Fix misinformation about NaN != NaN comparison (GH-19357)
Mark Dickinson
2020-04-05
1
-2/+3
*
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
Batuhan Taşkaya
2020-04-05
2
-0/+4
*
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
Serhiy Storchaka
2020-04-04
5
-12/+16
*
closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (...
Batuhan Taşkaya
2020-04-04
1
-7/+7
*
bpo-40077: Fix potential refleaks of _json: traverse memo (GH-19344)
Hai Shi
2020-04-04
2
-0/+2
*
bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363)
Serhiy Storchaka
2020-04-04
3
-0/+12
*
Convert tuples to sets for faster searches (GH-19365)
Raymond Hettinger
2020-04-04
1
-3/+3
*
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
Steve Dower
2020-04-04
3
-4/+5
*
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Tal Einat
2020-04-04
4
-15/+32
*
bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)
Chris Martinez
2020-04-03
2
-2/+2
*
bpo-40141: Include the value in the column position for keyword AST nodes (GH...
Pablo Galindo
2020-04-03
2
-2/+2
*
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
Pablo Galindo
2020-04-03
4
-12/+32
*
bpo-40131: Fix source and target order in zipapp example (GH-19290)
Zackery Spytz
2020-04-03
1
-1/+1
*
bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is...
Michael Felt
2020-04-03
1
-2/+1
*
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
laike9m
2020-04-03
1
-1/+1
*
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
Victor Stinner
2020-04-03
2
-2/+2
*
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
Victor Stinner
2020-04-03
2
-1/+2
*
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)
Victor Stinner
2020-04-02
2
-8/+21
*
lib2to3: Support named assignment expressions (GH-12702)
Tim Hatch
2020-04-02
6
-6/+27
*
bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)
Derek Keeler
2020-04-02
2
-4/+26
*
bpo-1635741: Fix refleak in _locale init error handling (GH-19307)
Hai Shi
2020-04-02
1
-15/+26
*
bpo-1635741: Port resource extension module to multiphase initialization (PEP...
Hai Shi
2020-04-02
2
-53/+73
*
bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282)
Kyle Stanley
2020-04-02
1
-0/+2
*
bpo-40094: Fix which.py script exit code (GH-19286)
Victor Stinner
2020-04-02
2
-0/+4
*
bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285)
Victor Stinner
2020-04-02
2
-2/+6
*
bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280)
Dong-hee Na
2020-04-02
2
-0/+35
*
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
Victor Stinner
2020-04-02
3
-4/+5
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
Victor Stinner
2020-04-02
4
-52/+115
*
bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287)
Victor Stinner
2020-04-02
1
-0/+1
*
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
Pablo Galindo
2020-04-01
6
-8/+117
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
18
-61/+258
*
bpo-38527: fix configure script for Solaris (GH-16845)
Arnon Yaari
2020-04-01
3
-4/+6
*
bpo-40071: Fix potential crash in _functoolsmodule.c (GH-19273)
Paulo Henrique Silva
2020-04-01
1
-1/+4
*
bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support f...
Barney Gale
2020-04-01
3
-49/+21
*
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
Zackery Spytz
2020-04-01
5
-1/+18
*
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244)
Victor Stinner
2020-04-01
1
-10/+24
*
bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265)
Serhiy Storchaka
2020-04-01
2
-55/+46
*
bpo-40121: Fix exception type in test (GH-19267)
Steve Dower
2020-04-01
1
-1/+1
*
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
Pablo Galindo
2020-04-01
1
-0/+2
*
bpo-40094: Add missing import to wait_process() (GH-19268)
Victor Stinner
2020-04-01
1
-0/+2
*
bpo-40094: Add run_command() to setup.py (GH-19266)
Victor Stinner
2020-03-31
1
-16/+22
*
bpo-31160: Fix race condition in test_os.PtyTests (GH-19263)
Victor Stinner
2020-03-31
1
-2/+9
*
bpo-40094: Add _bootsubprocess._waitstatus_to_exitcode (GH-19264)
Victor Stinner
2020-03-31
1
-11/+15
*
bpo-39943: Clean up marshal.c. (GH-19236)
Serhiy Storchaka
2020-03-31
1
-57/+31
*
bpo-40094: Enhance threading tests (GH-19260)
Victor Stinner
2020-03-31
2
-31/+39
[next]