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-64490: Fix refcount error when arguments are packed to tuple in argument c...
colorfulappl
2022-11-24
1
-0/+1
*
gh-99708: fix bug where compiler crashes on if expression with an empty body ...
Irit Katriel
2022-11-24
1
-0/+1
*
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
SQLPATCH
2022-11-24
1
-0/+1
*
GH-66285: fix forking in `asyncio` (#99539)
Kumar Aditya
2022-11-24
1
-0/+1
*
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
Illia Volochii
2022-11-24
1
-0/+2
*
closes gh-99508: fix `TypeError` in `Lib/importlib/_bootstrap_external.py` (G...
Nikita Sobolev
2022-11-23
1
-0/+2
*
Use faster APIs to calculate paths at startup for Store packaged Python on Wi...
Steve Dower
2022-11-23
1
-0/+2
*
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if comput...
Skip Montanaro
2022-11-22
1
-0/+3
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
1
-0/+1
*
gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (GH-99646)
Serhiy Storchaka
2022-11-22
1
-0/+3
*
gh-88863: Clear ref cycles to resolve leak when asyncio.open_connection raise...
Dong Uk, Kang
2022-11-22
1
-0/+3
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+4
*
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
Batuhan Taskaya
2022-11-22
1
-0/+2
*
GH-92892: Add section about variadic functions to ctypes documentation (#99529)
Ronald Oussoren
2022-11-22
1
-0/+1
*
GH-97001: Release GIL in termios extension (#99503)
Ronald Oussoren
2022-11-22
1
-0/+1
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
2
-5/+49
*
gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660)
Łukasz Langa
2022-11-21
1
-0/+3
*
gh-98629: Fixes sys._git and sys.version creation on Windows (GH-99664)
Steve Dower
2022-11-21
1
-0/+1
*
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl
2022-11-21
1
-0/+1
*
gh-99578: Fix refleak in _imp.create_builtin() (#99642)
Victor Stinner
2022-11-21
1
-0/+3
*
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren
2022-11-21
1
-0/+1
*
gh-90994: Improve error messages upon call arguments syntax errors (GH-96893)
Lysandros Nikolaou
2022-11-20
1
-0/+4
*
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill...
Pablo Galindo Salgado
2022-11-20
1
-0/+3
*
gh-99201: fix IndexError when initializing sysconfig config variables
Filipe Laíns
2022-11-19
1
-0/+2
*
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...
Nikita Sobolev
2022-11-19
1
-0/+2
*
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...
Irit Katriel
2022-11-18
1
-0/+2
*
gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...
Steve Dower
2022-11-18
1
-0/+2
*
GH-99298: Clean up attribute specializations (GH-99398)
Brandt Bucher
2022-11-17
1
-0/+3
*
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
Brandt Bucher
2022-11-17
1
-0/+2
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
1
-0/+1
*
gh-98940: Fix Mac/Extras.install.py File filter bug (#98943)
zhangbo
2022-11-16
1
-0/+1
*
gh-92647: [Enum] use final status to determine lookup or create (GH-99500)
Ethan Furman
2022-11-15
1
-0/+1
*
Merge the 3.12.0a2 release into main.
Thomas Wouters
2022-11-15
4
-0/+10
|
\
|
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Steve Dower
2022-11-14
1
-0/+2
|
*
GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
Kumar Aditya
2022-11-14
1
-0/+2
|
*
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
Kai Zhang
2022-11-14
1
-0/+2
|
*
gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
Victor Stinner
2022-11-14
1
-0/+4
*
|
Python 3.12.0a2
v3.12.0a2
Thomas Wouters
2022-11-14
104
-264/+1100
|
/
*
gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)
Christoph Anton Mitterer
2022-11-14
1
-0/+1
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283)
Nikita Sobolev
2022-11-13
1
-0/+2
*
gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...
Ben Kallus
2022-11-13
1
-0/+2
*
gh-99103: Normalize specialized traceback anchors against the current line (G...
Batuhan Taskaya
2022-11-12
1
-0/+2
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
1
-0/+6
*
gh-98762: Fix locations of match sub-patterns (GH-98775)
Irit Katriel
2022-11-12
1
-0/+1
*
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...
Kumar Aditya
2022-11-12
1
-0/+1
*
gh-80448: argparse: Fix IndexError on store_true action (#15656)
Hai Shi
2022-11-12
1
-0/+1
*
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-12
1
-0/+6
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-0/+3
*
gh-99305: Speed up secrets.token_hex() ~2x (#99306)
NewUserHa
2022-11-11
1
-0/+1
*
gh-98707: configure --with-system-libmpdec and --with-system-expat no longer ...
Miro Hrončok
2022-11-11
1
-0/+4
[next]