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
...
*
gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)
Prince Roshan
2023-07-12
2
-0/+14
*
gh-106236: Replace `assert` with `raise RuntimeError` in `threading.py` (#106...
Nikita Sobolev
2023-07-12
2
-3/+12
*
gh-106529: Split FOR_ITER_RANGE into uops (#106638)
Guido van Rossum
2023-07-12
1
-3/+22
*
gh-106529: Implement JUMP_FORWARD in uops (with test) (#106651)
Guido van Rossum
2023-07-11
1
-0/+25
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-0/+2
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
1
-0/+2
*
gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)
Guido van Rossum
2023-07-11
1
-2/+14
*
gh-102541: Add test case for help() for non_existent_module (#106340)
Kirill Podoprigora
2023-07-11
1
-1/+10
*
gh-106403: Restore weakref support for TypeVar and friends (#106418)
Jelle Zijlstra
2023-07-11
1
-0/+31
*
gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)
Terry Jan Reedy
2023-07-11
2
-1/+11
*
gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (#106468)
Ethan Furman
2023-07-11
2
-61/+85
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
1
-0/+2
*
Remove unused branches from mock module (#106617)
Chris Withers
2023-07-11
2
-8/+3
*
gh-104635: Add a test case for variables that have a dependency. (gh-106583)
Dong-hee Na
2023-07-11
1
-0/+9
*
gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)
Guido van Rossum
2023-07-10
1
-20/+43
*
gh-102988: Detect email address parsing errors and return empty tuple to indi...
Thomas Dwyer
2023-07-10
2
-9/+135
*
gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)
Louis Paulot
2023-07-10
2
-0/+22
*
gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)
Ijtaba Hussain
2023-07-10
3
-7/+14
*
GH-61215: threadingmock: Remove unused branch for `timeout` (#106591)
Mario Corchero
2023-07-10
1
-3/+1
*
gh-99593: Add tests for Unicode C API (part 3) (GH-104728)
Serhiy Storchaka
2023-07-10
1
-0/+466
*
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
Mark Shannon
2023-07-10
1
-0/+2
*
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade
2023-07-10
1
-0/+6
*
Move implementation specific RE tests to separate class (GH-106563)
Serhiy Storchaka
2023-07-09
1
-66/+69
*
gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)
Victor Stinner
2023-07-09
1
-11/+1
*
gh-106510: Fix DEBUG output for atomic group (GH-106511)
Serhiy Storchaka
2023-07-08
2
-2/+7
*
gh-105873: Make `_xxsubinterpreters` use exception type name in shared except...
Radislav Chugunov
2023-07-08
2
-3/+3
*
gh-106524: Fix a crash in _sre.template() (GH-106525)
Radislav Chugunov
2023-07-08
1
-0/+10
*
gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-10...
Desmond Cheong
2023-07-07
2
-25/+66
*
gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
Nikita Sobolev
2023-07-07
7
-12/+20
*
gh-104584: Allow unspecialized instructions in superblocks (#106497)
Guido van Rossum
2023-07-07
1
-0/+28
*
gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close()....
Andrew Geng
2023-07-07
1
-0/+1
*
GH-106057: Handle recursion errors in inline class calls properly. (GH-106108)
Mark Shannon
2023-07-07
1
-0/+15
*
gh-104584: Handle EXTENDED_ARG in superblock creation (#106489)
Guido van Rossum
2023-07-06
1
-0/+56
*
gh-90876: Restore the ability to import multiprocessing when `sys.executable`...
Gregory P. Smith
2023-07-06
2
-8/+80
*
gh-104584: Clean up and fix uops tests and fix crash (#106492)
Guido van Rossum
2023-07-06
1
-24/+30
*
closes gh-106479: fix typo in __cplusplus macro (gh-106480)
Dustin Rodrigues
2023-07-06
1
-1/+1
*
gh-106458: Mark `testthreadingmock.py` with `@requires_working_threading` (GH...
Mario Corchero
2023-07-06
1
-9/+11
*
gh-106238: Handle KeyboardInterrupt during logging._acquireLock() (GH-106239)
Ariel Eizenberg
2023-07-06
1
-1/+5
*
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer
2023-07-05
1
-0/+22
*
gh-106292: restore checking __dict__ in cached_property.__get__ (#106380)
Carl Meyer
2023-07-05
2
-10/+32
*
gh-96844: Improve error message of list.remove (gh-106455)
Dong-hee Na
2023-07-05
1
-1/+1
*
gh-102542 Remove unused bytes object and bytes slicing (#106433)
JosephSBoyle
2023-07-05
1
-7/+4
*
gh-64595: Fix regression in file write logic in Argument Clinic (#106449)
Erlend E. Aasland
2023-07-05
1
-4/+3
*
gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (#106443)
Erlend E. Aasland
2023-07-05
2
-2/+3
*
gh-106368: Add tests for formatting helpers in Argument Clinic (#106415)
Erlend E. Aasland
2023-07-04
1
-0/+164
*
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
Mario Corchero
2023-07-04
2
-26/+26
*
gh-106162: array: suppress warning in test_array (#106404)
Inada Naoki
2023-07-04
1
-0/+8
*
GH-106360: Support very basic superblock introspection (#106422)
Mark Shannon
2023-07-04
1
-0/+23
*
gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)
Lysandros Nikolaou
2023-07-04
1
-0/+18
*
gh-106368: Add tests for permutation helpers in Argument Clinic (#106407)
Erlend E. Aasland
2023-07-04
1
-0/+106
[prev]
[next]