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-96130: Rephrase use of "typecheck" verb for clarity (#98144)
Shantanu
2022-10-12
1
-10/+10
*
gh-98172: Fix formatting in `except*` docs (#98173)
Jelle Zijlstra
2022-10-11
1
-12/+11
*
gh-86404: Doc: Drop now unused make suspicious and rstlint. (GH-98179)
Julien Palard
2022-10-11
8
-1082/+7
*
gh-71616: Add note to warn against general translation of saxutils.escape() (...
Stanley
2022-10-11
1
-0/+5
*
gh-88452: Add a warning about non-portability of environments. (GH-98155)
Vinay Sajip
2022-10-10
1
-0/+13
*
gh-83940: os docs: Improve wording for getenv/getenvb (#98113)
Stanley
2022-10-10
1
-4/+4
*
doc: remove a misleading statement. (GH-98093)
Julien Palard
2022-10-10
1
-2/+2
*
Fix types in buffer/memoryview docs (#98118)
da-woods
2022-10-10
2
-2/+2
*
gh-56133: copyreg docs: Clarify function/constructor parameter (#95497)
Stanley
2022-10-10
1
-9/+6
*
Update whatsnew instructions for GitHub (#98124)
Carl Meyer
2022-10-09
1
-2/+2
*
Minor edits to the Descriptor HowTo Guide (GH-24901)
Géry Ogam
2022-10-09
1
-6/+8
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
1
-0/+18
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
1
-0/+7
*
gh-97913 Docs: Add walrus operator to the index (#97921)
Hugo van Kemenade
2022-10-08
1
-0/+6
*
[doc] Fix broken links to C extensions accelerating stdlib modules (#96914)
partev
2022-10-08
1
-3/+6
*
gh-97822: Fix http.server documentation reference to test() function (#98027)
JasonYZ
2022-10-08
1
-2/+2
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
2
-1/+25
*
gh-57179: Add note on symlinks for os.walk (#94799)
Stanley
2022-10-07
1
-1/+2
*
gh-61105: Add default param, note on using cookiejar subclass (#95427)
Stanley
2022-10-07
1
-3/+5
*
gh-96073: fix backticks in NEWS entry (GH-98056)
Jelle Zijlstra
2022-10-07
1
-1/+1
*
gh-91708: Revert params note in urllib.parse.urlparse table (#96699)
Stanley
2022-10-07
1
-1/+2
*
gh-96265: Fix some formatting in faq/design.rst (#96924)
Stanley
2022-10-07
1
-27/+31
*
gh-73196: Add namespace/scope clarification for inheritance section (#92840)
Stanley
2022-10-07
1
-1/+2
*
gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957)
Nikita Sobolev
2022-10-07
1
-1/+9
*
gh-96959: Update HTTP links which are redirected to HTTPS (#98039)
180909
2022-10-07
2
-2/+2
*
Add a warning message about PyOS_snprintf (#95993)
Eric Wieser
2022-10-07
1
-1/+2
*
gh-65496: Correct wording on csv's skipinitialspace argument (#96170)
Stanley
2022-10-07
1
-1/+1
*
gh-64921: Clarify wording for open()'s newline arg (#96171)
Stanley
2022-10-07
1
-2/+2
*
gh-97669: Move difflib examples to Doc/includes/ (#97964)
Victor Stinner
2022-10-07
3
-7/+178
*
gh-71316: Update dis documentation to include changes to jump arguments (GH-9...
Christopher Chianelli
2022-10-07
1
-0/+4
*
Misc updates to the itertools recipes and tests (GH-98018)
Raymond Hettinger
2022-10-07
1
-6/+40
*
Doc: sphinx-lint finds two other default roles. (GH-98019)
Julien Palard
2022-10-07
2
-3/+3
*
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_e...
Barry Warsaw
2022-10-07
1
-0/+8
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
51
-94/+86
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-07
1
-53/+1
*
Remove extra spaces in custom openSSL documentation. (#93568)
Xiao Chen
2022-10-07
1
-10/+10
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-07
2
-14/+2
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-0/+51
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
3
-2/+20
*
gh-97850: Remove the open issues section from the import reference (#97935)
Brett Cannon
2022-10-06
1
-19/+0
*
Docs: pin sphinx-lint (GH-97992)
Hugo van Kemenade
2022-10-06
1
-1/+1
*
Add Pynche's move to the What's new in 3.11 (#97974)
Barry Warsaw
2022-10-06
1
-0/+4
*
gh-97781: Apply changes from importlib_metadata 5. (GH-97785)
Jason R. Coombs
2022-10-06
1
-35/+73
*
gh-86482: Document assignment expression need for ()s (#23291)
Terry Jan Reedy
2022-10-06
1
-0/+7
*
gh-93738: Disallow pre-v3 syntax in the C domain (#97962)
Adam Turner
2022-10-06
7
-33/+11
*
gh-95986: Fix the example using match keyword (#95989)
180909
2022-10-06
1
-0/+1
*
gh-95691: Doc BufferedWriter and BufferedReader (#95703)
180909
2022-10-05
1
-1/+1
*
GH-88968: Add notes about socket ownership transfers (#97936)
Guido van Rossum
2022-10-05
2
-0/+48
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
3
-15/+36
*
docs(typing): add "see PEP 675" to LiteralString (#97926)
Simon Legner
2022-10-05
1
-0/+2
[prev]
[next]