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-44340: Update whatsnews for ThinLTO (GH-28229)
Dong-hee Na
2021-09-08
1
-0/+3
*
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade
2021-09-08
5
-70/+33
*
bpo-19113: Remove unused test_errors from ctypes tests (GH-28008)
andrei kulakov
2021-09-08
1
-9/+0
*
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-2...
Florin Spătar
2021-09-08
2
-1/+2
*
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass'...
Yurii Karabas
2021-09-08
3
-0/+17
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
11
-139/+34
*
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner
2021-09-08
5
-9/+52
*
bpo-45022: Fix libffi DLL name in Windows installer sources (GH-28203)
giovanniwijaya
2021-09-07
1
-1/+1
*
bpo-24888: Clarify subprocess.check_call propagates exceptions if unable to s...
DonnaDia
2021-09-07
1
-0/+2
*
Remove documentation for non-existing socket class attributes (GH-28029)
Matti Picus
2021-09-07
1
-3/+0
*
bpo-45012: Release GIL around stat in os.scandir (GH-28085)
Stanisław Skonieczny
2021-09-07
3
-2/+11
*
Add more itertool recipes (GH-28165)
Raymond Hettinger
2021-09-07
2
-2/+43
*
bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
Christian Heimes
2021-09-07
2
-2/+6
*
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)
Victor Stinner
2021-09-07
1
-4/+7
*
bpo-45104: Clarify when __init__ is called (GH-28210)
Raymond Hettinger
2021-09-07
1
-1/+1
*
bpo-44348: BaseException deallocator uses trashcan (GH-28190)
Victor Stinner
2021-09-07
2
-1/+14
*
bpo-42064: Pass module state to trace, progress, and authorizer callbacks (GH...
Erlend Egeberg Aasland
2021-09-07
2
-73/+111
*
bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2...
Nikita Sobolev
2021-09-07
4
-6/+27
*
Revert "bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)"...
Pablo Galindo Salgado
2021-09-07
2
-5/+3
*
bpo-44991: Normalise `sqlite3` callback naming (GH-28088)
Erlend Egeberg Aasland
2021-09-07
2
-52/+59
*
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...
Pablo Galindo Salgado
2021-09-07
2
-2/+9
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
10
-22/+23
*
bpo-45124: Remove the bdist_msi command (GH-28195)
Hugo van Kemenade
2021-09-07
11
-822/+18
*
bpo-44963: Implement send() and throw() methods for anext_awaitable objects (...
Pablo Galindo Salgado
2021-09-07
3
-22/+270
*
bpo-45035: Make sysconfig posix_home depend on platlibdir (GH-28011)
Tzu-ping Chung
2021-09-07
2
-3/+5
*
Make sysconfig posix_user not depend on platlibdir (GH-27655)
Tzu-ping Chung
2021-09-07
2
-1/+3
*
Update idlelib/help.html to include idle.rst spelling fix (GH-28191)
Terry Jan Reedy
2021-09-07
1
-13/+7
*
bpo-34561: Switch to Munro & Wild "powersort" merge strategy. (#28108)
Tim Peters
2021-09-06
3
-92/+178
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Nikita Sobolev
2021-09-06
2
-2/+7
*
bpo-42238: [doc] remove unused, and deduplicate, suspicious ignore rules. (GH...
Julien Palard
2021-09-06
2
-21/+11
*
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
Erlend Egeberg Aasland
2021-09-05
2
-3/+4
*
More useful OrderedDict LRU recipes (GH-28164)
Raymond Hettinger
2021-09-05
1
-19/+76
*
bpo-41031: Match C and Python code formatting of unprintable exceptions and e...
Irit Katriel
2021-09-05
6
-14/+55
*
Extract visitors from the grammar nodes and call makers in the peg generator ...
Pablo Galindo Salgado
2021-09-05
13
-415/+419
*
bpo-45102: unittest: add tests for skipping and errors in cleanup (GH-28166)
Serhiy Storchaka
2021-09-05
1
-0/+138
*
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
Raymond Hettinger
2021-09-05
2
-1/+77
*
Remove unused macros from Modules/_sqlite/microprotocols.h (GH-28171)
Erlend Egeberg Aasland
2021-09-05
1
-6/+0
*
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
[prev]
[next]