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
*
#24108: Update fnmatch.translate example to show correct output.
R David Murray
2015-05-02
1
-1/+1
*
#24081: Remove obsolete caveat from import docs.
R David Murray
2015-05-02
2
-12/+0
*
Fixed a typo.
Serhiy Storchaka
2015-05-02
1
-1/+1
*
Issue #24060: Made logging.Formatter documentation a little clearer.
Vinay Sajip
2015-05-02
1
-1/+3
*
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
Berker Peksag
2015-04-27
1
-2/+2
*
Issue #23356: Simplify convert_arg_line_to_args example.
Berker Peksag
2015-04-26
1
-4/+1
*
fix relative link (closes #24057)
Benjamin Peterson
2015-04-25
1
-2/+2
*
remove dead *-import checking code (closes #24049)
Benjamin Peterson
2015-04-24
1
-4/+0
*
Issue #24029: Document the name binding behavior for submodule imports.
Barry Warsaw
2015-04-22
1
-0/+35
*
#15183: clarify timeit documentation to say that setup statement isn't timed
Andrew Kuchling
2015-04-21
1
-0/+2
*
recommend requests library (closes #23989)
Benjamin Peterson
2015-04-20
2
-0/+10
*
fix grammar
Benjamin Peterson
2015-04-20
1
-1/+1
*
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
Berker Peksag
2015-04-19
1
-3/+3
*
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
Berker Peksag
2015-04-19
1
-1/+1
*
Issue #23536: Clarified scope of fileConfig()'s API.
Vinay Sajip
2015-04-18
1
-0/+12
*
#23957: fix typo.
R David Murray
2015-04-14
1
-1/+1
*
issue9014: Include more formatting on :c:type:`PyObject` etc.
Gregory P. Smith
2015-04-14
1
-3/+3
*
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
Gregory P. Smith
2015-04-14
1
-29/+41
*
remove trailing space :)
Gregory P. Smith
2015-04-14
1
-1/+1
*
issue22046: mention that zipfile can raise NotImplementedError on unsupported
Gregory P. Smith
2015-04-14
1
-1/+5
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
*
Issue #23730: Document the return value of ZipFile.extract
Zachary Ware
2015-04-13
1
-0/+2
*
Fix duplicate doc entry for SSLContext.get_ca_certs()
Antoine Pitrou
2015-04-13
1
-12/+4
*
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware
2015-04-13
1
-124/+124
*
Issue #23932: Update the tutorial section on function annotations.
Zachary Ware
2015-04-13
1
-11/+10
*
#17380: Document tp_init return value in extending docs.
R David Murray
2015-04-13
1
-1/+2
*
Issue #12955: Change the urlopen() examples to use context managers where app...
Berker Peksag
2015-04-12
5
-28/+38
*
Close #23904: fix pathlib documentation misleadingly mentioning that bytes ob...
Antoine Pitrou
2015-04-11
1
-2/+2
*
Issue #23912: Fix code formatting in datamodel.rst.
Berker Peksag
2015-04-11
1
-3/+3
*
use imperative
Benjamin Peterson
2015-04-11
1
-7/+7
*
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes...
Berker Peksag
2015-04-10
1
-0/+4
*
Fix typo in telnet docs (reported by Keith Briggs)
Tim Golden
2015-04-08
1
-1/+1
*
actually ssl3 is just completely broken
Benjamin Peterson
2015-04-08
1
-7/+7
*
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...
Berker Peksag
2015-04-08
1
-8/+16
*
Added missing right bracket (reported by Daryl Klakouski)
Tim Golden
2015-04-06
1
-1/+1
*
Issue #23219: Update asyncio.wait_for() documentation
Victor Stinner
2015-04-03
1
-0/+5
*
document what exactly str.splitlines() splits on (closes #12855)
Benjamin Peterson
2015-04-01
1
-4/+36
*
Issue #23729: Improve docs for ElementTree namespace parsing
Raymond Hettinger
2015-03-31
1
-8/+10
*
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
Ezio Melotti
2015-03-24
1
-37/+28
*
Issue 23729: Document ElementTree namespace handling and fix an omission in ...
Raymond Hettinger
2015-03-22
1
-0/+68
*
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-13/+23
*
clarify behavior of shutil.move when destination exists (closes #22933)
Benjamin Peterson
2015-03-22
1
-6/+3
*
#11726: Make linecache docs reflect that all files are treated the same.
R David Murray
2015-03-20
1
-2/+2
*
Issue #11726: Fix linecache example in the doc
Victor Stinner
2015-03-18
1
-2/+2
*
Issue #11726: clarify linecache doc: linecache is written to cache Python
Victor Stinner
2015-03-18
1
-2/+5
*
Issue #19428: Document that PyMarshal_ReadLongFromFile() and
Victor Stinner
2015-03-18
1
-6/+15
*
Issue #23682: Delete Python 2.2 mention from distutils documentation.
Berker Peksag
2015-03-17
1
-14/+0
*
versionchanged for rc4 removal (closes #23679)
Benjamin Peterson
2015-03-16
1
-2/+6
*
Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element
Eli Bendersky
2015-03-15
1
-2/+4
*
Fix minor docs markup errors.
Serhiy Storchaka
2015-03-14
2
-2/+2
[next]