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
*
logging: Updated SysLogHandler documentation.
Vinay Sajip
2010-03-24
1
-0/+8
*
logging: Documentation tweak.
Vinay Sajip
2010-03-24
1
-2/+2
*
logging: Added LOG_FTP for SysLogHandler and updated documentation.
Vinay Sajip
2010-03-24
1
-0/+71
*
Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs
Senthil Kumaran
2010-03-23
1
-1/+2
*
Link specifically to the UCD version 5.2.0.
Ezio Melotti
2010-03-23
1
-2/+2
*
Remove link to objects.rst (gone in r79179).
Ezio Melotti
2010-03-23
1
-1/+1
*
Update the version number of the Unicode Database in a few more places.
Ezio Melotti
2010-03-22
1
-3/+3
*
logging: Added getChild utility method to Logger and added isEnabledFor metho...
Vinay Sajip
2010-03-22
1
-0/+15
*
Remove leftover word.
Georg Brandl
2010-03-21
1
-2/+2
*
Update text for newest US DST regulation. The sample file already has the ca...
Georg Brandl
2010-03-21
1
-2/+2
*
Clarify that for shell=True, the shell PID will be the child PID.
Georg Brandl
2010-03-21
1
-0/+3
*
Document that GzipFile supports iteration.
Georg Brandl
2010-03-21
1
-1/+1
*
Add a paragraph about set displays.
Georg Brandl
2010-03-21
1
-0/+4
*
Remove the "built-in objects" file. It only contained two paragraphs of whic...
Georg Brandl
2010-03-21
2
-28/+0
*
Fix some issues found by Jacques Ducasse on the docs list.
Georg Brandl
2010-03-21
3
-9/+10
*
wrap
Benjamin Peterson
2010-03-20
1
-2/+2
*
document exitfunc fixer
Benjamin Peterson
2010-03-20
1
-0/+5
*
Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual...
Michael Foord
2010-03-20
1
-14/+16
*
Adding an example of reproducing the rfc822.Message() parsing.
Sean Reifscheider
2010-03-19
1
-0/+6
*
Add support for weak references to code objects. This will be used by an opti...
Collin Winter
2010-03-18
1
-2/+2
*
#8155: Preserve backward compatibility for test_support.check_warnings(). Ad...
Florent Xicluna
2010-03-18
1
-50/+53
*
Issue #8162: logging: Clarified docstring and documentation for disable funct...
Vinay Sajip
2010-03-17
1
-1/+5
*
#8137: add iso-8859-16 to the standard encodings table.
Georg Brandl
2010-03-14
1
-2/+4
*
Minor documentation updates for xml.etree.
Florent Xicluna
2010-03-14
1
-12/+14
*
Add the keyword argument "method=None" to the .write() method and the tostrin...
Florent Xicluna
2010-03-13
1
-29/+33
*
Update some parts of the xml.etree documentation.
Florent Xicluna
2010-03-13
2
-189/+202
*
#8011: use exc.tb_lineno instead of traceback.tb_lineno() and pep8ify variabl...
Ezio Melotti
2010-03-13
1
-9/+9
*
fix broken links
Ezio Melotti
2010-03-13
1
-2/+3
*
Fix warnings from "make check".
Georg Brandl
2010-03-12
3
-15/+15
*
Issue #8117: Updated NEWS entry and added to logging documentation.
Vinay Sajip
2010-03-12
1
-0/+5
*
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...
Florent Xicluna
2010-03-11
1
-127/+197
*
Add nicer docstrings to namedtuples().
Raymond Hettinger
2010-03-09
1
-2/+5
*
Improve the basic example.
Raymond Hettinger
2010-03-09
1
-3/+7
*
Fix syntax: "rc != None" -> "rc is not None"
Florent Xicluna
2010-03-08
1
-1/+1
*
Refresh the documentation for the test.test_support module.
Florent Xicluna
2010-03-07
1
-23/+55
*
Issue #1530559: When packing a non-integer with any integer conversion
Mark Dickinson
2010-03-07
1
-0/+12
*
#5341: more built-in vs builtin fixes.
Georg Brandl
2010-03-07
1
-1/+1
*
settscdump is definitely an implementation detail
Benjamin Peterson
2010-03-06
1
-0/+5
*
Merged code from pysqlite 2.6.0.
Gerhard Häring
2010-03-05
1
-1/+20
*
Fix documentation of email.Message.get_filename to match
R. David Murray
2010-03-04
1
-3/+4
*
rephrase
Benjamin Peterson
2010-03-03
1
-1/+1
*
Issue #7232: Add support for the context manager protocol
Lars Gustäbel
2010-03-03
1
-0/+15
*
fix Sphinx warnings
Benjamin Peterson
2010-03-03
1
-3/+4
*
edit for style
Benjamin Peterson
2010-03-03
1
-249/+220
*
Add some x-refs.
Georg Brandl
2010-03-02
1
-209/+206
*
set svn:eol-style
Benjamin Peterson
2010-03-02
1
-1758/+1758
*
Link correction in documentation.
Michael Foord
2010-03-02
1
-1/+1
*
Initial commit of the argparse library, based on argparse 1.1.
Steven Bethard
2010-03-02
4
-5/+1764
*
#7191: describe more details of wbits parameter
Andrew M. Kuchling
2010-03-01
1
-2/+6
*
#7637: update discussion of minidom.unlink() and garbage collection
Andrew M. Kuchling
2010-03-01
1
-16/+6
[next]