1. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  2. 3a7dffa remove support for compiling on systems without getcwd() by Benjamin Peterson · 11 years ago
  3. 6acbe2a Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  4. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  5. 360b89c Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  6. f0400ba Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  7. f6b687f remove support GCC PyArg_ParseTuple format patch, last seen in 2006 by Benjamin Peterson · 11 years ago
  8. feb5149 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  9. cd777ea Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possible by Victor Stinner · 11 years ago
  10. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 11 years ago
  11. 6e61d18 Issue 10052: merge fix from 3.2. by Mark Dickinson · 12 years ago
  12. ce31f66 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  13. 983bc16 Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  14. b457b9b - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, by doko@ubuntu.com · 12 years ago
  15. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  16. 5ce31cc merge 3.2 by Matthias Klose · 12 years ago
  17. d83be23 merge 3.1 by Matthias Klose · 12 years ago
  18. 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  19. bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 12 years ago
  20. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 12 years ago
  21. 1577cf7 Improve the test for dirfd(). Some systems #define it rather than by Gregory P. Smith · 12 years ago
  22. df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 12 years ago
  23. d635af5 Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 12 years ago
  24. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 12 years ago
  25. 30c8a11 Add a test for the dirfd library function (to be used in an upcoming by Gregory P. Smith · 12 years ago
  26. 4188441 Test for the dirfd library function (for use in some upcoming changes). by Gregory P. Smith · 12 years ago
  27. 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 12 years ago
  28. f0effe6 Better resolution for issue #11849: Ensure that free()d memory arenas are really released by Antoine Pitrou · 13 years ago
  29. 984890f Close #13415: Test in configure if unsetenv() has a return value or not. by Victor Stinner · 13 years ago
  30. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  31. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  32. 2c3b230 Issue #13134: optimize finding single-character strings using memchr by Antoine Pitrou · 13 years ago
  33. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  34. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  35. b77fe17 Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) by Benjamin Peterson · 13 years ago
  36. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  37. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  38. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
  39. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
  40. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  41. 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  42. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  43. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  44. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  45. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  46. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  47. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  48. d74b593 Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). by Nadeem Vawda · 13 years ago
  49. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  50. 316e02b run autoreconf by Benjamin Peterson · 13 years ago
  51. 8f9f8d6 Issue #11888: Use system log2() when available by Victor Stinner · 13 years ago
  52. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  53. 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 13 years ago
  54. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  55. 7807c35 Issue #10812: Add some extra posix functions to the os module. by Ross Lagerwall · 13 years ago
  56. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  57. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  58. 5c2f464 Fix compilation warning in Modules/posixmodule.c. by Antoine Pitrou · 13 years ago
  59. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  60. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 13 years ago
  61. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  62. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  63. 83a0efd run autoconf by Benjamin Peterson · 13 years ago
  64. d1fc34d Build and install libpython3.so. by Martin v. Löwis · 13 years ago
  65. ec0d355 Regenerated configure and pyconfig.h.in. by Mark Dickinson · 14 years ago
  66. bdf5eff add 'no' output to --with-system-ffi by Benjamin Peterson · 14 years ago
  67. d8d835b run autoconf by Benjamin Peterson · 14 years ago
  68. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  69. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  70. 15db144 Merged revisions 84584 via svnmerge from by Antoine Pitrou · 14 years ago
  71. a300007 Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 14 years ago
  72. d7f73e9 run autoreconf by Benjamin Peterson · 14 years ago
  73. 0166930 Revert unintended change from r84458. by Georg Brandl · 14 years ago
  74. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  75. a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
  76. 042b128 Issue #9203: Computed gotos are now enabled by default on supported by Antoine Pitrou · 14 years ago
  77. f7155a3 run autoreconf by Benjamin Peterson · 14 years ago
  78. 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 14 years ago
  79. 867c435 merge forward from the python 2.x branch by Jean-Paul Calderone · 14 years ago
  80. bada4c3 configure.in: Avoid autoconf warning: Assume C89 semantics that by Matthias Klose · 14 years ago
  81. b962171 - Issue #8510: Update to autoconf2.65. by Matthias Klose · 14 years ago
  82. 755740f Forward port a number of OSX bugfixes from the trunk to 3.2 by Ronald Oussoren · 14 years ago
  83. 05159c4 Merged revisions 76644 via svnmerge from by Benjamin Peterson · 15 years ago
  84. b7572f0 Merged revisions 76636 via svnmerge from by Antoine Pitrou · 15 years ago
  85. 875ada4 Merged revisions 76566 via svnmerge from by Mark Dickinson · 15 years ago
  86. a614f04 Merged revisions 76432,76558 via svnmerge from by Mark Dickinson · 15 years ago
  87. 7aed61a Merged revisions 76550 via svnmerge from by Martin v. Löwis · 15 years ago
  88. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
  89. f5b3a14 Merged revisions 76310 via svnmerge from by Mark Dickinson · 15 years ago
  90. 9ea6f63 Regenerate pyconfig.h.in using autoconf 2.61 by Mark Dickinson · 15 years ago
  91. 3727600 Merged revisions 75726 via svnmerge from by Antoine Pitrou · 15 years ago
  92. d513177 Merged revisions 75725 via svnmerge from by Antoine Pitrou · 15 years ago
  93. 4824c25 This mention is obsolete. by Antoine Pitrou · 15 years ago
  94. a833206 Merged revisions 74745 via svnmerge from by Benjamin Peterson · 15 years ago
  95. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  96. 9c11336 Merged revisions 74667 via svnmerge from by Mark Dickinson · 15 years ago
  97. b0a61d7 Regenerate configure script using autoconf 2.61. by Alexandre Vassalotti · 15 years ago
  98. 1914228 Revert r74049. by Alexandre Vassalotti · 15 years ago
  99. 302825b Regenerate configure script. by Alexandre Vassalotti · 15 years ago
  100. 113a085 Issue 5562: check for wcsftime. by Martin v. Löwis · 15 years ago