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
*
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev
2023-03-04
3
-5/+21
*
gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...
Raj
2023-03-04
3
-2/+30
*
Remove unused internal macros (#102415)
Mark Dickinson
2023-03-04
1
-15/+0
*
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower
2023-03-04
6
-41/+105
*
Add import of `unittest.mock.Mock` in documentation (#102346)
Wagner Alberto
2023-03-03
1
-0/+1
*
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
Nikita Sobolev
2023-03-03
1
-1/+1
*
gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...
Owain Davies
2023-03-03
1
-0/+5
*
gh-102324: Improve tests of `typing.override` (#102325)
Nikita Sobolev
2023-03-03
1
-4/+95
*
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
Irit Katriel
2023-03-02
5
-76/+76
*
Fix typos in documentation and comments (GH-102374)
Michael K
2023-03-02
4
-5/+5
*
gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350)
Dong-hee Na
2023-03-02
1
-1/+5
*
gh-95672: Update memory_watchdog to use test.support.get_pagesize (gh-102365)
Hyunkyun Moon
2023-03-02
1
-9/+2
*
gh-102088 Optimize iter_index itertools recipe (GH-102360)
Stefan Pochmann
2023-03-02
2
-3/+9
*
gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)
Hyunkyun Moon
2023-03-01
4
-3/+26
*
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetV...
Max Bachmann
2023-03-01
2
-60/+124
*
gh-102336: Ensure CancelIoEx result is not ignored (GH-102347)
Max Bachmann
2023-03-01
1
-1/+1
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...
Irit Katriel
2023-03-01
1
-34/+24
*
Doc: Fix minor error in ePub (GH-100614)
Inada Naoki
2023-03-01
1
-3/+3
*
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann
2023-03-01
7
-159/+56
*
gh-99108: Add missing md5/sha1 defines to Modules/Setup (#102308)
Anthony Sottile
2023-02-28
1
-2/+2
*
gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)
Eric Snow
2023-02-28
4
-14/+20
*
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)
Eric Snow
2023-02-28
6
-17/+39
*
GH-102305: Expand some macros in generated_cases.c.h (#102309)
Guido van Rossum
2023-02-28
2
-452/+441
*
Migrate to new PSF mailgun account (#102284)
Ee Durbin
2023-02-28
1
-3/+3
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-28
8
-72/+42
*
GH-90744: Fix erroneous doc links in the sys module (#101319)
Furkan Onder
2023-02-28
1
-49/+49
*
gh-87092: Make jump target label equal to the offset of the target in the ins...
Irit Katriel
2023-02-28
4
-108/+111
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
18
-29/+358
*
IDLE: Simplify DynOptionsMenu __init__code (#101371)
JosephSBoyle
2023-02-28
1
-14/+11
*
gh-101561: Add typing.override decorator (#101564)
Steven Troxler
2023-02-27
6
-0/+127
*
gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)
Sergey B Kirpichev
2023-02-27
7
-27/+21
*
gh-101773: Optimize creation of Fractions in private methods (#101780)
Sergey B Kirpichev
2023-02-27
4
-34/+50
*
gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)
Eric Snow
2023-02-27
4
-299/+952
*
gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)
Gouvernathor
2023-02-27
1
-2/+3
*
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
Dennis Sweeney
2023-02-27
4
-6/+23
*
gh-101100: Fix sphinx warnings in `types` module (#102274)
Nikita Sobolev
2023-02-27
1
-1/+1
*
gh-91038: Change default argument value to `False` instead of `0` (#31621)
Rotzbua
2023-02-27
3
-2/+3
*
gh-101765: unicodeobject: use Py_XDECREF correctly (#102283)
Jelle Zijlstra
2023-02-26
1
-1/+1
*
[doc] Improve grammar/fix missing word (GH-102060)
VMan
2023-02-26
2
-2/+2
*
gh-102259: Fix re doc issue regarding right square brackets (#102264)
Skip Montanaro
2023-02-26
1
-1/+2
*
gh-101765: Fix refcount issues in list and unicode pickling (#102265)
Jelle Zijlstra
2023-02-26
2
-1/+11
*
gh-101100: Fix sphinx warnings in `typing` module docs (#102260)
Nikita Sobolev
2023-02-25
1
-1/+1
*
gh-102252: Improve coverage of test_bool.py (#102253)
Eclips4
2023-02-25
1
-0/+6
*
gh-102209: Sync with zipp 3.15 moving complexity tests into dedicated module ...
Jason R. Coombs
2023-02-25
7
-51/+87
*
asyncio docs: Fix dangling hyphen (#102227)
Jelle Zijlstra
2023-02-25
1
-2/+2
*
gh-101997: Update bundled pip version to 23.0.1 (#101998)
Pradyun Gedam
2023-02-25
3
-1/+2
*
gh-101100: Fix Sphinx warnings in `decimal` module (#102125)
Hugo van Kemenade
2023-02-25
1
-84/+84
*
GH-102126: fix deadlock at shutdown when clearing thread states (#102222)
Kumar Aditya
2023-02-25
2
-3/+11
*
gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)
SKO
2023-02-25
2
-6/+8
*
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when int...
Ionite
2023-02-24
9
-23/+148
[next]