summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #8380: Port gdb/libpython to 3.x.Martin v. Löwis2010-04-213-166/+292
* Merged revisions 80322 via svnmerge fromMatthias Klose2010-04-212-2/+5
* Merged revisions 80320 via svnmerge fromMatthias Klose2010-04-211-1/+1
* Merged revisions 80314-80315 via svnmerge fromAntoine Pitrou2010-04-215-1/+70
* Update NEWS file accoding to my last patch (r80311 about gdb)Victor Stinner2010-04-211-2/+3
* Adapt libpython.py and test_gdb.py to Python3Victor Stinner2010-04-212-12/+12
* Merged revisions 80306 via svnmerge fromTarek Ziadé2010-04-211-3/+2
* fixed typoTarek Ziadé2010-04-211-1/+1
* Merged revisions 80301 via svnmerge fromMartin v. Löwis2010-04-211-0/+3
* Merged revisions 79986-79987,80156 via svnmerge fromMartin v. Löwis2010-04-213-91/+121
* Merged revisions 80298 via svnmerge fromRonald Oussoren2010-04-211-1/+1
* Merged revisions 80144 via svnmerge fromR. David Murray2010-04-212-0/+13
* Rework delta_divmod to avoid use of PyTuple_SetItem.Mark Dickinson2010-04-201-5/+8
* Fix memory leak.Mark Dickinson2010-04-201-3/+2
* Issue #2706: Add support for dividing a timedelta by another timedelta.Mark Dickinson2010-04-204-6/+224