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
*
Clarify rx parameter of compileall functions (#25857)
Jean-Abou-Samra
2021-05-04
1
-4/+6
*
bpo-32822: Add finally with return/break/continue to the tutorial (#25600)
Roberto Hueso
2021-05-04
1
-0/+4
*
Fix error in Enum documentation example code that was referring to the wrong ...
krisaoe
2021-05-04
1
-1/+1
*
Copyedits to 3.10 What's New (#25787)
Jelle Zijlstra
2021-05-04
1
-46/+46
*
bpo-44025: Clarify when '_' is a keyword. (#25873)
Terry Jan Reedy
2021-05-04
1
-2/+4
*
bpo-40465: Remove random module features deprecated in 3.9 (GH-25874)
Raymond Hettinger
2021-05-04
1
-13/+9
*
bpo-44001: improve Literal documentation (GH-25877)
Jelle Zijlstra
2021-05-04
3
-5/+5
*
fix enum.property reference in docs (GH-25875)
Jelle Zijlstra
2021-05-04
1
-1/+1
*
Python 3.11.0a0
Pablo Galindo
2021-05-03
3
-8/+8
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
1
-1/+0
*
Doc: Fix random.uniform example comment. (GH-25784)
Julien Palard
2021-05-03
1
-1/+1
*
dataclasses docs: add a missing word. (GH-25839)
Eric V. Smith
2021-05-03
1
-1/+1
*
More clarification of kw_only args. (GH-25838)
Eric V. Smith
2021-05-03
1
-13/+20
*
Fix invalid markup (#25833)
Raymond Hettinger
2021-05-03
1
-2/+1
*
bpo-25478: Add total() method to collections.Counter (GH-25829)
Raymond Hettinger
2021-05-03
1
-1/+11
*
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat
2021-05-03
1
-0/+26
*
More work on documenting dataclass keyword-only fields. (GH-25828)
Eric V. Smith
2021-05-03
1
-16/+40
*
bpo-43977: Document the new pattern matching type flags (GH-25734)
Brandt Bucher
2021-05-02
1
-0/+44
*
bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
Jason R. Coombs
2021-05-02
1
-0/+13
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
1
-0/+9
*
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
Zackery Spytz
2021-05-02
1
-3/+3
*
bpo-43997: Add versionadded directives for to match_args, kw_only, and slots ...
Shreyan Avigyan
2021-05-02
1
-0/+8
*
bpo-38820: Add ssl, hashlib, and hmac changes to whatsnew 3.10 (GH-25817)
Christian Heimes
2021-05-02
2
-0/+63
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
3
-4/+31
*
bpo-43733: netrc try to use UTF-8 before using locale encoding. (GH-25781)
Inada Naoki
2021-05-02
1
-0/+4
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
6
-21/+297
*
Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801)
Eric V. Smith
2021-05-02
1
-5/+5
*
Improve the dataclasses kw_only documentation. (GH-25799)
Eric V. Smith
2021-05-01
1
-13/+28
*
Fix exceptions mentioned in os.setxattr() docs (GH-25742)
Shreyash Sharma
2021-05-01
1
-2/+2
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
3
-1/+20
*
Fixing doc for callback for lambda (GG-25779)
Shreyash Sharma
2021-05-01
1
-1/+1
*
Noted my recent contributions in "What's New In Python 3.10". (#25771)
larryhastings
2021-05-01
1
-20/+33
*
bpo-42269: Add slots parameter to dataclass decorator (GH-24171)
Yurii Karabas
2021-05-01
2
-5/+16
*
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...
Pablo Galindo
2021-05-01
1
-0/+1
*
bpo-43971: Add spaces around annotated arg default '=' (GH-25702)
Mohamed Moselhy
2021-04-30
1
-1/+1
*
bpo-43928: Fix 'succesfully' typo in document (GH-25569)
JT
2021-04-30
1
-1/+1
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
2
-3/+29
*
bpo-43954: Fix a missing word in the unittest docs (GH-25672)
Zackery Spytz
2021-04-30
1
-2/+3
*
bpo-43817: Add inspect.get_annotations(). (#25522)
larryhastings
2021-04-30
1
-12/+64
*
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower
2021-04-30
1
-4/+4
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
4
-6/+20
*
bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872)
sblondon
2021-04-29
2
-3/+3
*
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta...
Senthil Kumaran
2021-04-29
1
-0/+13
*
bpo-43774: Enhance debug build documentation (GH-25712)
Victor Stinner
2021-04-29
4
-69/+53
*
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin
2021-04-29
1
-2/+169
*
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner
2021-04-29
3
-51/+123
*
bpo-43908: Document Static Types in the C API (GH-25710)
Victor Stinner
2021-04-29
6
-50/+73
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
1
-36/+282
*
bpo-41139: Deprecate `cgi.log()` (GH-25625)
Inada Naoki
2021-04-29
1
-0/+3
*
[doc] Be more clear on super() regarding multiple base classes methods (GH-21...
Andre Delfino
2021-04-29
1
-1/+1
[next]