1. 1577cf7 Improve the test for dirfd(). Some systems #define it rather than by Gregory P. Smith · 12 years ago
  2. df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 12 years ago
  3. d635af5 Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 12 years ago
  4. 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 12 years ago
  5. 30c8a11 Add a test for the dirfd library function (to be used in an upcoming by Gregory P. Smith · 12 years ago
  6. 4188441 Test for the dirfd library function (for use in some upcoming changes). by Gregory P. Smith · 12 years ago
  7. 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 13 years ago
  8. 9a17cc3 Merge second fix for issue #11149. by Stefan Krah · 13 years ago
  9. af04ff2 Issue #11149: Also enable -fwrapv if $CC is a full path by Stefan Krah · 13 years ago
  10. f0effe6 Better resolution for issue #11849: Ensure that free()d memory arenas are really released by Antoine Pitrou · 13 years ago
  11. 984890f Close #13415: Test in configure if unsetenv() has a return value or not. by Victor Stinner · 13 years ago
  12. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  13. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  14. 2c3b230 Issue #13134: optimize finding single-character strings using memchr by Antoine Pitrou · 13 years ago
  15. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  16. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  17. 7ddbf10 disable unused result warnings when possible by Benjamin Peterson · 13 years ago
  18. 66611c5 Merge fix for issue #11149. by Stefan Krah · 13 years ago
  19. 962055d Issue #11149: recent versions of clang require the -fwrapv flag. by Stefan Krah · 13 years ago
  20. b77fe17 Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) by Benjamin Peterson · 13 years ago
  21. d169fdc Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008 by Victor Stinner · 13 years ago
  22. 14d098d Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 by Victor Stinner · 13 years ago
  23. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  24. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  25. 7209ff2 Issue #12326: woops, I really mean 'linux', not 'linux2' by Victor Stinner · 13 years ago
  26. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  27. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  28. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
  29. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
  30. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  31. 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  32. d3b2aef Actually port ecfe9bf0117b to default by Antoine Pitrou · 13 years ago
  33. 5cd3e30 When testing for an hg repo, use a file that always exists, even with the "shared" extension by Antoine Pitrou · 13 years ago
  34. dc1d548 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  35. 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  36. 54ef40b Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major by Charles-François Natali · 13 years ago
  37. beed47e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 13 years ago
  38. db57e8d Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
  39. 996f606 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
  40. 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
  41. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  42. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  43. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  44. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  45. d8f3b85 remove AC_REVISION by Benjamin Peterson · 13 years ago
  46. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  47. 0694562 disable ASDLGEN if hg won't work, or if python is not installed. by Ralf Schmitt · 13 years ago
  48. 023f3a7 disable ASDLGEN if hg won't work, or if python is not installed. by Ralf Schmitt · 13 years ago
  49. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  50. 3b1f2c3 issue #1746656: Fix for OS X. configure and #include changes so that the socket by Gregory P. Smith · 13 years ago
  51. d74b593 Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). by Nadeem Vawda · 13 years ago
  52. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  53. 48251e7 Issue #11888: remove duplicate check for log2 in configure.in. by Mark Dickinson · 13 years ago
  54. 8f9f8d6 Issue #11888: Use system log2() when available by Victor Stinner · 13 years ago
  55. 4e9da47 merge 11347. by Martin v. Löwis · 13 years ago
  56. 48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. by Martin v. Löwis · 13 years ago
  57. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
  58. 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 13 years ago
  59. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  60. 7807c35 Issue #10812: Add some extra posix functions to the os module. by Ross Lagerwall · 13 years ago
  61. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  62. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  63. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  64. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  65. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  66. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  67. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  68. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 13 years ago
  69. 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 13 years ago
  70. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 13 years ago
  71. 15995f7 Remove unused m4 define. by Georg Brandl · 13 years ago
  72. 8f15987 Merged revisions 88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  73. 3f0df3b Merged revisions 88430 via svnmerge from by Georg Brandl · 13 years ago
  74. 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  75. 3ebb6b3 Bump trunk to 3.3 alpha 0. by Georg Brandl · 13 years ago
  76. 216e404 #11184: Fix large file support on AIX. by Georg Brandl · 13 years ago
  77. 59e87bd #730467: Another small AIX fix. by Georg Brandl · 13 years ago
  78. 9a829be #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. by Georg Brandl · 13 years ago
  79. 9b142aa Issue #11121: Fix building with --enable-shared. by Martin v. Löwis · 13 years ago
  80. a75c105 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 14 years ago
  81. f3fcd9f Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in by Antoine Pitrou · 14 years ago
  82. 59dd7ab Merged revisions 87646 via svnmerge from by Antoine Pitrou · 14 years ago
  83. ece919e Fix bad quoting in r87639. Caught by Arfrever. by Antoine Pitrou · 14 years ago
  84. f1cc81a Merged revisions 87639 via svnmerge from by Antoine Pitrou · 14 years ago
  85. c224458 Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD by Antoine Pitrou · 14 years ago
  86. d1fc34d Build and install libpython3.so. by Martin v. Löwis · 14 years ago
  87. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  88. 436709c Compile correctly under OpenIndiana (and possibly Solaris 11 Express) by Jesus Cea · 14 years ago
  89. 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
  90. 7edecdd Add configure-time test for log1p disrespecting zero sign. by Mark Dickinson · 14 years ago
  91. d4694ed fix output for getaddrinfo bug check #7059 by Benjamin Peterson · 14 years ago
  92. 076ed00 add --enable-loadable-sqlite-extensions #10268 by Benjamin Peterson · 14 years ago
  93. bdf5eff add 'no' output to --with-system-ffi by Benjamin Peterson · 14 years ago
  94. 7926325 add no output to with-system-ffi and with-system-expat by Benjamin Peterson · 14 years ago
  95. f040d7d One more change for issue 9807, by Matthias Klose. by Barry Warsaw · 14 years ago
  96. c980ffd Drop OPT:Olimit, as it confuses SunPRO (and other compilers). by Martin v. Löwis · 14 years ago
  97. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  98. e16cda9 #9862: On AIX PIPE_BUF is broken. Make it 512. by R. David Murray · 14 years ago
  99. 3fbfea1 - Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd. by Matthias Klose · 14 years ago
  100. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago