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-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
*
gh-97850: Remove all known instances of module_repr() (#97876)
Barry Warsaw
2022-10-05
1
-0/+5
*
I changed my surname early this year (#96671)
Tshepang Mbambo
2022-10-05
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
31
-238/+238
*
GH-95172 Make the same version `versionadded` oneline (#95172)
180909
2022-10-05
1
-2/+1
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
7
-20/+20
*
gh-74696: Pass root_dir to custom archivers which support it (GH-94251)
Serhiy Storchaka
2022-10-05
2
-2/+21
*
gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (#97662)
Jia Junjie
2022-10-05
1
-1/+3
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
2
-0/+23
*
gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeO...
Adam Turner
2022-10-05
2
-2/+2
*
Add re.VERBOSE flag documentation example (#97678)
Athos Ribeiro
2022-10-05
1
-1/+2
*
gh-97654: Add auto exception chaining example to tutorial (#97703)
Shahriar Heidrich
2022-10-05
1
-5/+23
*
gh-95913: Copyedit/improve Implementation Changes What's New section (#97720)
C.A.M. Gerlach
2022-10-05
1
-17/+27
*
gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)
Adam Turner
2022-10-04
3
-6/+6
*
gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)
Adam Turner
2022-10-04
3
-8/+8
*
gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (#97770)
Adam Turner
2022-10-04
1
-2/+2
*
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner
2022-10-04
6
-15/+15
*
gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`)...
Adam Turner
2022-10-04
1
-5/+5
*
gh-95913: Copyedit/improve Other Language Changes What's New section (#97719)
C.A.M. Gerlach
2022-10-04
1
-31/+36
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
10
-30/+30
*
gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`...
Adam Turner
2022-10-04
1
-1/+1
[next]