Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. | Antoine Pitrou | 2011-02-25 | 1 | -3/+3 |
| | |||||
* | Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix | Antoine Pitrou | 2011-02-25 | 1 | -538/+496 |
| | | | | module. Patch by Ross Lagerwall. | ||||
* | Issue 10784: adds os.getpriority() and os.setpriority() functions. | Giampaolo Rodolà | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | Regenerate configure after r88580. | Georg Brandl | 2011-02-25 | 1 | -486/+574 |
| | |||||
* | run autoconf | Benjamin Peterson | 2011-02-25 | 1 | -524/+481 |
| | |||||
* | Bump trunk to 3.3 alpha 0. | Georg Brandl | 2011-02-20 | 1 | -11/+11 |
| | |||||
* | #11184: Fix large file support on AIX. | Georg Brandl | 2011-02-19 | 1 | -1/+8 |
| | |||||
* | #730467: Another small AIX fix. | Georg Brandl | 2011-02-15 | 1 | -2/+2 |
| | |||||
* | #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, ↵ | Georg Brandl | 2011-02-15 | 1 | -2/+2 |
| | | | | review by Antoine Pitrou. | ||||
* | Issue #11121: Fix building with --enable-shared. | Martin v. Löwis | 2011-02-05 | 1 | -490/+532 |
| | |||||
* | Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in | Antoine Pitrou | 2011-01-03 | 1 | -2/+2 |
| | | | | the configure script but use $GREP instead. Patch by Fabian Groffen. | ||||
* | Fix bad quoting in r87639. Caught by Arfrever. | Antoine Pitrou | 2011-01-02 | 1 | -3/+3 |
| | |||||
* | Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD | Antoine Pitrou | 2011-01-02 | 1 | -278/+258 |
| | | | | and DragonFly BSD. Patch by Nicolas Joly. | ||||
* | Build and install libpython3.so. | Martin v. Löwis | 2010-12-30 | 1 | -0/+11 |
| | |||||
* | regenerate configure based on r87207. | Gregory P. Smith | 2010-12-13 | 1 | -1/+7 |
| | |||||
* | Final patch for issue 9807. | Barry Warsaw | 2010-11-24 | 1 | -309/+285 |
| | |||||
* | Regenerated configure and pyconfig.h.in. | Mark Dickinson | 2010-11-20 | 1 | -522/+615 |
| | |||||
* | fix output for getaddrinfo bug check #7059 | Benjamin Peterson | 2010-11-01 | 1 | -1/+5 |
| | |||||
* | add --enable-loadable-sqlite-extensions #10268 | Benjamin Peterson | 2010-10-31 | 1 | -1/+18 |
| | |||||
* | add no output to with-system-ffi and with-system-expat | Benjamin Peterson | 2010-10-31 | 1 | -270/+254 |
| | |||||
* | One more change for issue 9807, by Matthias Klose. | Barry Warsaw | 2010-10-18 | 1 | -2/+2 |
| | | | | | This adds $ABIFLAGS to the static library, since it should match the shared library name. Also, include the abiflags in python-config --libs. | ||||
* | Drop OPT:Olimit, as it confuses SunPRO (and other compilers). | Martin v. Löwis | 2010-10-17 | 1 | -84/+1 |
| | |||||
* | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 1 | -269/+307 |
| | | | | | | | | | * Expose the build flags to Python as sys.abiflags * Shared library libpythonX.Y<abiflags>.so * python-config --abiflags * Make two distutils tests that failed with --enable-shared (even before this patch) succeed. * Fix a few small style issues. | ||||
* | run autoconf | Benjamin Peterson | 2010-10-15 | 1 | -270/+256 |
| | |||||
* | Run autoconf to update configure.in -> configure. | Barry Warsaw | 2010-10-14 | 1 | -257/+278 |
| | |||||
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 1 | -2/+2 |
| | | | | where supported by the system. Patch by Nikita Vetoshkin. | ||||
* | Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile, | Antoine Pitrou | 2010-10-13 | 1 | -18/+18 |
| | | | | | | don't do in configure as well. Hopefully this will solve a Makefile parsing issue on the FreeBSD buildbots. | ||||
* | Some platforms provide uintptr_t in inttypes.h. Patch by | Antoine Pitrou | 2010-10-10 | 1 | -1/+4 |
| | | | | Akira Kitada. | ||||
* | Issue #1633863: Don't ignore $CC under AIX. | Antoine Pitrou | 2010-09-21 | 1 | -3/+2 |
| | |||||
* | #9210: remove --with-wctype-functions configure option. | Amaury Forgeot d'Arc | 2010-09-12 | 1 | -24/+0 |
| | | | | | | | | The internal unicode database is now always used. (after 5 years: see http://mail.python.org/pipermail/python-dev/2004-December/050193.html ) | ||||
* | Issue #941346: Improve the build process under AIX and allow Python to | Antoine Pitrou | 2010-09-10 | 1 | -2/+14 |
| | | | | be built as a shared library. Patch by Sébastien Sablé. | ||||
* | Followup to #4026: better patch for flock detection. | Antoine Pitrou | 2010-09-10 | 1 | -36/+26 |
| | |||||
* | Issue #4026: Make the fcntl extension build under AIX. | Antoine Pitrou | 2010-09-07 | 1 | -7/+78 |
| | | | | Patch by Sébastien Sablé. | ||||
* | run autoreconf | Benjamin Peterson | 2010-09-05 | 1 | -286/+267 |
| | |||||
* | PEP 3149 is accepted. | Barry Warsaw | 2010-09-03 | 1 | -290/+344 |
| | | | | http://mail.python.org/pipermail/python-dev/2010-September/103408.html | ||||
* | Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers ↵ | Daniel Stutzbach | 2010-08-31 | 1 | -0/+50 |
| | | | | other than MSC | ||||
* | Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by | Antoine Pitrou | 2010-08-30 | 1 | -1/+5 |
| | | | | Sébastien Sablé. | ||||
* | Issue #9203: Computed gotos are now enabled by default on supported | Antoine Pitrou | 2010-08-13 | 1 | -14/+65 |
| | | | | | compilers (which are detected by the configure script). They can still be disable selectively by specifying --without-computed-gotos. | ||||
* | Remove temporary debugging code. | Mark Dickinson | 2010-07-19 | 1 | -40/+1 |
| | |||||
* | Add configure check for a bug with gcc soft floating-point and subnormals, ↵ | Mark Dickinson | 2010-07-18 | 1 | -1/+40 |
| | | | | to help debug issue 8265. | ||||
* | Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running | Jeffrey Yasskin | 2010-07-09 | 1 | -11/+10 |
| | | | | | | | | | | | | | configure to append to Python's default values for those variables, and similarly allow users to set $XXFLAGS on the make command line to append to the values set by configure. In the makefile, this renames the variables that used to be $XXFLAGS to $PY_XXFLAGS, and renames the old $PY_CFLAGS to $PY_CORE_CFLAGS. To compensate, sysconfig now aliases $XXFLAGS=$PY_XXFLAGS so that scripts using it keep working. I see that as the right interface, not a backward-compatibility hack, since these are logically the $XXFLAGS variables; we just use a different name in the makefile to deal with make's semantics. | ||||
* | Merged revisions 81004 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -1/+1 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81004 | mark.dickinson | 2010-05-08 14:13:21 -0500 (Sat, 08 May 2010) | 1 line Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as available on Linux but not on OS X. ........ | ||||
* | Revert r82089. Commit was intended for a branch. | Jean-Paul Calderone | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | merge forward from the python 2.x branch | Jean-Paul Calderone | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | Merged revisions 81582 via svnmerge from | Martin v. Löwis | 2010-05-28 | 1 | -29/+11 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81582 | martin.v.loewis | 2010-05-28 17:28:47 +0200 (Fr, 28 Mai 2010) | 2 lines Issue #1759169: Drop _XOPEN_SOURCE on Solaris. ........ | ||||
* | Recorded merge of revisions 81077 via svnmerge from | Mark Dickinson | 2010-05-11 | 1 | -13/+6 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81077 | mark.dickinson | 2010-05-11 09:55:06 +0100 (Tue, 11 May 2010) | 3 lines Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure tests; remove some unnecessary '#include "confdefs.h"' lines. Thanks Roumen Petrov. ........ | ||||
* | Merged revisions 80832 via svnmerge from | Mark Dickinson | 2010-05-05 | 1 | -3/+4 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80832 | mark.dickinson | 2010-05-05 23:23:58 +0100 (Wed, 05 May 2010) | 2 lines Issue #8625: Turn off gcc optimization in debug builds. ........ | ||||
* | Deprecate OSF* support | Jesus Cea | 2010-05-03 | 1 | -0/+6 |
| | |||||
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | http://code.google.com/p/data-race-test/wiki/ThreadSanitizer is a dynamic data race detector that runs on top of valgrind. With this patch, the binaries at http://code.google.com/p/data-race-test/wiki/ThreadSanitizer#Binaries pass many but not all of the Python tests. All of regrtest still passes outside of tsan. I've implemented part of the C1x atomic types so that we can explicitly mark variables that are used across threads, and get defined behavior as compilers advance. I've added tsan's client header and implementation to the codebase in dynamic_annotations.{h,c} (docs at http://code.google.com/p/data-race-test/wiki/DynamicAnnotations). Unfortunately, I haven't been able to get helgrind and drd to give sensible error messages, even when I use their client annotations, so I'm not supporting them. | ||||
* | Merged revisions 80665 via svnmerge from | Marc-André Lemburg | 2010-04-30 | 1 | -3/+8 |
| | | | | | | | | | | | | | | svn+pythonssh://pythondev@svn.python.org/python/trunk ........ r80665 | marc-andre.lemburg | 2010-04-30 19:20:14 +0200 (Fri, 30 Apr 2010) | 7 lines [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS Only override the AC_PROG_CC determined CFLAGS if they were set by the user. This restores the default behavior in the common case of not having CFLAGS defined when running configure. ........ |