summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change a variable to Py_ssize_t to silence a compiler warning (and because itBrett Cannon2007-11-061-1/+1
* Remove an unused local variable.Brett Cannon2007-11-061-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06148-3512/+2528
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-063-8/+186
* Fixed bug #1384 Windows fix for inspect testsChristian Heimes2007-11-061-12/+20
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-059-35/+95
* Applied patch #1379 with a minor tweak.Christian Heimes2007-11-041-2/+2
* Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success.Christian Heimes2007-11-043-5/+17
* Disabled test_sys_path_with_unicode for nowChristian Heimes2007-11-042-5/+4
* Re-add two paragraphs that seem to have been lost during the merge from trunk.Georg Brandl2007-11-031-4/+13
* Patch 1171 by mfenniak -- allow subclassing of bytes.Guido van Rossum2007-11-032-6/+92
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-0220-88/+142
* Fixes for issue 1752184, ensuring type objects are always createdGuido van Rossum2007-11-024-6/+15
* 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-013-21/+53
* Remove file that should have been removed during the merge.Georg Brandl2007-11-011-0/+0
* Add new directory "using". This should have been in the merge patch,Georg Brandl2007-11-013-0/+628
* Remove duplicate entry for PyObject_AsFileDescriptor. (Really, this time.)Georg Brandl2007-11-011-8/+0
* #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.Georg Brandl2007-11-0168-746/+805
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-0177-927/+5051
* 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 bug in _fileio.c and test_pep277. On Windows IOError.filename was not s...Christian Heimes2007-10-311-0/+4
* Fixed gettext module for Windows. The metadata lines always end in \n and not...Christian Heimes2007-10-312-1/+2
* Minor correction to the stdprinter object.Guido van Rossum2007-10-301-2/+4
* Patch 1352 (continued in issue 1329) by Christian Heimes.Guido van Rossum2007-10-304-1/+136
* 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-3010-31/+63
* Bug #1356: Avoid using the C99 keyword 'restrict'.Martin v. Löwis2007-10-291-4/+4
* 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-272-2/+2
* Get the locale and pwd tests working on the Solaris box where thereNeal Norwitz2007-10-272-4/+9
* Try to get this test to pass on Win64 by making clean for ssize_tNeal Norwitz2007-10-271-4/+6
* Get rid of more uses of string and use unicodeNeal Norwitz2007-10-277-21/+18
* Get test_email to pass. There is a problem reading the data file andNeal Norwitz2007-10-271-1/+1
* Use unicode in more places. Fixes a problem with str8 + str in test.Neal Norwitz2007-10-272-7/+11
* Sort the method lists for str8 and bytes so differences are more apparent.Guido van Rossum2007-10-263-157/+187
* Kill PyString_Encode(), which isn't used anywhere.Guido van Rossum2007-10-262-27/+8
* 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-262-3/+121
* Patch 1330 by Christian Heimes (with some TLC applied by myself).Guido van Rossum2007-10-262-17/+26
* Fix some Py_ssize_t warnings on Win64 that were probably bugsNeal Norwitz2007-10-262-4/+4