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
*
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
|
|
\
\
|
|
|
/
|
|
*
Issue #13645: fix test_import failure when run immediately after test_coding.
Antoine Pitrou
2011-12-21
1
-1/+2
|
*
|
Docs and News update for Issue13620. Chrome support in webbrowser.py
Senthil Kumaran
2011-12-21
2
-41/+52
|
*
|
Issue 13620 - Support chrome browser in webbrowser.py module.
Senthil Kumaran
2011-12-21
1
-0/+17
|
*
|
Issue #13597: Fix the documentation of the "-u" command-line option, and word...
Antoine Pitrou
2011-12-21
2
-4/+9
|
|
\
\
|
|
|
/
|
|
*
Issue #13597: Fix the documentation of the "-u" command-line option, and word...
Antoine Pitrou
2011-12-21
2
-4/+9
|
*
|
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...
Antoine Pitrou
2011-12-21
6
-3/+72
|
*
|
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
4
-38/+151
|
|
\
\
|
|
|
/
|
|
*
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
4
-38/+151
|
*
|
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
Antoine Pitrou
2011-12-21
4
-1/+25
*
|
|
4 space indentation
Benjamin Peterson
2011-12-20
1
-13/+13
*
|
|
fix spacing around switch statements
Benjamin Peterson
2011-12-20
1
-23/+22
|
/
/
*
|
merge 3.2
Benjamin Peterson
2011-12-20
1
-1/+5
|
\
\
|
|
/
|
*
fix possible if unlikely leak
Benjamin Peterson
2011-12-20
1
-1/+5
*
|
merge 3.2
Benjamin Peterson
2011-12-20
1
-2/+2
|
\
\
|
|
/
|
*
note the blinding speed of these functions
Benjamin Peterson
2011-12-20
1
-2/+2
*
|
Merge
Antoine Pitrou
2011-12-20
1
-11/+8
|
\
\
|
*
\
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
Charles-François Natali
2011-12-20
1
-11/+8
|
|
\
\
|
|
|
/
|
|
*
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
Charles-François Natali
2011-12-20
1
-11/+8
*
|
|
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...
Antoine Pitrou
2011-12-20
4
-11/+85
|
/
/
*
|
Fix for buggy test
Antoine Pitrou
2011-12-20
1
-0/+1
*
|
Issue #13634: Add support for querying and disabling SSL compression.
Antoine Pitrou
2011-12-20
6
-0/+83
*
|
merge 3.2
Benjamin Peterson
2011-12-19
1
-5/+5
|
\
\
|
|
/
|
*
don't mention implementation detail
Benjamin Peterson
2011-12-19
1
-5/+5
*
|
backout 7876cd49300d: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum
Victor Stinner
2011-12-19
1
-4/+3
*
|
(bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.or...
Giampaolo Rodola'
2011-12-19
1
-1/+4
*
|
_Py_fopen now allows bytes filenames under non-Windows platforms.
Antoine Pitrou
2011-12-19
1
-2/+2
*
|
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
Antoine Pitrou
2011-12-19
6
-1/+76
*
|
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
Antoine Pitrou
2011-12-19
2
-0/+66
|
\
\
|
|
/
|
*
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
Antoine Pitrou
2011-12-19
2
-0/+66
[next]