1. f253786 Add check for C99 round function to configure, and define by Mark Dickinson · 15 years ago
  2. b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 15 years ago
  3. 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 15 years ago
  4. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  5. b70bcf5 Regenerate with autoconf 2.61. by Martin v. Löwis · 15 years ago
  6. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 15 years ago
  7. 3dc7c6a Merged revisions 68296,68299 via svnmerge from by Mark Dickinson · 15 years ago
  8. 1882094 Merged revisions 66179,66283 via svnmerge from by Gregory P. Smith · 16 years ago
  9. fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
  10. 93de216 Merged revisions 63997 via svnmerge from by Georg Brandl · 16 years ago
  11. fcaf910 Merged revisions 63955 via svnmerge from by Georg Brandl · 16 years ago
  12. 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
  13. cea7774 autoreconf run by Christian Heimes · 16 years ago
  14. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  15. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  16. 823725e Merged revisions 61846-61847 via svnmerge from by Martin v. Löwis · 16 years ago
  17. 4fbc72b Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from by Christian Heimes · 16 years ago
  18. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  19. 92fab75 Use wchar_t functions in _locale module. by Martin v. Löwis · 16 years ago
  20. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 16 years ago
  21. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 16 years ago
  22. 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 16 years ago
  23. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 16 years ago
  24. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  25. 4e30a84 Merged revisions 59239-59244 via svnmerge from by Christian Heimes · 17 years ago
  26. 9b30784 Add macros for checking for long double and defining the size of long double on the platform. Ctypes and Struct module will both need them. by Travis E. Oliphant · 17 years ago
  27. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  28. 6c35726 test for strlcpy (so i can use it in _bsddb.c) by Gregory P. Smith · 17 years ago
  29. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  30. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  31. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  32. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  33. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  35. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  36. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  37. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  38. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 18 years ago
  39. fe8e3d9 If there is no libtermcap all the readline tests failed. by Neal Norwitz · 18 years ago
  40. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  41. e237d50 Add a workaround for file.ftell() to raise IOError for ttys. by Hye-Shik Chang · 19 years ago
  42. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  43. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  44. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 19 years ago
  45. 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
  46. ae2830c Patch #1012280: Include curses.h for term.h check. Fixes #933795. by Martin v. Löwis · 20 years ago
  47. d632050 Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. by Martin v. Löwis · 20 years ago
  48. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  49. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  50. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  51. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  52. 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
  53. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  54. e62c5c8 Added configure check for broken poll() on some unix systems (MacOS X 10.3) by Nicholas Bastin · 20 years ago
  55. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  56. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  57. 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 20 years ago
  58. 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 20 years ago
  59. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 20 years ago
  60. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  61. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 20 years ago
  62. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 20 years ago
  63. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  64. b2bdb3e Typo. HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  65. a64988c Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3. by Martin v. Löwis · 21 years ago
  66. 1836781 Improve detection of whether tzset is broken. by Brett Cannon · 21 years ago
  67. fac083d Patch 775605: Cygwin pthread_sigmask() workaround patch by Jason Tishler · 21 years ago
  68. abccf41 FreeBSD 5.x has moved some library routines and typedefs outside the by Andrew MacIntyre · 21 years ago
  69. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  70. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  71. 95c419b Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv. by Martin v. Löwis · 21 years ago
  72. bcd9396 Patch #730826: Enable extensions on NetBSD 2.0. by Martin v. Löwis · 21 years ago
  73. e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 21 years ago
  74. f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 21 years ago
  75. 4daacb1 Add test for setpgrp. Fixes #690317. by Martin v. Löwis · 21 years ago
  76. 865400f /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc. by Neal Norwitz · 21 years ago
  77. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  78. 162e38c - sys.path[0] (the directory from which the script is loaded) is now by Guido van Rossum · 21 years ago
  79. 10b214c Use configure to check for inet_aton. by Neal Norwitz · 21 years ago
  80. dfc33fd Don't use Posix semaphores on Solaris 8. Fixes #662787. by Martin v. Löwis · 21 years ago
  81. fe33b79 Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used by Barry Warsaw · 21 years ago
  82. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 21 years ago
  83. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 21 years ago
  84. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 21 years ago
  85. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  86. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  87. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  88. d584368 Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups by Martin v. Löwis · 22 years ago
  89. 678fc1e Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318. by Martin v. Löwis · 22 years ago
  90. 01c0401 Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.h by Martin v. Löwis · 22 years ago
  91. bddf5a5 Protect pyconfig.h from multiple inclusions. by Martin v. Löwis · 22 years ago
  92. 35195ad Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. by Martin v. Löwis · 22 years ago
  93. c8ad7cc Check whether we can take the address of chown, link, and symlink. by Martin v. Löwis · 22 years ago
  94. e482658 Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. by Martin v. Löwis · 22 years ago
  95. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  96. a5f0907 Back out #479898. by Martin v. Löwis · 22 years ago
  97. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  98. 19ff446 Check for wctype.h. by Martin v. Löwis · 22 years ago
  99. fed2405 Patch #479898: Use multibyte C library for printing strings if available. by Martin v. Löwis · 22 years ago
  100. a7a76d3 Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. by Martin v. Löwis · 22 years ago