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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the "make suspicious" check on the pprint docs (GH-25193)
Pablo Galindo
2021-04-05
1
-2/+2
*
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
2021-04-05
1
-0/+3
*
bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)
Ken Jin
2021-04-04
1
-2/+7
*
bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153)
Ammar Askar
2021-04-02
1
-3/+19
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-02
1
-2/+6
*
Enum: add (re)import of Flag for doctests (GH-25118)
Ethan Furman
2021-03-31
1
-4/+4
*
bpo-42225: IDLE - document two unix-related problems. (#25078)
Terry Jan Reedy
2021-03-31
1
-2/+17
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
4
-1203/+447
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
2
-0/+90
*
bpo-31907: [doc] clarify that str.format() does not support arbitrary express...
Irit Katriel
2021-03-28
1
-2/+2
*
bpo-43644: Add docs for importlib.resources.as_file. (#25048)
Jason R. Coombs
2021-03-28
1
-0/+16
*
bpo-39616: clarify SSLContext.check_hostname effect (GH-18484)
Ville Skyttä
2021-03-27
1
-1/+1
*
bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707)
Jürgen Gmach
2021-03-26
1
-1/+1
*
bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025)
Jared Sutton
2021-03-26
1
-5/+4
*
Doc: io: Remove "In-memory streams" section (GH-24927)
Inada Naoki
2021-03-25
1
-10/+0
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
1
-7/+7
*
bpo-42914: add a pprint underscore_numbers option (GH-24864)
sblondon
2021-03-24
1
-6/+17
*
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...
Pablo Galindo
2021-03-23
1
-0/+2
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
1
-25/+50
*
Clarify attribute docs on types.ModuleType (GH-24974)
Brett Cannon
2021-03-23
1
-2/+30
*
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha
2021-03-20
1
-0/+3
*
bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)
Chris Burr
2021-03-18
1
-0/+7
*
bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858)
Jason R. Coombs
2021-03-15
1
-1/+42
*
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory()...
CAM Gerlach
2021-03-14
1
-3/+12
*
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
Kamil Turek
2021-03-14
1
-4/+8
*
Fix some minor errors in the docs (GH-24834)
Zackery Spytz
2021-03-14
5
-5/+5
*
bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
Jason R. Coombs
2021-03-13
1
-5/+18
*
Update link to Django's Context class. (#24805)
Mariusz Felisiak
2021-03-13
2
-2/+2
*
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou
2021-03-11
1
-4/+16
*
Fix error in documentation for ast.match_case (GH-24807)
Adrian Freund
2021-03-10
1
-1/+1
*
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo
2021-03-10
1
-0/+5
*
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
Kamil Turek
2021-03-09
1
-1/+1
*
bpo-43415: Fix typo on dataclasses.rst (#24789)
Guilherme Martins Crocetti
2021-03-08
1
-1/+1
*
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
Desmond Cheong
2021-03-08
1
-0/+9
*
bpo-43353: Document that logging.getLevelName() accepts string representation...
Mariusz Felisiak
2021-03-08
1
-8/+17
*
Put contextvars docs into the concurrency category (GH-24760)
Brett Cannon
2021-03-06
2
-1/+1
*
bpo-43407: Clarify comparisons of time.monotonic() et al results (GH-24757)
Alex Willmer
2021-03-06
1
-4/+4
*
bpo-43400: Remove "easy to use" from mock docs (GH-24752)
Eddie Peters
2021-03-04
1
-1/+1
*
bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)
Erlend Egeberg Aasland
2021-03-04
1
-25/+25
*
bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442)
Eric L
2021-03-03
1
-2/+19
*
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
Pablo Galindo
2021-03-03
1
-0/+5
*
bpo-43162: [Enum] update docs, renable doc tests (GH-24487)
Ethan Furman
2021-03-03
1
-5/+6
*
Doc: Improve library/json document. (GH-24390)
Adorilson Bezerra
2021-03-02
1
-7/+6
*
bpo-42840: Document providing kwargs to type. (#24173)
Erik Soma
2021-03-01
1
-1/+8
*
Fix grammar in enum documentation. (GH-24689)
Mariatta Wijaya
2021-03-01
1
-1/+1
*
closes bpo-43349: Fix tuning(7) manpage hyperlink. (GH-24680)
Erlend Egeberg Aasland
2021-03-01
1
-1/+3
*
bpo-42128: Add documentation for the new match-based AST nodes (GH-24673)
Pablo Galindo
2021-03-01
1
-0/+122
*
bpo-43345: Enhance TypedDict documentation. (#24668)
Paul Bryan
2021-02-28
1
-12/+13
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-0/+56
*
Update logging.config.rst (GH-24630)
takahashi
2021-02-26
1
-1/+1
[next]