68 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Ezio Melotti 2aa2b3b4d5 Clean up a few tabs that went in with PEP393. 15 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Antoine Pitrou b440aec9f9 Merged revisions 84347 via svnmerge from 16 years ago
Antoine Pitrou 67c7ce4bef Issue #4835: make PyLong_FromSocket_t() and PyLong_AsSocket_t() private 16 years ago
Mark Dickinson d19052c161 Issue #9089: Remove references to intobject.c and intobject.h from comments. 16 years ago
Mark Dickinson fa68a6188a Fix naming inconsistency. 16 years ago
Mark Dickinson 7f1bf8004d Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_Near 16 years ago
Gregory P. Smith 845085703c Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946). 16 years ago
Gregory P. Smith fb94c5f1e5 * Replaces the internals of the subprocess module from fork through exec on 16 years ago
Mark Dickinson 93f562c4f9 Merged revisions 77842 via svnmerge from 16 years ago
Mark Dickinson 6ecd9e53ce Merged revisions 77234 via svnmerge from 16 years ago
Mark Dickinson bd7926478d Issue #4258: Make it possible to use 30-bit digits for PyLongs: 17 years ago
Raymond Hettinger 3563153793 Reduce the size of the _PyLong_DigitValue table. 17 years ago
Eric Smith 4a7d76ddb5 Refactor and clean up str.format() code (and helpers) in advance of optimizations. 18 years ago
Martin v. Löwis 8445104d7d Drop _PyLong_FitsInLong. Fixes #1666. 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Christian Heimes a37d4c693a Removed PyInt_GetMax and sys.maxint 18 years ago
Martin v. Löwis d1a1d1ed80 Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. 18 years ago
Christian Heimes f78b1c6573 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. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Guido van Rossum 39eb8fa0db This is roughly socket2.diff from issue 1378, with a few changes applied 18 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Neal Norwitz 88d65bd3e2 I assume this was supposed to be Py_ssize_t since there are no uses of plain ssize_t. 19 years ago
Thomas Wouters 27d517b21b Merged revisions 53875-53911 via svnmerge from 19 years ago
Guido van Rossum ddefaf31b3 Merged the int/long unification branch, by very crude means (sorry Thomas!). 19 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Tim Peters 7790c3b802 Removed redundant declaration of _PyLong_NumBits(). 22 years ago
Thomas Heller a4ea603b05 SF # 595026: support for masks in getargs.c. 23 years ago
Martin v. Löwis b9a0f91218 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. 23 years ago
Tim Peters 5b8132ffa3 _PyLong_NumBits(): The definition of this was too specific to the quirky 23 years ago
Tim Peters baefd9e552 Added new private API function _PyLong_NumBits. This will be used at the 23 years ago
Mark Hammond 91a681debf Excise DL_EXPORT from Include. 24 years ago
Tim Peters 60519e8d40 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C 24 years ago
Tim Peters 64b5ce3a69 SF bug #460020: bug or feature: unicode() and subclasses. 25 years ago
Tim Peters a1c1b0f468 Introduce new private API function _PyLong_AsScaledDouble. Not used yet, 25 years ago
Guido van Rossum c16fcdf533 Make the PyXXX_Check() macros for the numeric types inheritance-aware. 25 years ago
Martin v. Löwis 339d0f720e Patch #445762: Support --disable-unicode 25 years ago
Tim Peters 2a9b367385 Two new private longobject API functions, 25 years ago
Fred Drake d5fadf75e4 Rationalize use of limits.h, moving the inclusion to Python.h. 26 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Barry Warsaw 5eae2c160f Moved LONG_LONG #define from here to pyport.h. 26 years ago
Tim Peters 9f688bf9d2 Some cleanup of longs in prepartion for Cray J90 fixes: got 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum 9e896b37c7 Marc-Andre's third try at this bulk patch seems to work (except that 26 years ago
Guido van Rossum 2e6e7d4b7a Changes for long file support by Steve Clift. 27 years ago