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-44522: Fix inaccurate information in open() function (GH-27650)
meowmeowmeowcat
2021-08-09
1
-3/+3
*
bpo-44702: Remove ambiguity in sentence (GH-27676)
meowmeowmeowcat
2021-08-09
1
-3/+3
*
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...
Zackery Spytz
2021-08-09
1
-0/+3
*
bpo-42971: Add errno.EQFULL (macOS) (GH-24419)
Ronald Oussoren
2021-08-06
1
-0/+5
*
bpo-27752: improve documentation of csv.Dialect (GH-26795)
Jack DeVries
2021-08-06
1
-11/+23
*
bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
Jack DeVries
2021-08-05
1
-1/+1
*
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
andrei kulakov
2021-08-04
1
-2/+5
*
[doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-...
andrei kulakov
2021-08-04
1
-1/+5
*
Fix typo in 'xml.dom.minidom' documentation (GH-27602)
Cristián Maureira-Fredes
2021-08-04
1
-1/+1
*
Fix hyperlink conflict in turtle docs (GH-27592)
Harry
2021-08-04
1
-12/+16
*
bpo-41737: expand doc for NotADirectoryError (GH-27471)
andrei kulakov
2021-08-03
1
-2/+4
*
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
Raymond Hettinger
2021-08-02
1
-16/+32
*
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)
Jake Stockwin
2021-08-02
1
-7/+26
*
doc: "Mac OS X" -> "macOS" (GH-27535)
partev
2021-08-02
1
-3/+3
*
doc: "Mac OS " -> "macOS" (GH-27534)
partev
2021-08-02
1
-1/+1
*
bpo-37880: for argparse add_argument with action='store_const', const now def...
Jack DeVries
2021-07-31
1
-11/+16
*
bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939)
andrei kulakov
2021-07-30
1
-0/+14
*
Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459)
Ori Avtalion
2021-07-30
1
-2/+2
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
5
-7/+7
*
Fix typo in ast.rst (GH-27449)
HaeckelK
2021-07-29
1
-1/+1
*
bpo-44765: [doc] fix typo (GH-27430)
Pavel
2021-07-29
1
-1/+1
*
bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)
Erlend Egeberg Aasland
2021-07-29
1
-0/+4
*
bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423)
Jack DeVries
2021-07-28
1
-1/+1
*
bpo-44544: [doc] list all textwrap func kwargs (GH-26999)
Jack DeVries
2021-07-28
1
-4/+14
*
Add missing end of sentence in docs (GH-27280)
Adrian Garcia Badaracco
2021-07-28
1
-1/+1
*
Fix typo in sqlite3.rst (GH-27415)
Ikko Ashimine
2021-07-28
1
-1/+1
*
Spell out 's.pop() or s.pop(i)' (GH-27398)
Dennis Sweeney
2021-07-28
1
-1/+1
*
bpo-44559: [Enum] correct `versionadded` to 3.11 for new features (GH-27388)
Steffen Zeile
2021-07-27
1
-6/+6
*
bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)
Mariusz Felisiak
2021-07-27
1
-1/+1
*
[doc] Fix typo in asyncio Event Loop (GH-27377)
Vinicius Gubiani Ferreira
2021-07-27
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
20
-40/+40
*
Fix typos in `Weekday.today` example (GH-27363)
Steffen Zeile
2021-07-26
1
-1/+1
*
docs: replace "Mac OS X" -> "macOS" (GH-27364)
partev
2021-07-26
1
-6/+6
*
The current documentation says it returns None if the name is not found, but ...
Jelle Zijlstra
2021-07-26
1
-1/+1
*
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004)
Serhiy Storchaka
2021-07-26
1
-1/+2
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
2
-5/+5
*
Fix typo in dataclasses documentation (#27360)
thomkeh
2021-07-26
1
-1/+1
*
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
andrei kulakov
2021-07-25
1
-0/+3
*
bpo-43184: Add information about added attribute and method. (GH-27347)
Vinay Sajip
2021-07-25
1
-0/+4
*
Fix typo in ssl documentation (GH-27329)
Anton Grübel
2021-07-24
1
-2/+2
*
bpo-44611: Update docs for os and whatsnew 3.11 (#27314)
Dong-hee Na
2021-07-24
1
-1/+5
*
bpo-44353: Document that typing.NewType is now a class (#27319)
Ken Jin
2021-07-24
1
-10/+19
*
bpo-44713: [doc fix]: typo in subprocess.rst (GH-27297)
Jack DeVries
2021-07-22
1
-1/+1
*
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., s...
Jack DeVries
2021-07-22
1
-1/+4
*
Fix typo in collections.rst (#27270)
Elliot Waite
2021-07-22
1
-1/+1
*
bpo-30511: Add note on thread safety to shutil.make_archive() (#26933)
andrei kulakov
2021-07-21
1
-0/+4
*
correct spelling (GH-27076)
Sondre Lillebø Gundersen
2021-07-19
1
-1/+1
*
Clean up comma usage in Doc/library/functions.rst (#27083)
α∂мιηιχтяαтσя
2021-07-19
1
-38/+38
*
bpo-41546: make pprint (like print) not write to stdout when it is None (GH-2...
Irit Katriel
2021-07-19
1
-26/+14
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-19
1
-1/+13
[prev]
[next]