summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to fix some of the failing tests on Win64. PY_SSIZE_T_MAX (8 bytes)Neal Norwitz2007-10-261-1/+1
* Add a missing news entry about how str8's constructor signature now matches theBrett Cannon2007-10-261-0/+2
* 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-252-12/+48
* 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-255-255/+4
* Remove a test case which is no longer valid.Georg Brandl2007-10-241-1/+1
* Fix a refleak for `filename', introduced in rev. 58466.Georg Brandl2007-10-241-4/+0
* Fix a broken format in a PyErr_Format() call: %lx is not supported.Guido van Rossum2007-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-242-1/+19
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-2415-75/+215
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-2414-108/+106
* Patch #1314 by Christian Heimes.Guido van Rossum2007-10-231-3/+2
* #1316: remove redundant PyLong_Check calls when PyInt_Check was already called.Georg Brandl2007-10-237-31/+24
* Remove duplicate entry for PyObject_AsFileDescriptor.Georg Brandl2007-10-232-6/+7
* Remove redundant PyInt/PyLong checks.Georg Brandl2007-10-231-9/+2
* Update Pygments version from externals.Georg Brandl2007-10-231-1/+1
* Update w.r.t. PEP 3137.Georg Brandl2007-10-231-176/+54
* Patch #1071: Improve unicode.translate() so that you can pass unicodeGeorg Brandl2007-10-233-6/+52
* #1061 (mainly by Thomas Wouters): use weak sets for abc caches.Georg Brandl2007-10-234-17/+133
* Patch 1304, by Amaury Forgeot d'Arc.Guido van Rossum2007-10-223-3/+33
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-2211-205/+169
* In followup to #1310: Remove more exception indexing.Georg Brandl2007-10-223-7/+9
* ssue 1309: fix by Christian Heimes to be able to build on Windows.Guido van Rossum2007-10-221-1/+4
* Fix exception indexing.Georg Brandl2007-10-221-1/+1
* Issue 1267, continued.Guido van Rossum2007-10-2212-63/+93
* Make sure the malloc'ed string has space for the null byte.Brett Cannon2007-10-211-1/+1
* Fix PyTokenizer_FindEncoding() for OS X 10.4. Turns out that seeking to theBrett Cannon2007-10-201-4/+11
* Fix a memory leak caused by PyTokenizer_FindEncoding() returning a char * thatBrett Cannon2007-10-201-3/+8
* Plug a memory leak where a struct tok_state was not being freed.Brett Cannon2007-10-201-3/+11
* Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-)Guido van Rossum2007-10-201-1/+1
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-1911-31/+175
* Patch 1280, by Alexandre Vassalotti.Guido van Rossum2007-10-199-51/+43
* This is the uncontroversial half of patch 1263 by Thomas Lee:Guido van Rossum2007-10-192-13/+17
* 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-1677-217/+171
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-1612-1079/+1595
* Fix a small typo in the comment of unicode_default_encoding[].Alexandre Vassalotti2007-10-161-1/+1
* Make the docstring for io.open() a raw string so that the explanation for theBrett Cannon2007-10-151-1/+1