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
*
Rephrase typing.assert_never docs (#92061)
Shantanu
2022-04-30
1
-2/+2
*
gh-91491: Add several typing features to What's New (#92060)
Shantanu
2022-04-30
1
-0/+65
*
gh-91217: deprecate xdrlib (GH-92066)
Brett Cannon
2022-04-30
1
-0/+1
*
Fix indentation for typing.Unpack docs (#92058)
Jelle Zijlstra
2022-04-29
1
-21/+21
*
sorting howto: Add clarification on < using __lt__ (#92010)
slateny
2022-04-29
1
-1/+4
*
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
Serhiy Storchaka
2022-04-29
1
-1/+2
*
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...
Hugo van Kemenade
2022-04-29
3
-17/+61
*
gh-91873: Summarise deprecations in typing at the top level (GH-91864)
Ken Jin
2022-04-29
1
-0/+21
*
bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...
Eisuke Kawashima
2022-04-28
2
-0/+15
*
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Yurii Karabas
2022-04-28
1
-1/+2
*
gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)
Victor Stinner
2022-04-28
1
-1/+1
*
gh-91217: deprecate uu (GH-92009)
Brett Cannon
2022-04-28
1
-0/+1
*
Add note that headers added via urllib.request.add_header are added to redire...
Ashwin Ramaswami
2022-04-27
1
-1/+2
*
gh-84459: Make wording more specific for Path.replace (GH-91853)
slateny
2022-04-27
2
-2/+2
*
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
David CARLIER
2022-04-27
1
-0/+4
*
gh-68966: Deprecate the mailcap module (#91951)
Victor Stinner
2022-04-26
4
-3/+10
*
bpo-21761: Clarify __file__/__cached__ in import reference (GH-31565)
slateny
2022-04-26
1
-4/+5
*
gh-91217: deprecate telnetlib (GH-91958)
Brett Cannon
2022-04-26
1
-0/+1
*
gh-91217: deprecate sunau (GH-91866)
Brett Cannon
2022-04-25
1
-0/+1
*
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith
2022-04-25
1
-0/+36
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
1
-0/+1
*
gh-90633: Improve error and docs for typing.assert_never (#91720)
Jelle Zijlstra
2022-04-25
1
-1/+15
*
gh-91888: add a `:gh:` role to the documentation (#91889)
Ezio Melotti
2022-04-25
2
-1/+25
*
gh-91491: What's New in 3.11 section for typing PEPs (#91721)
Jelle Zijlstra
2022-04-24
1
-2/+133
*
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds
2022-04-24
2
-1/+16
*
gh-91217: deprecate spwd (#91846)
Brett Cannon
2022-04-23
1
-0/+1
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-0/+6
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-0/+29
*
gh-88116: Enhance the inspect frame APIs to use the extended position informa...
Pablo Galindo Salgado
2022-04-23
2
-24/+110
*
gh-85864: Mark positional-only args in io docs (#91683)
slateny
2022-04-23
1
-10/+10
*
gh-91547: Remove "Undocumented modules" page (#91682)
Shantanu
2022-04-22
2
-27/+0
*
gh-91217: deprecate-sndhdr (#91806)
Brett Cannon
2022-04-22
2
-1/+2
*
bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...
Géry Ogam
2022-04-22
1
-0/+3
*
gh-91764: Mark version typing.Unpack and LiteralString were added in (#91817)
Dominic Davis-Foster
2022-04-22
1
-0/+4
*
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland
2022-04-22
4
-17/+18
*
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
Petr Viktorin
2022-04-22
1
-3/+3
*
gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...
Sam Ezeh
2022-04-22
1
-2/+18
*
gh-91217: deprecate-pipes (GH-91779)
Brett Cannon
2022-04-22
1
-0/+1
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-22
2
-7/+11
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
5
-28/+12
*
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
Victor Stinner
2022-04-21
1
-0/+1
*
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner
2022-04-21
1
-7/+12
*
GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less...
Mark Shannon
2022-04-21
2
-6/+21
*
GH-88756: Update docs for PEP 523 eval function type. (GH-91788)
Mark Shannon
2022-04-21
2
-1/+8
*
Minor improvements to grammar and markup. (GH-91762)
Raymond Hettinger
2022-04-20
1
-12/+12
*
bpo-23747: Enhance platform doc, document default behavior (GH-31462)
slateny
2022-04-20
1
-6/+8
*
gh-89770: [PEP-678] add exception notes to tutorial (GH-30441)
Irit Katriel
2022-04-20
2
-0/+72
*
bpo-30718: Add information about text buffering (GH-32351)
slateny
2022-04-20
1
-1/+5
*
Clean-up the argparse docs quick links table (GH-91726)
Raymond Hettinger
2022-04-20
1
-55/+33
*
Add link to sys.path in os lib (#91679)
slateny
2022-04-20
1
-2/+2
[next]