summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* Merge the rest of the trunk.Thomas Wouters2006-06-0810-134/+699
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-0832-596/+529
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-2771-1251/+3513
* Add empty __init__ methods for stateful multibytecodec instances.Hye-Shik Chang2006-04-211-4/+28
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2184-5815/+8668
* Merge trunk up to 43069, putting re.py back and hopefully making the branchThomas Wouters2006-04-211-2/+4
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-217-61/+87
* Get rid of remnants of integer divisionNeal Norwitz2006-03-244-14/+3
* Finish getting rid of statichere/staticforwardNeal Norwitz2006-03-227-23/+23
* Remove staticforward and statichereNeal Norwitz2006-03-221-3/+3
* Remove PyArg_NoArgs() and PyArg_GetInt()Neal Norwitz2006-03-171-2/+0
* Get rid of xreadlines() (methods).Neal Norwitz2006-03-171-8/+0
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-151-33/+2
* Try to avoid many of the compiler warnings when compiling libffi byThomas Heller2006-03-141-3/+3
* Cast an Py_ssize_t to int, to avoid a compiler warning.Thomas Heller2006-03-141-2/+2
* Integrate patch from Neal Norwitz. He writes:Thomas Heller2006-03-143-56/+60
* Fix and test (manually w/xx module) passing NULLs to PyObject_Str() andNeal Norwitz2006-03-141-0/+14
* Bug #1448490: Fix a bug that ISO-2022 codecs could not handleHye-Shik Chang2006-03-131-1/+1
* merged with cElementTree development trunk (1.0.6 snapshot):Fredrik Lundh2006-03-121-32/+60
* Fix another leak in bsddb, and avoid use of uninitialized value -- funny howThomas Wouters2006-03-121-1/+2
* Adjust CJK Ideograph range to Unicode 4.1.Martin v. Löwis2006-03-111-13/+12
* Fix refcounting bug.Martin v. Löwis2006-03-101-0/+1
* Avoid forward-declaring the methods array.Martin v. Löwis2006-03-101-52/+53
* Um, I thought I'd already checked this in.Guido van Rossum2006-03-101-27/+4
* Update Unicode database to Unicode 4.1.Martin v. Löwis2006-03-093-12495/+16107
* Try to be a bit more consistent on all platforms:Neal Norwitz2006-03-091-1/+2
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-08108-0/+43876
* typoGeorg Brandl2006-03-081-1/+1
* Fix logic error and DECREF reported by Coverity.Neal Norwitz2006-03-081-4/+4
* Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful ofThomas Wouters2006-03-081-65/+73
* Reformulate 42903 using an if statement.Martin v. Löwis2006-03-071-35/+31
* _hotshot hotshot_profiler(): If write_header() returnedTim Peters2006-03-071-1/+3
* Fix bug introduced in rev. 42884.Georg Brandl2006-03-071-3/+5
* Checking in the code for PEP 357.Guido van Rossum2006-03-073-35/+34
* SF #1444030: Fix several potential defects found by Coverity.Hye-Shik Chang2006-03-073-4/+10
* Add additional missing checks for return vals of PyTuple_New().Georg Brandl2006-03-071-66/+65
* Fix gcc 4.0.x warning about use of uninitialized value.Thomas Wouters2006-03-071-1/+1
* Coverity found bug: test result of PyTuple_New() against NULL before use.Thomas Wouters2006-03-071-6/+6
* Coverity found refleak: need to free 'v' after calling Tkinter_Error().Thomas Wouters2006-03-071-2/+5
* Coverity-found bug: don't use temp->next *before* checking it for NULL. AlsoThomas Wouters2006-03-071-2/+4
* Bug #1432525: os.listdir now releases the GIL while callingGeorg Brandl2006-03-071-3/+15
* Change int to Py_ssize_t in several places.Martin v. Löwis2006-03-071-4/+4
* Don't DECREF a borrowed reference.Thomas Wouters2006-03-071-1/+0
* SF patch #1443865; gc.get_count() added and optional argument 'generation'Barry Warsaw2006-03-071-5/+34
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-075-2/+12
* Fix warnings on x86 (32-bit) and support Win64.Neal Norwitz2006-03-061-2/+15
* Check NULL if Py_InitModule fails.Hye-Shik Chang2006-03-061-1/+2
* Make PyGC_Collect() use Py_ssize_t.Neal Norwitz2006-03-041-11/+11
* - Modernize code to use Py_ssize_t more intensively.Hye-Shik Chang2006-03-0418-168/+131
* Explain why we use the unsigned int format for a signed int variable.Thomas Wouters2006-03-021-0/+4