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
*
Improve wording
Andrew M. Kuchling
2008-09-24
1
-7/+7
*
Indentation normalization.
Georg Brandl
2008-09-24
1
-2/+2
*
clean up docs for platform's linux_distribution and dist functions
Benjamin Peterson
2008-09-22
1
-16/+10
*
#3918: note that uniform() args can be swapped.
Georg Brandl
2008-09-21
1
-1/+3
*
#3912: document default for *places* arg.
Georg Brandl
2008-09-21
1
-2/+4
*
#3852: fix some select.kqueue and kevent docs.
Georg Brandl
2008-09-21
1
-3/+3
*
Improve docs for super().
Raymond Hettinger
2008-09-19
1
-1/+18
*
Fix for documentation bug. Fixes issue 3904.
Josiah Carlson
2008-09-19
1
-2/+2
*
document compileall command flags
Benjamin Peterson
2008-09-17
1
-2/+7
*
usage
Skip Montanaro
2008-09-17
1
-1/+1
*
be less wordy
Benjamin Peterson
2008-09-16
1
-6/+6
*
clarify that radix for int is not 'guessed'
Benjamin Peterson
2008-09-14
1
-8/+8
*
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
Georg Brandl
2008-09-13
21
-169/+157
*
#3288: Document as_integer_ratio
Andrew M. Kuchling
2008-09-13
1
-1/+12
*
Remove extra 'the'; the following title includes it
Andrew M. Kuchling
2008-09-13
1
-1/+1
*
fix typo
Benjamin Peterson
2008-09-11
1
-3/+3
*
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...
Nick Coghlan
2008-09-11
2
-28/+45
*
Issue #3811: The Unicode database was updated to 5.1.
Martin v. Löwis
2008-09-10
1
-2/+2
*
warnings.catch_warnings() now returns a list or None instead of the custom
Brett Cannon
2008-09-09
1
-38/+74
*
incorporate fixes from issue 3162; SSL doc patch
Bill Janssen
2008-09-08
1
-2/+3
*
Added xrefs to each other.
Mark Summerfield
2008-09-08
2
-2/+7
*
#1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attr...
Andrew M. Kuchling
2008-09-06
1
-1/+9
*
#3669 from Robert Lehmann: simplify use of iterator in example
Andrew M. Kuchling
2008-09-06
1
-1/+1
*
#1638033: add support for httponly on Cookie.Morsel
Benjamin Peterson
2008-09-06
1
-1/+9
*
#3040: include 'dest' argument in example; trim some trailing whitespace
Andrew M. Kuchling
2008-09-06
1
-3/+3
*
actually tell the name of the flag to use
Benjamin Peterson
2008-09-06
1
-7/+7
*
Fix typo in multiprocessing doc, cancel_join_thread was missing _thread
Jesse Noller
2008-09-06
1
-1/+1
*
Deprecate bsddb for removal in Python 3.0.
Brett Cannon
2008-09-05
2
-4/+5
*
Make it more obvious that warnings.catch_warnings() and its arguments should ...
Brett Cannon
2008-09-05
1
-1/+1
*
flesh out the documentation on using 2to3
Benjamin Peterson
2008-09-04
1
-14/+35
*
Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
Facundo Batista
2008-09-03
3
-38/+46
*
Merged revisions 66173 via svnmerge from
Benjamin Peterson
2008-09-03
1
-2/+4
*
typo fix
Andrew M. Kuchling
2008-09-02
1
-1/+1
*
Move test.test_support.catch_warning() to the warnings module, rename it
Brett Cannon
2008-09-02
1
-0/+50
*
remove py3k warnings about the threading api; update docs
Benjamin Peterson
2008-09-01
1
-5/+6
*
Bug #3738: Documentation is now more accurate in describing handler close met...
Vinay Sajip
2008-09-01
1
-4/+6
*
Added section about configuring logging in a library. Thanks to Thomas Heller...
Vinay Sajip
2008-09-01
1
-0/+39
*
#3749: fix c'n'p errors.
Georg Brandl
2008-09-01
1
-3/+3
*
Fix markup.
Georg Brandl
2008-08-30
1
-1/+1
*
Tidy up some sentences
Andrew M. Kuchling
2008-08-30
1
-14/+14
*
super() actually returns a super object.
Georg Brandl
2008-08-30
1
-1/+2
*
#3569: eval() also accepts "exec"able code objects.
Georg Brandl
2008-08-30
1
-4/+4
*
#3730: mention "server" attribute explicitly.
Georg Brandl
2008-08-30
1
-0/+5
*
Clarify that some attributes/methods are listed somewhat separately because t...
Brett Cannon
2008-08-24
1
-1/+2
*
fix warning
Benjamin Peterson
2008-08-23
1
-1/+1
*
Small updates to types member docs, backport from r65994.
Georg Brandl
2008-08-23
1
-14/+8
*
fix up the multiprocessing docs a little
Benjamin Peterson
2008-08-20
1
-34/+22
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
1
-9/+0
*
issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...
Jesse Noller
2008-08-19
1
-10/+10
*
Fix grammar.
Georg Brandl
2008-08-18
1
-1/+1
[next]