summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Enable nested scopes by default.Guido van Rossum2001-07-121-1/+1
* Re-add 'advanced' xrange features, adding DeprecationWarnings as discussedThomas Wouters2001-07-091-1/+1
* Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,Guido van Rossum2001-07-051-1/+1
* This change adjusts the profiling/tracing support so that the commonFred Drake2001-07-031-0/+1
* removed "register const" from scalar arguments to the unicodeFredrik Lundh2001-06-271-15/+15
* Revise the interface to the profiling and tracing support for theFred Drake2001-06-272-2/+16
* use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZEFredrik Lundh2001-06-271-6/+7
* Encode surrogates in UTF-8 even for a wide Py_UNICODE.Martin v. Löwis2001-06-271-0/+3
* Make Unicode work a bit better on Windows...Fredrik Lundh2001-06-261-0/+8
* Support using UCS-4 as the Py_UNICODE type:Martin v. Löwis2001-06-261-30/+23
* experimental UCS-4 support: added USE_UCS4_STORAGE define toFredrik Lundh2001-06-261-12/+19
* PyFrameObject: rename f_stackbottom to f_stacktop, since it points toTim Peters2001-06-231-2/+4
* Somehow, under certain circumstances, config.h and rename1.h would pop back up.Guido van Rossum2001-06-212-442/+0
* Merging the gen-branch into the main line, at Guido's direction. Yay!Tim Peters2001-06-185-44/+50
* SF bug 433228: repr(list) woes when len(list) big.Tim Peters2001-06-161-0/+4
* Two new private longobject API functions,Tim Peters2001-06-111-0/+40
* Cast the result of xxxPyCObject_Import to PycStringIO_CAPI*.Martin v. Löwis2001-06-091-1/+1
* Wrap with extern "C". Fixes bug #428419.Martin v. Löwis2001-06-051-0/+11
* Cruft cleanup: Removed the unused last_is_sticky argument from the internalTim Peters2001-05-281-1/+1
* Patch #424335: Implement string_richcompare, remove string_compare.Martin v. Löwis2001-05-241-0/+1
* This patch changes the behaviour of the UTF-16 codec family. Only theMarc-André Lemburg2001-05-211-4/+5
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-3/+40
* SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.Tim Peters2001-05-141-0/+9
* Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file...Mark Hammond2001-05-141-0/+5
* SF bug #422177: Results from .pyc differs from .pyTim Peters2001-05-081-3/+22
* Reimplement PySequence_Contains() and instance_contains(), so they workTim Peters2001-05-051-1/+11
* Generalize tuple() to work nicely with iterators.Tim Peters2001-05-051-1/+1
* Make PyIter_Next() a little smarter (wrt its knowledge of iteratorTim Peters2001-05-051-3/+2
* This patch originated from an idea by Martin v. Loewis who submitted aMarc-André Lemburg2001-04-231-2/+6
* Mondo changes to the iterator stuff, without changing how Python codeGuido van Rossum2001-04-233-3/+18
* Adding iterobject.[ch], which were accidentally not added. Sorry\!Guido van Rossum2001-04-201-0/+13
* Iterators phase 1. This comprises:Guido van Rossum2001-04-205-4/+19
* Change the version to 2.2a0. This may look strange, but indicatesGuido van Rossum2001-04-181-4/+4
* Update the version to 2.1final (again :-).Guido van Rossum2001-04-161-4/+4
* We need another release candidate after so many "small" changes.Guido van Rossum2001-04-161-2/+2
* Prepare for release candidate 1... aka 2.1c1.Guido van Rossum2001-04-121-3/+3
* Add the necessary field for weak reference support to the function andFred Drake2001-03-232-0/+2
* Add sys.excepthook.Ka-Ping Yee2001-03-231-0/+1
* A small change to the C API for weakly-referencable types: Such typesFred Drake2001-03-221-5/+1
* Set the line number correctly for a nested function with an exec orJeremy Hylton2001-03-221-0/+1
* Extend support for from __future__ import nested_scopesJeremy Hylton2001-03-221-0/+13
* If a code object is compiled with nested scopes, define the CO_NESTED flag.Jeremy Hylton2001-03-222-0/+2
* Move the code implementing isinstance() and issubclass() to new CGuido van Rossum2001-03-211-0/+7
* Bump version to 2.1b2.Guido van Rossum2001-03-201-3/+3
* Variety of small INC/DECREF patches that fix reported memory leaksJeremy Hylton2001-03-131-2/+1
* RISCOS patch by dschwertbergerGuido van Rossum2001-03-021-0/+7
* Useful future statement support for the interactive interpreterJeremy Hylton2001-03-012-0/+7
* Here we go again, another round of version bumping...Guido van Rossum2001-03-011-4/+4
* add DEF_BOUNDJeremy Hylton2001-02-281-1/+3
* Add declaration for PyErr_WarnExplicit().Guido van Rossum2001-02-281-0/+2