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
*
dataclasses.rst: Prevent horizontal scrolling (gh-100025)
Ram Rachum
2022-12-05
1
-1/+2
*
gh-100008: Document Python build requirements (#100009)
Victor Stinner
2022-12-05
2
-1/+47
*
gh-93464: [Enum] Add versionchanged tag (#99997)
Ethan Furman
2022-12-05
1
-0/+5
*
[Enum] Fix typos in the documentation (GH-99960)
Géry Ogam
2022-12-04
1
-26/+26
*
gh-85747: "Preface" section of asyncio-eventloop.rst: Switch to active voice ...
Brian Skinn
2022-12-04
1
-7/+10
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-0/+4
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
2
-0/+52
*
Doc: Add summary line to isolation_level & autocommit sqlite3.connect params ...
C.A.M. Gerlach
2022-12-01
1
-0/+2
*
GH-98906 ```re``` module: ```search() vs. match()``` section should mention `...
ram vikram singh
2022-11-30
1
-6/+12
*
bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...
Géry Ogam
2022-11-30
1
-2/+4
*
gh-99824: Document that sqlite3.connect implicitly open a transaction if auto...
Géry Ogam
2022-11-30
1
-3/+3
*
gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)
Dong-hee Na
2022-11-29
2
-0/+30
*
Docs: improve accuracy of socketserver reference (#24767)
Géry Ogam
2022-11-29
1
-7/+3
*
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)
Yilei "Dolee" Yang
2022-11-29
1
-1/+2
*
gh-90717: Update the documentation for the altchars paremeter in base64 libra...
Sam Ezeh
2022-11-29
1
-8/+11
*
`fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819)
Matthew Hughes
2022-11-28
1
-1/+1
*
Grammatical improvements for ctypes 'winmode' documentation (GH-19167)
David Miguel Susano Pinto
2022-11-28
1
-2/+2
*
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
Georg Brandl
2022-11-28
1
-93/+142
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Petr Viktorin
2022-11-28
1
-6/+25
*
Docs: both sqlite3 "point examples" now adapt to str (#99823)
Erlend E. Aasland
2022-11-27
1
-1/+1
*
gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)
Sam Ezeh
2022-11-27
1
-2/+6
*
Docs: Move .PHONY to each section to avoid copy/paste omissions (#99396)
Hugo van Kemenade
2022-11-27
1
-4/+24
*
gh-85988: Change documentation for sys.float_info.rounds (GH-99675)
Brad Wolfe
2022-11-27
1
-6/+12
*
doc: Remove backslashes in doctest grammar docs (#29346)
George Zhang
2022-11-27
1
-3/+3
*
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
Zackery Spytz
2022-11-27
1
-2/+2
*
gh-88330: Add more detail about what is a resource. (#99801)
Jason R. Coombs
2022-11-26
1
-3/+11
*
gh-99795: Fix typo in importlib.resources.abc (GH-99796)
busywhitespace
2022-11-26
1
-1/+1
*
gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH...
Nikita Sobolev
2022-11-26
1
-1/+3
*
Fix typo in `__match_args__` doc (#99785)
Terry Jan Reedy
2022-11-26
1
-1/+1
*
gh-64019: Have attribute table in `inspect` docs link to module attributes in...
Stanley
2022-11-25
1
-6/+1
*
gh-96168: Add sqlite3 row factory how-to (#99507)
Erlend E. Aasland
2022-11-25
1
-41/+119
*
Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
Victor Stinner
2022-11-24
2
-49/+2
*
Fix rendering of audioop license in Doc/license.rst (GH-99752)
Zachary Ware
2022-11-24
1
-0/+4
*
gh-96828: Add an `ssl.OP_ENABLE_KTLS` option (GH-96830)
Illia Volochii
2022-11-24
1
-0/+16
*
gh-99619: fix error in documentation of ExceptionGroup.derive() (GH-99621)
Irit Katriel
2022-11-23
1
-6/+27
*
gh-99650 : Updated argparse docs (GH-99653)
ram vikram singh
2022-11-22
1
-1/+1
*
gh-99146 struct module documentation should have more predictable examples/wa...
Skip Montanaro
2022-11-22
1
-76/+206
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
4
-2/+42
*
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
Petr Viktorin
2022-11-22
1
-0/+18
*
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner
2022-11-22
3
-35/+13
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+60
*
GH-92892: Add section about variadic functions to ctypes documentation (#99529)
Ronald Oussoren
2022-11-22
1
-0/+20
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
8
-109/+233
*
gh-99662: fix typo in typing.TypeVarTuple docs (#99672)
GabrielAnguita
2022-11-22
1
-1/+1
*
GH-95815: Document less specific error for os.remove (#99571)
Ronald Oussoren
2022-11-21
1
-1/+1
*
Doc: Make functions.html readable again. (GH-99476)
Julien Palard
2022-11-19
1
-60/+60
*
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...
Nikita Sobolev
2022-11-19
1
-0/+4
*
gh-85073: Add some missing links to source (GH-99363)
Stanley
2022-11-18
8
-0/+22
*
Doc: Replace question mark with fullstop (#99558)
Rafael Fontenelle
2022-11-18
1
-1/+1
*
Doc: Fix broken link to emscripten networking website (#99531)
Alexander Ryabov
2022-11-18
1
-1/+1
[next]