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
*
Merge from 3.3
Andrew Kuchling
2013-06-20
1
-95/+162
|
\
|
*
#4153: update Unicode howto for Python 3.3
Andrew Kuchling
2013-06-20
1
-95/+162
*
|
merge from 3.3
Senthil Kumaran
2013-06-20
1
-4/+18
|
\
\
|
|
/
|
*
Add -b and -X options to python man page.
Senthil Kumaran
2013-06-20
1
-4/+18
*
|
Merge: Tweak programming faq examples so that it (mostly) passes doctest.
R David Murray
2013-06-19
1
-18/+19
|
\
\
|
|
/
|
*
Tweak programming faq examples so that it (mostly) passes doctest.
R David Murray
2013-06-19
1
-18/+19
*
|
merge 3.3 (#18248)
Benjamin Peterson
2013-06-19
3
-2/+4
|
\
\
|
|
/
|
*
fix libffi build on AIX (closes #18248)
Benjamin Peterson
2013-06-19
3
-2/+4
*
|
Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.
Serhiy Storchaka
2013-06-19
1
-12/+13
|
\
\
|
|
/
|
*
Issue #18202: Fix minor bugs and cleanup test_coding.py.
Serhiy Storchaka
2013-06-19
1
-17/+15
*
|
merge
Brett Cannon
2013-06-19
3
-1/+10
|
\
\
|
*
\
fixed libffi on PPC without __NO_FPRS__
Christian Heimes
2013-06-19
1
-1/+3
|
|
\
\
|
|
|
/
|
|
*
fixed libffi on PPC without __NO_FPRS__
Christian Heimes
2013-06-19
1
-1/+3
|
|
*
merge heads
Christian Heimes
2013-06-19
3
-0/+7
|
|
|
\
|
*
|
\
merge heads
Christian Heimes
2013-06-19
4
-1/+7
|
|
\
\
\
|
*
\
\
\
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
2
-0/+7
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
2
-0/+7
*
|
|
|
|
Issue #17177: Clarify some deprecations
Brett Cannon
2013-06-19
1
-3/+11
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Fix compilation warning with gcc 4.8 (unused typedef)
Antoine Pitrou
2013-06-18
1
-1/+0
*
|
|
|
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
3
-0/+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.
Antoine Pitrou
2013-06-18
3
-0/+7
|
|
/
*
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
4
-2/+8
|
\
\
|
|
/
|
*
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
4
-2/+8
*
|
Grammar tweak
Brett Cannon
2013-06-17
1
-1/+1
*
|
Issue #17222: fix a mix-up in some exception messages.
Brett Cannon
2013-06-17
1
-2/+2
*
|
(Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()
Victor Stinner
2013-06-17
1
-5/+5
|
\
\
|
|
/
|
*
test_faulthandler: use _sigsegv() instead of _read_null()
Victor Stinner
2013-06-17
1
-5/+5
*
|
(Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
|
\
\
|
|
/
|
*
ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
*
|
(Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
Victor Stinner
2013-06-17
1
-0/+4
|
\
\
|
|
/
|
*
Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
Victor Stinner
2013-06-17
1
-0/+4
*
|
Issue #18228: Use locale.setlocale(name, None) instead of
Victor Stinner
2013-06-17
1
-2/+2
*
|
Issue #18228: Fix locale test of test.regrtest.saved_test_environment
Victor Stinner
2013-06-17
1
-2/+3
*
|
(Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler mo...
Victor Stinner
2013-06-17
1
-1/+1
|
\
\
|
|
/
|
*
regrtest.py: Fix another typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-1/+1
*
|
(Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-3/+3
|
\
\
|
|
/
|
*
regrtest.py: Fix typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-3/+3
*
|
merge heads
Christian Heimes
2013-06-17
3
-0/+35
|
\
\
|
*
\
Merge heads
Serhiy Storchaka
2013-06-17
2
-2/+19
|
|
\
\
|
*
\
\
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
3
-0/+35
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
Serhiy Storchaka
2013-06-17
3
-0/+35
*
|
|
|
Issue #18147: Add diagnostic functions to ssl.SSLContext().
Christian Heimes
2013-06-17
4
-17/+212
|
|
_
|
/
|
/
|
|
*
|
|
Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds
Christian Heimes
2013-06-17
2
-2/+19
|
/
/
*
|
Issue #18223: Refactor test_tarfile.
Serhiy Storchaka
2013-06-17
2
-383/+347
|
\
\
|
|
/
|
*
Issue #18223: Refactor test_tarfile.
Serhiy Storchaka
2013-06-17
2
-381/+345
*
|
documentation suggesting something which doesn't exist
Brett Cannon
2013-06-16
1
-2/+1
*
|
Merge doc/argument name fix
Brett Cannon
2013-06-16
2
-3/+3
|
\
\
|
|
/
|
*
merge
Brett Cannon
2013-06-16
9
-33/+90
|
|
\
|
*
|
Fix a misnaming of a method and an argument
Brett Cannon
2013-06-16
3
-1074/+1074
*
|
|
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon
2013-06-16
6
-3554/+3611
[next]