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
*
faq/library: remove outdated section (#105996)
Mathieu Dupuy
2023-07-15
1
-35/+0
*
Add more examples to the recipe docs (GH-106782)
Raymond Hettinger
2023-07-15
1
-0/+2
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
1
-0/+7
*
gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not curren...
Alex Waygood
2023-07-14
1
-25/+45
*
gh-106531: Remove importlib.resources._legacy (#106532)
Jason R. Coombs
2023-07-14
1
-156/+0
*
gh-106446: Fix failed doctest in stdtypes (#106447)
Charlie Zhao
2023-07-14
1
-17/+20
*
gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...
Nikita Sobolev
2023-07-14
1
-1/+1
*
docs: clarify Path.suffix (GH-106650)
Ned Batchelder
2023-07-13
2
-4/+6
*
gh-106309: Deprecate typing.no_type_check_decorator (#106312)
Alex Waygood
2023-07-13
2
-15/+24
*
gh-105373: Elaborate Pending Removal in What's New in Python 3.13 (#106675)
Victor Stinner
2023-07-12
1
-2/+9
*
Add Plausible for docs metrics (#106644)
Hugo van Kemenade
2023-07-12
1
-0/+1
*
gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)
Mariusz Felisiak
2023-07-11
1
-2/+3
*
gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)
Mariusz Felisiak
2023-07-11
1
-0/+7
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
3
-0/+40
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
3
-2/+49
*
gh-106625 : Add missing code to tutorial 4.6 example (#106623)
RustyNail
2023-07-11
1
-2/+3
*
gh-103968: What's New: Add porting hints for PyType_From with metaclasses (GH...
Petr Viktorin
2023-07-11
1
-1/+25
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
1
-0/+2
*
gh-102988: Detect email address parsing errors and return empty tuple to indi...
Thomas Dwyer
2023-07-10
2
-1/+33
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
2
-1/+30
*
Fix typo in datamodel.rst (#106587)
Riahiamirreza
2023-07-10
1
-1/+1
*
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade
2023-07-10
2
-4/+8
*
Clarify how topics.py gets created. (#106121)
Ned Batchelder
2023-07-10
1
-0/+1
*
gh-105733: Fix ctypes What's New entry (#106576)
Victor Stinner
2023-07-10
1
-1/+1
*
gh-106461: typing: Consolidate docs on `Callable` (#106462)
Alex Waygood
2023-07-09
1
-55/+75
*
gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)
Victor Stinner
2023-07-09
1
-2/+4
*
gh-105373: Doc lists pending removals (#106540)
Victor Stinner
2023-07-09
1
-3/+296
*
gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)
Victor Stinner
2023-07-09
2
-4/+13
*
gh-106535: Soft deprecate the getopt module (#105735)
Victor Stinner
2023-07-08
1
-8/+13
*
gh-101880: add link to object.__hash__() in hash() builtin documentation (#10...
Owain Davies
2023-07-08
1
-1/+1
*
gh-105373: Remove C API global config vars in Python 3.14 (#106538)
Victor Stinner
2023-07-07
2
-44/+47
*
gh-105373: Doc lists pending C API removals (#106537)
Victor Stinner
2023-07-07
1
-0/+80
*
gh-106535: Document PEP 387 Soft Deprecation (#106536)
Victor Stinner
2023-07-07
2
-2/+18
*
Doc: Add missing ref labels to exception groups/notes sections (#106465)
C.A.M. Gerlach
2023-07-06
2
-0/+4
*
gh-105256: What's New note for comprehension over locals() (#106378)
Carl Meyer
2023-07-06
1
-0/+6
*
gh-96844: Improve error message of list.remove (gh-106455)
Dong-hee Na
2023-07-05
1
-3/+3
*
shlex docs: remove outdated note (#106463)
Jelle Zijlstra
2023-07-05
1
-6/+0
*
Clarify state of CancelledError in doc (#106453)
Kristján Valur Jónsson
2023-07-05
1
-1/+1
*
tp_flags docs: fix indentation (#106420)
Jelle Zijlstra
2023-07-05
1
-9/+9
*
gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)
Mario Corchero
2023-07-04
1
-2/+2
*
Small speed-up for the convolve() recipe. (GH-106371)
Raymond Hettinger
2023-07-03
1
-2/+2
*
gh-61215: New mock to wait for multi-threaded events to happen (#16094)
Mario Corchero
2023-07-03
1
-0/+47
*
Replace the esoteric term 'datum' when describing dict comprehensions (#106119)
Ned Batchelder
2023-07-03
2
-12/+12
*
gh-104922: Doc: add note about PY_SSIZE_T_CLEAN (#106314)
Inada Naoki
2023-07-02
2
-2/+11
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
1
-0/+7
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-0/+3
*
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)
Terry Jan Reedy
2023-07-01
2
-10/+10
*
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK
2023-06-30
6
-45/+45
*
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner
2023-06-30
1
-13/+0
*
gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (#106272)
Victor Stinner
2023-06-30
1
-0/+1
[next]