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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner
2020-06-08
1
-3/+31
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-7/+15
*
Deny eval() direct access to builtins (GH-20713)
Raymond Hettinger
2020-06-08
1
-1/+2
*
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser ...
Pablo Galindo
2020-06-08
1
-1/+20
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs
2020-06-08
6
-191/+112
*
bpo-40904: Fix segfault in the new parser with f-string containing yield stat...
Pablo Galindo
2020-06-08
1
-0/+2
*
bpo-39791: Support file systems that cannot support non-ascii filenames (skip...
Jason R. Coombs
2020-06-07
2
-2/+18
*
Update comments to reflect the current API (GH-20682)
Raymond Hettinger
2020-06-06
1
-4/+6
*
bpo-40724: Support setting buffer slots from type specs (GH-20648)
scoder
2020-06-06
1
-0/+5
*
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
Batuhan Taskaya
2020-06-06
1
-0/+7
*
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAct...
Rémi Lapeyre
2020-06-05
2
-1/+8
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
Jason R. Coombs
2020-06-05
4
-15/+72
*
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655)
Stefan Krah
2020-06-05
1
-0/+2
*
bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424)
Furkan Önder
2020-06-05
1
-4/+4
*
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
Cheryl Sabella
2020-06-04
2
-9/+18
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Christian Heimes
2020-06-04
2
-0/+12
*
Update error message in _zoneinfo.py to use f-string (GH-20577)
aboddie
2020-06-03
1
-1/+1
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Jeremy Attali
2020-06-03
1
-1/+1
*
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner
2020-06-03
1
-6/+16
*
bpo-35078: Allow customization of CSS class name of a month in calendar modul...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-02
2
-17/+28
*
bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)
Sanyam Khurana
2020-06-02
2
-7/+20
*
bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424)
Hai Shi
2020-06-01
1
-0/+8
*
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Victor Stinner
2020-06-01
1
-1/+4
*
Make sure that keyword arguments are merged into the arguments dictionary whe...
Mark Shannon
2020-06-01
1
-0/+18
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Pablo Galindo
2020-05-31
4
-515/+490
*
bpo-40759: Deprecate the symbol module (GH-20364)
Batuhan Taskaya
2020-05-31
1
-0/+9
*
bpo-40755: Add rich comparisons to Counter (GH-20548)
Raymond Hettinger
2020-05-31
2
-152/+62
*
Fix asyncio.to_thread() documented return type (GH-20547)
Kyle Stanley
2020-05-31
1
-1/+1
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Terry Jan Reedy
2020-05-29
3
-16/+50
*
bpo-29882: Add an efficient popcount method for integers (#771)
Niklas Fiekas
2020-05-29
2
-1/+13
*
Further de-linting of zoneinfo module (#20499)
Paul Ganssle
2020-05-29
4
-12/+5
*
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435)
Mark Dickinson
2020-05-29
1
-0/+11
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Abhilash Raj
2020-05-29
2
-0/+28
*
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
Erlend Egeberg Aasland
2020-05-28
1
-9/+27
*
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
Fantix King
2020-05-28
1
-20/+26
*
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
Raymond Hettinger
2020-05-28
2
-6/+163
*
bpo-40275: Fix test.support.threading_helper (GH-20488)
Victor Stinner
2020-05-28
1
-6/+7
*
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
Hai Shi
2020-05-28
3
-9/+10
*
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
Victor Stinner
2020-05-28
1
-0/+4
*
Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484)
Victor Stinner
2020-05-28
4
-6/+6
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
4
-15/+11
*
bpo-40275: test.support imports subprocess lazily (GH-20471)
Victor Stinner
2020-05-27
1
-3/+11
*
bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468)
Victor Stinner
2020-05-27
1
-1/+1
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Victor Stinner
2020-05-27
3
-27/+44
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
45
-361/+405
*
Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465)
Pablo Galindo
2020-05-27
3
-863/+0
*
bpo-40614: Respect feature version for f-string debug expressions (GH-20196)
Shantanu
2020-05-27
1
-0/+5
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
2
-36/+55
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)
Fantix King
2020-05-27
2
-16/+156
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Sean Gillespie
2020-05-27
1
-0/+15
[next]