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
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
1
-0/+6
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
22
-101/+101
*
GH-65046: Fix docs about logging in `asyncio` (#97559)
Kumar Aditya
2022-09-26
1
-0/+4
*
gh-82530: Create blank function instead of invalid import for email example (...
Stanley
2022-09-26
1
-5/+9
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
14
-18/+18
*
gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
Steve Dower
2022-09-23
1
-1/+6
*
gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)
Stanley
2022-09-23
1
-0/+8
*
gh-96397: Document that keywords in calls need not be identifiers (#96393)
Jeff Allen
2022-09-22
1
-2/+12
*
include OrderedDict import in TimeBoundedLRU example (GH-96962)
Harry
2022-09-22
1
-0/+1
*
Doc: fix link redirect (GH-96606)
partev
2022-09-21
1
-1/+1
*
gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)
Stanley
2022-09-21
2
-1/+12
*
gh-71141: Add note on rejecting "leading-dot" syntax for with statements (#96...
Stanley
2022-09-21
1
-0/+4
*
gh-96727: Document restrictions on Handler.emit() with respect to locking. (G...
Vinay Sajip
2022-09-20
1
-0/+16
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
7
-22/+11
*
gh-96917: link to typing.readthedocs.io from typing.rst (#96921)
Shantanu
2022-09-19
1
-0/+5
*
gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New ...
C.A.M. Gerlach
2022-09-19
1
-23/+50
*
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
C.A.M. Gerlach
2022-09-19
2
-35/+40
*
GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)
Raymond Hettinger
2022-09-18
2
-0/+5
*
fix various typos in random module's documentation (GH-96912)
partev
2022-09-18
1
-4/+4
*
gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group ...
Scott Main
2022-09-18
1
-1/+20
*
Clarify that the expression is regular math notation, not Python. (#96903)
Raymond Hettinger
2022-09-18
1
-2/+2
*
Simplify sieve() recipe. Add edge case tests. (GH-96892)
Raymond Hettinger
2022-09-17
1
-1/+7
*
fixes gh-96841: replace Mercurial with VCS (#96879)
Benjamin Peterson
2022-09-16
1
-2/+2
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
Victor Stinner
2022-09-16
1
-2/+2
*
gh-89536: Use ThinLTO policy if possible (gh-96766)
Dong-hee Na
2022-09-16
2
-0/+7
*
gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...
Erlend E. Aasland
2022-09-15
1
-1/+2
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
2
-0/+13
*
Revert accidental removal from 3.12 doc. (gh-96826)
Benjamin Peterson
2022-09-14
1
-0/+70
*
Itertools sieve() recipe (#96813)
Raymond Hettinger
2022-09-14
1
-6/+28
*
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
Benjamin Peterson
2022-09-13
4
-79/+15
*
Add dataclass field default change to 3.11 what's new (#96790)
Laurie O
2022-09-13
1
-0/+8
*
gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)
Alex Waygood
2022-09-13
1
-1/+1
*
gh-93503: Document the new tracing/profiling APIs in the What's new document ...
Pablo Galindo Salgado
2022-09-13
1
-0/+14
*
gh-96702: Order methods before attrs in sqlite3.Connection docs (#96703)
Erlend E. Aasland
2022-09-13
1
-97/+96
*
gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example...
zhanpon
2022-09-11
2
-4/+4
*
gh-90751: memoryview now supports half-float (#96738)
Dong-hee Na
2022-09-10
1
-0/+3
*
Fix typo in 3.12 whatsnew (GH-96740)
Maksym Medvied
2022-09-10
1
-1/+1
*
gh-94972: document that shield users need to keep a reference to their task (...
Hendrik Makait
2022-09-10
2
-5/+14
*
gh-92734: Add indentation feature to reprlib.Repr (GH-92735)
finefoot
2022-09-08
1
-1/+61
*
gh-88287: Add BufferingFormatter documentation. (GH-96608)
Vinay Sajip
2022-09-08
1
-0/+29
*
[doc] Update example in traceback doc (GH-96600)
Irit Katriel
2022-09-05
1
-15/+11
*
gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...
Steve Dower
2022-09-05
1
-0/+22
*
gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574)
Vinay Sajip
2022-09-05
1
-0/+19
*
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
1
-1/+13
*
Docs: alphabetically order sqlite3.Cursor attrs (#96565)
Erlend E. Aasland
2022-09-04
1
-30/+31
*
gh-68163: Correct conversion of Rational instances to float (GH-25619)
Sergey B Kirpichev
2022-09-04
1
-3/+6
*
gh-95778: remove unneeded doc note on float.as_integer_ratio (#96553)
Gregory P. Smith
2022-09-04
1
-7/+0
*
doc typo: spell limitation (#96542)
Mehrdad Moradizadeh
2022-09-04
1
-1/+1
*
gh-89087: Update logging.QueueHandler documentation to clarify record… (GH-...
Vinay Sajip
2022-09-03
1
-0/+14
*
[Enum] bump version tag on HTTP status category indicators (GH-96508)
Alexandru Mărășteanu
2022-09-02
1
-1/+1
[next]