| Commit message (Expand) | Author | Age | Files | Lines |
* | - Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd. | Matthias Klose | 2010-10-14 | 1 | -1/+2 |
|
|
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 1 | -1/+1 |
|
|
* | Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile, | Antoine Pitrou | 2010-10-13 | 1 | -17/+17 |
|
|
* | Some platforms provide uintptr_t in inttypes.h. Patch by | Antoine Pitrou | 2010-10-10 | 1 | -0/+3 |
|
|
* | Issue #1633863: Don't ignore $CC under AIX. | Antoine Pitrou | 2010-09-21 | 1 | -1/+1 |
|
|
* | #9210: remove --with-wctype-functions configure option. | Amaury Forgeot d'Arc | 2010-09-12 | 1 | -15/+0 |
|
|
* | Issue #941346: Improve the build process under AIX and allow Python to | Antoine Pitrou | 2010-09-10 | 1 | -1/+6 |
|
|
* | Followup to #4026: better patch for flock detection. | Antoine Pitrou | 2010-09-10 | 1 | -20/+16 |
|
|
* | Issue #4026: Make the fcntl extension build under AIX. | Antoine Pitrou | 2010-09-07 | 1 | -2/+16 |
|
|
* | run autoreconf | Benjamin Peterson | 2010-09-05 | 1 | -1/+1 |
|
|
* | Fix typos and use tabs consistently. | Georg Brandl | 2010-09-03 | 1 | -11/+11 |
|
|
* | PEP 3149 is accepted. | Barry Warsaw | 2010-09-03 | 1 | -32/+63 |
|
|
* | Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other... | Daniel Stutzbach | 2010-08-31 | 1 | -0/+7 |
|
|
* | Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by | Antoine Pitrou | 2010-08-30 | 1 | -0/+3 |
|
|
* | Issue #9203: Computed gotos are now enabled by default on supported | Antoine Pitrou | 2010-08-13 | 1 | -6/+36 |
|
|
* | #8119: fix copy-paste error. | Georg Brandl | 2010-08-02 | 1 | -1/+1 |
|
|
* | Remove temporary debugging code. | Mark Dickinson | 2010-07-19 | 1 | -20/+0 |
|
|
* | Add configure check for a bug with gcc soft floating-point and subnormals, to... | Mark Dickinson | 2010-07-18 | 1 | -0/+20 |
|
|
* | Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running | Jeffrey Yasskin | 2010-07-09 | 1 | -7/+6 |
|
|
* | 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 | -27/+10 |
|
|
* | Recorded merge of revisions 81077 via svnmerge from | Mark Dickinson | 2010-05-11 | 1 | -12/+5 |
|
|
* | Merged revisions 80832 via svnmerge from | Mark Dickinson | 2010-05-05 | 1 | -1/+1 |
|
|
* | Deprecate OSF* support | Jesus Cea | 2010-05-03 | 1 | -0/+7 |
|
|
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -0/+1 |
|
|
* | Merged revisions 80665 via svnmerge from | Marc-André Lemburg | 2010-04-30 | 1 | -2/+7 |
|
|
* | Merged revisions 80647 via svnmerge from | Ronald Oussoren | 2010-04-30 | 1 | -1/+39 |
|
|
* | Merged revisions 80574 via svnmerge from | Jesus Cea | 2010-04-28 | 1 | -2/+10 |
|
|
* | configure.in: Avoid autoconf warning: Assume C89 semantics that | Matthias Klose | 2010-04-25 | 1 | -12/+1 |
|
|
* | configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, | Matthias Klose | 2010-04-25 | 1 | -405/+435 |
|
|
* | configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ | Matthias Klose | 2010-04-25 | 1 | -1/+1 |
|
|
* | - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING | Matthias Klose | 2010-04-25 | 1 | -30/+30 |
|
|
* | - Issue #8510: Update to autoconf2.65. | Matthias Klose | 2010-04-24 | 1 | -6/+1 |
|
|
* | Merged revisions 80443 via svnmerge from | Matthias Klose | 2010-04-24 | 1 | -78/+78 |
|
|
* | * Fixes cut&paste error in configure | Ronald Oussoren | 2010-04-20 | 1 | -1/+1 |
|
|
* | Merged revisions 80187 via svnmerge from | Ronald Oussoren | 2010-04-18 | 1 | -4/+20 |
|
|
* | Merged revisions 79902 via svnmerge from | Benjamin Peterson | 2010-04-11 | 1 | -30/+1 |
|
|
* | Merged revisions 79652 via svnmerge from | Tarek Ziadé | 2010-04-03 | 1 | -14/+47 |
|
|
* | build without -fno-strict-aliasing when gcc isn't buggy #3326 | Benjamin Peterson | 2010-03-30 | 1 | -10/+17 |
|
|
* | Merged revisions 79392 via svnmerge from | Victor Stinner | 2010-03-25 | 1 | -0/+2 |
|
|
* | Merged revisions 79351 via svnmerge from | Benjamin Peterson | 2010-03-23 | 1 | -1/+1 |
|
|
* | Merged revisions 78962,78964 via svnmerge from | Benjamin Peterson | 2010-03-14 | 1 | -1/+1 |
|
|
* | Merged revisions 78819 via svnmerge from | Benjamin Peterson | 2010-03-09 | 1 | -2/+3 |
|
|
* | Merged revisions 78817 via svnmerge from | Benjamin Peterson | 2010-03-09 | 1 | -1/+1 |
|
|
* | Bugfix for the fix for issue 8067 | Ronald Oussoren | 2010-03-09 | 1 | -1/+1 |
|
|
* | Fix for issue 8067 | Ronald Oussoren | 2010-03-08 | 1 | -0/+2 |
|
|
* | revert unapplicable change to py3k | Benjamin Peterson | 2010-02-27 | 1 | -1/+0 |
|
|
* | Merged revisions 78467 via svnmerge from | Benjamin Peterson | 2010-02-27 | 1 | -0/+1 |
|
|
* | Merged revisions 78202 via svnmerge from | Martin v. Löwis | 2010-02-15 | 1 | -2/+4 |
|
|