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
*
Backed out r65069, pending fixing it in Windows.
Eric Smith
2008-07-17
2
-6/+5
*
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
Eric Smith
2008-07-17
2
-5/+6
*
Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for...
Eric Smith
2008-07-16
1
-2/+6
*
Move label to correct heading.
Georg Brandl
2008-07-15
1
-3/+2
*
Issue #3008: add instance method float.hex and class method float.fromhex
Mark Dickinson
2008-07-15
1
-0/+69
*
Typo fix
Andrew M. Kuchling
2008-07-14
1
-1/+1
*
Typo fix
Andrew M. Kuchling
2008-07-14
1
-1/+1
*
Typo fixes
Andrew M. Kuchling
2008-07-14
1
-3/+4
*
Re-word
Andrew M. Kuchling
2008-07-13
1
-2/+2
*
Add turtle into the module index.
Martin v. Löwis
2008-07-13
1
-0/+4
*
Correct a couple of errors in the updated catch_warning documentation (the Py...
Nick Coghlan
2008-07-13
1
-2/+2
*
Make test.test_support.catch_warnings more robust as discussed on python-dev....
Nick Coghlan
2008-07-13
1
-9/+24
*
Fixed typo.
Alexandre Vassalotti
2008-07-12
1
-1/+1
*
fix various doc typos #3320
Benjamin Peterson
2008-07-12
15
-26/+26
*
Doc that robotparse has been renamed urllib.robotparser in Python 3.0.
Brett Cannon
2008-07-11
1
-0/+6
*
Doc that urlparse is named urllib.parse in Python 3.0.
Brett Cannon
2008-07-11
1
-0/+6
*
Document the fact that urllib2 spans multiple modules with new names in Python
Brett Cannon
2008-07-11
1
-0/+7
*
Added garbage collector overhead and optional default return value to
Robert Schuppenies
2008-07-10
1
-2/+9
*
Add missing ABCs to list.
Georg Brandl
2008-07-08
1
-36/+44
*
Wording fix
Andrew M. Kuchling
2008-07-06
1
-1/+1
*
- Issue #2862: Make int and float freelist management consistent with other
Gregory P. Smith
2008-07-06
2
-16/+6
*
#2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
Georg Brandl
2008-07-05
1
-12/+66
*
Give the pickle special methods a signature.
Georg Brandl
2008-07-04
1
-118/+117
*
let the term be linked
Benjamin Peterson
2008-07-03
1
-2/+2
*
Patch #1622: Correct interpretation of various ZIP header fields.
Martin v. Löwis
2008-07-03
1
-1/+7
*
Tweak wording
Andrew M. Kuchling
2008-07-03
1
-3/+3
*
Issue #449227: Now with the rlcompleter module, callable objects are
Facundo Batista
2008-07-02
1
-3/+3
*
Handle urllib's renaming for Python 3.0:
Brett Cannon
2008-07-02
1
-0/+11
*
add ABC to the glossary
Benjamin Peterson
2008-07-01
1
-4/+4
*
#1523853: add note about fread().
Georg Brandl
2008-07-01
1
-0/+4
*
#3216: fix Execute's parameter description.
Georg Brandl
2008-07-01
1
-5/+4
*
Add a link to PEP 324.
Georg Brandl
2008-07-01
1
-0/+4
*
various SSL fixes; issues 1251, 3162, 3212
Bill Janssen
2008-06-28
1
-1/+33
*
edit multiprocessing docs
Benjamin Peterson
2008-06-27
1
-90/+83
*
Fix whitespace in example code.
Raymond Hettinger
2008-06-27
1
-2/+2
*
Issue #3197: rework documentation for fractions module.
Mark Dickinson
2008-06-27
1
-33/+59
*
Add a version tag for shutdown().
Georg Brandl
2008-06-26
1
-0/+2
*
Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.
Mark Dickinson
2008-06-24
1
-6/+3
*
Write out "phi" consistently.
Georg Brandl
2008-06-22
1
-5/+5
*
#3085: Fix syntax error.
Georg Brandl
2008-06-22
1
-2/+2
*
Turn section references into proper cross-references.
Georg Brandl
2008-06-22
3
-15/+12
*
In the deprecated functions I added an alert to review
Facundo Batista
2008-06-21
2
-7/+16
*
Now a from submitted via POST that also has a query string
Facundo Batista
2008-06-21
1
-0/+2
*
Fixed issue #2888. Now the behaviour of pprint when working with nested
Facundo Batista
2008-06-21
1
-1/+1
*
Reviewed and updated the documentation. Fixes #3017.
Facundo Batista
2008-06-21
1
-9/+241
*
Documentation fix.
Georg Brandl
2008-06-21
1
-1/+1
*
Correct two versionchanged directives, to improve the 'changes' output
Andrew M. Kuchling
2008-06-21
2
-8/+7
*
Grammar fixes
Andrew M. Kuchling
2008-06-20
2
-2/+2
*
Remove request for e-mail; it's unlikely these classes will be saved
Andrew M. Kuchling
2008-06-20
1
-3/+1
*
rephrase
Benjamin Peterson
2008-06-20
1
-1/+1
[next]