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
*
bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r...
Brett Cannon
2021-11-20
2
-20/+18
*
bpo-45788: Link sys.prefix doc to 'Installation paths' (#29606)
Terry Jan Reedy
2021-11-18
2
-7/+6
*
[doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...
Alex Waygood
2021-11-18
1
-0/+1
*
bpo-45429: Merge whatsnew about time.sleep (GH-29589)
Dong-hee Na
2021-11-18
1
-4/+4
*
[docs] Add missing word "any" in unittest -k cmdline option description (GH-2...
ch33zer
2021-11-17
1
-1/+1
*
bpo-28806: Continue work: improve the netrc library (GH-26330)
Emmanuel Arias
2021-11-17
1
-7/+4
*
bpo-37800: Clean up importlib documentation for some module attributes (GH-10...
Géry Ogam
2021-11-16
1
-63/+77
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
7
-844/+1
*
bpo-43225: [DOC] Add missing value returned by methods on cookiejar (GH-24522)
Emmanuel Arias
2021-11-15
1
-3/+3
*
Save a reference for ensure_future and create_task (GH-29163)
Joannah Nanjekye
2021-11-15
2
-0/+8
*
bpo-45677: Reword first section of `sqlite3` docs (#29326)
Erlend Egeberg Aasland
2021-11-15
1
-18/+20
*
bpo-45752: Fix no-support examples in 'copy' docs (GH-29548)
M. Mostafa Farzan
2021-11-14
1
-1/+1
*
bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546)
Jack DeVries
2021-11-13
1
-2/+2
*
bpo-45772: socket.socket should be a class instead of a function (GH-23960)
Hong Xu
2021-11-13
1
-1/+1
*
bpo-45711: Re-bump the magic number and update doc (GH-29528)
Brandt Bucher
2021-11-12
1
-1/+4
*
bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533)
Hynek Schlawack
2021-11-12
1
-1/+1
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-11
1
-134/+7
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-1/+3
*
bpo-45701: Improve documentation for *typed* parameter (GH-29498)
Raymond Hettinger
2021-11-09
1
-4/+10
*
bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__...
Andre Delfino
2021-11-06
1
-1/+1
*
bpo-45740: [Enum] add versionadded markers to docs (GH-29443)
Ethan Furman
2021-11-06
1
-0/+1
*
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
1
-17/+35
*
[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-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
1
-0/+34
*
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-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-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-44511: Improve the bytecode for class and mapping patterns (GH-26922)
Brandt Bucher
2021-10-27
1
-14/+20
*
bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
Tim Golden
2021-10-26
1
-0/+8
*
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-44547: Make Fractions objects instances of typing.SupportsInt (GH-27851)
Mark Dickinson
2021-10-21
1
-0/+4
*
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-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
1
-47/+0
*
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
[next]