- ab3b034 Hopefully fix 3-way comparisons. This unfortunately adds yet another by Guido van Rossum · 23 years ago
- c299fc1 Add support for restricting access based on restricted execution mode. by Guido van Rossum · 23 years ago
- 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
- 2400fa4 Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- 78e0fc7 Possibly the end of SF [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- 5a49ade More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- 4c3a0a3 More on SF bug [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- 7b04946 Prototype for PyMac_GetFullPathname(). by Jack Jansen · 23 years ago
- 7a50f25 More for SF bug [#460020] bug or feature: unicode() and subclasses by Tim Peters · 23 years ago
- 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
- b875509 PyModule_Check() now checks for subtype of module, as it should. by Guido van Rossum · 23 years ago
- 16a77ad Generalize operator.indexOf (PySequence_Index) to work with any by Tim Peters · 23 years ago
- 317e9f5 Bumping version numbers. by Barry Warsaw · 23 years ago
- 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
- b479dc5 Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. by Guido van Rossum · 23 years ago
- a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
- d893fd6 Repair indentation. by Tim Peters · 23 years ago
- 57f282a Try to recover from that glibc's ldexp apparently doesn't set errno on by Tim Peters · 23 years ago
- 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
- a1c1b0f Introduce new private API function _PyLong_AsScaledDouble. Not used yet, by Tim Peters · 23 years ago
- 49417e7 Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is by Neil Schemenauer · 23 years ago
- fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
- 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
- 5eef77a Make the Py<type>_Check() macro use PyObject_TypeCheck(). by Guido van Rossum · 23 years ago
- 74b5ade Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
- 31ec142 Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
- 251ead8 Make frames a PyVarObject instead of a PyObject. by Neil Schemenauer · 23 years ago
- 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
- c16fcdf Make the PyXXX_Check() macros for the numeric types inheritance-aware. by Guido van Rossum · 23 years ago
- dadace0 PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from by Barry Warsaw · 23 years ago
- 609c7c8 Add decl of PySuper_Type; fixup comments for the two other types. by Guido van Rossum · 23 years ago
- 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
- ae347b3 Introduce OverflowWarning -- to be issued when short int operations by Guido van Rossum · 23 years ago
- 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
- e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
- 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
- 723aa97 - Get rid of obsolete #define PATCHLEVEL. by Guido van Rossum · 23 years ago
- d55657b Added comments before recently added/assigned slots in the type object, by Fred Drake · 23 years ago
- 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
- 1abf610 Remove st_nested_scopes from struct symtable, by Jeremy Hylton · 23 years ago
- fdd12f6 Refactor future feature handling by Jeremy Hylton · 23 years ago
- 05ac6de Add PyDict_Merge(a, b, override): by Guido van Rossum · 23 years ago
- 9b9c972 Add new flags for PyType_Ready(): READY to explicitly indicate the by Guido van Rossum · 23 years ago
- 772747b SF patch #438013 Remove 2-byte Py_UCS2 assumptions by Tim Peters · 23 years ago
- 8a267b6 Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 by Tim Peters · 23 years ago
- 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
- f9836ba Put conditional S_ISDIR definition(s) into pyport.h. by Martin v. Löwis · 23 years ago
- 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
- 528b7eb - Rename PyType_InitDict() to PyType_Ready(). by Guido van Rossum · 23 years ago
- f249add Got rid of (hopefully) the last 68k-mac related ifdefs. by Jack Jansen · 23 years ago
- 64fbb33 Patch #448194: Debuging negative reference counts. by Martin v. Löwis · 23 years ago
- 5756ee0 Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off). by Jack Jansen · 23 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
- 03d1b18 Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and by Marc-André Lemburg · 23 years ago
- b5ac6f6 As discussed on python-dev: this patch adds name mangling to by Marc-André Lemburg · 23 years ago
- cecd9e0 va_list is defined in stdarg.h. by Marc-André Lemburg · 23 years ago
- e5006eb This patch turns the Python API mismatch notice into a standard by Marc-André Lemburg · 23 years ago
- 3ce4538 Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. by Jeremy Hylton · 23 years ago
- 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
- 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
- 649414c Fix typo in comment. by Neil Schemenauer · 23 years ago
- 7d4bb9f Add -E command line switch (ignore environment variables like PYTHONHOME by Neil Schemenauer · 23 years ago
- f5df46d Add a low-level API to access interpreters, for David Beazley. SF patch #436376. by Guido van Rossum · 23 years ago
- f0473d5 Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. by Martin v. Löwis · 23 years ago
- fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
- 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
- b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
- 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
- b2c075b Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. by Guido van Rossum · 23 years ago
- aa31429 Enable nested scopes by default. by Guido van Rossum · 23 years ago
- efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago
- 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
- 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
- 72b0685 removed "register const" from scalar arguments to the unicode predicates by Fredrik Lundh · 23 years ago
- 55fb6e0 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
- 8f45585 use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests. by Fredrik Lundh · 23 years ago
- ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
- 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
- 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
- 1294ad0 experimental UCS-4 support: added USE_UCS4_STORAGE define to by Fredrik Lundh · 23 years ago
- 8c96369 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to by Tim Peters · 23 years ago
- 14e1871 Somehow, under certain circumstances, config.h and rename1.h would pop back up. by Guido van Rossum · 23 years ago
- 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
- a725959 SF bug 433228: repr(list) woes when len(list) big. by Tim Peters · 23 years ago
- 2a9b367 Two new private longobject API functions, by Tim Peters · 23 years ago
- eefa964 Cast the result of xxxPyCObject_Import to PycStringIO_CAPI*. by Martin v. Löwis · 23 years ago
- 3d10b34 Wrap with extern "C". Fixes bug #428419. by Martin v. Löwis · 23 years ago
- 4324aa3 Cruft cleanup: Removed the unused last_is_sticky argument from the internal by Tim Peters · 23 years ago
- cd35306 Patch #424335: Implement string_richcompare, remove string_compare. by Martin v. Löwis · 23 years ago
- 489b56e This patch changes the behaviour of the UTF-16 codec family. Only the by Marc-André Lemburg · 23 years ago
- 2d92041 This patch changes the way the string .encode() method works slightly by Marc-André Lemburg · 23 years ago
- 58e0a8c SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen. by Tim Peters · 23 years ago
- 26cffde Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule. by Mark Hammond · 23 years ago
- 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 24 years ago
- cb8d368 Reimplement PySequence_Contains() and instance_contains(), so they work by Tim Peters · 24 years ago
- 6912d4d Generalize tuple() to work nicely with iterators. by Tim Peters · 24 years ago
- f4848da Make PyIter_Next() a little smarter (wrt its knowledge of iterator by Tim Peters · 24 years ago
- 8155e0e This patch originated from an idea by Martin v. Loewis who submitted a by Marc-André Lemburg · 24 years ago
- 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 24 years ago
- 0531148 Adding iterobject.[ch], which were accidentally not added. Sorry\! by Guido van Rossum · 24 years ago