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
...
*
Issue #27993: Fix problems with the plural “objects” in docs and comments
Martin Panter
2016-09-08
3
-4/+4
*
#26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
R David Murray
2016-09-07
2
-3/+6
*
Fix ssl documentation and remove merge accident
Christian Heimes
2016-09-06
1
-6/+2
*
Issues #27850 and #27766: Remove 3DES from ssl default cipher list and add Ch...
Christian Heimes
2016-09-06
1
-0/+6
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-2/+49
*
Issue #27706: Document that random.seed() is non-deterministic when PYTHONHA...
Raymond Hettinger
2016-08-31
1
-0/+3
*
Backport spelling fix.
Terry Jan Reedy
2016-08-30
1
-1/+1
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-4/+4
*
Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
Terry Jan Reedy
2016-08-25
1
-1/+3
*
Fix some spelling errors
Martin Panter
2016-08-20
1
-1/+1
*
#27753: fix typo (name->named).
R David Murray
2016-08-13
1
-1/+1
*
Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...
Raymond Hettinger
2016-08-13
1
-5/+11
*
Issue #27205: Fix doctests in Doc/library/collections.rst
Zachary Ware
2016-08-09
1
-12/+13
*
Issue #27204: Fix doctests in Doc/howto
Zachary Ware
2016-08-09
1
-18/+25
*
Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.
Martin Panter
2016-07-26
31
-88/+228
*
Prevent HTTPoxy attack (CVE-2016-1000110)
Senthil Kumaran
2016-07-30
3
-0/+20
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Martin Panter
2016-07-28
1
-1/+1
*
Issue #25393: Fix probable copy/paste error in resource docs
Zachary Ware
2016-07-19
1
-3/+3
*
Issue #27528: Document and test warning messages must match at beginning
Martin Panter
2016-07-19
1
-3/+4
*
English spelling and grammar fixes
Martin Panter
2016-07-11
4
-4/+4
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
15
-18/+18
*
Issue #4945: Improved the documenting of boolean arguments in the json module.
Serhiy Storchaka
2016-06-30
1
-28/+32
*
Issue #27416: clarify copy doc
Victor Stinner
2016-06-30
1
-1/+1
*
Issue #27370: Use t for an iterable in mutable sequence ops
Martin Panter
2016-06-23
1
-3/+3
*
Fix the urllib.parse.urljoin docs. Reported by Bo Bayles in docs list.
Senthil Kumaran
2016-06-22
1
-1/+1
*
Fix English spelling and grammar errors
Martin Panter
2016-06-20
1
-1/+1
*
Issue #27294: Numerical state in the repr for Tkinter event objects is now
Serhiy Storchaka
2016-06-18
1
-2/+2
*
Issue #24314: Add links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
14
-67/+72
*
Docs: add html-stable autobuild variant
Georg Brandl
2016-06-15
1
-1/+7
*
Issue #12855: Document what exactly unicode.splitlines() splits on
Martin Panter
2016-06-01
1
-4/+59
*
Issue #16182: Backport documentation of set_pre_input_hook() availability
Martin Panter
2016-06-14
1
-1/+2
*
Issue #15657: Delete incorrect statement from PyMethodDef documentation
Berker Peksag
2016-06-12
1
-3/+2
*
Fix typo in documentation
Martin Panter
2016-06-12
1
-1/+1
*
#16484: Change PYTHONDOCS to "https:", and fix links to use lowercase
Martin Panter
2016-06-12
1
-1/+1
*
Issue #16484: PYTHONDOCS still uses “http:” in Python 2
Martin Panter
2016-06-12
1
-1/+1
*
Issue #24617: Add comment for os.mkdir about mode quirks
Tommy Beadle
2016-06-02
1
-4/+13
*
Issue #20699: Document that “io” methods should accept memoryview
Martin Panter
2016-06-03
1
-15/+35
*
Issue #8491: Add link to Gnu Readline configuration documentation
Martin Panter
2016-06-10
1
-0/+7
*
[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle
2016-06-02
4
-11/+8
*
Issue #23275: Backport empty square bracket assignment documentation fix
Martin Panter
2016-06-08
1
-1/+1
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
1
-1/+4
*
Issue #26014: Guide 2.7 users to the new packaging documentation:
Ned Deily
2016-06-06
5
-29/+51
*
Issue 27216: Fix typo (noticed by Alex Chan).
Ned Deily
2016-06-04
1
-1/+1
*
[backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in t...
Senthil Kumaran
2016-06-03
2
-5/+7
*
issue25931: document that socketserver.Forking* are unavailable on platforms
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-0/+4
*
#13784: fix xml.sax.reader getColumn/LineNumber docs.
R David Murray
2016-06-02
1
-2/+2
*
note that Py_VISIT handles NULL (closes #27183)
Benjamin Peterson
2016-06-02
1
-3/+4
*
Issue #12243: Remove redundant availability notes from getpass docs
Berker Peksag
2016-06-02
1
-3/+1
*
Issue #25570: Add example of customizing User-Agent via add_header()
Martin Panter
2016-06-01
2
-1/+8
[prev]
[next]