| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 5 | -924/+1156 |
|
|
* | Instead of initializing & interning the strings passed to the profile | Fred Drake | 2001-06-16 | 2 | -26/+48 |
|
|
* | SF bug 433228: repr(list) woes when len(list) big | Tim Peters | 2001-06-16 | 1 | -2/+3 |
|
|
* | Temporarily disable the message to stderr. Jeremy will know what to do | Marc-André Lemburg | 2001-06-13 | 1 | -1/+3 |
|
|
* | SF bug 430991: wrong co_lnotab | Tim Peters | 2001-06-09 | 1 | -10/+54 |
|
|
* | call_trace(): Add an additional parameter -- pointer to a PyObject* | Fred Drake | 2001-06-08 | 1 | -13/+36 |
|
|
* | PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function call | Tim Peters | 2001-05-30 | 1 | -1/+1 |
|
|
* | Change cascaded if stmts to switch stmt in vgetargs1(). | Jeremy Hylton | 2001-05-29 | 1 | -19/+25 |
|
|
* | Internal refactoring of convertsimple() and friends. | Jeremy Hylton | 2001-05-29 | 1 | -515/+514 |
|
|
* | Fix bug reported by Tim Peters on python-dev: | Jeremy Hylton | 2001-05-29 | 1 | -6/+5 |
|
|
* | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 1 | -1/+1 |
|
|
* | SF bug #425836: Reference leak in filter(). | Tim Peters | 2001-05-21 | 1 | -0/+1 |
|
|
* | Fix whitespace botch. | Fred Drake | 2001-05-18 | 1 | -1/+1 |
|
|
* | vgetargs1() and vgetargskeywords(): Replace uses of PyTuple_Size() and | Jeremy Hylton | 2001-05-18 | 1 | -10/+8 |
|
|
* | Add a second special case to the inline function call code in eval_code2(). | Jeremy Hylton | 2001-05-18 | 1 | -1/+7 |
|
|
* | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -1/+8 |
|
|
* | Add support for Windows using "mbcs" as the default Unicode encoding when dea... | Mark Hammond | 2001-05-13 | 2 | -3/+7 |
|
|
* | SF patch #416249, from Mark Favas: 2.1c1 compile: unused vrbl cleanup | Tim Peters | 2001-05-09 | 1 | -2/+0 |
|
|
* | Always pass a full path name to LoadLibraryEx(). Fixes some Windows 9x probl... | Mark Hammond | 2001-05-09 | 1 | -17/+14 |
|
|
* | SF bug #422177: Results from .pyc differs from .py | Tim Peters | 2001-05-08 | 1 | -5/+3 |
|
|
* | Several small changes. Mostly reformatting, adding parens. | Jeremy Hylton | 2001-05-08 | 1 | -10/+11 |
|
|
* | Generalize zip() to work with iterators. | Tim Peters | 2001-05-06 | 1 | -18/+44 |
|
|
* | Make PyIter_Next() a little smarter (wrt its knowledge of iterator | Tim Peters | 2001-05-05 | 2 | -52/+17 |
|
|
* | Generalize reduce() to work with iterators. | Tim Peters | 2001-05-04 | 1 | -12/+19 |
|
|
* | Generalize map() to work with iterators. | Tim Peters | 2001-05-03 | 1 | -66/+68 |
|
|
* | Generalize max(seq) and min(seq) to work with iterators. | Tim Peters | 2001-05-03 | 1 | -15/+24 |
|
|
* | Added new parser markers 'et' and 'et#' which do not recode string | Marc-André Lemburg | 2001-05-02 | 1 | -4/+20 |
|
|
* | Generalize filter(f, seq) to work with iterators. This also generalizes | Tim Peters | 2001-05-02 | 1 | -40/+54 |
|
|
* | SF bug #417093: Case sensitive import: dir and .py file w/ same name | Tim Peters | 2001-04-29 | 1 | -8/+5 |
|
|
* | Fix buglet reported on c.l.py: map(fnc, file.xreadlines()) blows up. | Tim Peters | 2001-04-28 | 1 | -9/+19 |
|
|
* | Fix 2.1 nested scopes crash reported by Evan Simpson | Jeremy Hylton | 2001-04-27 | 1 | -6/+20 |
|
|
* | improved error message-- names the type of the unexpected object | Jeremy Hylton | 2001-04-27 | 1 | -2/+3 |
|
|
* | Mondo changes to the iterator stuff, without changing how Python code | Guido van Rossum | 2001-04-23 | 1 | -27/+16 |
|
|
* | SF but #417587: compiler warnings compiling 2.1. | Tim Peters | 2001-04-21 | 1 | -1/+0 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 5 | -19/+82 |
|
|
* | Make some private symbols static. | Guido van Rossum | 2001-04-14 | 2 | -3/+4 |
|
|
* | split long line | Jeremy Hylton | 2001-04-13 | 1 | -1/+2 |
|
|
* | Change error message raised when free variable is not yet bound. It | Jeremy Hylton | 2001-04-13 | 1 | -10/+16 |
|
|
* | Patch by Ping (SF bug 415879, Exception.__init__() causes segfault): | Guido van Rossum | 2001-04-13 | 1 | -3/+2 |
|
|
* | Because this code was derived from Python 1.6.1 (amongst others), the | Guido van Rossum | 2001-04-12 | 1 | -1/+1 |
|
|
* | Update copyright to PSF. | Guido van Rossum | 2001-04-12 | 1 | -1/+1 |
|
|
* | Fix exception handling for non-PyFunction objects, SF bug 414743. | Jeremy Hylton | 2001-04-11 | 1 | -16/+54 |
|
|
* | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 1 | -0/+4 |
|
|
* | test_pickle works on sizeof(long)==8 boxes again. | Tim Peters | 2001-04-10 | 1 | -1/+1 |
|
|
* | Warn when assigning to __debug__ instead of raising an error. | Jeremy Hylton | 2001-04-09 | 1 | -7/+2 |
|
|
* | SF patch #413552 - Premature decref on object | Tim Peters | 2001-04-07 | 1 | -3/+7 |
|
|
* | Bug fix: compile() called from a nested-scopes-enable Python was not | Jeremy Hylton | 2001-03-26 | 1 | -1/+1 |
|
|
* | Finishing touch to Ping's changes. This is a patch that Ping sent me | Guido van Rossum | 2001-03-23 | 1 | -11/+11 |
|
|
* | call_sys_exitfunc(): Remove unused variable f. | Fred Drake | 2001-03-23 | 1 | -1/+1 |
|
|
* | Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit(). | Ka-Ping Yee | 2001-03-23 | 1 | -32/+37 |
|
|