- 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 8 years ago
- b9d9eed require uintptr_t to exist by Benjamin Peterson · 8 years ago
- 88bd3ed only include inttypes.h (#17884) by Benjamin Peterson · 8 years ago
- 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
- af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
- ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
- 6349612 Issue #10910: merge from 3.5 by Ned Deily · 8 years ago
- 3d45599 Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. by Ned Deily · 8 years ago
- 7659aab Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X. by Ned Deily · 8 years ago
- 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
- dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
- 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
- 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 10 years ago
- f329878 Issue #23753: Python doesn't support anymore platforms without stat() or by Victor Stinner · 10 years ago
- 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 11 years ago
- ebdcb50 Issue #19730: Argument Clinic now supports all the existing PyArg by Larry Hastings · 11 years ago
- 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
- aa2b22a Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue #1772673). by Serhiy Storchaka · 11 years ago
- c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
- 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
- 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
- 14b9b11 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. by Victor Stinner · 11 years ago
- 99d6135 Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constants instead by Christian Heimes · 11 years ago
- c6ebd16 Issue #11016: Try to fix compilaton of the new _stat.c module on Windows by Victor Stinner · 11 years ago
- 7e91e77 Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified by Victor Stinner · 11 years ago
- f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 12 years ago
- 8e7586b Issue #17047: remove doubled words added in 3.4, by Terry Jan Reedy · 12 years ago
- 27dc02e Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
- c2176e4 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
- 27cbcd6 Fix the internals of our hash functions to used unsigned values during hash by Gregory P. Smith · 12 years ago
- 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 12 years ago
- ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
- 983bc16 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
- 36f0216 Backport 9dd4638de73b. by Stefan Krah · 12 years ago
- 2cbbed6 Issue #6308: Try to fix the termios build failure on HP-UX. by Stefan Krah · 12 years ago
- 3962d5e Minor typo fix. by Georg Brandl · 12 years ago
- 743e0cd Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified by Christian Heimes · 12 years ago
- b176203 #16135: Removal of OS/2 support (C code and Docs) by Jesus Cea · 12 years ago
- b0f0047 Issue #13889: Merge fix from 3.2. by Mark Dickinson · 13 years ago
- 18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 13 years ago
- f5b62a9 Consolidate the occurrances of the prime used as the multiplier when hashing. by Gregory P. Smith · 13 years ago
- 63e6c32 Consolidate the occurrances of the prime used as the multiplier when hashing by Gregory P. Smith · 13 years ago
- 794d567 any_find_slice() doesn't use callbacks anymore by Victor Stinner · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- 0390151 Fix typo in comment: _PyHash_Double -> _Py_HashDouble. by Mark Dickinson · 13 years ago
- 6646cd4 Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and by Mark Dickinson · 14 years ago
- 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
- 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
- 3861599 Remove pointers to a FAQ entry that no longer exists. Incorporate some text from the old FAQ into the docs by Daniel Stutzbach · 14 years ago
- a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
- f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
- dc787d2 Issue #8188: Introduce a new scheme for computing hashes of numbers by Mark Dickinson · 14 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- 501aeff Merged revisions 80178 via svnmerge from by Ronald Oussoren · 15 years ago
- a4962cb Merged revisions 76561 via svnmerge from by Mark Dickinson · 15 years ago
- 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
- 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 15 years ago
- a4262b9 Add comments to pyport.h explaining how to enable support for short by Mark Dickinson · 16 years ago
- 7abf8d4 The SSE2 detection and enabling could potentially cause by Mark Dickinson · 16 years ago
- 60fd099 Issue #5781: Only use legacy string<->double conversions when by Mark Dickinson · 16 years ago
- b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 16 years ago
- 16f966e Merged revisions 70489 via svnmerge from by Mark Dickinson · 16 years ago
- bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
- 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
- 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 17 years ago
- 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
- 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
- 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
- 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
- 7696ed7 Change float.__str__() and complex.__str__() to return unicode objects. by Walter Dörwald · 17 years ago
- f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 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
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 2d65b55 Fix intptr_t fallback for Py_ssize_t. by Martin v. Löwis · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 358d938 Remove INT_MIN that came from the AST merge. by Neal Norwitz · 19 years ago
- 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
- 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
- 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
- b5047fd Add a workaround for a problem that UTF-8 strings can be corrupted by Hye-Shik Chang · 20 years ago
- 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
- 77d9a3e Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD. by Hye-Shik Chang · 21 years ago
- 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
- ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
- 83dd43f workaround for OpenBSD compiler bug w.r.t. handling of overflows. by Anthony Baxter · 21 years ago
- 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
- 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
- a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
- b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago