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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[doc] Improve punctuation atexit doc
Géry Ogam
2021-06-22
1
-7/+8
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Dennis Sweeney
2021-06-22
1
-2/+2
*
bpo-13814: Explain why generators are not context managers (GH-26835)
Terry Jan Reedy
2021-06-21
1
-0/+9
*
bpo-44466: Faulthandler now detects the GC (GH-26823)
Victor Stinner
2021-06-21
2
-0/+11
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff
2021-06-20
2
-0/+6
*
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)
Hemangii
2021-06-20
1
-1/+1
*
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)
Mark Dickinson
2021-06-19
1
-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
1
-4/+29
*
bpo-44310: Add a FAQ entry for caching method calls (GH-26731)
Raymond Hettinger
2021-06-17
1
-0/+97
*
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
3
-1/+49
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Petr Viktorin
2021-06-16
1
-2/+1
*
bpo-44342: [Enum] sync current docs to 3.10 (GH-26750)
Ethan Furman
2021-06-16
1
-1/+1
*
bpo-43475: Add what's new entry for NaN hash changes (GH-26725)
Mark Dickinson
2021-06-15
1
-0/+7
*
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
Sebastian Rittau
2021-06-14
1
-2/+10
*
bpo-44310: Note that lru_cache keep references to both arguments and results...
Raymond Hettinger
2021-06-14
1
-6/+9
*
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Serhiy Storchaka
2021-06-12
1
-1/+1
*
bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
Mark Dickinson
2021-06-12
2
-3/+14
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Christian Heimes
2021-06-11
2
-18/+41
*
Doc: Prettier exception hierarchy. (GH-26533)
Julien Palard
2021-06-11
1
-0/+1
*
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Ajith Ramachandran
2021-06-10
2
-0/+14
*
bpo-35800: Remove smtpd.MailmanProxy since 3.11 (GH-26617)
Dong-hee Na
2021-06-09
2
-18/+7
*
bpo-21760: fix __file__ description (GH-19097)
Furkan Onder
2021-06-09
1
-3/+8
*
bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586)
Ethan Furman
2021-06-09
1
-4/+82
*
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
Serhiy Storchaka
2021-06-08
1
-0/+23
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
1
-0/+8
*
bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
Petr Viktorin
2021-06-08
1
-0/+10
*
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...
Pablo Galindo
2021-06-08
1
-8/+0
*
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...
Pablo Galindo
2021-06-08
2
-38/+3
*
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
1
-0/+8
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-7/+23
*
bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)
Sergey B Kirpichev
2021-06-07
2
-1/+11
*
bpo-44322: Document more SyntaxError details. (GH-26562)
Terry Jan Reedy
2021-06-07
1
-2/+9
*
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
NAKAMURA Osamu
2021-06-06
1
-1/+1
*
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492)
Irit Katriel
2021-06-04
1
-1/+1
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-23/+7
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
1
-6/+23
*
bpo-44305: Improve syntax error for try blocks without except or finally (GH-...
Pablo Galindo
2021-06-03
1
-0/+14
*
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...
Erlend Egeberg Aasland
2021-06-03
1
-1/+1
*
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner
2021-06-03
2
-3/+38
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-3/+2
*
bpo-39560: Document PyUnicode_FromKindAndData() kind transformation (GH-23848)
Zackery Spytz
2021-06-03
1
-0/+6
*
bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)
andrei kulakov
2021-06-03
1
-0/+8
*
Add bpo-42914 to What's New (GH-25124)
Wm. Keith van der Meulen
2021-06-03
1
-0/+3
*
Typo fix in asyncio-eventloop.rst (GH-26482)
Zac Bentley
2021-06-02
1
-1/+1
*
bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
Victor Stinner
2021-06-01
1
-1/+6
*
bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428)
MapleCCC
2021-06-01
1
-2/+3
*
bpo-44246: Remove note about access by index now that a compatibility shim is...
Jason R. Coombs
2021-05-31
1
-4/+1
[next]