- cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
- 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 18 years ago
- 452bf51 Essential changes for print function changes. by Guido van Rossum · 18 years ago
- 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
- b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
- 523d4f9 Fix the sqlite failure -- it was the usual, PyInt_Check -> PyInt_CheckExact. by Guido van Rossum · 18 years ago
- 018919a Merged revisions 53434 via svnmerge from by Guido van Rossum · 18 years ago
- 52d0178 Fix cPickle breakage due to last-minute change to the name of the 'long' type by Guido van Rossum · 18 years ago
- ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
- c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
- f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
- 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
- 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
- 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
- 6309f2d Get parsermodule working again after adding set literals by Neal Norwitz · 18 years ago
- 2eca440 Get rid of some more cases of backquotes. parsermodule.c doesn't compile by Neal Norwitz · 18 years ago
- 0919a1a Part of SF patch #1513870 (the still relevant part) -- add reduce() to by Guido van Rossum · 18 years ago
- 5f5cfd1 Remove more '<>' usage. by Brett Cannon · 18 years ago
- db60d6e Remove more '<>' usage. by Brett Cannon · 18 years ago
- 1996059 Fix the datetime comparison conundrum. by Guido van Rossum · 18 years ago
- 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
- 3dfc3c1 Fix test_gc failure by fixing the bug test_gc found: __del__ methods were no by Thomas Wouters · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 0da7e03 And the gdbm module's test now passes again. by Guido van Rossum · 18 years ago
- ef67111 Fix this right for has_key(). This required adding tp_as_sequence. by Guido van Rossum · 18 years ago
- e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
- 512ab9f Fixed cPickle, by restoring some of the deleted code. by Guido van Rossum · 18 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- d033ddf Get rid of the last mention of WITH_CYCLE_GC that I could find. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
- 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
- 13247bf Add empty __init__ methods for stateful multibytecodec instances. by Hye-Shik Chang · 19 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 9ada3d6 Merge trunk up to 43069, putting re.py back and hopefully making the branch by Thomas Wouters · 19 years ago
- a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 19 years ago
- bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 19 years ago
- 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 19 years ago
- 57c179c Remove staticforward and statichere by Neal Norwitz · 19 years ago
- a10f52e Remove PyArg_NoArgs() and PyArg_GetInt() by Neal Norwitz · 19 years ago
- 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 19 years ago
- 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 19 years ago
- 915d777 Try to avoid many of the compiler warnings when compiling libffi by by Thomas Heller · 19 years ago
- ab906a5 Cast an Py_ssize_t to int, to avoid a compiler warning. by Thomas Heller · 19 years ago
- fe8f862 Integrate patch from Neal Norwitz. He writes: by Thomas Heller · 19 years ago
- 7580146 Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and by Neal Norwitz · 19 years ago
- abb903f Bug #1448490: Fix a bug that ISO-2022 codecs could not handle by Hye-Shik Chang · 19 years ago
- 44ed4db merged with cElementTree development trunk (1.0.6 snapshot): by Fredrik Lundh · 19 years ago
- b2820ae Fix another leak in bsddb, and avoid use of uninitialized value -- funny how by Thomas Wouters · 19 years ago
- c350912 Adjust CJK Ideograph range to Unicode 4.1. by Martin v. Löwis · 19 years ago
- 0e2f9b2 Fix refcounting bug. by Martin v. Löwis · 19 years ago
- 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
- f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- 72c2c06 Try to be a bit more consistent on all platforms: python . python < . by Neal Norwitz · 19 years ago
- d4c9320 Copy ctypes-0.9.9.4 sources from external into the trunk. by Thomas Heller · 19 years ago
- f3c4ad1 typo by Georg Brandl · 19 years ago
- 2f5e990 Fix logic error and DECREF reported by Coverity. by Neal Norwitz · 19 years ago
- b315383 Clean up _bsddb.c: add a couple dozen missing Py_DECREF()'s, a handful of by Thomas Wouters · 19 years ago
- e920f0d Reformulate 42903 using an if statement. by Martin v. Löwis · 19 years ago
- df44ab7 _hotshot hotshot_profiler(): If write_header() returned by Tim Peters · 19 years ago
- 516999e Fix bug introduced in rev. 42884. by Georg Brandl · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
- ef1701f Add additional missing checks for return vals of PyTuple_New(). by Georg Brandl · 19 years ago
- 89ba381 Fix gcc 4.0.x warning about use of uninitialized value. by Thomas Wouters · 19 years ago
- 098f694 Coverity found bug: test result of PyTuple_New() against NULL before use. by Thomas Wouters · 19 years ago
- a74a84d Coverity found refleak: need to free 'v' after calling Tkinter_Error(). by Thomas Wouters · 19 years ago
- 47f003d Coverity-found bug: don't use temp->next *before* checking it for NULL. Also by Thomas Wouters · 19 years ago
- 622927b Bug #1432525: os.listdir now releases the GIL while calling readdir(). by Georg Brandl · 19 years ago
- 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
- 8eb8a82 Don't DECREF a borrowed reference. by Thomas Wouters · 19 years ago
- d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
- 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
- e22373d Fix warnings on x86 (32-bit) and support Win64. by Neal Norwitz · 19 years ago
- 32feb85 Check NULL if Py_InitModule fails. by Hye-Shik Chang · 19 years ago
- 7b216c5 Make PyGC_Collect() use Py_ssize_t. by Neal Norwitz · 19 years ago
- 4b96c13 - Modernize code to use Py_ssize_t more intensively. by Hye-Shik Chang · 19 years ago
- 857b300 Explain why we use the unsigned int format for a signed int variable. by Thomas Wouters · 19 years ago
- 83d1266 Properly fix Py_SAFE_DOWNCAST-triggerd bugs. by Thomas Wouters · 19 years ago
- 369092b Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_t by Thomas Wouters · 19 years ago
- 26cc63f Make Py_ssize_t-clean by Thomas Wouters · 19 years ago
- 5df2e61 Remove UNLESS. by Martin v. Löwis · 19 years ago
- 7087f78 Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints. by Thomas Wouters · 19 years ago
- a5fa2a8 Fix gcc (4.0.x) warning about use of uninitialized variable. by Thomas Wouters · 19 years ago
- 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
- 3ffa59b Rework channelnumber/samplesize detetion code's output variables a bit to by Thomas Wouters · 19 years ago
- f86d1e8 Silence gcc (4.0.x) warning about use of uninitialized value. by Thomas Wouters · 19 years ago
- 9c54448 Fix brainfart. by Thomas Wouters · 19 years ago
- 1e365b2 Remove gcc (4.0.x) warning about uninitialized value by explicitly setting by Thomas Wouters · 19 years ago
- 9bc844e Make Py_ssize_t-clean. by Thomas Wouters · 19 years ago
- f98db65 Make Py_ssize_t-clean. by Thomas Wouters · 19 years ago
- 6db0e00 Change GC refcount to Py_ssize_t. by Martin v. Löwis · 19 years ago