summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-112-5/+16
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-092-29/+2
* Essential changes for print function changes.Guido van Rossum2007-02-091-54/+2
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-052-9/+22
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-016-23/+77
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-1520-486/+521
* Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact.Guido van Rossum2007-01-151-1/+1
* Merged revisions 53434 via svnmerge fromGuido van Rossum2007-01-151-4/+14
* Fix cPickle breakage due to last-minute change to the name of the 'long' typeGuido van Rossum2007-01-141-1/+1
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-1415-80/+186
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-096-7/+43
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-44/+91
* Cruft removal:Neal Norwitz2006-12-284-7/+7
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-1344-295/+930
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-282-10/+10
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-273-9/+35
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-0/+5
* 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