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-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Dong-hee Na
2022-11-07
2
-4/+18
*
gh-98586: Add What's New entry and update docs (#99056)
Wenzel Jakob
2022-11-06
3
-2/+14
*
gh-98139: enhance namespace package repr
Anh71me
2022-11-06
3
-1/+7
*
gh-94286 Fix documentation of print default param (GH-94297)
Nouran Ali
2022-11-06
1
-1/+1
*
bpo-33964: IDLE macosx - removed unused local dict. (GH-7926)
Terry Jan Reedy
2022-11-06
1
-4/+2
*
[Enum] add built-in property to test_test_simple_enum (GH-98453)
Ethan Furman
2022-11-06
1
-0/+6
*
gh-99051: remove duplicated test from `test_weakref` (GH-99052)
Nikita Sobolev
2022-11-06
1
-35/+6
*
GH-98831: Implement super-instruction generation (#99084)
Guido van Rossum
2022-11-06
5
-138/+163
*
Correct some typos in comments (GH-98194)
jonasdlindner
2022-11-06
2
-2/+2
*
gh-99153: set location on SyntaxError for try with both except and except* (G...
Irit Katriel
2022-11-06
4
-5/+16
*
gh-83004: Clean up refleak in _pickle initialisation (#98841)
Shantanu
2022-11-06
2
-7/+7
*
gh-83004: Clean up refleak in _zoneinfo initialisation (#98842)
Shantanu
2022-11-06
2
-2/+4
*
gh-99139: Improve NameError error suggestion for instances (#99140)
Pablo Galindo Salgado
2022-11-06
7
-0/+92
*
`test_typing`: use all pickle protocols (#99154)
Nikita Sobolev
2022-11-06
1
-1/+1
*
gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
Ethan Furman
2022-11-06
4
-11/+82
*
[doc] fix typo (GH-99143)
Doj
2022-11-05
1
-1/+1
*
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
Paul Moore
2022-11-05
3
-1/+2
*
gh-94808: add tests covering `PyFunction_GetKwDefaults` and `PyFunction_SetKw...
Nikita Sobolev
2022-11-05
2
-3/+124
*
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
Nikita Sobolev
2022-11-05
2
-0/+113
*
gh-98284: better error message for undefined abstractmethod (#97971)
Kaushik Kulkarni
2022-11-05
6
-19/+23
*
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
Nikita Sobolev
2022-11-05
2
-0/+22
*
gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SC...
Sam James
2022-11-05
3
-2/+3
*
GH-99104: Update headers for bytecodes.c and generate_cases.py (#99112)
Guido van Rossum
2022-11-05
3
-9/+19
*
GH-98686: Fix compiler warning for HAS_ARG (GH-99106)
Brandt Bucher
2022-11-04
1
-1/+1
*
GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings. ...
Mark Shannon
2022-11-04
1
-2/+29
*
GH-98831: Auto-generate PREDICTED() macro calls (#99102)
Guido van Rossum
2022-11-04
2
-16/+7
*
GH-98831: Add `regen-cases` to `regen-all` (#99107)
Brandt Bucher
2022-11-04
1
-1/+1
*
gh-90867: test.support.wait_process() uses LONG_TIMEOUT (#99071)
Victor Stinner
2022-11-04
1
-2/+2
*
gh-90716: Fix pylong_int_from_string() refleak (#99094)
Victor Stinner
2022-11-04
1
-0/+1
*
minor edits to locale doc (#98537)
Skip Montanaro
2022-11-04
1
-13/+16
*
Support comparing two sets of pystats (GH-98816)
Michael Droettboom
2022-11-04
2
-123/+366
*
gh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes (GH-96767)
Nikita Sobolev
2022-11-04
1
-0/+31
*
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...
Nick Pope
2022-11-03
1
-3/+4
*
gh-90716: bugfixes and more tests for _pylong. (#99073)
Gregory P. Smith
2022-11-03
2
-4/+50
*
gh-73691: Increase size limits in _xxtestfuzz (#99070)
Gregory P. Smith
2022-11-03
1
-3/+6
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_ctypes` (GH-99054)
Kumar Aditya
2022-11-03
6
-64/+163
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
113
-22834/+26
*
gh-98978: Fix Py_SetPythonHome(NULL) (#99066)
Victor Stinner
2022-11-03
2
-0/+9
*
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner
2022-11-03
12
-181/+55
*
gh-90716: Remove _pylong._DEBUG flag (#99063)
Victor Stinner
2022-11-03
1
-9/+0
*
gh-98884: [pathlib] remove `hasattr` check for `lru_cache` (#98885)
Nikita Sobolev
2022-11-03
1
-3/+1
*
gh-92584: Remove references to removed _bootsubprocess (#99062)
Victor Stinner
2022-11-03
2
-8/+1
*
gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810)
Johnny11502
2022-11-03
1
-17/+19
*
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Victor Stinner
2022-11-03
11
-29/+69
*
GH-98831: Remove redundant extract_cases.py script (GH-99065)
Guido van Rossum
2022-11-03
3
-338/+0
*
gh-97616: test_list_resize_overflow() uses sys.maxsize (#99057)
Victor Stinner
2022-11-03
1
-1/+1
*
gh-83004: Clean up refleak in _io initialisation (#98840)
Shantanu
2022-11-03
2
-3/+4
*
gh-98948: Remove obsolete readelf dependency (#98949)
serge-sans-paille
2022-11-03
6
-130/+1
*
gh-94199: Remove ssl.wrap_socket() documentation (#99023)
Victor Stinner
2022-11-03
1
-51/+16
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
14
-96/+220
[prev]
[next]