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
*
Remove incorrect comma. (GH-19604)
Benjamin Peterson
2020-04-19
1
-1/+1
*
[2.7] Doc: Add an optional obsolete header. (GH-19229)
Leonard Richardson
2020-04-18
3
-0/+21
*
Doc: Change Python 2 status to EOL. (GH-17885)
Miss Islington (bot)
2020-01-07
1
-1/+1
*
[2.7] Bring Python into the next decade. (GH-17805)
Benjamin Peterson
2020-01-03
2
-2/+2
*
[2.7] Minor C API documentation improvements. (GH-17699)
Benjamin Peterson
2019-12-25
1
-1/+1
*
document threading.Lock.locked() (GH-17427)
Miss Islington (bot)
2019-12-01
1
-0/+4
*
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Miss Skeleton (bot)
2019-10-26
3
-12/+19
*
Fix Zope URL (GH-16880)
Miss Skeleton (bot)
2019-10-22
1
-1/+1
*
Update doc switcher list for 3.8.0 (GH-16809)
Miss Islington (bot)
2019-10-19
1
-1/+1
*
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...
Ashley Whetter
2019-10-18
1
-0/+10
*
bpo-32758: Warn that compile() can crash when compiling to an AST object (GH-...
Ashley Whetter
2019-10-18
1
-0/+6
*
Doc: 3.8 is now stable. (GH-16790) (GH-16794)
Miss Islington (bot)
2019-10-14
1
-1/+1
*
[2.7] bpo-31036: Allow sphinx and blurb to be found automatically (GH-16638)
Benjamin Peterson
2019-10-08
1
-3/+10
*
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)
Miss Islington (bot)
2019-10-08
1
-1/+0
*
bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940)
Miss Islington (bot)
2019-10-08
1
-3/+2
*
[2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635)
Benjamin Peterson
2019-10-08
2
-5/+7
*
bpo-37904: Edition on python tutorial - section 4 (GH-16169) (GH-16236)
Miss Islington (bot)
2019-09-18
1
-2/+2
*
[2.7] bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15...
Benjamin Peterson
2019-09-09
1
-1/+1
*
[2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...
Serhiy Storchaka
2019-09-09
1
-0/+4
*
bpo-37823: Fix open() link in telnetlib doc (GH-15281)
Miss Islington (bot)
2019-08-21
1
-1/+1
*
[2.7] bpo-37730: Fix usage of NotImplemented instead of NotImplementedError i...
David H
2019-08-05
1
-3/+3
*
bpo-34369: make kqueue.control() docs better reflect that timeout is position...
Miss Islington (bot)
2019-07-11
1
-3/+4
*
Document default parameter of .seek() in the signature. (GH-14691)
Miss Islington (bot)
2019-07-11
1
-2/+2
*
bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)
Miss Islington (bot)
2019-07-07
1
-1/+1
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14626)
Miss Islington (bot)
2019-07-06
1
-3/+3
*
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Miss Islington (bot)
2019-07-06
1
-2/+2
*
[2.7] bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) (GH...
Miss Islington (bot)
2019-06-30
1
-0/+3
*
[2.7] Update link in colorsys docs to be https (GH-14062) (GH-14110)
Alex Gaynor
2019-06-18
1
-1/+1
*
[2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-0/+6
*
Update outdated reference to Mercurial (GH-12857)
Anthony Sottile
2019-06-05
1
-1/+1
*
Doc: Python 3.9 in sidebar and version switcher. (GH-13824)
Miss Islington (bot)
2019-06-04
2
-2/+4
*
[2.7] bpo-33071: remove outdated PyPI docs (GH-13087) (GH-13584)
Hai Shi
2019-05-29
2
-241/+6
*
[2.7] bpo-24712: Doc: Make sidebar sticky using browser support. (GH-13179)
Julien Palard
2019-05-08
1
-0/+12
*
closes bpo-35329: Change 'Package' to 'package' in accordance with PEP8. (GH-...
Miss Islington (bot)
2019-04-30
1
-1/+1
*
bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)
Inada Naoki
2019-04-09
2
-2/+2
*
bpo-30134: add BytesWarning in warnings.rst (GH-12738)
Inada Naoki
2019-04-09
1
-0/+3
*
bpo-30134: add an explanation of BytesWarning (GH-1249)
cocoatomo
2019-04-09
1
-0/+7
*
bpo-33832: Add "magic method" glossary entry (GH-7630)
Miss Islington (bot)
2019-03-27
1
-0/+7
*
[2.7] bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821...
Miss Islington (bot)
2019-03-26
1
-8/+4
*
bpo-34085: Improve wording on classmethod/staticmethod (GH-8228)
Miss Islington (bot)
2019-03-25
1
-12/+10
*
[2.7] bpo-35564: add master_doc='contents' to conf.py (GH-12462)
Julien Palard
2019-03-20
1
-0/+2
*
[2.7] bpo-35605: Fix documentation build for sphinx<1.6 (GH-12413)
Julien Palard
2019-03-18
2
-2/+6
*
bpo-36216: Add check for characters in netloc that normalize to separators (G...
Steve Dower
2019-03-07
1
-0/+20
*
Fix the documentation for set.copy() (GH-12176)
Miss Islington (bot)
2019-03-07
1
-1/+1
*
[2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...
Stéphane Wirtel
2019-03-05
1
-0/+5
*
Document the surprising sideeffect PyErr_Print(). (GH-12081)
Miss Islington (bot)
2019-02-27
1
-2/+6
*
Update FAQ to point to Infrastructure Team website. (GH-12079)
Ned Deily
2019-02-27
1
-8/+2
*
bpo-36089: Fix formatting/spelling on SimpleHTTPServer docs. (GH-11995)
Alan Grgic
2019-02-23
1
-1/+1
*
bpo-35584: Clarify role of caret in a class class (GH-11946) (GH-11948)
Miss Islington (bot)
2019-02-19
1
-2/+3
*
[2.7] bpo-35126: Fix a mistake in FAQ about converting number to string (GH-1...
Stéphane Wirtel
2019-02-19
1
-3/+21
[next]