| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -0/+39 |
|
|
* | Issue 2025: Add index() and count() methods to tuple so that it will follow | Raymond Hettinger | 2008-02-07 | 1 | -0/+3 |
|
|
* | Update docs for collections ABCs and for collections.UserDict. | Raymond Hettinger | 2008-02-06 | 1 | -1/+0 |
|
|
* | Remove the old UserDict module. | Raymond Hettinger | 2008-02-06 | 1 | -1/+1 |
|
|
* | Put an updated UserDict class in the collections module and | Raymond Hettinger | 2008-02-05 | 1 | -0/+7 |
|
|
* | Remove DictMixin which is superceded by collections.MutableMapping | Raymond Hettinger | 2008-02-04 | 1 | -0/+2 |
|
|
* | Fixed multiple reinitialization of the Python interpreter. The small int list... | Christian Heimes | 2008-01-31 | 1 | -0/+3 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -0/+2 |
|
|
* | Fixed issue #1973: bytes.fromhex('') raises SystemError | Christian Heimes | 2008-01-30 | 1 | -0/+2 |
|
|
* | Fixed #1969: split and rsplit in bytearray are inconsistent | Christian Heimes | 2008-01-30 | 1 | -0/+2 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 1 | -0/+3 |
|
|
* | Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed | Facundo Batista | 2008-01-19 | 1 | -0/+2 |
|
|
* | long(float('nan')) raises an OverflowError as discussed on the mailing list a... | Christian Heimes | 2008-01-15 | 1 | -0/+3 |
|
|
* | Fixed merge accident | Christian Heimes | 2008-01-15 | 1 | -905/+0 |
|
|
* | Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t... | Raymond Hettinger | 2008-01-14 | 1 | -0/+3 |
|
|
* | Take Tim's advice and have random.sample() support only sequences and sets. | Raymond Hettinger | 2008-01-14 | 1 | -0/+3 |
|
|
* | Remove defunct parts of the random module | Raymond Hettinger | 2008-01-13 | 1 | -0/+3 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -0/+896 |
|
|
* | Another patch for #1762972: __file__ points to the py file instead pyo/pyc file | Christian Heimes | 2008-01-07 | 1 | -0/+3 |
|
|
* | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 1 | -2/+10 |
|
|
* | Copied doc for reload() from trunk's function.rst to imp.rst | Christian Heimes | 2008-01-07 | 1 | -0/+1 |
|
|
* | Add some missing news. Add some periods. | Guido van Rossum | 2008-01-06 | 1 | -5/+17 |
|
|
* | Issue #1393: object_richcompare() returns NotImplemented instead of | Guido van Rossum | 2008-01-06 | 1 | -0/+3 |
|
|
* | Interpreter wasn't displaying the location of a SyntaxError | Kurt B. Kaiser | 2008-01-05 | 1 | -0/+2 |
|
|
* | NEWS entry for r59682. | Amaury Forgeot d'Arc | 2008-01-04 | 1 | -0/+5 |
|
|
* | Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API | Christian Heimes | 2007-12-11 | 1 | -0/+5 |
|
|
* | Added note about 1585 to Misc/NEWS | Christian Heimes | 2007-12-11 | 1 | -0/+2 |
|
|
* | Minor cleanup in the gc module. | Amaury Forgeot d'Arc | 2007-12-10 | 1 | -0/+4 |
|
|
* | Issue #1580: New free format floating point representation based on "Floating... | Christian Heimes | 2007-12-10 | 1 | -0/+4 |
|
|
* | Fixed #1578: Problems in win_getpass | Christian Heimes | 2007-12-10 | 1 | -0/+2 |
|
|
* | Fixed issue #1564: The set implementation should special-case PyUnicode inste... | Christian Heimes | 2007-12-10 | 1 | -0/+3 |
|
|
* | Fixed #1573: Improper use of the keyword-only syntax makes the parser crash | Christian Heimes | 2007-12-08 | 1 | -0/+20 |
|
|
* | Get ready for releasing 3.0a2. | Guido van Rossum | 2007-12-06 | 1 | -1/+3 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -0/+2 |
|
|
* | Reverting last commit. I had some staled data from an attempted svnmerge in m... | Christian Heimes | 2007-12-03 | 1 | -2/+0 |
|
|
* | Patch #1537 from Chad Austin | Christian Heimes | 2007-12-03 | 1 | -0/+2 |
|
|
* | I've moved the remains of PyInt_ to the longobject.h header file and removed ... | Christian Heimes | 2007-12-02 | 1 | -0/+4 |
|
|
* | Removed the new module | Christian Heimes | 2007-11-28 | 1 | -0/+4 |
|
|
* | Removed the API to create unbound methods and simplified the API for bound me... | Christian Heimes | 2007-11-27 | 1 | -0/+6 |
|
|
* | Fixed some build issues and updated docs. | Christian Heimes | 2007-11-17 | 1 | -0/+6 |
|
|
* | Fix for #1415 pythonw.exe fails because std streams a missing | Christian Heimes | 2007-11-13 | 1 | -0/+5 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -0/+3 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -0/+3 |
|
|
* | Add a missing news entry about how str8's constructor signature now matches the | Brett Cannon | 2007-10-26 | 1 | -0/+2 |
|
|
* | Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), | Guido van Rossum | 2007-10-25 | 1 | -0/+3 |
|
|
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -0/+6 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -0/+12 |
|
|
* | Make _load_testfile() use its encoding argument when __loader__ is defined. | Brett Cannon | 2007-10-12 | 1 | -0/+8 |
|
|
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 1 | -0/+10 |
|
|
* | Add some miscellanea. | Guido van Rossum | 2007-08-30 | 1 | -3/+7 |
|
|