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
*
Remove unused branches from mock module (#106617)
Chris Withers
2023-07-11
2
-8/+3
*
gh-106529: Silence compiler warning in jump target patching (#106613)
Guido van Rossum
2023-07-11
1
-2/+2
*
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
5
-72/+181
*
gh-102988: Detect email address parsing errors and return empty tuple to indi...
Thomas Dwyer
2023-07-10
5
-10/+172
*
gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)
Louis Paulot
2023-07-10
3
-0/+23
*
gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)
Ijtaba Hussain
2023-07-10
3
-7/+14
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
6
-1/+68
*
GH-61215: threadingmock: Remove unused branch for `timeout` (#106591)
Mario Corchero
2023-07-10
1
-3/+1
*
GH-100288: regen cases after #105990 (#106589)
Kumar Aditya
2023-07-10
1
-7/+7
*
gh-106078: Move static variables initialized once to decimal module global st...
Charlie Zhao
2023-07-10
2
-25/+28
*
Fix typo in datamodel.rst (#106587)
Riahiamirreza
2023-07-10
1
-1/+1
*
update release schedule for 3.13 (#106577)
sunmy2019
2023-07-10
1
-1/+1
*
GH-104787: use managed weakrefs in `_asyncio` (#106516)
Kumar Aditya
2023-07-10
1
-21/+6
*
gh-99593: Add tests for Unicode C API (part 3) (GH-104728)
Serhiy Storchaka
2023-07-10
2
-1/+972
*
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
Mark Shannon
2023-07-10
10
-290/+405
*
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade
2023-07-10
6
-14/+54
*
Clarify how topics.py gets created. (#106121)
Ned Batchelder
2023-07-10
1
-0/+1
*
gh-105733: Fix ctypes What's New entry (#106576)
Victor Stinner
2023-07-10
1
-1/+1
*
gh-106461: typing: Consolidate docs on `Callable` (#106462)
Alex Waygood
2023-07-09
1
-55/+75
*
gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)
Victor Stinner
2023-07-09
3
-4/+6
*
gh-105373: Doc lists pending removals (#106540)
Victor Stinner
2023-07-09
1
-3/+296
*
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
Serhiy Storchaka
2023-07-09
6
-20/+17
*
gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557)
littlebutt's workshop
2023-07-09
2
-25/+140
*
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
4
-19/+19
*
gh-106535: Soft deprecate the getopt module (#105735)
Victor Stinner
2023-07-08
1
-8/+13
*
gh-106508: Improve debugging of the _sre module (GH-106509)
Serhiy Storchaka
2023-07-08
3
-5/+31
*
gh-106510: Fix DEBUG output for atomic group (GH-106511)
Serhiy Storchaka
2023-07-08
3
-2/+8
*
gh-101880: add link to object.__hash__() in hash() builtin documentation (#10...
Owain Davies
2023-07-08
1
-1/+1
*
gh-105873: Make `_xxsubinterpreters` use exception type name in shared except...
Radislav Chugunov
2023-07-08
3
-4/+4
*
gh-106524: Fix a crash in _sre.template() (GH-106525)
Radislav Chugunov
2023-07-08
3
-0/+13
*
gh-106078: Move static objects related to `CONTEXTVAR` to the decimal module ...
Charlie Zhao
2023-07-08
2
-29/+32
*
Restore previous behavior of 'make regen-cases' (#106541)
Guido van Rossum
2023-07-08
1
-1/+12
*
gh-105373: Remove C API global config vars in Python 3.14 (#106538)
Victor Stinner
2023-07-07
2
-44/+47
*
gh-105373: Doc lists pending C API removals (#106537)
Victor Stinner
2023-07-07
1
-0/+80
*
gh-106535: Document PEP 387 Soft Deprecation (#106536)
Victor Stinner
2023-07-07
2
-2/+18
*
gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-10...
Desmond Cheong
2023-07-07
3
-25/+67
*
gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)
Nikita Sobolev
2023-07-07
7
-12/+20
*
gh-104584: Replace ENTER_EXECUTOR with the original in trace projection (#106...
Guido van Rossum
2023-07-07
1
-0/+6
*
Delete dead ceval code. (gh-106486)
Benjamin Peterson
2023-07-07
1
-5/+0
*
gh-104584: Allow unspecialized instructions in superblocks (#106497)
Guido van Rossum
2023-07-07
4
-128/+490
*
gh-104584: Move super-instruction special-casing to generator (#106500)
Guido van Rossum
2023-07-07
3
-39/+84
*
gh-104683: clinic.py: refactor `Parameter` and `Function` as dataclasses (#10...
Alex Waygood
2023-07-07
1
-86/+57
*
gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close()....
Andrew Geng
2023-07-07
3
-0/+4
*
GH-106057: Handle recursion errors in inline class calls properly. (GH-106108)
Mark Shannon
2023-07-07
4
-91/+108
*
gh-104584: Handle EXTENDED_ARG in superblock creation (#106489)
Guido van Rossum
2023-07-06
2
-0/+72
*
gh-90876: Restore the ability to import multiprocessing when `sys.executable`...
Gregory P. Smith
2023-07-06
3
-8/+83
*
gh-104584: Clean up and fix uops tests and fix crash (#106492)
Guido van Rossum
2023-07-06
2
-26/+38
*
closes gh-106479: fix typo in __cplusplus macro (gh-106480)
Dustin Rodrigues
2023-07-06
1
-1/+1
[next]