summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Patch #1550800: make exec a function.Georg Brandl2006-09-062-35/+4
* Get parsermodule working again after adding set literalsNeal Norwitz2006-08-291-4/+4
* Get rid of some more cases of backquotes. parsermodule.c doesn't compileNeal Norwitz2006-08-291-5/+0
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-0/+76
* Remove more '<>' usage.Brett Cannon2006-08-251-10/+10
* Remove more '<>' usage.Brett Cannon2006-08-251-1/+1
* Fix the datetime comparison conundrum.Guido van Rossum2006-08-241-86/+47
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-0/+2
* Fix test_gc failure by fixing the bug test_gc found: __del__ methods were noThomas Wouters2006-08-211-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-2128-299/+431
* And the gdbm module's test now passes again.Guido van Rossum2006-08-191-13/+33
* Fix this right for has_key(). This required adding tp_as_sequence.Guido van Rossum2006-08-191-13/+34
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-183-11/+11
* Fixed cPickle, by restoring some of the deleted code.Guido van Rossum2006-08-171-3/+40
* Completely get rid of PyClass and PyInstance.Guido van Rossum2006-08-174-254/+13
* Get rid of the last mention of WITH_CYCLE_GC that I could find.Guido van Rossum2006-08-171-6/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1173-1223/+2370
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-2711-36/+25
* 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