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
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Nikita Sobolev
2021-09-04
4
-6/+22
*
Add What's New for dataclass keyword-only parameters. (GH-28158)
Eric V. Smith
2021-09-04
1
-1/+60
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Serhiy Storchaka
2021-09-04
3
-18/+27
*
bpo-45097: Add more tests for shutdown_asyncgens() (GH-28154)
Serhiy Storchaka
2021-09-04
1
-0/+79
*
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)
Pablo Galindo Salgado
2021-09-04
1
-0/+2
*
Handle different string hash algorithms correctly (#28147)
Brandt Bucher
2021-09-04
1
-6/+9
*
bpo-45075: distinguish between frame and FrameSummary in traceback mo… (GH-...
Irit Katriel
2021-09-03
4
-39/+48
*
bpo-45022: Update libffi to 3.4.2 in Windows build (GH-28146)
Steve Dower
2021-09-03
4
-6/+7
*
bpo-42255: Deprecate webbrowser.MacOSX from Python 3.11 (GH-27837)
Dong-hee Na
2021-09-03
4
-2/+15
*
bpo-43950: support positions for dis.Instructions created through dis.Bytecod...
Batuhan Taskaya
2021-09-03
2
-1/+7
*
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner
2021-09-03
8
-66/+77
*
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
Łukasz Langa
2021-09-03
5
-113/+146
*
bpo-45083: Include the exception class qualname when formatting an exception ...
Irit Katriel
2021-09-03
5
-35/+65
*
bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129)
Victor Stinner
2021-09-02
4
-99/+7
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Yurii Karabas
2021-09-02
3
-13/+47
*
[doc] Reword sentinel object summary in dataclasses (GH-27792)
Ville Korhonen
2021-09-02
1
-4/+3
*
bpo-40360: [doc] Rephrase deprecation note about lib2to3 (GH-28122)
Łukasz Langa
2021-09-02
1
-6/+9
*
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
Ruben Vorderman
2021-09-02
8
-87/+193
*
[doc] Link to deprecation policy PEP from the DeprecationWarning documentatio...
Łukasz Langa
2021-09-02
1
-0/+4
*
bpo-45056: Remove trailing unused constants from co_consts (GH-28109)
Inada Naoki
2021-09-02
7
-6323/+6361
*
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner
2021-09-02
13
-104/+61
*
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner
2021-09-02
12
-1297/+30
*
bpo-40360: Deprecate the lib2to3 package (GH-28116)
Victor Stinner
2021-09-02
4
-2/+8
*
bpo-44895: libregrtest: refleak check clears types later (GH-28113)
Victor Stinner
2021-09-01
4
-14/+20
*
bpo-31299: make it possible to filter out frames from tracebacks (GH-28067)
Irit Katriel
2021-08-31
4
-1/+34
*
bpo-45059: Add module cleanup to IDLE test_macosx (GH-28102)
Terry Jan Reedy
2021-08-31
1
-0/+9
*
bpo-45057: Simplify RegressionTestResult (GH-28081)
Serhiy Storchaka
2021-08-31
1
-31/+2
*
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(...
Irit Katriel
2021-08-31
1
-2/+4
*
bpo-45059: Fix IDLE test typo: using "==" instead of "=" (GH-28086)
Serhiy Storchaka
2021-08-31
1
-1/+1
*
bpo-37596: Clean up the set/frozenset marshalling code (GH-28068)
Brandt Bucher
2021-08-31
1
-8/+11
*
bpo-45061: Detect Py_DECREF(Py_True) bug (GH-28089)
Victor Stinner
2021-08-31
3
-7/+14
*
bpo-44135: [docs] Fix inline markup (GH-28095)
Ken Jin
2021-08-31
1
-1/+1
*
bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
Victor Stinner
2021-08-31
1
-1/+1
*
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
Serhiy Storchaka
2021-08-31
9
-13/+13
*
bpo-44135: Refine explanation of how passing tuples to issubclass() behaves (...
Zack Kneupper
2021-08-31
1
-3/+3
*
bpo-42064: Offset arguments for PyObject_Vectorcall in the _sqlite module (GH...
Petr Viktorin
2021-08-31
2
-10/+14
*
bpo-44991: Make GIL handling more explicit in `sqlite3` callbacks (GH-27934)
Erlend Egeberg Aasland
2021-08-31
1
-35/+27
*
bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)
DonnaDia
2021-08-31
1
-4/+4
*
bpo-39218: Improve accuracy of variance calculation (GH-27960)
Raymond Hettinger
2021-08-31
3
-14/+23
*
bpo-45019: Add a tool to generate list of modules to include for frozen modul...
Eric Snow
2021-08-30
19
-194/+828
*
bpo-44756: Remove misleading NEWS entries of a change that was reverted befor...
Łukasz Langa
2021-08-30
2
-9/+0
*
bpo-45041: Increase coverage for sqlite3.Cursor.executescript() (GH-28074)
Erlend Egeberg Aasland
2021-08-30
1
-0/+7
*
bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)
Erlend Egeberg Aasland
2021-08-30
8
-32/+264
*
bpo-43398: Add test for defect connection factories (GH-27966)
Erlend Egeberg Aasland
2021-08-30
1
-10/+12
*
bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
Serhiy Storchaka
2021-08-30
4
-70/+719
*
bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030)
Serhiy Storchaka
2021-08-30
3
-24/+34
*
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
Łukasz Langa
2021-08-30
1
-1/+1
*
bpo-45045: Optimize mapping patterns of structural pattern matching (GH-28043)
Dong-hee Na
2021-08-30
2
-6/+30
*
bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
Ned Deily
2021-08-30
3
-3/+64
*
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...
Tobias Bergkvist
2021-08-30
2
-3/+31
[next]