summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-0677-880/+984
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-062-7/+177
* Fixed bug #1384 Windows fix for inspect testsChristian Heimes2007-11-061-12/+20
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-052-6/+37
* Disabled test_sys_path_with_unicode for nowChristian Heimes2007-11-042-5/+4
* Patch 1171 by mfenniak -- allow subclassing of bytes.Guido van Rossum2007-11-031-2/+81
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-025-23/+44
* Patch 1373 by Adam Hupp.Guido van Rossum2007-11-021-56/+20
* Removed non ASCII text from test as requested by Guido.Christian Heimes2007-11-011-4/+5
* Fixes issue1371 and reenables those tests.Gregory P. Smith2007-11-012-20/+38
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-0146-470/+4072
* Added unit test for bug http://bugs.python.org/issue1293Christian Heimes2007-11-011-1/+11
* Fixed unit tests for os.environ. Some of the tests didn't test at all because...Christian Heimes2007-11-012-8/+48
* Oh, I missed the output part of the test ...Christian Heimes2007-10-311-2/+2
* Fixed test_dumbdbmChristian Heimes2007-10-311-2/+5
* 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