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
*
Python 3.12.0a5
v3.12.0a5
Thomas Wouters
2023-02-07
65
-141/+664
*
[gh-101072] Fix Blurb for GH-101127
Łukasz Langa
2023-02-07
1
-8/+2
*
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...
Matthieu Dartiailh
2023-02-07
1
-0/+8
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-07
1
-0/+4
*
gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters (gh...
Eric Snow
2023-02-06
1
-0/+3
*
gh-101562: typing: add tests for inheritance with NotRequired & Required in p...
Eclips4
2023-02-06
1
-0/+1
*
gh-101543: Ensure Windows registry path is only used when stdlib can't be fou...
Steve Dower
2023-02-06
1
-0/+2
*
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-...
Dong-hee Na
2023-02-06
1
-0/+2
*
gh-101541: [Enum] create flag psuedo-member without calling original __new__ ...
Ethan Furman
2023-02-06
1
-0/+1
*
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
Gregory P. Smith
2023-02-05
1
-0/+1
*
bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)
mrh1997
2023-02-05
2
-0/+4
*
gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)
Eric Wieser
2023-02-05
1
-0/+3
*
Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)
Mark Dickinson
2023-02-05
1
-1/+0
*
gh-101570: Update bundled pip version to 23.0 (#101571)
Pradyun Gedam
2023-02-05
1
-0/+1
*
gh-101266: Fix __sizeof__ for subclasses of int (#101394)
Mark Dickinson
2023-02-05
1
-0/+1
*
gh-101322: Ensure test_zlib.ZlibDecompressorTest runs, fix errors in ZlibDeco...
Ruben Vorderman
2023-02-04
1
-0/+2
*
gh-101282: Update BOLT --split-functions flag not to use deprecated u… (gh-...
Dong-hee Na
2023-02-04
1
-0/+2
*
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith
2023-02-03
1
-11/+0
*
gh-101522: Allow overriding Windows dependencies versions and paths using MSB...
Steve Dower
2023-02-03
1
-0/+2
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
1
-0/+11
*
gh-98705: Fix AIX build by undefining `__bool__` in C (#98768)
Ayappan Perumal
2023-02-02
1
-0/+2
*
gh-96305: Fix AIX build by avoiding subprocess during bootstrap (#96429)
Ayappan Perumal
2023-02-02
1
-0/+2
*
gh-101467: Correct py.exe handling of prefix matches and cases when only one ...
Steve Dower
2023-02-01
1
-0/+3
*
gh-101317: Add `ssl_shutdown_timeout` parameter for `asyncio.StreamWriter.sta...
beavailable
2023-02-01
1
-0/+2
*
gh-101400: Fix incorrect lineno in exception message on continue/break which ...
Dong-hee Na
2023-01-30
1
-0/+2
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
1
-0/+2
*
gh-89381: Fix invalid signatures of math/cmath.log (#101404)
Sergey B Kirpichev
2023-01-29
1
-0/+1
*
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith
2023-01-28
1
-0/+3
*
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...
Steve Dower
2023-01-27
1
-0/+1
*
gh-101000: Add os.path.splitroot() (#101002)
Barney Gale
2023-01-27
1
-0/+3
*
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
Steve Dower
2023-01-26
1
-0/+1
*
gh-60580: Fix a wrong type of `ctypes.wintypes.BYTE` (#97579)
Oleg Iarygin
2023-01-26
1
-0/+3
*
gh-99952: [ctypes] fix refcount issues in from_param() result. (#100169)
Yukihiro Nakadaira
2023-01-26
1
-0/+2
*
gh-94518: Rename `group*` to `extra_group*` to avoid confusion (#101054)
Oleg Iarygin
2023-01-26
1
-0/+3
*
gh-101326: Fix regression when passing None to FutureIter.throw (#101327)
Shantanu
2023-01-25
1
-0/+1
*
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...
Mark Shannon
2023-01-24
1
-0/+3
*
gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...
Martin Boisvert
2023-01-24
1
-0/+3
*
gh-92123: Adapt _elementtree to multi-phase init (PEP 489) (#101285)
Erlend E. Aasland
2023-01-24
1
-0/+2
*
gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)
Gregory Szorc
2023-01-24
1
-0/+3
*
gh-101152: Implement PEP 699 (GH-101193)
ram vikram singh
2023-01-24
1
-0/+3
*
gh-100795: Don't call freeaddrinfo on failure. (#101252)
Gregory P. Smith
2023-01-23
1
-0/+3
*
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101...
Nikita Sobolev
2023-01-23
1
-0/+2
*
gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
Jacob Walls
2023-01-23
1
-0/+4
*
gh-67790: Support float-style formatting for Fraction instances (#100161)
Mark Dickinson
2023-01-22
1
-0/+2
*
Revert "gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo`...
Kumar Aditya
2023-01-22
1
-2/+0
*
gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo` (#101220)
Sergey G. Brester
2023-01-22
1
-0/+2
*
GH-88597: Added command line interface to UUID module. (#99463)
achhina
2023-01-22
2
-0/+2
*
gh-100726: Optimize construction of range object for medium sized integers (#...
Pieter Eendebak
2023-01-21
1
-0/+1
*
gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`
Kamil Turek
2023-01-21
1
-0/+1
*
gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...
Mark Dickinson
2023-01-21
1
-0/+2
[next]