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] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (G...
Miss Islington (bot)
2018-04-07
1
-0/+12
*
[2.7] bpo-27212: Modify islice recipe to consume initial values preceding sta...
Cheryl Sabella
2018-04-02
1
-8/+20
*
Fix description about SimpleXMLRPCServer constructor parameter bind_and_activ...
Miss Islington (bot)
2018-03-26
1
-1/+1
*
bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (...
Brett Cannon
2018-03-02
1
-8/+1
*
bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...
Miss Islington (bot)
2018-02-25
1
-3/+2
*
[2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Cheryl Sabella
2018-02-25
1
-1/+1
*
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...
Miss Islington (bot)
2018-02-25
1
-0/+19
*
[2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863)
Christian Heimes
2018-02-25
1
-0/+17
*
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
Miss Islington (bot)
2018-02-23
1
-1/+1
*
[2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792)
Benjamin Peterson
2018-02-21
1
-2/+2
*
Fix typo in docs (GH-5763)
Raymond Hettinger
2018-02-19
1
-1/+1
*
DOC: fix documentation for copyright and credits (GH-5706)
Miss Islington (bot)
2018-02-17
1
-3/+7
*
Fix installation instructions for *nix (GH-5605)
Miss Islington (bot)
2018-02-14
1
-2/+4
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)
Miss Islington (bot)
2018-02-11
1
-1/+1
*
bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575)
Stéphane Wirtel
2018-02-07
1
-5/+5
*
Fix typo -- missing "not" (GH-5532)
Raymond Hettinger
2018-02-04
1
-1/+1
*
bpo-32739: Show default value for rotate() (GH-5517)
Raymond Hettinger
2018-02-03
1
-3/+6
*
Update Doc build for split off of 3.7 branch
Ned Deily
2018-02-03
2
-2/+4
*
bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH...
Bo Bayles
2018-01-29
1
-0/+5
*
Fix PyTrace_RETURN documentation (GH-5384) (GH-5387)
Miss Islington (bot)
2018-01-28
1
-1/+1
*
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (...
Miss Islington (bot)
2018-01-28
1
-2/+2
*
[2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333)
Mariatta
2018-01-26
1
-3/+4
*
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056...
Xiang Zhang
2018-01-24
2
-21/+39
*
bpo-32586: Fix code example in urllib2's doc (GH-5238)
Pablo Galindo
2018-01-19
1
-1/+1
*
[2.7] advance copyright years to 2018 (GH-5094). (#5105)
Benjamin Peterson
2018-01-05
2
-2/+2
*
[2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer()....
Serhiy Storchaka
2018-01-04
1
-4/+10
*
bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082)
Miss Islington (bot)
2018-01-02
1
-3/+3
*
trivial: link updates in documentation (GH-2765) (#4836)
Miss Islington (bot)
2017-12-13
4
-5/+5
*
bpo-32212: Updated logging documentation to make parameter names more consist...
Vinay Sajip
2017-12-09
1
-16/+16
*
Add a missing space in tkinter documentation. (GH-4692). (GH-4723)
Mariatta
2017-12-05
1
-1/+1
*
Improve Scheduler Objects documentation. (GH-4556) (GH-4558)
Miss Islington (bot)
2017-11-25
1
-1/+1
*
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) ...
Miss Islington (bot)
2017-11-25
1
-3/+3
*
Improve the String tutorial docs (GH-4541) (GH-4546)
Miss Islington (bot)
2017-11-24
1
-7/+7
*
Extending Python Doc minor updates (GH-4518) (GH-4536)
Miss Islington (bot)
2017-11-24
2
-4/+4
*
bpo-32050: Fix -x option documentation (#4423)
Victor Stinner
2017-11-20
1
-2/+0
*
Document parameters of BaseServer.finish_request() (GH-4445)
Masayuki Yamamoto
2017-11-19
1
-1/+1
*
Fix typo in atexit documentation. (GH-4419) (GH-4442)
Erik Bray
2017-11-17
1
-1/+1
*
bpo-15606: Improve the re.VERBOSE documentation. (GH-4366) (#4395)
Miss Islington (bot)
2017-11-14
1
-1/+2
*
bpo-31793: Doc: Specialize smart-quotes for Japanese (GH-4006)
Miss Islington (bot)
2017-11-07
1
-0/+2
*
bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
Miss Islington (bot)
2017-11-04
1
-1/+1
*
[2.7] bpo-18699: Corrected documentation for window.chgat in curses module (G...
Serhiy Storchaka
2017-11-04
1
-5/+5
*
bpo-20064: Document PyObject_Malloc() (#4204)
Victor Stinner
2017-10-31
1
-0/+82
*
[2.7] bpo-31667: Fix gettext related links. (GH-3860) (#4100)
Serhiy Storchaka
2017-10-24
2
-12/+18
*
[2.7] bpo-31733, bpo-31692: Document 2 new env vars in What's New in Python 2...
Victor Stinner
2017-10-17
1
-0/+15
*
[2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)
Victor Stinner
2017-10-17
2
-1/+8
*
bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932)
Victor Stinner
2017-10-17
1
-0/+7
*
[2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH...
vyas45
2017-10-16
1
-1/+1
*
bpo-31766: restore 3.5 to docs version switchers (#3971)
Ned Deily
2017-10-12
2
-1/+3
*
bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-...
Miss Islington (bot)
2017-10-07
1
-1/+1
*
Remove retired and security branches from active docs (#3881)
Ned Deily
2017-10-04
2
-4/+0
[next]