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-89018: Improve documentation of `sqlite3` exceptions (#27645)
Erlend Egeberg Aasland
2022-06-06
1
-19/+51
*
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii
2022-06-06
1
-0/+6
*
[docs] fix some asyncio.Barrier.wait docs grammar (GH-93552)
Thomas Grainger
2022-06-06
1
-2/+2
*
Remove action=None kwarg from Barrier docs (GH-93538)
Thomas Grainger
2022-06-06
1
-1/+1
*
gh-83728: Add hmac.new default parameter deprecation (GH-91939)
Stanley
2022-06-06
1
-0/+2
*
asyncio.Barrier docs: Fix typo (#93371)
Omer Katz
2022-06-06
1
-1/+1
*
GH-92308 What's New: list pending removals in 3.13 and future versions (#92562)
Hugo van Kemenade
2022-06-06
1
-0/+55
*
Document LOAD_FAST_CHECK opcode (#93498)
Dennis Sweeney
2022-06-05
1
-0/+11
*
gh-93433: Fix dis doc example output (GH-93434)
Ken Jin
2022-06-03
1
-10/+18
*
gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
Petr Viktorin
2022-06-03
1
-0/+12
*
gh-90300: split --help output into separate options (#30331)
Éric
2022-06-01
1
-1/+26
*
[doc] Improve discoverability of links between logging documents. (GH-93405)
Vinay Sajip
2022-06-01
2
-1/+30
*
Remove the execution bit to some socket-related files. (#93368)
Ezio Melotti
2022-06-01
1
-0/+0
*
gh-93372: Fix typo in os.rename documentation (GH-93401)
Wei-Ting Yang
2022-06-01
1
-1/+1
*
📝 Make sure the phrase "constant-time compare" actually appears in the doc...
Noah Kantrowitz
2022-06-01
1
-1/+1
*
gh-93391: fix typo in `array` docs (GH-93392)
ynfle
2022-05-31
1
-1/+1
*
[doc] logging.rst - Change link to point directly to the Google Group. (GH-93...
Moshe Kaplan
2022-05-31
1
-1/+1
*
Remove VOC reference (93333)
Carl Bordum Hansen
2022-05-31
1
-2/+1
*
GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
Kumar Aditya
2022-05-31
2
-4/+20
*
bpo-42272: fix misleading warning filter message/module docs (#23172)
Kevin Locke
2022-05-30
1
-6/+10
*
gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)
georgically
2022-05-29
8
-8/+11
*
gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)
Baptiste Mispelon
2022-05-28
1
-0/+8
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
1
-0/+4
*
gh-91243: Document Required and NotRequired (#93173)
David Foster
2022-05-27
1
-7/+58
*
gh-77024: test.support: Improve documentation (#92513)
Jelle Zijlstra
2022-05-27
1
-42/+68
*
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
[prev]
[next]