summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* previous patch needs patch from issue #14330Matthias Klose2012-06-301-0/+2
* - merge branchesMatthias Klose2012-06-307-199/+428
|\
| * Whitespace.Stefan Krah2012-06-301-1/+1
| * Proactive reliability fix for broken FPUs: The base conversion functionsStefan Krah2012-06-305-198/+409
| * MergeAntoine Pitrou2012-06-302-2/+2
| |\
| * \ Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
| |\ \
| | * | Issue #9239: add tests for modifying zipfile comments in append mode.Antoine Pitrou2012-06-301-0/+18
| | * | MergedTim Golden2012-06-291-22/+15
| | |\ \
* | | | | - Issue #3754: Use readelf instead of ldd for the cross build readline checkdoko@ubuntu.com2012-06-304-6/+135
| |_|_|/ |/| | |
* | | | - check for libtinfo as a termcap librarydoko@ubuntu.com2012-06-302-2/+2
|/ / /
* | | Issue #15225: improve error message when hmac is passed a wrong key type.Antoine Pitrou2012-06-303-1/+14
* | | - Issue #3754: Some unrelated configure.ac cleanups.doko@ubuntu.com2012-06-302-7/+16
* | | - Issue #14324: use a linker test to check for profiling supportdoko@ubuntu.com2012-06-302-39/+38
* | | - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead ofdoko@ubuntu.com2012-06-302-168/+440
* | | - Issue #3754, refactor sys.platform / get_platform bits, use adoko@ubuntu.com2012-06-301-64/+59
* | | Update GzipFile docstring to mention gzip.open()'s new text-mode support.Nadeem Vawda2012-06-301-1/+1
* | | MergedTim Golden2012-06-291-23/+22
|\ \ \
| * \ \ Dummy merge from 3.2Tim Golden2012-06-290-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | Issue #1677: Handle better a race condition between the interactive interpret...Tim Golden2012-06-291-22/+15
| * | | Issue #1677: Handle better a race condition between the interactive interpret...Tim Golden2012-06-291-23/+22
* | | | urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
* | | | Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Better diagnose test failureAntoine Pitrou2012-06-291-2/+2
| |/
* | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-293-0/+23
|\ \ | |/
| * #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-293-0/+23
* | #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
|\ \ | |/
| * #9559: Don't call _pre_mailbox_hook more than oncePetri Lehtinen2012-06-291-2/+5
* | Check for all used fd-based functions in shutil.rmdir, closes #15218Hynek Schlawack2012-06-292-3/+9
* | urlparse docs clean up - no reference to earlier draftSenthil Kumaran2012-06-291-5/+5
|\ \ | |/
| * urlparse docs clean up - no reference to earlier draftSenthil Kumaran2012-06-291-5/+5
* | Issue #5067: improve some json error messages.Antoine Pitrou2012-06-285-12/+14
|\ \ | |/
| * Issue #5067: improve some json error messages.Antoine Pitrou2012-06-285-12/+14
* | Port tests from Issue #15219, and verify we don't have a reference leak.Amaury Forgeot d'Arc2012-06-281-6/+2
* | Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-283-1/+5
|\ \ | |/
| * Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-283-1/+5
* | #4489: Use dir_fd in rmdir in _rmtree_safe_fd()Hynek Schlawack2012-06-281-4/+8
* | #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-283-5/+46
|\ \ | |/
| * #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-283-5/+46
* | Merge.Eric V. Smith2012-06-282-3/+35
|\ \
| * | #4489: Don't follow ever symlinks in rmtreeHynek Schlawack2012-06-282-3/+35
* | | Use assertIsNone. Thanks Terry Reedy.Eric V. Smith2012-06-289-11/+11
|/ /
* | Remove dead codeVictor Stinner2012-06-271-36/+0
* | Avoid using scrdir, it's broken.Antoine Pitrou2012-06-271-2/+2
* | Fix bug in test_tools that prevented building is separate directory.Neil Schemenauer2012-06-271-1/+1
* | Changed importlib tests to use assertIs, assertIsInstance, etc., instead of j...Eric V. Smith2012-06-2714-58/+58
* | Issue #12605: Show information on more C frames within gdb backtracesDavid Malcolm2012-06-273-11/+200
* | Fix typo in shutil docHynek Schlawack2012-06-271-1/+1
* | Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2
|\ \ | |/
| * Flush stdout and stderr when running tests in parallelAntoine Pitrou2012-06-271-0/+2