summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Issue #11888: Use system log2() when availableVictor Stinner2011-05-091-2/+2
* merge 11347.Martin v. Löwis2011-05-091-81/+30
|\
| * Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to theVictor Stinner2011-05-081-2/+3
| * Issue #11849: Make it more likely for the system allocator to releaseAntoine Pitrou2011-05-031-0/+9
| * Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-1/+1
| * Issue #10812: Add some extra posix functions to the os module.Ross Lagerwall2011-03-171-6/+8
| * Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2Jesus Cea2011-03-141-49/+0
| * Remove sys.subversion and svn build identification leftovers.Georg Brandl2011-03-061-9/+0
| * Merge build identification to default branch.Georg Brandl2011-03-061-0/+15
| |\
| * | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall.Antoine Pitrou2011-02-281-1/+1
| * | Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall.Antoine Pitrou2011-02-251-2/+2
| * | Issue #4761: Add the *at() family of functions (openat(), etc.) to the posixAntoine Pitrou2011-02-251-6/+7
| * | Issue 10784: adds os.getpriority() and os.setpriority() functions.Giampaolo Rodolà2011-02-251-1/+1
| * | Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)Giampaolo Rodolà2011-02-251-5/+6
| * | Remove unused m4 define.Georg Brandl2011-02-251-7/+0
| * | Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-201-1/+1
* | | Use --as-needed when linking libpython3.so. Closes #11347.Martin v. Löwis2011-05-091-0/+12
| |/ |/|
* | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-762/+912
|\ \ | |/
| * #11184: Fix large file support on AIX.Georg Brandl2011-02-191-0/+6
| * #730467: Another small AIX fix.Georg Brandl2011-02-151-1/+1
| * #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re...Georg Brandl2011-02-151-1/+1
| * Issue #11121: Fix building with --enable-shared.Martin v. Löwis2011-02-051-3/+2
| * Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep inAntoine Pitrou2011-01-031-1/+1
| * Fix bad quoting in r87639. Caught by Arfrever.Antoine Pitrou2011-01-021-2/+2
| * Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSDAntoine Pitrou2011-01-021-2/+2
| * Build and install libpython3.so.Martin v. Löwis2010-12-301-0/+10
| * issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag fromGregory P. Smith2010-12-131-1/+1
| * Final patch for issue 9807.Barry Warsaw2010-11-241-1/+1
| * Add configure-time test for log1p disrespecting zero sign.Mark Dickinson2010-11-201-3/+32
| * fix output for getaddrinfo bug check #7059Benjamin Peterson2010-11-011-0/+3
| * add --enable-loadable-sqlite-extensions #10268Benjamin Peterson2010-10-311-0/+9
| * add no output to with-system-ffi and with-system-expatBenjamin Peterson2010-10-311-2/+6
| * One more change for issue 9807, by Matthias Klose.Barry Warsaw2010-10-181-1/+1
| * Drop OPT:Olimit, as it confuses SunPRO (and other compilers).Martin v. Löwis2010-10-171-45/+0
| * First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-20/+32
| * #9862: On AIX PIPE_BUF is broken. Make it 512.R. David Murray2010-10-151-0/+4
| * - Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.Matthias Klose2010-10-141-1/+2
| * Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-141-1/+1
| * Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile,Antoine Pitrou2010-10-131-17/+17
| * Some platforms provide uintptr_t in inttypes.h. Patch byAntoine Pitrou2010-10-101-0/+3
| * Issue #1633863: Don't ignore $CC under AIX.Antoine Pitrou2010-09-211-1/+1
| * #9210: remove --with-wctype-functions configure option.Amaury Forgeot d'Arc2010-09-121-15/+0
| * Issue #941346: Improve the build process under AIX and allow Python toAntoine Pitrou2010-09-101-1/+6
| * Followup to #4026: better patch for flock detection.Antoine Pitrou2010-09-101-20/+16
| * Issue #4026: Make the fcntl extension build under AIX.Antoine Pitrou2010-09-071-2/+16
| * run autoreconfBenjamin Peterson2010-09-051-1/+1
| * Fix typos and use tabs consistently.Georg Brandl2010-09-031-11/+11
| * PEP 3149 is accepted.Barry Warsaw2010-09-031-32/+63
| * Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other...Daniel Stutzbach2010-08-311-0/+7
| * Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch byAntoine Pitrou2010-08-301-0/+3