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-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
*
bpo-35511: Trivial docs updates for profile and resource library modules. (GH...
Beomsoo Kim
2018-12-16
1
-0/+3
*
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
Zhiming Wang
2018-11-21
1
-0/+1
*
bpo-32613: Update window FAQ (GH-5552)
Julien Palard
2018-11-14
1
-0/+2
*
bpo-10536: Enhancements to gettext docs (GH-10324)
Stéphane Wirtel
2018-11-04
1
-0/+1
*
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka
2018-10-31
1
-3/+3
*
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
Sebastian Rittau
2018-10-28
1
-0/+2
*
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Stéphane Wirtel
2018-10-26
3
-2/+3
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
1
-0/+2
*
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...
Stéphane Wirtel
2018-10-25
1
-0/+2
*
bpo-33594: Add deprecation info in inspect.py module (GH-7036)
Matthias Bussonnier
2018-10-19
1
-0/+3
*
bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...
Stéphane Wirtel
2018-10-13
1
-0/+2
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-0/+2
*
bpo-34913: Document gzip command line interface (GH-9782)
Stéphane Wirtel
2018-10-10
1
-0/+1
*
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
animalize
2018-10-08
1
-0/+2
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
2
-2/+2
*
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-...
Yury Selivanov
2018-09-25
1
-0/+1
*
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
Tim Hoffmann
2018-09-24
1
-0/+1
*
bpo-34552: Clarify built-in types comparisons (GH-9035)
Windson yang
2018-09-14
1
-0/+2
*
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
Cheryl Sabella
2018-09-12
1
-0/+1
*
bpo-28617 Fixed docs inaccuracies about the types that support membership tes...
wim glenn
2018-09-11
1
-0/+2
*
bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)
Matthias Bussonnier
2018-09-11
1
-0/+3
*
bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)
Lew Kurtz
2018-09-11
1
-0/+1
*
bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
Dong-hee Na
2018-07-07
1
-0/+1
*
bpo-33847: Add '@' operator entry to index (GH-7669)
Andrés Delfino
2018-06-15
1
-0/+1
[next]