- 9dc823d - Issue #15268: Search curses.h in /usr/include/ncursesw. by doko@ubuntu.com · 12 years ago
- 7e6c2e2 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
- 1abe1c5 - Issue #14330: For cross builds, don't use host python, use host search paths by doko@ubuntu.com · 12 years ago
- b457b9b - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds, by doko@ubuntu.com · 12 years ago
- 5884449 - Issue #3754: Use readelf instead of ldd for the cross build readline check by doko@ubuntu.com · 12 years ago
- f2967c7 - check for libtinfo as a termcap library by doko@ubuntu.com · 12 years ago
- 9c7817e - Issue #3754: Some unrelated configure.ac cleanups. by doko@ubuntu.com · 12 years ago
- ba01583 - Issue #14324: use a linker test to check for profiling support by doko@ubuntu.com · 12 years ago
- 51f6594 - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead of by doko@ubuntu.com · 12 years ago
- 3784ff9 Issue #13950: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
- cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
- 60187b5 Issue #7652: Enable linking of _decimal.so against an installed libmpdec. by Stefan Krah · 13 years ago
- 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 13 years ago
- df2aecb - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 13 years ago
- ca2f6ec - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in by Matthias Klose · 13 years ago
- 9635013 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
- b17289e - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
- 3b739b1 - Issue #14324: Fix configure tests for cross builds. by Matthias Klose · 13 years ago
- 93a0ef1 - Issue #14321: Do not run pgen during the build if files are up to date. by Matthias Klose · 13 years ago
- 5ce31cc merge 3.2 by Matthias Klose · 13 years ago
- d83be23 merge 3.1 by Matthias Klose · 13 years ago
- 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 13 years ago
- bcf2b59 Issue #13609: Add two functions to query the terminal size: by Antoine Pitrou · 13 years ago
- 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 13 years ago
- 1577cf7 Improve the test for dirfd(). Some systems #define it rather than by Gregory P. Smith · 13 years ago
- df300d5 Improve the test for dirfd(), some systems #define it rather than have by Gregory P. Smith · 13 years ago
- d635af5 Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
- 8facece Fixes issue #8052: The posix subprocess module's close_fds behavior was by Gregory P. Smith · 13 years ago
- d1bb06f regenerated using autoconf, includes dirfd test. by Gregory P. Smith · 13 years ago
- 6914048 regenerate configure using autoconf. includes the dirfd test. by Gregory P. Smith · 13 years ago
- 95c1662 fix for old kernels which don't have epoll_create1 by Benjamin Peterson · 13 years ago
- 9a17cc3 Merge second fix for issue #11149. by Stefan Krah · 13 years ago
- af04ff2 Issue #11149: Also enable -fwrapv if $CC is a full path by Stefan Krah · 13 years ago
- f0effe6 Better resolution for issue #11849: Ensure that free()d memory arenas are really released by Antoine Pitrou · 13 years ago
- 984890f Close #13415: Test in configure if unsetenv() has a return value or not. by Victor Stinner · 13 years ago
- d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
- e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
- 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- 7ddbf10 disable unused result warnings when possible by Benjamin Peterson · 13 years ago
- 66611c5 Merge fix for issue #11149. by Stefan Krah · 13 years ago
- 962055d Issue #11149: recent versions of clang require the -fwrapv flag. by Stefan Krah · 13 years ago
- b77fe17 Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720) by Benjamin Peterson · 13 years ago
- d169fdc Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008 by Victor Stinner · 13 years ago
- 14d098d Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008 by Victor Stinner · 13 years ago
- ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
- 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
- 7209ff2 Issue #12326: woops, I really mean 'linux', not 'linux2' by Victor Stinner · 13 years ago
- ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
- 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
- c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
- 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
- 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
- 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
- d3b2aef Actually port ecfe9bf0117b to default by Antoine Pitrou · 13 years ago
- 5cd3e30 When testing for an hg repo, use a file that always exists, even with the "shared" extension by Antoine Pitrou · 13 years ago
- dc1d548 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
- 749400a Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
- 54ef40b Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major by Charles-François Natali · 13 years ago
- beed47e Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 13 years ago
- db57e8d Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
- 996f606 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
- 3700920 Issue #11863: Remove support for legacy systems deprecated in Python 3.2 by Antoine Pitrou · 13 years ago
- 187c111 Regenerate configure. by Georg Brandl · 13 years ago
- 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
- 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
- bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
- b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
- dd5be06 run autoconf by Benjamin Peterson · 13 years ago
- 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
- 87cdb81 run autoreconf by Benjamin Peterson · 13 years ago
- daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
- 3b1f2c3 issue #1746656: Fix for OS X. configure and #include changes so that the socket by Gregory P. Smith · 13 years ago
- d74b593 Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). by Nadeem Vawda · 13 years ago
- 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
- 316e02b run autoreconf by Benjamin Peterson · 13 years ago
- 8f9f8d6 Issue #11888: Use system log2() when available by Victor Stinner · 13 years ago
- 4e9da47 merge 11347. by Martin v. Löwis · 13 years ago
- 48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. by Martin v. Löwis · 13 years ago
- b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 13 years ago
- 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 14 years ago
- 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
- d3b7a55 Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS by Jesus Cea · 14 years ago
- 7807c35 Issue #10812: Add some extra posix functions to the os module. by Ross Lagerwall · 14 years ago
- 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 14 years ago
- 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
- fe09a54 Merge build identification to default branch. by Georg Brandl · 14 years ago
- 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
- 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 14 years ago
- 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
- 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 14 years ago
- 941f956 Regenerate configure after r88580. by Georg Brandl · 14 years ago
- 83a0efd run autoconf by Benjamin Peterson · 14 years ago
- 8f15987 Merged revisions 88438,88440 via svnmerge from by Georg Brandl · 14 years ago
- 3f0df3b Merged revisions 88430 via svnmerge from by Georg Brandl · 14 years ago
- 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 14 years ago
- 3ebb6b3 Bump trunk to 3.3 alpha 0. by Georg Brandl · 14 years ago
- 216e404 #11184: Fix large file support on AIX. by Georg Brandl · 14 years ago