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-41621: Document defaultdict's default_factory parameter (GH-21945)
Dennis Sweeney
2021-06-22
3
-3/+4
*
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
Ken Jin
2021-06-22
3
-3/+25
*
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctl...
Ma Lin
2021-06-22
7
-9/+55
*
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)
Russell Keith-Magee
2021-06-22
2
-1/+2
*
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
Victor Stinner
2021-06-21
2
-1/+6
*
bpo-13814: Explain why generators are not context managers (GH-26835)
Terry Jan Reedy
2021-06-21
2
-0/+10
*
bpo-43693: Turn localspluskinds into an object (GH-26749)
Guido van Rossum
2021-06-21
14
-5394/+5454
*
Reset DeprecationWarning filters in test_typing io and re (#26811)
Ken Jin
2021-06-21
2
-1/+3
*
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
Pablo Galindo
2021-06-21
2
-0/+4
*
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
Dong-hee Na
2021-06-21
3
-2/+11
*
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
Victor Stinner
2021-06-21
2
-1/+7
*
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner
2021-06-21
5
-14/+70
*
bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
Mark Shannon
2021-06-21
3
-72/+179
*
bpo-44297: Fix missing line number in generator expressions (GH-26801)
Mark Shannon
2021-06-21
4
-952/+971
*
bpo-44469: Fix tests for "async with" with bad object (GH-26817)
Serhiy Storchaka
2021-06-21
1
-6/+12
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff
2021-06-20
4
-0/+12
*
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)
Hemangii
2021-06-20
1
-1/+1
*
bpo-44430: Refactor `sqlite3` threading tests (GH-26748)
Erlend Egeberg Aasland
2021-06-20
1
-140/+36
*
bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567)
Erlend Egeberg Aasland
2021-06-20
2
-1/+6
*
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-...
Erlend Egeberg Aasland
2021-06-20
6
-71/+298
*
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
Sebastian Rittau
2021-06-19
4
-16/+35
*
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)
Mark Dickinson
2021-06-19
1
-2/+2
*
bpo-43298: Improved error message when building without the Windows SDK insta...
Steve Dower
2021-06-19
2
-3/+13
*
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Christian Heimes
2021-06-19
2
-2/+2
*
Remove dubious suggestion (GH-26789)
Raymond Hettinger
2021-06-19
1
-18/+0
*
Add a note about NameError/AttributeError suggestions with custom error funct...
Pablo Galindo
2021-06-18
1
-0/+11
*
bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
Ethan Furman
2021-06-18
5
-29/+225
*
bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_poin...
Miro Hrončok
2021-06-18
2
-0/+4
*
Reorganize the pattern matching suite (GH-26661)
Brandt Bucher
2021-06-18
1
-548/+497
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
6
-41/+59
*
bpo-44310: Add a FAQ entry for caching method calls (GH-26731)
Raymond Hettinger
2021-06-17
1
-0/+97
*
bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-...
Irit Katriel
2021-06-17
3
-1/+21
*
Do not clear globals or builtins when calling clear() on a frame object. Reve...
Mark Shannon
2021-06-17
2
-5/+17
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
22
-38/+61
*
bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
Joe
2021-06-17
2
-2/+2
*
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...
Mark Dickinson
2021-06-16
1
-2/+2
*
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Ken Jin
2021-06-16
6
-3/+53
*
bpo-38211: Clean up type_init() (GH-16257)
Sergey Fedoseev
2021-06-16
1
-19/+4
*
bpo-44422: threading.Thread reuses the _delete() method (GH-26741)
Victor Stinner
2021-06-16
1
-7/+1
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin
2021-06-16
4
-5/+17
*
bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
Ethan Furman
2021-06-16
3
-4/+4
*
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow
2021-06-15
12
-4212/+4187
*
bpo-43475: Add what's new entry for NaN hash changes (GH-26725)
Mark Dickinson
2021-06-15
1
-0/+7
*
[Enum] improve test, add andrei kulakov to ACKS (GH-26726)
Ethan Furman
2021-06-15
2
-0/+24
*
bpo-44422: Fix threading.enumerate() reentrant call (GH-26727)
Victor Stinner
2021-06-15
2
-3/+9
*
bpo-42972: _thread.RLock implements the GH protocol (GH-26734)
Victor Stinner
2021-06-15
2
-1/+12
*
bpo-42064: Move sqlite3 types to global state (GH-26537)
Erlend Egeberg Aasland
2021-06-15
12
-70/+103
*
Add extra stats for attribute misses (GH-26732)
Mark Shannon
2021-06-15
2
-2/+90
*
Fix a typo in _make_class_unpicklable() docstring (GH-26729)
andrei kulakov
2021-06-15
1
-1/+1
*
bpo-44409: Fix error location in tokenizer errors that happen during initiali...
Pablo Galindo
2021-06-14
3
-0/+4
[next]