summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/Matthias Klose2010-04-252-3/+2
* - configure.in: Replace AC_HELP_STRING with AS_HELP_STRINGMatthias Klose2010-04-252-32/+32
* Merged revisions 79786 via svnmerge fromEzio Melotti2010-04-251-70/+72
* Merged revisions 80150,80460-80461 via svnmerge fromGeorg Brandl2010-04-253-6/+3
* Porting commit 80458 to python 3Sean Reifscheider2010-04-251-5/+10
* Issue #8524: When creating an SSL socket, the timeout value of theAntoine Pitrou2010-04-243-11/+23
* Merged revisions 80451-80452 via svnmerge fromAntoine Pitrou2010-04-244-22/+125
* prevent the dict constructor from accepting non-string keyword args #8419Benjamin Peterson2010-04-247-2/+57
* - Issue #8510: Update to autoconf2.65.Matthias Klose2010-04-244-18942/+5142
* Fix #5774. Change doc to reflect that some functions have defaults but not kw...Brian Curtin2010-04-241-3/+3
* Merged revisions 80443 via svnmerge fromMatthias Klose2010-04-243-96/+99
* Merged revisions 80439 via svnmerge fromBrian Curtin2010-04-242-57/+132
* Merged revisions 80434 via svnmerge fromAntoine Pitrou2010-04-241-16/+19
* Note: I'm just merging in the additional test.Antoine Pitrou2010-04-231-0/+18
* Only the test is merged in.Antoine Pitrou2010-04-231-0/+11
* Fix test_undecodable_env of test_subproces for non-ASCII directoryVictor Stinner2010-04-231-2/+6
* Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates andVictor Stinner2010-04-235-169/+123
* Issue #8495: test_gdb uses replace error handler when decoding utf8 outputVictor Stinner2010-04-232-3/+3
* Issue #8467: Pure Python implementation of subprocess encodes the error messageVictor Stinner2010-04-233-3/+27
* added a note about the ignore_dangling_symlinks optionTarek Ziadé2010-04-232-3/+4
* make sure os.symlink presence is tested before running some shutil tests -- a...Tarek Ziadé2010-04-231-56/+59
* Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't executeVictor Stinner2010-04-232-2/+49
* Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenamesVictor Stinner2010-04-232-2/+10
* Port of issue8451 to python3: Syslog use sys.argv[0] for ident.Sean Reifscheider2010-04-233-35/+159
* Merged revisions 80392 via svnmerge fromAntoine Pitrou2010-04-233-18/+108
* Merged revisions 80388 via svnmerge fromGeorg Brandl2010-04-225-13/+48
* Fix my previous commit (r80382) for wide build (unicodeobject.c)Victor Stinner2010-04-221-2/+3
* Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producingVictor Stinner2010-04-223-47/+93
* Merged revisions 80375 via svnmerge fromAntoine Pitrou2010-04-221-0/+3
* - Mention _posixsubprocess.c in Modules/Setup.distMatthias Klose2010-04-221-0/+1
* Issue #8496: make mailcap.lookup() always return a list, rather than an itera...Antoine Pitrou2010-04-222-1/+4
* Fix mailcap.py built-in test.Antoine Pitrou2010-04-221-4/+2
* Merged revisions 80355 via svnmerge fromMartin v. Löwis2010-04-221-1/+1
* Merged revisions 80362 via svnmerge fromSenthil Kumaran2010-04-223-11/+12
* Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,Victor Stinner2010-04-228-151/+104
* Merged revisions 80357 via svnmerge fromEzio Melotti2010-04-221-2/+2
* Merged revisions 80350 via svnmerge fromEzio Melotti2010-04-221-5/+0
* Issue #8195: Fix a crash in sqlite Connection.create_collation() if theVictor Stinner2010-04-223-5/+22
* Fixing a note on encoding declaration, its usage in urlopen based on reviewSenthil Kumaran2010-04-221-17/+24
* Typo fixes.Georg Brandl2010-04-221-7/+8
* Fix indentation.Georg Brandl2010-04-221-2/+2
* Merged revisions 80336 via svnmerge fromSenthil Kumaran2010-04-221-5/+17
* #7347 entry got entered in the wrong spot.Brian Curtin2010-04-221-3/+3
* Fix verb tense in skip message.R. David Murray2010-04-221-1/+1
* Add a note about #7347.Brian Curtin2010-04-221-0/+3
* Merged revisions 80155 via svnmerge fromR. David Murray2010-04-221-0/+2
* Port #7347 to py3k.Brian Curtin2010-04-213-38/+390
* Add myself to email, move 'windows' to Platforms where itR. David Murray2010-04-211-3/+3
* Add myself to ssl, although I'm not a de facto maintainer or expertAntoine Pitrou2010-04-211-1/+1
* Merged revisions 80325 via svnmerge fromAntoine Pitrou2010-04-213-16/+10