summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed gettext module for Windows. The metadata lines always end in \n and not...Christian Heimes2007-10-312-1/+2
* make sure to write bytes instead of strings to underlying socket channelBill Janssen2007-10-301-6/+6
* remove ord() calls on what are now integers rather than charactersBill Janssen2007-10-301-7/+7
* Fix typo.Georg Brandl2007-10-301-1/+1
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-303-10/+20
* Patch 1341 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-291-3/+5
* fix typoFred Drake2007-10-291-1/+1
* Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes,Guido van Rossum2007-10-291-1/+4
* URLError now takes only a single parameter. This was causingNeal Norwitz2007-10-271-2/+2
* Get a bunch of tests working on Mac OS. I suspect that a bunch of theNeal Norwitz2007-10-271-1/+1
* Get test_email to pass. There is a problem reading the data file andNeal Norwitz2007-10-271-1/+1
* Sort the method lists for str8 and bytes so differences are more apparent.Guido van Rossum2007-10-261-12/+10
* Delete test_str.py. There's not much there I care about, and it is confusedGuido van Rossum2007-10-261-66/+0
* Patch 1335 by Christian Heimes.Guido van Rossum2007-10-261-2/+0
* Patch 1330 by Christian Heimes (with some TLC applied by myself).Guido van Rossum2007-10-261-14/+4
* Patch # 1331 by Christian Heimes.Guido van Rossum2007-10-267-15/+25
* Patch # 1302 by Christian Heimes (with some love from me :-).Guido van Rossum2007-10-251-0/+9
* Patch # 1323 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-252-9/+23
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-252-86/+1
* Remove a test case which is no longer valid.Georg Brandl2007-10-241-1/+1
* Make test_locale pass by removing tests that were designed to handleGuido van Rossum2007-10-241-39/+0
* A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.Thomas Heller2007-10-241-0/+18
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-2414-70/+75
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-2410-56/+58
* Patch #1071: Improve unicode.translate() so that you can pass unicodeGeorg Brandl2007-10-231-1/+3
* #1061 (mainly by Thomas Wouters): use weak sets for abc caches.Georg Brandl2007-10-232-4/+110
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-228-193/+161
* In followup to #1310: Remove more exception indexing.Georg Brandl2007-10-222-6/+7
* Fix exception indexing.Georg Brandl2007-10-221-1/+1
* Issue 1267, continued.Guido van Rossum2007-10-221-0/+17
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-193-18/+19
* Patch 1280, by Alexandre Vassalotti.Guido van Rossum2007-10-198-25/+34
* Merge 58539: squelch the warning that this test is intended to raise.Gregory P. Smith2007-10-191-2/+7
* Merge 58532, 58533, 58534: bsddb.dbtables bug fixes - don't allow null bytesGregory P. Smith2007-10-181-13/+14
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-1672-155/+158
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-162-10/+244
* Make the docstring for io.open() a raw string so that the explanation for theBrett Cannon2007-10-151-1/+1
* Finish bug fix applied at 58398. I missed a piece, Tal Einat found the error.Kurt B. Kaiser2007-10-151-1/+1
* Fix yet another stray 2.x-ism (maybe merged?).Guido van Rossum2007-10-151-2/+1
* Make it possible to run this test stand-alone.Guido van Rossum2007-10-151-0/+3
* Merge 58450: fix uncollectable reference caused by bsddb.db.DBShelf.appendGregory P. Smith2007-10-131-2/+19
* Make _load_testfile() use its encoding argument when __loader__ is defined.Brett Cannon2007-10-121-1/+2
* Merge r58434:Gregory P. Smith2007-10-122-23/+79
* Remove self-referential import.Brett Cannon2007-10-111-2/+1
* remove hotshot profiler from Py3kFred Drake2007-10-115-524/+0
* Two changes that are definitely problem-free and avoid calling print()Guido van Rossum2007-10-102-6/+4
* Random changes having to do with readline() and bytes.Guido van Rossum2007-10-101-25/+14
* the default class attr is needed!Kurt B. Kaiser2007-10-101-0/+1
* Don't depend on str8.splitlines() in test_chunkcoding().Guido van Rossum2007-10-101-2/+8
* Windows EOL sequence not converted correctly, encoding error.Kurt B. Kaiser2007-10-092-4/+13