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-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
*
bpo-36345: Update wsgiref example (GH-12562)
Stéphane Wirtel
2019-04-16
1
-0/+3
*
bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-1...
Jakub Molinski
2019-04-15
1
-0/+1
*
bpo-35581: Document @typing.type_check_only (GH-11312)
Sebastian Rittau
2019-04-12
1
-0/+1
*
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
Joannah Nanjekye
2019-04-01
1
-0/+1
*
bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#...
Susan Su
2019-03-29
1
-0/+1
*
bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
zhsj
2019-03-28
1
-0/+2
*
bpo-33832: Add "magic method" glossary entry (GH-7630)
Andre Delfino
2019-03-27
1
-0/+1
*
Merge tag 'v3.8.0a3'
Łukasz Langa
2019-03-26
3
-7/+0
|
\
|
*
v3.8.0a3
v3.8.0a3
Łukasz Langa
2019-03-25
3
-7/+0
*
|
bpo-36345: Add a new example in the documentation of wsgiref (#12511)
Stéphane Wirtel
2019-03-25
1
-0/+2
|
/
*
bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#...
Stéphane Wirtel
2019-03-18
1
-0/+3
*
bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-1...
Yasser A
2019-03-16
1
-0/+1
*
bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)
Lysandros Nikolaou
2019-03-10
1
-0/+3
*
v3.8.0a2
v3.8.0a2
Łukasz Langa
2019-02-25
3
-3/+0
*
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
Miro Hrončok
2019-02-25
1
-0/+1
*
bpo-36007: Bump minimum sphinx version to 1.8 (GH-11887)
Anthony Sottile
2019-02-15
1
-0/+1
*
bpo-22062: Updated docstring and documentation for pathlib (GH-8519)
Eivind Teig
2019-02-11
1
-0/+1
*
[blurb] v3.8.0a1
Łukasz Langa
2019-02-03
57
-91/+0
*
bpo-21257: document http.client.parse_headers (GH-11443)
Ashwin Ramaswami
2019-01-18
1
-0/+1
*
bpo-34764: improve docs example of iter() with sentinel value (GH-11222)
Chris Rands
2018-12-24
1
-0/+1
*
bpo-35564: add master_doc='contents' to conf.py (GH-11290)
Jean-François B
2018-12-22
1
-0/+1
[next]