summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding versionadded to several new functions in unittest documentation.Michael Foord2010-04-261-0/+8
* Remove unused importAntoine Pitrou2010-04-261-1/+0
* Hopefully fix sporadic Windows issue by avoiding calling getpeername()Antoine Pitrou2010-04-261-12/+15
* Merged revisions 80507 via svnmerge fromAntoine Pitrou2010-04-261-1/+4
* Merged revisions 80503 via svnmerge fromR. David Murray2010-04-261-26/+33
* Ignore errors.Barry Warsaw2010-04-261-2/+2
* Bug 8527 - multiple compileall calls produce cascading __pycache__ directories.Barry Warsaw2010-04-263-1/+21
* Blocked revisions 80496 via svnmergeBenjamin Peterson2010-04-250-0/+0
* Blocked revisions 80492 via svnmergeBrett Cannon2010-04-250-0/+0
* Merged revisions 80480 via svnmerge fromAntoine Pitrou2010-04-251-6/+5
* Merged revisions 80484 via svnmerge fromAntoine Pitrou2010-04-253-12/+44
* condense conditionBenjamin Peterson2010-04-251-4/+1
* Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510).Matthias Klose2010-04-251-2/+2
* configure.in: Avoid autoconf warning: Assume C89 semantics thatMatthias Klose2010-04-253-43/+4
* add versionaddedBenjamin Peterson2010-04-251-0/+2
* configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE,Matthias Klose2010-04-252-473/+546
* Merged revisions 80476 via svnmerge fromMichael Foord2010-04-254-38/+67
* 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