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
*
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...
Steve Dower
2023-03-10
1
-0/+2
*
gh-102378: don't bother stripping `/` from __text_signature__ (#102379)
David Hewitt
2023-03-09
1
-0/+1
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-0/+1
*
GH-102397: Fix segfault from race condition in signal handling (#102399)
Kumar Aditya
2023-03-08
1
-0/+2
*
Python 3.12.0a6
v3.12.0a6
Thomas Wouters
2023-03-07
80
-171/+821
*
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel
2023-03-07
1
-0/+1
*
gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)
Pablo Galindo Salgado
2023-03-06
1
-0/+1
*
GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)
Barney Gale
2023-03-05
1
-0/+4
*
GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664)
Barney Gale
2023-03-05
1
-0/+2
*
GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (...
Barney Gale
2023-03-05
1
-0/+2
*
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...
Yeojin Kim
2023-03-05
1
-0/+2
*
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías
2023-03-05
2
-0/+3
*
gh-96821: Add config option `--with-strict-overflow` (#96823)
Matthias Görgens
2023-03-04
1
-0/+3
*
gh-63301: Set exit code when tabnanny CLI exits on error (#7699)
Jaysinh Shukla
2023-03-04
1
-0/+1
*
gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)
Byeongmin Choi
2023-03-04
1
-0/+1
*
gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303)
Gouvernathor
2023-03-04
1
-0/+1
*
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev
2023-03-04
1
-0/+1
*
gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...
Raj
2023-03-04
1
-0/+3
*
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetV...
Max Bachmann
2023-03-01
1
-0/+2
*
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann
2023-03-01
1
-0/+1
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
1
-0/+3
*
gh-101561: Add typing.override decorator (#101564)
Steven Troxler
2023-02-27
2
-0/+2
*
gh-101773: Optimize creation of Fractions in private methods (#101780)
Sergey B Kirpichev
2023-02-27
1
-0/+2
*
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
Dennis Sweeney
2023-02-27
1
-0/+1
*
gh-91038: Change default argument value to `False` instead of `0` (#31621)
Rotzbua
2023-02-27
1
-0/+1
*
gh-101997: Update bundled pip version to 23.0.1 (#101998)
Pradyun Gedam
2023-02-25
1
-0/+1
*
GH-102126: fix deadlock at shutdown when clearing thread states (#102222)
Kumar Aditya
2023-02-25
1
-0/+1
*
gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)
SKO
2023-02-25
1
-0/+1
*
gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when int...
Ionite
2023-02-24
1
-0/+1
*
gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142)
Max Bachmann
2023-02-24
1
-0/+2
*
gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...
Yeojin Kim
2023-02-24
2
-0/+3
*
Fix deadlock on shutdown if test_current_{exception,frames} fails (#102019)
Jacob Bower
2023-02-23
1
-0/+2
*
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7...
Zackery Spytz
2023-02-23
1
-0/+6
*
gh-101578: Fixup NEWS and add What's New entry for new exception APIs (#102157)
Erlend E. Aasland
2023-02-23
1
-11/+8
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
1
-0/+3
*
Revert "bpo-46978: Correct docstrings for in-place builtin operators #31802) ...
Irit Katriel
2023-02-23
1
-1/+0
*
gh-87634: remove locking from functools.cached_property (GH-101890)
Carl Meyer
2023-02-23
1
-0/+1
*
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko
2023-02-22
1
-0/+2
*
GH-100982: Restrict `FOR_ITER_RANGE` to a single instruction to allow instrum...
Mark Shannon
2023-02-22
1
-0/+2
*
gh-99942: python.pc on android/cygwin should link to libpython per configure....
Eli Schwartz
2023-02-22
2
-1/+3
*
gh-95672 fix typo SkitTest to SkipTest (gh-102119)
Hyunkyun Moon
2023-02-21
1
-0/+1
*
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...
Vo Hoang Long
2023-02-21
2
-0/+3
*
gh-101961 fileinput.hookcompressed should not set the encoding value for the ...
Gihwan Kim
2023-02-21
2
-0/+3
*
gh-102056: Fix a few bugs in error handling of exception printing code (#102078)
Irit Katriel
2023-02-20
1
-0/+1
*
gh-101566: Sync with zipp 3.14. (GH-102018)
Jason R. Coombs
2023-02-20
1
-0/+4
*
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
Tim Hatch
2023-02-20
1
-0/+2
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
1
-0/+1
*
gh-97786: Fix compiler warnings in pytime.c (#101826)
Mark Dickinson
2023-02-20
1
-0/+2
*
gh-85417: Clarify behaviour on branch cuts in cmath module (#102046)
Mark Dickinson
2023-02-19
1
-0/+1
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
1
-0/+1
[next]