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
*
#10124: typo fix.
Georg Brandl
2010-10-16
1
-1/+1
*
#10122: typo fix.
Georg Brandl
2010-10-16
1
-1/+1
*
abiflags: alphabetize and versionadded
Barry Warsaw
2010-10-16
1
-5/+7
*
First (uncontroversial) part of issue 9807.
Barry Warsaw
2010-10-16
1
-0/+5
*
#10072: assume a bit less knowledge of the FTP protocol in the ftplib docs.
Georg Brandl
2010-10-15
1
-17/+27
*
#4785: document strict argument of JSONDecoder, plus add object_pairs_hook in...
Georg Brandl
2010-10-15
1
-3/+8
*
#7790: move table of struct_time members to the actual description of struct_...
Georg Brandl
2010-10-15
1
-44/+50
*
#4968: updates to inspect.is* function docs.
Georg Brandl
2010-10-15
1
-7/+10
*
#6798: fix wrong docs for the arguments to several trace events.
Georg Brandl
2010-10-15
2
-8/+10
*
#7303: add documentation for useful pkgutil functions and classes.
Georg Brandl
2010-10-15
1
-28/+154
*
Issue #9308: Removed redundant coding cookies. Added tests for
Alexander Belopolsky
2010-10-15
1
-1/+0
*
#9801: document how list and dict proxies created by Managers behave w.r.t. m...
Georg Brandl
2010-10-15
1
-0/+18
*
#9683: remove broken dead code dealing with nested arguments removed from Py3...
Georg Brandl
2010-10-15
1
-5/+5
*
#7771: reference to documentation of dictview methods and operations.
Georg Brandl
2010-10-15
1
-28/+7
*
#2830: add html.escape() helper and move cgi.escape() uses in the standard li...
Georg Brandl
2010-10-15
4
-8/+27
*
Refrain from using inline suites.
Georg Brandl
2010-10-15
1
-2/+4
*
Fix a minor docs bug.
Senthil Kumaran
2010-10-15
1
-2/+2
*
#5355: Provide mappings from Expat error numbers to string descriptions and b...
Georg Brandl
2010-10-15
1
-48/+43
*
Fix sphinx role markups.
Senthil Kumaran
2010-10-15
4
-16/+18
*
Fix ``make check`` warnings.
Senthil Kumaran
2010-10-15
1
-18/+19
*
Fixing some sphinx inline directives - detected using ``make check``.
Senthil Kumaran
2010-10-15
8
-17/+17
*
Use locale encoding if Py_FileSystemDefaultEncoding is not set
Victor Stinner
2010-10-15
1
-3/+6
*
Issue10100 - fromfd is now available on all platforms
Senthil Kumaran
2010-10-15
1
-1/+0
*
Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
Antoine Pitrou
2010-10-14
1
-0/+15
*
Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol
Senthil Kumaran
2010-10-14
1
-2/+6
*
#1710703: write zipfile structures also in the case of closing a new, but emp...
Georg Brandl
2010-10-14
1
-0/+4
*
#6825: small correction to split() docs.
Georg Brandl
2010-10-14
1
-8/+8
*
#10046: small correction to atexit docs.
Georg Brandl
2010-10-14
1
-2/+2
*
#3865: add note about benchmarking with profilers, and move licensing stuff t...
Georg Brandl
2010-10-14
1
-47/+47
*
#7642: update to os.system() docs.
Georg Brandl
2010-10-14
1
-18/+17
*
Issue #9992: Remove PYTHONFSENCODING environment variable.
Victor Stinner
2010-10-13
2
-18/+0
*
Issue #10041: The signature of optional arguments in socket.makefile()
Antoine Pitrou
2010-10-13
1
-1/+1
*
Fix grammar
Antoine Pitrou
2010-10-13
1
-2/+2
*
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
Antoine Pitrou
2010-10-13
2
-15/+41
*
fix spelling #10078
Benjamin Peterson
2010-10-12
1
-1/+1
*
prefer clearing global objects to obscure module.__dict__ bugs #10068
Benjamin Peterson
2010-10-12
1
-0/+7
*
Update whatsnew about pickle optimizations
Antoine Pitrou
2010-10-12
1
-5/+2
*
Issue #10075: Add a session_stats() method to SSLContext objects.
Antoine Pitrou
2010-10-12
1
-5/+21
*
Make comment about SSL support more accurate
Antoine Pitrou
2010-10-12
1
-2/+2
*
Fix Issue7285 - multiprocessing module, example code error.
Senthil Kumaran
2010-10-10
1
-3/+3
*
Issue #10029: Fix sample code in the docs for zip().
Raymond Hettinger
2010-10-10
1
-5/+12
*
Document that the 'strict' error handler is used to encode/decode filenames on
Victor Stinner
2010-10-09
2
-12/+15
*
Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename()
Victor Stinner
2010-10-09
1
-1/+3
*
remove author names from prose
Benjamin Peterson
2010-10-09
1
-3/+0
*
What's new entry for email 5.1.
R. David Murray
2010-10-08
2
-1/+29
*
Update what's new
Antoine Pitrou
2010-10-08
1
-0/+5
*
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray
2010-10-08
4
-11/+151
*
Issue #1589: Add ssl.match_hostname(), to help implement server identity
Antoine Pitrou
2010-10-08
1
-50/+81
*
PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
Victor Stinner
2010-10-07
1
-1/+1
*
More new things in what's new
Antoine Pitrou
2010-10-06
1
-0/+23
[next]