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
...
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Miss Islington (bot)
2021-06-25
1
-5/+8
*
[3.10] bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd...
Miss Islington (bot)
2021-06-24
2
-5/+10
*
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) ...
Erlend Egeberg Aasland
2021-06-23
1
-0/+8
*
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26877)
Victor Stinner
2021-06-23
2
-2/+9
*
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
Miss Islington (bot)
2021-06-23
1
-2/+2
*
[doc] Improve punctuation atexit doc (GH-25629) (GH-26856)
Miss Islington (bot)
2021-06-22
1
-7/+8
*
bpo-13814: Explain why generators are not context managers (GH-26835)
Miss Islington (bot)
2021-06-21
1
-0/+9
*
bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826)
Victor Stinner
2021-06-21
2
-0/+11
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Miss Islington (bot)
2021-06-20
2
-0/+6
*
Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) ...
Miss Islington (bot)
2021-06-20
1
-1/+1
*
Add a note about NameError/AttributeError suggestions with custom error funct...
Miss Islington (bot)
2021-06-20
1
-0/+11
*
bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (...
Miss Islington (bot)
2021-06-19
1
-2/+2
*
Remove dubious suggestion (GH-26789) (#26797)
Miss Islington (bot)
2021-06-19
1
-18/+0
*
[3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
Ethan Furman
2021-06-18
1
-4/+30
*
bpo-44310: Add a FAQ entry for caching method calls (GH-26731) (GH-26777)
Miss Islington (bot)
2021-06-17
1
-0/+97
*
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it t...
Miss Islington (bot)
2021-06-16
1
-2/+2
*
bpo-44392: Add Py_GenericAlias to C API docs (GH-26724)
Miss Islington (bot)
2021-06-16
3
-1/+49
*
bpo-43795: Don't list private names in the limited API (GH-26740)
Miss Islington (bot)
2021-06-16
1
-2/+1
*
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
Ethan Furman
2021-06-16
1
-1/+1
*
[3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26...
Mark Dickinson
2021-06-15
1
-0/+7
*
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
Miss Islington (bot)
2021-06-14
1
-2/+10
*
bpo-44310: Note that lru_cache keep references to both arguments and results...
Miss Islington (bot)
2021-06-14
1
-6/+9
*
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Miss Islington (bot)
2021-06-13
1
-1/+1
*
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
Miss Islington (bot)
2021-06-11
2
-18/+41
*
[3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-2658...
Ethan Furman
2021-06-10
1
-3/+82
*
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
Miss Islington (bot)
2021-06-08
1
-0/+23
*
bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603)
Miss Islington (bot)
2021-06-08
1
-0/+10
*
bpo-44322: Document more SyntaxError details. (GH-26562)
Miss Islington (bot)
2021-06-07
1
-2/+9
*
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
Miss Islington (bot)
2021-06-06
1
-1/+1
*
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-2649...
Miss Islington (bot)
2021-06-04
1
-1/+1
*
[3.10] bpo-44305: Improve syntax error for try blocks without except or final...
Pablo Galindo
2021-06-03
1
-0/+14
*
Add bpo-42914 to What's New (GH-25124)
Miss Islington (bot)
2021-06-03
1
-0/+3
*
[3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (...
Irit Katriel
2021-06-01
1
-2/+3
*
bpo-44246: Remove note about access by index now that a compatibility shim is...
Miss Islington (bot)
2021-05-31
1
-4/+1
*
bpo-42085: [docs] Add versionadded for am_send in type object documentation (...
Miss Islington (bot)
2021-05-29
1
-0/+2
*
bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445) (#26446)
Miss Islington (bot)
2021-05-29
2
-9/+12
*
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26...
Miss Islington (bot)
2021-05-29
2
-0/+18
*
[3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408) (GH-26...
Miss Islington (bot)
2021-05-27
1
-3/+9
*
[3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inac...
Miss Islington (bot)
2021-05-27
1
-0/+8
*
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...
Miss Islington (bot)
2021-05-26
6
-0/+151
*
bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as cont...
Miss Islington (bot)
2021-05-26
1
-3/+4
*
Point to recent link to PyFLTK (GH-26315) (GH-26366)
Miss Islington (bot)
2021-05-25
1
-1/+1
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Miss Islington (bot)
2021-05-25
2
-9/+8
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...
Miss Islington (bot)
2021-05-25
2
-1/+4
*
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
Miss Islington (bot)
2021-05-25
1
-2/+2
*
bpo-44151: Various grammar, word order, and markup fixes (GH-26344) (GH-26345)
Miss Islington (bot)
2021-05-25
1
-10/+10
*
bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)
Miss Islington (bot)
2021-05-25
1
-10/+11
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Miss Islington (bot)
2021-05-24
1
-2/+2
*
Fix typo in whatsnew/3.10.rst (GH-26310) (GH-26323)
Miss Islington (bot)
2021-05-23
1
-1/+1
*
bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
Miss Islington (bot)
2021-05-23
1
-1/+1
[prev]
[next]