Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run autoconf | Benjamin Peterson | 2011-06-03 | 1 | -2/+0 |
| | |||||
* | remove __version__s dependent on subversion keyword expansion (closes #12221) | Benjamin Peterson | 2011-05-31 | 1 | -63/+65 |
| | |||||
* | run autoreconf | Benjamin Peterson | 2011-05-31 | 1 | -268/+302 |
| | |||||
* | Issue #12196: Add pipe2() to the os module. | Charles-François Natali | 2011-05-29 | 1 | -9/+1 |
| | |||||
* | issue #1746656: Fix for OS X. configure and #include changes so that the socket | Gregory P. Smith | 2011-05-15 | 1 | -1/+29 |
| | | | | module compiles again on OS X with its more annoying #include requirements. | ||||
* | Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). | Nadeem Vawda | 2011-05-15 | 1 | -1/+1 |
| | |||||
* | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -248/+269 |
| | | | | methods to the socket module. | ||||
* | run autoreconf | Benjamin Peterson | 2011-05-10 | 1 | -524/+481 |
| | |||||
* | Issue #11888: Use system log2() when available | Victor Stinner | 2011-05-09 | 1 | -1/+1 |
| | | | | | I expect the system libc to use more accurate functions than Python. The GNU libc uses for example FYL2X and FYL2XP1 hardware instructions on Intel FPU. | ||||
* | merge 11347. | Martin v. Löwis | 2011-05-09 | 1 | -145/+101 |
|\ | |||||
| * | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-08 | 1 | -2/+3 |
| | | | | | | | | signal module. | ||||
| * | Issue #11849: Make it more likely for the system allocator to release | Antoine Pitrou | 2011-05-03 | 1 | -530/+515 |
| | | | | | | | | | | free()d memory arenas on glibc-based systems. Patch by Charles-François Natali. | ||||
| * | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-31 | 1 | -1/+1 |
| | | |||||
| * | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -8/+9 |
| | | |||||
| * | Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 | Jesus Cea | 2011-03-14 | 1 | -75/+2 |
| | | |||||
| * | Remove sys.subversion and svn build identification leftovers. | Georg Brandl | 2011-03-06 | 1 | -47/+0 |
| | | |||||
| * | Merge build identification to default branch. | Georg Brandl | 2011-03-06 | 1 | -489/+588 |
| |\ | |||||
| * | | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. | Antoine Pitrou | 2011-02-28 | 1 | -2/+2 |
| | | | |||||
| * | | 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 |
| | | | |||||
* | | | Use --as-needed when linking libpython3.so. Closes #11347. | Martin v. Löwis | 2011-05-09 | 1 | -47/+78 |
| |/ |/| | | | | | Patch by Arfrever Frehtes Taifersar Arahesis. | ||||
* | | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 1 | -595/+972 |
|\ \ | |/ | |||||
| * | #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 ) |