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-45741: docs: fix plural (GH-29461)
Rafael Fontenelle
2021-11-08
1
-1/+1
*
bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__...
Andre Delfino
2021-11-06
1
-1/+1
*
[doc] bpo-45680: Improve glossary entry for generic types (GH-29388)
Alex Waygood
2021-11-06
1
-4/+5
*
[doc] minor fixes to expressions.rst (GH-29444)
Ethan Furman
2021-11-06
1
-3/+3
*
bpo-45740: [Enum] add versionadded markers to docs (GH-29443)
Ethan Furman
2021-11-06
2
-7/+7
*
bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH...
Alex Waygood
2021-11-05
1
-22/+26
*
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
Alex Waygood
2021-11-04
1
-4/+3
*
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...
Alex Waygood
2021-11-04
1
-4/+4
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
2
-17/+39
*
bpo-24139: Add support for SQLite extended result codes (GH-28076)
Erlend Egeberg Aasland
2021-11-02
1
-2/+3
*
[doc] Link to section File input (GH-28941)
Andre Delfino
2021-11-02
1
-1/+1
*
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-...
LincolnPuzey
2021-11-02
1
-1/+1
*
bpo-45633: Fix newtypes doc typo (GH-29318)
Dmitry Smirnov
2021-11-02
1
-1/+1
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
2
-0/+40
*
bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 (GH...
m-aciek
2021-10-31
1
-5/+1
*
Move field width to the right field (GH-29344)
Olaf van der Spek
2021-10-31
1
-2/+2
*
bpo-45516: fix Traversable.name documentation (GH-29194)
Filipe Laíns
2021-10-31
1
-2/+2
*
Fix docs source link for importlib.metadata (GH-29025)
Philipp A
2021-10-30
1
-1/+1
*
bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...
andrei kulakov
2021-10-29
1
-7/+8
*
bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200)
Ian Fisher
2021-10-29
1
-0/+6
*
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Christian Heimes
2021-10-29
1
-0/+7
*
bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)
Alex Waygood
2021-10-29
1
-1/+2
*
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...
Eric Snow
2021-10-28
1
-4/+2
*
bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280)
Alex Waygood
2021-10-28
1
-7/+41
*
bpo-45583: Correct datamodel documentation of int() (GH-29182)
Arthur Milchior
2021-10-28
1
-2/+2
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Nikita Sobolev
2021-10-28
1
-1/+2
*
bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219)
Erlend Egeberg Aasland
2021-10-28
1
-0/+46
*
Fix typo in Counter documentation (GH-29223)
Justinas Petuchovas
2021-10-28
1
-1/+1
*
bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
Sam Gross
2021-10-27
3
-9/+33
*
bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-...
m-aciek
2021-10-27
1
-0/+4
*
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
Brandt Bucher
2021-10-27
2
-14/+30
*
bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
Tim Golden
2021-10-26
1
-0/+8
*
bpo-45530: speed listobject.c's unsafe_tuple_compare() (GH-29076)
Tim Peters
2021-10-25
2
-0/+9
*
Expand about soft keywords in the docs for keyword.py (GH-29139)
William Andrea
2021-10-23
1
-3/+3
*
bpo-45516: add protocol description to the TraversableResources documentation...
Filipe Laíns
2021-10-23
1
-0/+5
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-22
1
-0/+1
*
bpo-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)
Mark Dickinson
2021-10-21
2
-2/+10
*
bpo-41983: add availability info to socket docs (GH-27519)
andrei kulakov
2021-10-21
1
-0/+4
*
bpo-44344: Document that pow can return a complex number for non-complex inpu...
Mark Dickinson
2021-10-21
1
-1/+4
*
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
1
-0/+5
*
bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105)
Thomas
2021-10-21
1
-0/+7
*
bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)
Ken Jin
2021-10-21
1
-0/+1
*
bpo-44174: [Enum] add reference to name mangling (GH-29116)
Ethan Furman
2021-10-21
1
-1/+2
*
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...
Barry Warsaw
2021-10-20
1
-0/+18
*
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade
2021-10-20
3
-53/+19
*
bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-...
Łukasz Langa
2021-10-20
1
-0/+23
*
Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
Alex Waygood
2021-10-20
1
-1/+1
*
bpo-25625: [doc] fix async/aync typo (GH-29091)
Thomas Grainger
2021-10-20
1
-1/+1
*
bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061)
Petr Viktorin
2021-10-20
1
-3/+6
*
bpo-25625: add contextlib.chdir (GH-28271)
Filipe Laíns
2021-10-19
1
-2/+19
[next]