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
/
Misc
/
NEWS.d
/
next
/
Documentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...
Ricardo Bánffy
2019-10-07
1
-0/+1
*
bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)
Ram Rachum
2019-09-20
1
-0/+1
*
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...
Ashwin Ramaswami
2019-09-13
1
-0/+1
*
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
Brandt Bucher
2019-09-12
1
-0/+1
*
bpo-36260: Add pitfalls to zipfile module documentation (#13378)
JunWei Song
2019-09-11
1
-0/+1
*
bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)
Brennan D Baraban
2019-09-11
1
-0/+1
*
bpo-33944: note about the intended use of code in .pth files (GH-10131)
native-api
2019-09-11
1
-0/+1
*
Overhaul datetime documentation (GH-13410)
Brad
2019-09-11
1
-0/+2
*
bpo-25237: Documentation for tkinter modules (GH-1870)
Nikhil
2019-09-10
1
-0/+1
*
bpo-34293: Fix PDF documentation paper size (GH-8585)
Jean-François B
2019-09-09
1
-0/+1
*
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
Anthony Sottile
2019-09-09
1
-0/+2
*
bpo-38053 Update documentation for plistlib (GH-15727)
Jon Janzen
2019-09-09
1
-0/+1
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-0/+1
*
bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700)
Miro Hrončok
2019-09-05
1
-0/+1
*
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)
Daniel Pope
2019-08-31
1
-0/+1
*
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
Paul Ganssle
2019-08-29
1
-0/+2
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-37256: Wording in Request class docs (#14792)
Ngalim Siregar
2019-08-14
1
-0/+1
*
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatche...
sweeneyde
2019-08-07
1
-0/+1
*
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)
Raymond Hettinger
2019-08-05
1
-0/+1
*
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Joannah Nanjekye
2019-08-02
1
-0/+1
*
bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)
mental
2019-08-01
1
-0/+2
*
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
Derek Keeler
2019-07-26
1
-0/+1
*
bpo-37284: Add note to sys.implementation doc (GH-14328)
Giovanni Cappellotto
2019-07-15
1
-0/+1
*
bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...
Sviatoslav Sydorenko
2019-07-13
1
-0/+1
*
bpo-37521: No longer treat insertion into sys.modules as optional in importli...
Brett Cannon
2019-07-12
1
-0/+5
*
bpo-37478: Specify possible exceptions for os.chdir() (GH-14611)
Kyle Stanley
2019-07-07
1
-0/+1
*
bpo-37456: Slash ('/') is now part of syntax. (GH-14627)
Terry Jan Reedy
2019-07-06
1
-0/+1
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623)
Terry Jan Reedy
2019-07-06
1
-0/+1
*
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Terry Jan Reedy
2019-07-06
1
-0/+2
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Mike Gleen
2019-06-18
1
-0/+1
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
14
-28/+0
*
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Christian Heimes
2019-06-03
1
-0/+2
*
bpo-36896: Clarify that some types constructors are unstable (GH-13271)
Matthias Bussonnier
2019-06-03
1
-0/+2
*
Improve version added references in `typing` module docs (GH-13457)
Anthony Sottile
2019-06-02
1
-0/+1
*
bpo-25735: math.factorial doc should mention integer return type (GH-6420)
Akshay Sharma
2019-05-31
1
-0/+1
*
bpo-36686: Improve the documentation of the std* params in loop.subprocess_ex...
sbstp
2019-05-27
1
-0/+6
*
bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)
Rémi Lapeyre
2019-05-27
1
-0/+2
*
bpo-20285: Improve help docs for object (GH-4759)
Cheryl Sabella
2019-05-24
1
-0/+3
*
bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779)
Jelle Zijlstra
2019-05-22
1
-0/+1
*
bpo-22865: Expand on documentation for the pty.spawn function (GH-11980)
Geoff Shannon
2019-05-20
1
-0/+1
*
bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965)
Jelle Zijlstra
2019-05-19
1
-0/+1
*
Document a workaround for a curses bug (GH-13209)
Toshio Kuratomi
2019-05-17
1
-0/+2
*
bpo-32995 - Added context variable in glossary (GH-9741)
Vinodhini Balusamy
2019-05-14
1
-0/+1
*
bpo-36797: Prune more legacy distutils documentation (GH-13092)
Nick Coghlan
2019-05-14
1
-0/+3
*
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...
Edison A
2019-05-07
1
-0/+2
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
11
-15/+0
*
bpo-30840: Document relative imports (#12831)
Joannah Nanjekye
2019-04-24
1
-0/+1
*
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
Marcin Niemira
2019-04-22
1
-0/+1
*
bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821)
josh
2019-04-17
1
-0/+1
[next]