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
*
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
*
Put threading in front of thread
Andrew M. Kuchling
2008-06-19
1
-2/+2
*
Remove some standalone material from the introduction; various markup and typ...
Andrew M. Kuchling
2008-06-19
1
-79/+21
*
Add versionadded tags to new math functions.
Georg Brandl
2008-06-18
1
-6/+12
*
Typo fix
Mark Dickinson
2008-06-18
1
-1/+1
*
Typo fixes
Andrew M. Kuchling
2008-06-13
1
-2/+2
*
Clarification.
Georg Brandl
2008-06-13
1
-3/+3
*
add py3k warnings to rfc822
Benjamin Peterson
2008-06-12
1
-1/+2
*
deprecated mimetools
Benjamin Peterson
2008-06-12
1
-1/+2
*
Markup fixes, thanks Georg for the help.
Thomas Heller
2008-06-11
1
-47/+70
*
Add versionadded marker to ctypes.c_longdouble.
Thomas Heller
2008-06-11
1
-0/+1
*
Add future_builtins.ascii().
Georg Brandl
2008-06-11
1
-0/+8
*
Smaller doc fixes.
Thomas Heller
2008-06-11
1
-19/+16
*
More doc fixes.
Thomas Heller
2008-06-11
1
-15/+6
*
Markup fixes, spelling corrections, and better wordings. Hopefully.
Thomas Heller
2008-06-11
1
-9/+8
*
Fix typos.
Georg Brandl
2008-06-11
1
-3/+2
*
add aliases to threading module
Benjamin Peterson
2008-06-11
1
-3/+17
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
1
-19/+19
*
Multi-arg form for set.difference() and set.difference_update().
Raymond Hettinger
2008-06-11
1
-6/+12
[next]