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-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
1
-0/+5
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
4
-5/+23
*
gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
jackh-ncl
2022-05-26
2
-0/+7
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
1
-0/+9
*
gh-90817: Deprecate explicitly locale.resetlocale() (#93196)
Victor Stinner
2022-05-25
2
-1/+7
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
2
-7/+0
*
gh-92728: Restore re.template, but deprecate it (GH-93161)
Miro Hrončok
2022-05-25
1
-0/+5
*
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Victor Stinner
2022-05-24
3
-2/+13
*
gh-92658: Add Hyper-V socket support (GH-92755)
Jordan Borean
2022-05-24
1
-0/+43
*
Doc: No need to use rst syntax in code comments. (GH-93102)
Julien Palard
2022-05-23
1
-2/+2
*
gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063)
Nicolas Haller
2022-05-23
2
-4/+13
*
gh-92913: Fix typos in documentation (GH-93129)
Steve Dower
2022-05-23
1
-3/+3
*
gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
Victor Stinner
2022-05-23
1
-38/+24
*
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner
2022-05-23
2
-7/+119
*
gh-89158: Add some REPL secondary prompt markers (#93073)
Nicolas Haller
2022-05-23
1
-3/+3
*
gh-92994: Clarify importlib "check" example (#92995)
Shantanu
2022-05-23
1
-0/+3
*
gh-73137: Added sub-subsection headers for flags in re (#93000)
Stanley
2022-05-23
1
-30/+42
*
binascii docs: strict_mode parameter is keyword-only (#93055)
Jelle Zijlstra
2022-05-23
1
-1/+1
*
termios docs: fix indentation (#93080)
Jelle Zijlstra
2022-05-22
1
-5/+5
*
gh-91362: reword pickle docs to account for nested classes (#92429)
Shantanu
2022-05-21
1
-6/+6
*
gh-71223: Improve rendering of some references in the docs (GH-93041)
Serhiy Storchaka
2022-05-21
7
-9/+16
*
gh-93019: Fix markup in zipfile.rst (#93025)
Shantanu
2022-05-21
1
-1/+1
*
Take advantage of math.comb() in the nth_combination() recipe (#93027)
Raymond Hettinger
2022-05-20
1
-6/+2
*
Fix a directive in the `pathlib` docs (GH-93030)
Brett Cannon
2022-05-20
1
-1/+1
*
gh-72073: Add Windows case in pathlib.rename (GH-93002)
Stanley
2022-05-20
1
-2/+3
*
gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-9...
CAM Gerlach
2022-05-20
22
-25/+25
*
gh-91860: documentation for typing.dataclass_transform (#92768)
Shantanu
2022-05-20
2
-5/+74
*
Doc: add missing manpage and title references in tkinter docs (#29008)
Rafael Fontenelle
2022-05-20
1
-2/+3
*
Doc: Minor adjustment of `socket.create_server` docs (#26938)
Pavel
2022-05-20
1
-1/+1
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
2
-4/+31
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
1
-0/+2
*
gh-92417: `importlib` docs: remove references to unsupported Python versions ...
Alex Waygood
2022-05-19
2
-10/+7
*
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)
Martin Fischer
2022-05-19
3
-0/+7
*
gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (G...
Alex Waygood
2022-05-19
1
-3/+0
*
gh-92417: `fractions`, `decimal`: Improve docs for alternative constructor me...
Alex Waygood
2022-05-19
2
-8/+9
*
gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544)
Alex Waygood
2022-05-19
1
-2/+2
*
bpo-45393: help() on operator precedence has misleading entries (GH-31246)
Zackery Spytz
2022-05-19
1
-2/+2
*
gh-92417: Update docs and examples of doctest.IGNORE_EXCEPTION_DETAIL for Py>...
CAM Gerlach
2022-05-19
1
-27/+21
*
gh-91491: Complete Whats New in 3.11 for typing (#92708)
Jelle Zijlstra
2022-05-19
1
-4/+36
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
1
-14/+3
*
Doc: amend ssl.PROTOCOL_SSLv2 and ssl.PROTOCOL_SSLv3 wording (#92634)
Jan Brasna
2022-05-19
1
-3/+3
*
Include ``asyncio.Barrier`` in 3.11 Whats New (GH-92927)
Duprat
2022-05-19
1
-0/+4
*
gh-87901: Remove the encoding argument from os.popen (GH-92836)
Inada Naoki
2022-05-19
1
-4/+9
*
gh-92812: Align ArgumentParser.add_subparsers() docs with argument spec (#92814)
180909
2022-05-18
1
-1/+1
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
2
-2/+2
*
gh-91755: Remove doc of C API private refcount functions (#92918)
Victor Stinner
2022-05-18
1
-6/+0
*
gh-92780: Improve sqlite3.Connection.create_collation docs (#92790)
Erlend Egeberg Aasland
2022-05-18
1
-11/+8
*
gh-91755: Document Py_IncRef and Py_DecRef as C functions (#91805)
Charlie Zhao
2022-05-18
1
-4/+10
*
bpo-40838: document `getdoc`, `getmodule`, `getsourcefile` in `inspect` retur...
Nikita Sobolev
2022-05-18
1
-2/+5
*
re docs: fix source code link (#92819)
谭九鼎
2022-05-17
1
-1/+1
[next]