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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-0/+1
*
bpo-40149: Implement traverse in _abc._abc_data (GH-19412)
Victor Stinner
2020-04-07
1
-0/+1
*
bpo-37388: Don't check encoding/errors during finalization (GH-19409)
Victor Stinner
2020-04-07
1
-0/+4
*
bpo-40196: Fix a bug in the symtable when reporting inspecting global variabl...
Pablo Galindo
2020-04-06
1
-0/+2
*
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Victor Stinner
2020-04-06
1
-0/+3
*
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
Batuhan Taşkaya
2020-04-05
1
-0/+1
*
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
Serhiy Storchaka
2020-04-04
1
-0/+2
*
bpo-40077: Fix potential refleaks of _json: traverse memo (GH-19344)
Hai Shi
2020-04-04
1
-0/+1
*
bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363)
Serhiy Storchaka
2020-04-04
1
-0/+2
*
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
Steve Dower
2020-04-04
1
-0/+1
*
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Tal Einat
2020-04-04
1
-0/+2
*
bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)
Chris Martinez
2020-04-03
1
-0/+1
*
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
Victor Stinner
2020-04-03
1
-0/+1
*
lib2to3: Support named assignment expressions (GH-12702)
Tim Hatch
2020-04-02
1
-0/+2
*
bpo-1635741: Port resource extension module to multiphase initialization (PEP...
Hai Shi
2020-04-02
1
-0/+1
*
bpo-40094: Fix which.py script exit code (GH-19286)
Victor Stinner
2020-04-02
1
-0/+3
*
bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285)
Victor Stinner
2020-04-02
1
-0/+3
*
bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280)
Dong-hee Na
2020-04-02
1
-0/+2
*
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
Victor Stinner
2020-04-02
1
-0/+1
*
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
Victor Stinner
2020-04-02
2
-0/+8
*
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
Pablo Galindo
2020-04-01
1
-0/+2
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-0/+2
*
bpo-38527: fix configure script for Solaris (GH-16845)
Arnon Yaari
2020-04-01
1
-0/+2
*
bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support f...
Barney Gale
2020-04-01
1
-0/+3
*
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
Zackery Spytz
2020-04-01
1
-0/+2
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-0/+1
*
bpo-40003: test.bisect_cmd copies Python options (GH-19246)
Victor Stinner
2020-03-31
1
-0/+3
*
bpo-1635741: Port math module to multiphase initialization (GH-19243)
Dong-hee Na
2020-03-31
1
-0/+1
*
bpo-1635741: Port _uuid module to multiphase initialization (GH-19242)
Dong-hee Na
2020-03-31
1
-0/+1
*
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower
2020-03-31
1
-0/+1
*
bpo-40108: Improve the error message in runpy when importing a module that in...
Pablo Galindo
2020-03-31
1
-0/+3
*
bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083)
Alexander Riccio
2020-03-30
1
-0/+1
*
bpo-8901: Windows registry path is now ignored with the -E option (GH-18169)
Zackery Spytz
2020-03-30
1
-0/+1
*
bpo-37207: Use vectorcall for list() (GH-18928)
Petr Viktorin
2020-03-30
1
-0/+2
*
bpo-39073: validate Address parts to disallow CRLF (#19007)
Ashwin Ramaswami
2020-03-30
1
-0/+1
*
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Kyle Stanley
2020-03-27
1
-0/+4
*
bpo-40089: Fix threading._after_fork() (GH-19191)
Victor Stinner
2020-03-27
1
-0/+3
*
bpo-40077: Convert _json module to use PyType_FromSpec() (GH-19177)
Dong-hee Na
2020-03-27
1
-0/+1
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Peter Donis
2020-03-26
2
-0/+3
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Lahfa Samy
2020-03-26
2
-0/+3
*
bpo-38410: Properly handle PySys_Audit() failures (GH-16657)
Zackery Spytz
2020-03-26
1
-0/+2
*
bpo-40067: Improve error messages for multiple star expressions in assignment...
Furkan Önder
2020-03-26
2
-0/+3
*
bpo-39947: Add PyThreadState_GetID() function (GH-19163)
Victor Stinner
2020-03-25
1
-0/+2
*
bpo-40016: re docstring: Clarify relationship of inline and argument flags (#...
Ram Rachum
2020-03-25
1
-0/+1
*
bpo-40050: Rephrase NEWS entry (GH-19148)
Victor Stinner
2020-03-25
1
-3/+3
*
bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (G...
Paulo Henrique Silva
2020-03-25
1
-0/+2
*
bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-...
Paulo Henrique Silva
2020-03-25
1
-0/+2
*
bpo-36144: Add union operators to WeakValueDictionary584 (#19127)
Curtis Bucher
2020-03-25
1
-0/+1
*
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP...
Victor Stinner
2020-03-24
1
-0/+1
*
bpo-40014: Fix os.getgrouplist() (GH-19126)
Victor Stinner
2020-03-24
1
-3/+4
[next]