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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge: whatsnew updates for smtplib and collections.Counter.
R David Murray
2012-10-06
1
-7/+13
|
\
\
\
|
|
/
/
|
*
|
whatsnew updates for smtplib and collections.Counter.
R David Murray
2012-10-06
1
-7/+13
*
|
|
Merge: Fix typos.
R David Murray
2012-10-06
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Fix typos.
R David Murray
2012-10-06
1
-2/+2
*
|
|
merge #10968: commit threading doc changes and corresponding whatsnew entry.
R David Murray
2012-10-06
3
-167/+158
|
\
\
\
|
|
/
/
|
*
|
#10968: commit threading doc changes and corresponding whatsnew entry.
R David Murray
2012-10-06
3
-167/+158
*
|
|
Issue #16025: Minor corrections to the zipfile documentation.
Andrew Svetlov
2012-10-06
1
-12/+12
|
\
\
\
|
|
/
/
|
*
|
Issue #16025: Minor corrections to the zipfile documentation.
Andrew Svetlov
2012-10-06
1
-12/+12
|
|
\
\
|
|
|
/
|
|
*
Issue #16025: Minor corrections to the zipfile documentation.
Andrew Svetlov
2012-10-06
1
-9/+9
*
|
|
merge default
Armin Ronacher
2012-10-06
10
-18/+83
|
\
\
\
|
*
\
\
merge with 3.3
Georg Brandl
2012-10-06
10
-18/+83
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Closes #11710: create "landing pages" (/library/package.html) for those packa...
Georg Brandl
2012-10-06
9
-8/+79
|
|
*
|
Closes #16149: remove now-false statement about the inability to compare Deci...
Georg Brandl
2012-10-06
1
-10/+4
*
|
|
|
Issue #16148: implemented PEP 424
Armin Ronacher
2012-10-06
2
-0/+13
|
/
/
/
*
|
|
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...
Christian Heimes
2012-10-06
3
-4/+27
*
|
|
Merge ftplib doc fix with 3.3.
Ezio Melotti
2012-10-05
1
-9/+9
|
\
\
\
|
|
/
/
|
*
|
Merge ftplib doc fix with 3.2.
Ezio Melotti
2012-10-05
1
-9/+9
|
|
\
\
|
|
|
/
|
|
*
The file obj passed to ftp.storbinary/storlines must be opened in binary mode.
Ezio Melotti
2012-10-05
1
-9/+9
*
|
|
Merge issue #16138: fix typo.
Andrew Svetlov
2012-10-05
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge issue #16138: fix typo.
Andrew Svetlov
2012-10-05
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #16138: fix typo.
Andrew Svetlov
2012-10-05
1
-1/+1
*
|
|
#16127: merge with 3.3.
Ezio Melotti
2012-10-05
2
-5/+1
|
\
\
\
|
|
/
/
|
*
|
#16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.
Ezio Melotti
2012-10-05
2
-5/+1
*
|
|
#16135: Removal of OS/2 support (Docs)
Jesus Cea
2012-10-04
4
-7/+1
*
|
|
Issue #14446: Remove deprecated tkinter functions
Andrew Svetlov
2012-10-04
1
-26/+0
*
|
|
Issue #15417: Add support for csh and fish in venv activation scripts.
Andrew Svetlov
2012-10-04
1
-14/+15
*
|
|
Merge heads
Andrew Svetlov
2012-10-04
1
-1/+1
|
\
\
\
|
*
\
\
Merge: Fix typo in documentation for time module, thanks to docs@
Andrew Svetlov
2012-10-04
1
-1/+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix typo in documentation for time module, thanks to docs@
Andrew Svetlov
2012-10-04
1
-1/+1
*
|
|
|
3.3 -> 3.4 (closes #16130)
Benjamin Peterson
2012-10-04
1
-1/+1
|
/
/
/
*
|
|
Merge: Fix typo in documentation for collections.ChainMap, thanks to Olivier ...
Andrew Svetlov
2012-10-04
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard...
Andrew Svetlov
2012-10-04
1
-1/+1
*
|
|
MERGE: Whatsnew typo
Jesus Cea
2012-10-04
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Whatsnew typo
Jesus Cea
2012-10-04
1
-2/+2
*
|
|
MERGE: whatsnew
Jesus Cea
2012-10-04
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
whatsnew
Jesus Cea
2012-10-04
1
-0/+7
*
|
|
Merge #12947 workaround from 3.3
Nick Coghlan
2012-10-03
1
-10/+20
|
\
\
\
|
|
/
/
|
*
|
Issue #12947: Better workaround for the problem with doctest directives being...
Nick Coghlan
2012-10-03
1
-10/+20
*
|
|
Merge doctest note from 3.3
Nick Coghlan
2012-10-03
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #12947: Add a note to doctest until the example rendering is fixed
Nick Coghlan
2012-10-03
1
-0/+8
*
|
|
More whatsnew updates.
R David Murray
2012-10-02
1
-17/+54
|
\
\
\
|
|
/
/
|
*
|
More whatsnew updates.
R David Murray
2012-10-02
1
-17/+54
|
*
|
Merge: Close open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov
2012-10-02
1
-1/+1
|
|
\
\
|
|
|
/
*
|
|
Merge: Close open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov
2012-10-02
1
-1/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Close open bracket, thanks to Josh Helzer from docs@
Andrew Svetlov
2012-10-02
1
-1/+1
*
|
|
Issue #15452: Added verify option for logging configuration socket listener.
Vinay Sajip
2012-10-02
1
-2/+18
*
|
|
Merge: Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile ...
R David Murray
2012-10-02
1
-0/+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.
R David Murray
2012-10-02
1
-0/+9
*
|
|
merge with 3.3.
Georg Brandl
2012-10-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
In this case it is not useful to hide "threading".
Georg Brandl
2012-10-02
1
-1/+1
[prev]
[next]