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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ported some test cases from 2.7 for #11638
Jason R. Coombs
2011-12-26
1
-2/+21
*
merge with 3.2
Georg Brandl
2011-12-25
1
-7/+7
|
\
|
*
I do not think we will ever have auto-indent at the prompt, that is for IPyth...
Georg Brandl
2011-12-25
1
-7/+7
*
|
merge with 3.2
Sandro Tosi
2011-12-25
1
-1/+1
|
\
\
|
|
/
|
*
use list() to wrap range() in itertools.permutations() example; thanks to Rom...
Sandro Tosi
2011-12-25
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2011-12-25
1
-1/+1
|
\
\
|
|
/
|
*
fix "Title underline too short" sphinx warning
Sandro Tosi
2011-12-25
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2011-12-25
1
-1/+1
|
\
\
|
|
/
|
*
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
Sandro Tosi
2011-12-25
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2011-12-25
1
-1/+1
|
\
\
|
|
/
|
*
fix to sent/send typo
Sandro Tosi
2011-12-25
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2011-12-25
1
-1/+1
|
\
\
|
|
/
|
*
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
Sandro Tosi
2011-12-25
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2011-12-24
1
-1/+1
|
\
\
|
|
/
|
*
point IronPython to ironpython.net; thanks to Lazar Pancic from docs@
Sandro Tosi
2011-12-24
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2011-12-24
1
-1/+1
|
\
\
|
|
/
|
*
fix Rather that/Rather than; thanks to Reuben Thomas from docs@
Sandro Tosi
2011-12-24
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2011-12-24
1
-1/+1
|
\
\
|
|
/
|
*
remove spurious dot from string formatting example; thanks to Anthon van der ...
Sandro Tosi
2011-12-24
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2011-12-24
1
-3/+3
|
\
\
|
|
/
|
*
correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-d...
Sandro Tosi
2011-12-24
1
-3/+3
*
|
Issue #13632: Update token documentation to reflect actual token types
Meador Inge
2011-12-24
1
-1/+2
|
\
\
|
|
/
|
*
Issue #13632: Update token documentation to reflect actual token types
Meador Inge
2011-12-24
1
-1/+2
*
|
merge 3.2
Benjamin Peterson
2011-12-24
1
-2/+2
|
\
\
|
|
/
|
*
parameter_list was meant here
Benjamin Peterson
2011-12-24
1
-1/+1
|
*
kill superfluous 'comprehension' case (closes #13658)
Benjamin Peterson
2011-12-24
1
-1/+1
*
|
Add whatsnew items
Antoine Pitrou
2011-12-23
1
-0/+12
*
|
Issue #13565: Increase multiprocessing's server socket backlog, to avoid
Charles-François Natali
2011-12-23
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13565: Increase multiprocessing's server socket backlog, to avoid
Charles-François Natali
2011-12-23
1
-1/+1
*
|
Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson.
Charles-François Natali
2011-12-23
2
-16/+10
*
|
Issue #13577: Built-in methods and functions now have a __qualname__.
Antoine Pitrou
2011-12-23
5
-7/+73
*
|
merge from 3.2. Minor code style improvements in http.server suggested in Is...
Senthil Kumaran
2011-12-23
1
-6/+3
|
\
\
|
|
/
|
*
Minor code style improvements in http.server suggested in Issue13294.
Senthil Kumaran
2011-12-23
1
-6/+3
*
|
merge from 3.2. News update.
Senthil Kumaran
2011-12-23
1
-0/+2
|
\
\
|
|
/
|
*
News entry for Issue12798
Senthil Kumaran
2011-12-23
1
-0/+2
*
|
Merge changes from 3.2
Senthil Kumaran
2011-12-23
1
-43/+59
|
\
\
|
|
/
|
*
Issue12798 - Update mimetypes documentation. Correct the doc section where
Senthil Kumaran
2011-12-23
1
-43/+59
*
|
Forgot the data file for Diffie-Hellman tests.
Antoine Pitrou
2011-12-22
1
-0/+9
*
|
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou
2011-12-22
7
-6/+103
*
|
Merge with 3.2.
Ross Lagerwall
2011-12-22
0
-0/+0
|
\
\
|
|
/
|
*
Don't redefine _GNU_SOURCE if it's already defined.
Ross Lagerwall
2011-12-22
1
-2/+2
*
|
Merge with 3.2 for #11006.
Ross Lagerwall
2011-12-22
2
-6/+2
|
\
\
|
|
/
|
*
Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
Ross Lagerwall
2011-12-22
2
-6/+2
*
|
fix PyCompactUnicodeObject doc (test)
Victor Stinner
2011-12-22
1
-1/+1
*
|
Merge
Michael Foord
2011-12-22
3
-4/+25
|
\
\
|
|
/
|
*
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...
Michael Foord
2011-12-22
3
-4/+25
*
|
merge heads
Benjamin Peterson
2011-12-21
18
-171/+371
|
\
\
|
*
\
Use context managers in test_ssl to simplify test writing.
Antoine Pitrou
2011-12-21
1
-83/+43
|
|
\
\
|
|
|
/
|
|
*
Use context managers in test_ssl to simplify test writing.
Antoine Pitrou
2011-12-21
1
-68/+35
|
*
|
Issue #13645: fix test_import failure when run immediately after test_coding.
Antoine Pitrou
2011-12-21
1
-1/+2
|
|
\
\
|
|
|
/
[next]