- ba1e0f4 Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) by Skip Montanaro · 15 years ago
- f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
- 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
- b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 16 years ago
- 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 16 years ago
- b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 16 years ago
- fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
- fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
- 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 17 years ago
- 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 17 years ago
- bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- f78b1c6 I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x. by Christian Heimes · 17 years ago
- be801ac Delete bufferobject.[ch]. by Guido van Rossum · 17 years ago
- b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
- 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
- f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
- 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 19 years ago
- a10f52e Remove PyArg_NoArgs() and PyArg_GetInt() by Neal Norwitz · 19 years ago
- adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
- 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
- 737ea82 Patch #774665: Make Python LC_NUMERIC agnostic. by Martin v. Löwis · 20 years ago
- 6e098a1 compile.h and eval.h weren't being included which kept a fair bit of the by Skip Montanaro · 21 years ago
- 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
- 0490fe9 Changed the UCHAR_MAX error msg a bit: we don't really assume anything by Tim Peters · 21 years ago
- ac4ea13 There are places in Python which assume bytes have 8-bits. Formalize that a by Skip Montanaro · 21 years ago
- a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
- 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
- 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
- 5a7ef7e Define _XOPEN_SOURCE in configure and Python.h. by Jeremy Hylton · 22 years ago
- 60519e8 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C by Tim Peters · 22 years ago
- 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
- 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 22 years ago
- a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
- bc48826 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) by Jason Tishler · 22 years ago
- e5df105 Silly typo. by Michael W. Hudson · 22 years ago
- 1e1fcef Back out #555929 by Martin v. Löwis · 22 years ago
- eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
- 7dab242 - New builtin function enumerate(x), from PEP 279. Example: by Guido van Rossum · 23 years ago
- 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
- 1543c07 Add a comment that PyArg_GetInt is deprecated and should not be used by Neal Norwitz · 23 years ago
- 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 23 years ago
- ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 23 years ago
- cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
- 5defb17 Stop defining NDEBUG in Python.h, because it can interfere with by Tim Peters · 23 years ago
- 19bc578 Include the weakref object interface. by Fred Drake · 23 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 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
- 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 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
- 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 24 years ago
- fbd849f PEP 227 implementation by Jeremy Hylton · 24 years ago
- d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
- 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
- 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
- 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
- 8315ea5 Included assert.h in Python.h -- it's absurd that this basic tool of by Tim Peters · 24 years ago
- 794b483 deleted obsolete SYMANTEC__CFM68K__ tests by Skip Montanaro · 24 years ago
- 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
- 295b1bb Defunct the _XOPEN_SOURCE define for now. Suggested by Fredrik by Marc-André Lemburg · 24 years ago
- 82249c8 Added #defines to enable SUSv2 compatibility where available and by Marc-André Lemburg · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- 9581144 Typo fix in comment. by Greg Ward · 24 years ago
- 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 25 years ago
- 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
- bd7dfbc Marc-Andre Lemburg: include unicodeobject.h and codecs.h by Guido van Rossum · 25 years ago
- f1176c4 New version identification scheme. by Guido van Rossum · 26 years ago
- 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
- 2e19bd7 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
- 90ce848 On SGI, we need to define _SGI_MP_SOURCE before including errno.h when by Guido van Rossum · 26 years ago
- 29e46a9 Mass checkin (more to follow for other directories). by Guido van Rossum · 27 years ago
- 618af4b Include pystate.h earlier so it can be referenced by ceval.h. by Guido van Rossum · 27 years ago
- 2ec9031 Subsumed mappingobject.h in dictobject.h. by Guido van Rossum · 27 years ago
- b05a5c7 Instead of importing graminit.h whenever one of the three grammar 'root' by Guido van Rossum · 28 years ago
- a027efa Massive changes for separate thread state management. by Guido van Rossum · 28 years ago
- d27b4f2 Several oopsies -- Py_ALLOBJECTS_H -> Py_PYTHON_H, temporarily removed by Guido van Rossum · 28 years ago
- 174f95a Moved allobjects.h to Python.h (without rename2.h). by Guido van Rossum · 28 years ago
- caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
- 9566408 pythonrun.h: added run_pyc_file by Guido van Rossum · 30 years ago