summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.3Andrew Kuchling2013-06-201-95/+162
|\
| * #4153: update Unicode howto for Python 3.3Andrew Kuchling2013-06-201-95/+162
* | merge from 3.3Senthil Kumaran2013-06-201-4/+18
|\ \ | |/
| * Add -b and -X options to python man page.Senthil Kumaran2013-06-201-4/+18
* | Merge: Tweak programming faq examples so that it (mostly) passes doctest.R David Murray2013-06-191-18/+19
|\ \ | |/
| * Tweak programming faq examples so that it (mostly) passes doctest.R David Murray2013-06-191-18/+19
* | merge 3.3 (#18248)Benjamin Peterson2013-06-193-2/+4
|\ \ | |/
| * fix libffi build on AIX (closes #18248)Benjamin Peterson2013-06-193-2/+4
* | Issue #18202: Fix minor bugs and cleanup test_source_encoding.py.Serhiy Storchaka2013-06-191-12/+13
|\ \ | |/
| * Issue #18202: Fix minor bugs and cleanup test_coding.py.Serhiy Storchaka2013-06-191-17/+15
* | mergeBrett Cannon2013-06-193-1/+10
|\ \
| * \ fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-1/+3
| |\ \ | | |/
| | * fixed libffi on PPC without __NO_FPRS__Christian Heimes2013-06-191-1/+3
| | * merge headsChristian Heimes2013-06-193-0/+7
| | |\
| * | \ merge headsChristian Heimes2013-06-194-1/+7
| |\ \ \
| * \ \ \ Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-192-0/+7
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-192-0/+7
* | | | | Issue #17177: Clarify some deprecationsBrett Cannon2013-06-191-3/+11
| |_|/ / |/| | |
* | | | Fix compilation warning with gcc 4.8 (unused typedef)Antoine Pitrou2013-06-181-1/+0
* | | | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-183-0/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-183-0/+7
| |/
* | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-184-2/+8
|\ \ | |/
| * Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-184-2/+8
* | Grammar tweakBrett Cannon2013-06-171-1/+1
* | Issue #17222: fix a mix-up in some exception messages.Brett Cannon2013-06-171-2/+2
* | (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
|\ \ | |/
| * test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
* | (Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()Victor Stinner2013-06-171-0/+1
|\ \ | |/
| * ctypes: AIX needs an explicit #include <alloca.h> to get alloca()Victor Stinner2013-06-171-0/+1
* | (Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIXVictor Stinner2013-06-171-0/+4
|\ \ | |/
| * Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIXVictor Stinner2013-06-171-0/+4
* | Issue #18228: Use locale.setlocale(name, None) instead ofVictor Stinner2013-06-171-2/+2
* | Issue #18228: Fix locale test of test.regrtest.saved_test_environmentVictor Stinner2013-06-171-2/+3
* | (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler mo...Victor Stinner2013-06-171-1/+1
|\ \ | |/
| * regrtest.py: Fix another typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-1/+1
* | (Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
|\ \ | |/
| * regrtest.py: Fix typo in the usage of the faulthandler moduleVictor Stinner2013-06-171-3/+3
* | merge headsChristian Heimes2013-06-173-0/+35
|\ \
| * \ Merge headsSerhiy Storchaka2013-06-172-2/+19
| |\ \
| * \ \ Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-173-0/+35
| |\ \ \ | | | |/ | | |/|
| | * | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-173-0/+35
* | | | Issue #18147: Add diagnostic functions to ssl.SSLContext().Christian Heimes2013-06-174-17/+212
| |_|/ |/| |
* | | Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore secondsChristian Heimes2013-06-172-2/+19
|/ /
* | Issue #18223: Refactor test_tarfile.Serhiy Storchaka2013-06-172-383/+347
|\ \ | |/
| * Issue #18223: Refactor test_tarfile.Serhiy Storchaka2013-06-172-381/+345
* | documentation suggesting something which doesn't existBrett Cannon2013-06-161-2/+1
* | Merge doc/argument name fixBrett Cannon2013-06-162-3/+3
|\ \ | |/
| * mergeBrett Cannon2013-06-169-33/+90
| |\
| * | Fix a misnaming of a method and an argumentBrett Cannon2013-06-163-1074/+1074
* | | Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-166-3554/+3611