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
*
Pep8ify test names in the examples.
Ezio Melotti
2010-02-28
1
-17/+17
*
Fix missing parenthesis.
Ezio Melotti
2010-02-27
1
-1/+1
*
typo: __next__ -> next
Ezio Melotti
2010-02-26
1
-1/+1
*
#7407: specify default maxsize value; patch by Floris Bruynooghe
Andrew M. Kuchling
2010-02-26
1
-3/+3
*
Fixing issue5475 : urllib2.getproxies not documented
Senthil Kumaran
2010-02-26
1
-0/+9
*
Issue #7928: Document str.format element_index better.
Eric Smith
2010-02-25
1
-1/+2
*
Issue #5965: Add documentation for parts of format specification language.
Eric Smith
2010-02-25
1
-3/+20
*
Issue #7733: add explicit reference in asyncore docs.
Dirkjan Ochtman
2010-02-24
1
-1/+2
*
#8000: fix deprecated directive. What a shame to lose that glorious issue nu...
Georg Brandl
2010-02-23
1
-1/+1
*
Fix #1537721: add writeheader() method to csv.DictWriter.
Dirkjan Ochtman
2010-02-23
1
-0/+10
*
fixup markup error
Jack Diederich
2010-02-23
1
-1/+1
*
added make_archive (and secondary APIs) to shutil
Tarek Ziadé
2010-02-23
1
-3/+98
*
fixes issue #7530, serve_forever()
Jack Diederich
2010-02-22
1
-5/+1
*
Clarify description of three-argument pow for Decimal types: the exponent of...
Mark Dickinson
2010-02-22
1
-3/+6
*
#6414: clarify description of processor endianness.
Andrew M. Kuchling
2010-02-22
1
-3/+5
*
#7076: mention SystemRandom class near start of the module docs; reword chang...
Andrew M. Kuchling
2010-02-22
1
-1/+5
*
logging: Documented warnings module integration.
Vinay Sajip
2010-02-19
1
-0/+22
*
#7967: PyXML is no more.
Georg Brandl
2010-02-19
1
-7/+0
*
- apply patch from issue 7005
Fred Drake
2010-02-19
1
-4/+46
*
Issue #7633: Context method in the decimal module (with the exception
Mark Dickinson
2010-02-18
1
-2/+5
*
Make the references to Popen in the description of Call
R. David Murray
2010-02-16
1
-2/+2
*
Remove incorrect apostrophe.
Eric Smith
2010-02-15
1
-1/+1
*
#7921: fix links. Patch by Brian Curtin.
Ezio Melotti
2010-02-14
1
-6/+7
*
#7907: fix wrong function name in doc. Patch by Brian Curtin.
Ezio Melotti
2010-02-11
1
-1/+1
*
Issue 5754: tweak shelve doc wording to make it clearer that even when
R. David Murray
2010-02-11
1
-8/+9
*
Issue 7893 and Issue 7588
Michael Foord
2010-02-10
1
-9/+19
*
Doc fix for unittest.
Michael Foord
2010-02-08
1
-2/+3
*
Make assertMultiLineEqual the default for comparing unicode strings.
Michael Foord
2010-02-08
1
-4/+10
*
Issue 6003: ZipFile.writestr "compression_type" argument
Ronald Oussoren
2010-02-07
1
-1/+8
*
Rename "exc_value" attribute on assertRaises context manager to "exception".
Georg Brandl
2010-02-07
1
-2/+2
*
A number of APIs in macostools cannot work in 64-bit mode because they
Ronald Oussoren
2010-02-07
1
-0/+15
*
#5341: fix "builtin" where used as an adjective ("built-in" is correct).
Georg Brandl
2010-02-06
1
-1/+1
*
Review sysconfig docs.
Georg Brandl
2010-02-06
1
-80/+80
*
#7864: make deprecation notices a bit clearer.
Georg Brandl
2010-02-06
1
-7/+7
*
Minor doc change.
Michael Foord
2010-02-05
1
-1/+1
*
Adding versionadded to test skipping section of unittest documentation.
Michael Foord
2010-02-05
1
-3/+2
*
Example of using assertRaises as a context manager in the unittest documentat...
Michael Foord
2010-02-05
1
-2/+8
*
Closes issue 7030.
Michael Foord
2010-02-05
1
-1/+5
*
Issue #7851: logging: clarification on logging configuration files.
Vinay Sajip
2010-02-04
1
-0/+7
*
Use correct assert* methods in the examples.
Ezio Melotti
2010-02-04
1
-10/+10
*
Issue 6760: Clarify args handling for subprocess.Popen. Patch by Chris Rebert
Nick Coghlan
2010-02-04
1
-6/+31
*
Explicitly mention the default value for formatdate's usegmt parameter.
R. David Murray
2010-02-03
1
-1/+1
*
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
[next]