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
*
[2.7] Fix struct sequence glossary entry grammar (GH-9030)
Zachary Ware
2018-09-02
1
-1/+1
*
Make it more clear that setUpClass runs before each class, not "class run" (G...
Miss Islington (bot)
2018-08-23
1
-1/+1
*
[2.7] bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673)
Terry Jan Reedy
2018-08-06
1
-3/+3
*
bpo-27671: Update FAQ about why len is function (GH-8432)
Miss Islington (bot)
2018-07-31
1
-18/+19
*
[2.7] Use 'for example' instead of 'in other words' in compound statement doc...
Andrés Delfino
2018-07-30
1
-1/+1
*
bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
Miss Islington (bot)
2018-07-25
1
-2/+2
*
Fix site module documentation. (GH-8441)
Miss Islington (bot)
2018-07-24
1
-1/+1
*
[2.7] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) ...
Tal Einat
2018-07-23
1
-12/+18
*
Clarify ValueError's broad applicability (GH-8313) (GH-8316)
Miss Islington (bot)
2018-07-17
1
-1/+1
*
bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
Miss Islington (bot)
2018-07-07
1
-6/+6
*
[2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179)
Benjamin Peterson
2018-07-07
1
-2/+2
*
[2.7] bpo-33804: Document that the argument for io.TextIOBase.read() is optio...
Andrés Delfino
2018-07-07
1
-1/+1
*
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (...
Miss Islington (bot)
2018-07-03
1
-2/+2
*
Update 2.7 doc templates for 3.7.0 (GH-7996)
Ned Deily
2018-06-28
2
-3/+3
*
bpo-33958: Doc: Remove unused variable in example (GH-7927)
Miss Islington (bot)
2018-06-28
1
-1/+1
*
[2.7] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7905)
Tal Einat
2018-06-25
1
-1/+1
*
[2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)...
Tal Einat
2018-06-25
1
-11/+11
*
[2.7] bpo-33885: Replace "hook function" with "callable" (GH-7765). (#7885)
Andrés Delfino
2018-06-24
1
-2/+2
*
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
Miss Islington (bot)
2018-06-23
1
-0/+5
*
[2.7] bpo-33877: Remove UNIX qualification for running complete programs (GH-...
Andrés Delfino
2018-06-23
1
-5/+5
*
Fix four spelling typos in documentation (GH-7753)
Xtreak
2018-06-19
4
-4/+4
*
bpo-33892: Doc: Use gender neutral words (GH-7770)
Andrés Delfino
2018-06-18
7
-19/+19
*
bpo-33571: Improve the glossary description for '...' prompt (GH-6971)
Miss Islington (bot)
2018-06-16
1
-2/+3
*
Improve the grammar in the glossary item for `list` (GH-7727)
Miss Islington (bot)
2018-06-16
1
-1/+1
*
[2.7] bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) (#7716)
Andrés Delfino
2018-06-15
1
-1/+1
*
[2.7] bpo-33828: Clarify auto-numbering is not available to string.Formatter....
Xiang Zhang
2018-06-13
1
-2/+3
*
bpo-33845: Update Doc\make.bat on 2.7 to bring it on par to master version (G...
Andrés Delfino
2018-06-13
1
-26/+33
*
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624)
Ned Deily
2018-06-11
1
-9/+37
*
Remove hyphens from phrase "picks up where it left off" (GH-7410)
Mariatta
2018-06-10
1
-1/+1
*
bpo-33766: Document that end of file or string is a newline (GH-7383)
Miss Islington (bot)
2018-06-09
1
-5/+6
*
[2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541)
Mayank Singhal
2018-06-09
1
-0/+3
*
bpo-33600: document that platform.linux_distribution() has been removed (GH-7...
Timo Furrer
2018-06-05
1
-0/+4
*
bpo-27902: Add compatibility note to Profile docs (GH-7295)
Miss Islington (bot)
2018-06-04
1
-5/+6
*
bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)
Miss Islington (bot)
2018-06-04
1
-6/+7
*
bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...
Miss Islington (bot)
2018-06-02
1
-2/+3
*
[2.7] bpo-33670: Expose Sphinx errorlevel (GH-7156). (GH-7201)
Andrés Delfino
2018-05-29
1
-1/+1
*
[2.7] bpo-33595: Fix lambda parameters being refered as arguments (GH-7037) (...
Terry Jan Reedy
2018-05-25
2
-3/+3
*
[2.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860). (#6936)
Andrés Delfino
2018-05-22
1
-0/+15
*
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
Miss Islington (bot)
2018-05-21
1
-1/+1
*
[2.7] Fix C API docs: PyCapsule_Import always set an exception on failure. (G...
Miss Islington (bot)
2018-05-18
1
-2/+9
*
[2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...
Stéphane Wirtel
2018-05-16
25
-36/+34
*
bpo-22069: Update TextIO documentation (GH-6609)
Miss Islington (bot)
2018-05-14
1
-1/+1
*
[2.7] bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-673...
Serhiy Storchaka
2018-05-09
1
-2/+2
*
[2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() ...
Bo Bayles
2018-05-05
1
-7/+11
*
Fix reference to exceptions in multprocessing docs. (GH-6647)
Bo Bayles
2018-04-30
1
-2/+15
*
[2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473). (GH-6607)
Andrés Delfino
2018-04-26
1
-18/+28
*
[2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) (G...
Andrés Delfino
2018-04-21
3
-3/+7
*
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542)
Andrés Delfino
2018-04-20
1
-4/+5
*
[2.7] fix pydoc-topics to work with Sphinx 1.7 (GH-6502)
Benjamin Peterson
2018-04-17
1
-3/+8
*
[2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...
Miss Islington (bot)
2018-04-07
1
-0/+12
[next]