| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 80480 via svnmerge from | Antoine Pitrou | 2010-04-25 | 1 | -6/+5 |
|
|
* | Merged revisions 80484 via svnmerge from | Antoine Pitrou | 2010-04-25 | 3 | -12/+44 |
|
|
* | condense condition | Benjamin Peterson | 2010-04-25 | 1 | -4/+1 |
|
|
* | Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510). | Matthias Klose | 2010-04-25 | 1 | -2/+2 |
|
|
* | configure.in: Avoid autoconf warning: Assume C89 semantics that | Matthias Klose | 2010-04-25 | 3 | -43/+4 |
|
|
* | add versionadded | Benjamin Peterson | 2010-04-25 | 1 | -0/+2 |
|
|
* | configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, | Matthias Klose | 2010-04-25 | 2 | -473/+546 |
|
|
* | Merged revisions 80476 via svnmerge from | Michael Foord | 2010-04-25 | 4 | -38/+67 |
|
|
* | configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ | Matthias Klose | 2010-04-25 | 2 | -3/+2 |
|
|
* | - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING | Matthias Klose | 2010-04-25 | 2 | -32/+32 |
|
|
* | Merged revisions 79786 via svnmerge from | Ezio Melotti | 2010-04-25 | 1 | -70/+72 |
|
|
* | Merged revisions 80150,80460-80461 via svnmerge from | Georg Brandl | 2010-04-25 | 3 | -6/+3 |
|
|
* | Porting commit 80458 to python 3 | Sean Reifscheider | 2010-04-25 | 1 | -5/+10 |
|
|
* | Issue #8524: When creating an SSL socket, the timeout value of the | Antoine Pitrou | 2010-04-24 | 3 | -11/+23 |
|
|
* | Merged revisions 80451-80452 via svnmerge from | Antoine Pitrou | 2010-04-24 | 4 | -22/+125 |
|
|
* | prevent the dict constructor from accepting non-string keyword args #8419 | Benjamin Peterson | 2010-04-24 | 7 | -2/+57 |
|
|
* | - Issue #8510: Update to autoconf2.65. | Matthias Klose | 2010-04-24 | 4 | -18942/+5142 |
|
|
* | Fix #5774. Change doc to reflect that some functions have defaults but not kw... | Brian Curtin | 2010-04-24 | 1 | -3/+3 |
|
|
* | Merged revisions 80443 via svnmerge from | Matthias Klose | 2010-04-24 | 3 | -96/+99 |
|
|
* | Merged revisions 80439 via svnmerge from | Brian Curtin | 2010-04-24 | 2 | -57/+132 |
|
|
* | Merged revisions 80434 via svnmerge from | Antoine Pitrou | 2010-04-24 | 1 | -16/+19 |
|
|
* | Note: I'm just merging in the additional test. | Antoine Pitrou | 2010-04-23 | 1 | -0/+18 |
|
|
* | Only the test is merged in. | Antoine Pitrou | 2010-04-23 | 1 | -0/+11 |
|
|
* | Fix test_undecodable_env of test_subproces for non-ASCII directory | Victor Stinner | 2010-04-23 | 1 | -2/+6 |
|
|
* | Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and | Victor Stinner | 2010-04-23 | 5 | -169/+123 |
|
|
* | Issue #8495: test_gdb uses replace error handler when decoding utf8 output | Victor Stinner | 2010-04-23 | 2 | -3/+3 |
|
|
* | Issue #8467: Pure Python implementation of subprocess encodes the error message | Victor Stinner | 2010-04-23 | 3 | -3/+27 |
|
|
* | added a note about the ignore_dangling_symlinks option | Tarek Ziadé | 2010-04-23 | 2 | -3/+4 |
|
|
* | make sure os.symlink presence is tested before running some shutil tests -- a... | Tarek Ziadé | 2010-04-23 | 1 | -56/+59 |
|
|
* | Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute | Victor Stinner | 2010-04-23 | 2 | -2/+49 |
|
|
* | Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames | Victor Stinner | 2010-04-23 | 2 | -2/+10 |
|
|
* | Port of issue8451 to python3: Syslog use sys.argv[0] for ident. | Sean Reifscheider | 2010-04-23 | 3 | -35/+159 |
|
|
* | Merged revisions 80392 via svnmerge from | Antoine Pitrou | 2010-04-23 | 3 | -18/+108 |
|
|
* | Merged revisions 80388 via svnmerge from | Georg Brandl | 2010-04-22 | 5 | -13/+48 |
|
|
* | Fix my previous commit (r80382) for wide build (unicodeobject.c) | Victor Stinner | 2010-04-22 | 1 | -2/+3 |
|
|
* | Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing | Victor Stinner | 2010-04-22 | 3 | -47/+93 |
|
|
* | Merged revisions 80375 via svnmerge from | Antoine Pitrou | 2010-04-22 | 1 | -0/+3 |
|
|
* | - Mention _posixsubprocess.c in Modules/Setup.dist | Matthias Klose | 2010-04-22 | 1 | -0/+1 |
|
|
* | Issue #8496: make mailcap.lookup() always return a list, rather than an itera... | Antoine Pitrou | 2010-04-22 | 2 | -1/+4 |
|
|
* | Fix mailcap.py built-in test. | Antoine Pitrou | 2010-04-22 | 1 | -4/+2 |
|
|
* | Merged revisions 80355 via svnmerge from | Martin v. Löwis | 2010-04-22 | 1 | -1/+1 |
|
|
* | Merged revisions 80362 via svnmerge from | Senthil Kumaran | 2010-04-22 | 3 | -11/+12 |
|
|
* | Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, | Victor Stinner | 2010-04-22 | 8 | -151/+104 |
|
|
* | Merged revisions 80357 via svnmerge from | Ezio Melotti | 2010-04-22 | 1 | -2/+2 |
|
|
* | Merged revisions 80350 via svnmerge from | Ezio Melotti | 2010-04-22 | 1 | -5/+0 |
|
|
* | Issue #8195: Fix a crash in sqlite Connection.create_collation() if the | Victor Stinner | 2010-04-22 | 3 | -5/+22 |
|
|
* | Fixing a note on encoding declaration, its usage in urlopen based on review | Senthil Kumaran | 2010-04-22 | 1 | -17/+24 |
|
|
* | Typo fixes. | Georg Brandl | 2010-04-22 | 1 | -7/+8 |
|
|
* | Fix indentation. | Georg Brandl | 2010-04-22 | 1 | -2/+2 |
|
|
* | Merged revisions 80336 via svnmerge from | Senthil Kumaran | 2010-04-22 | 1 | -5/+17 |
|
|