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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
first version of the sysconfig module documentation
Tarek Ziadé
2010-02-02
2
-0/+219
*
Minor modification to unittest documentation.
Michael Foord
2010-01-31
1
-3/+3
*
Fix-up ftplib documentation:
Georg Brandl
2010-01-31
1
-30/+29
*
move distutils.rst to different toc
Benjamin Peterson
2010-01-31
2
-1/+1
*
#7802: fix invalid example (heh).
Georg Brandl
2010-01-30
1
-3/+3
*
#7801: fix xmlrpclib binary example, open the picture in binary mode
Victor Stinner
2010-01-30
1
-2/+2
*
#7765: typos
Ezio Melotti
2010-01-27
1
-3/+3
*
Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool
Jesse Noller
2010-01-27
1
-1/+16
*
Fix type on getwindowsversion documentation. Thanks Taggnostr.
Eric Smith
2010-01-27
1
-1/+1
*
Issue #7766: Change sys.getwindowsversion() return value to a named tuple and...
Eric Smith
2010-01-27
1
-5/+30
*
Added a note about Event.is_set() syntax being new to 2.6
Facundo Batista
2010-01-25
1
-0/+3
*
#7725: fix referencing issue.
Georg Brandl
2010-01-23
1
-1/+1
*
#7746: rephrase a sentence
Ezio Melotti
2010-01-21
1
-3/+2
*
#7699: improve datetime docs: straightforward linking to strftime/strptime se...
Georg Brandl
2010-01-17
1
-39/+43
*
remove wrong markup
Ezio Melotti
2010-01-16
1
-1/+1
*
Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Antoine Pitrou
2010-01-13
1
-0/+3
*
#7685: typo
Ezio Melotti
2010-01-13
1
-5/+5
*
Added documentation for dictionary views fixer.
Alexandre Vassalotti
2010-01-12
1
-3/+5
*
Issue #1967: Backport dictionary views.
Alexandre Vassalotti
2010-01-11
1
-0/+115
*
Issue #7119: document that a program-generated Message object
R. David Murray
2010-01-10
3
-3/+10
*
DeprecationWarning is now silent by default.
Brett Cannon
2010-01-10
1
-9/+35
*
#7422: make it clear that getargspec() only works on Python functions.
Georg Brandl
2010-01-09
1
-1/+1
*
#5950: document that zip files with comments are unsupported in zipimport.
Georg Brandl
2010-01-06
1
-0/+2
*
#3340: document print/get_usage and print/get_version
Ezio Melotti
2010-01-04
1
-0/+26
*
fixed markup errors
Ezio Melotti
2010-01-04
2
-2/+2
*
#7618: fix highlight of code blocks
Ezio Melotti
2010-01-03
1
-7/+19
*
issue3972: HTTPConnection and HTTPSConnection now support a
Gregory P. Smith
2010-01-03
2
-5/+14
*
Adds an optional source_address parameter to socket.create_connection().
Gregory P. Smith
2010-01-03
1
-1/+7
*
Clarify that the rect, phase and polar functions work with radians.
Mark Dickinson
2010-01-02
1
-2/+2
*
We only support Windows NT derivatives now.
Georg Brandl
2009-12-30
1
-3/+1
*
#5511: Added the ability to use ZipFile as a context manager. Patch by Brian ...
Ezio Melotti
2009-12-30
1
-20/+27
*
#7595: fix typo in argument default constant.
Georg Brandl
2009-12-29
1
-1/+1
*
Fix wrong markup.
Georg Brandl
2009-12-29
1
-2/+2
*
Improve markup of ctypes docs.
Georg Brandl
2009-12-29
1
-321/+326
*
#7569: clarification about c_char_p.
Georg Brandl
2009-12-29
1
-2/+4
*
document new fix_callable behavior
Benjamin Peterson
2009-12-28
1
-1/+2
*
#7404: remove reference to non-existing example files.
Georg Brandl
2009-12-28
1
-3/+1
*
#7586: fix typo.
Georg Brandl
2009-12-28
1
-1/+1
*
Updated sys.flags table in Doc
Ezio Melotti
2009-12-25
1
-0/+4
*
Added markup and default arg, fixed example
Ezio Melotti
2009-12-24
1
-7/+7
*
Fix for Issue7570: Error in urllib2 example.
Senthil Kumaran
2009-12-24
1
-2/+2
*
builtin-ins -> builtins
Benjamin Peterson
2009-12-20
1
-6/+6
*
#7381: subprocess documentation and library docstring consistency fixes.
Georg Brandl
2009-12-20
1
-7/+9
*
Document the headers parameter for set_tunnel.
Senthil Kumaran
2009-12-20
1
-1/+4
*
#7388: "python".capitalize() in the Doc
Ezio Melotti
2009-12-19
12
-14/+14
*
Issue #7545: improve documentation of the `buffering` argument in io.open().
Antoine Pitrou
2009-12-19
1
-4/+14
*
#7480: remove tautology.
Georg Brandl
2009-12-19
1
-2/+1
*
#7479: add note about function availability on Unices.
Georg Brandl
2009-12-19
1
-13/+18
*
#7527: use standard versionadded tags.
Georg Brandl
2009-12-19
1
-3/+5
*
Issue #3366: Add error function and complementary error function to
Mark Dickinson
2009-12-19
1
-0/+16
[next]