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
*
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
Thomas Grainger
2022-12-20
1
-0/+7
*
gh-69929: re docs: Add more specific definition of \w (#92015)
Stanley
2022-12-20
1
-4/+3
*
gh-94912: Added marker for non-standard coroutine function detection (#99247)
Carlton Gibson
2022-12-18
1
-2/+23
*
Correct CVE-2020-10735 documentation (#100306)
Jeremy Paige
2022-12-18
1
-3/+3
*
gh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()` (GH-...
Barney Gale
2022-12-17
1
-3/+11
*
gh-99830: asyncio: Document returns of remove_{reader,writer} (#100302)
Ben Darnell
2022-12-16
1
-2/+4
*
Document that zipfile's pwd parameter is a `bytes` object (#100209)
JustAnotherArchivist
2022-12-16
1
-7/+8
*
GH-100234: Set a default value for random.expovariate() (GH-100235)
Raymond Hettinger
2022-12-15
1
-1/+4
*
Remove uninformative itertools recipe (GH-100253)
Raymond Hettinger
2022-12-15
1
-7/+0
*
gh-100248: Add missing `ssl_shutdown_timeout` parameter in `asyncio` docs (#1...
busywhitespace
2022-12-14
1
-3/+17
*
gh-100176: venv: Remove redundant compat code for Python <= 3.2 (#100177)
Hugo van Kemenade
2022-12-14
1
-68/+60
*
GH-100206: use versionadded for the addition of sysconfig.get_default_scheme ...
Filipe Laíns
2022-12-13
1
-1/+1
*
Fix: typo (Indention) (GH-99904)
jarrodcolburn
2022-12-12
1
-1/+1
*
clarify the 4300-digit limit on int-str conversion (#100175)
Ned Batchelder
2022-12-12
1
-2/+2
*
gh-100174: [Enum] Correct PowersOfThree example. (GH-100178)
Beweeted
2022-12-11
1
-2/+2
*
gh-99728: correct typo in `datetime` format codes documentation (#99750)
Brad Wolfe
2022-12-10
1
-1/+1
*
gh-99970 Adding missing `optionflags` parameter in the documentation of `doct...
busywhitespace
2022-12-10
1
-1/+1
*
gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (#100...
ram vikram singh
2022-12-10
1
-1/+1
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
18
-0/+36
*
GH-98363: Have batched() return tuples (GH-100118)
Raymond Hettinger
2022-12-08
1
-9/+9
*
gh-96250: Improve sqlite3 injection attack example (#99270)
Jia Junjie
2022-12-08
1
-6/+10
*
gh-98030: socket: add missing TCP socket options (#98031)
Matthieu Baerts
2022-12-08
1
-1/+8
*
gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)
Ethan Furman
2022-12-06
1
-0/+2
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
3
-10/+16
*
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
Erik De Bonte
2022-12-06
1
-0/+4
*
gh-100001: Remove doc typo, add versionadded (#100042)
Gregory P. Smith
2022-12-05
1
-1/+3
*
gh-100001: Omit control characters in http.server stderr logs. (#100002)
Gregory P. Smith
2022-12-05
1
-0/+7
*
dataclasses.rst: Prevent horizontal scrolling (gh-100025)
Ram Rachum
2022-12-05
1
-1/+2
*
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
*
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
1
-0/+21
*
Docs: improve accuracy of socketserver reference (#24767)
Géry Ogam
2022-11-29
1
-7/+3
*
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
*
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
*
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
*
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
*
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
[next]