| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-32726: macOS installer changes for 3.6.5 | Ned Deily | 2018-03-14 | 1 | -3/+12 |
|
|
* | bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH... | Miss Islington (bot) | 2018-01-24 | 1 | -1/+1 |
|
|
* | [3.6] make tags: index also Modules/_ctypes/ (#4648) (#4659) | Victor Stinner | 2017-11-30 | 1 | -1/+1 |
|
|
* | bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215) | Miss Islington (bot) | 2017-11-01 | 1 | -0/+30 |
|
|
* | bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (... | Miss Islington (bot) | 2017-11-01 | 1 | -1/+38 |
|
|
* | bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189) | Miss Islington (bot) | 2017-10-31 | 1 | -0/+180 |
|
|
* | Allow configure to handle PATH elements with spaces (#3935) (#3937) | Ned Deily | 2017-10-09 | 1 | -4/+4 |
|
|
* | [3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344) | Christian Heimes | 2017-09-05 | 1 | -1/+1 |
|
|
* | [3.6] Clarify what --enable-optimizations does (GH-1847) (GH-2039) | Brett Cannon | 2017-06-09 | 1 | -16/+4 |
|
|
* | [3.6] Add --with-assertions configure flag to enable C assertions(GH-1731) (#... | T. Wouters | 2017-05-23 | 1 | -1/+30 |
|
|
* | [3.6] bpo-23404: make touch becomes make regen-all (#1405) (#1461) | Victor Stinner | 2017-05-04 | 1 | -21/+11 |
|
|
* | [3.6] bpo-30232: Support Git worktree in configure.ac (#1398) | Victor Stinner | 2017-05-02 | 1 | -1/+1 |
|
|
* | bpo-30104: Use -fno-strict-aliasing on clang (#1376) | Victor Stinner | 2017-05-02 | 1 | -7/+28 |
|
|
* | improve alignment autoconf test (#1129) (#1139) | Benjamin Peterson | 2017-04-14 | 1 | -10/+25 |
|
|
* | bpo-29643: Fix check for --enable-optimizations (GH-869) | INADA Naoki | 2017-03-28 | 1 | -1/+1 |
|
|
* | bpo-27593: Revise git SCM build info. (#744) (#745) | Ned Deily | 2017-03-21 | 1 | -2/+2 |
|
|
* | [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) | Ned Deily | 2017-03-04 | 1 | -24/+24 |
|
|
* | Issue #26851: Set Android compilation and link flags. | Xavier de Gaye | 2017-01-04 | 1 | -2/+18 |
|
|
* | Issue #28762: lockf() is available on Android API level 24, but the | Xavier de Gaye | 2016-12-22 | 1 | -1/+30 |
|
|
* | Issue #28538: On Darwin net/if.h requires that sys/socket.h be included befor... | Xavier de Gaye | 2016-12-21 | 1 | -2/+14 |
|
|
* | Issue #28538: Fix the compilation error that occurs because if_nameindex() is | Xavier de Gaye | 2016-12-21 | 1 | -1/+33 |
|
|
* | merge 3.5 (#28932) | Benjamin Peterson | 2016-12-20 | 1 | -1/+1 |
|\ |
|
| * | add a specific configure check for sys/random.h (closes #28932) | Benjamin Peterson | 2016-12-20 | 1 | -1/+1 |
|
|
* | | Issue #28190: Cross compiling the _curses module does not use anymore | Xavier de Gaye | 2016-12-13 | 1 | -1/+3 |
|
|
* | | Issue #28849: Do not define sys.implementation._multiarch on Android. | Xavier de Gaye | 2016-12-10 | 1 | -23/+1 |
|
|
* | | Regenerate configure with autoconf 2.69. | Ned Deily | 2016-12-06 | 1 | -13/+1 |
|
|
* | | Issue #10656: Merge AIX build fix from 3.5 | Martin Panter | 2016-11-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #10656: Fix out-of-tree building on AIX | Martin Panter | 2016-11-20 | 1 | -1/+1 |
|
|
* | | Rename the new --with-optimiations flag to --enable-optimizations. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-11-20 | 1 | -13/+24 |
|\ \
| |/ |
|
| * | Rename the new --with-optimiations flag to --enable-optimizations. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-11-20 | 1 | -12/+11 |
|
|
* | | Issue #28605: Fix the help and What's New entry for --with-optimizations. | Brett Cannon | 2016-11-03 | 1 | -3/+3 |
|
|
* | | regenerate configure with autoconf 2.69 | Ned Deily | 2016-10-10 | 1 | -13/+1 |
|
|
* | | Write configure message to AS_MESSAGE_FD | Christian Heimes | 2016-09-24 | 1 | -1/+1 |
|
|
* | | replace usage of Py_VA_COPY with the (C99) standard va_copy | Benjamin Peterson | 2016-09-21 | 1 | -34/+0 |
|
|
* | | more granular configure checks for clock_* functions (closes #28081) | Benjamin Peterson | 2016-09-14 | 1 | -1/+71 |
|
|
* | | Issue #28066: Merge srcdir fix from 3.5 | Martin Panter | 2016-09-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #28066: Fix include search directory logic for out-of-tree builds | Martin Panter | 2016-09-12 | 1 | -1/+1 |
|
|
* | | Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME | Xavier de Gaye | 2016-09-11 | 1 | -14/+2 |
|
|
* | | Issue #23545: Turn on extra warnings on GCC. | Serhiy Storchaka | 2016-09-11 | 1 | -0/+124 |
|
|
* | | Regenerate the configure script. Now it supports --runstatedir option | Serhiy Storchaka | 2016-09-11 | 1 | -1/+13 |
|
|
* | | Backed out changeset 8460a729e1de | Benjamin Peterson | 2016-09-11 | 1 | -14/+2 |
|
|
* | | force gcc to use c99 inline semantics | Benjamin Peterson | 2016-09-11 | 1 | -2/+14 |
|
|
* | | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-10 | 1 | -8/+1 |
|
|
* | | DTrace support: function calls, GC activity, line execution | Ćukasz Langa | 2016-09-10 | 1 | -13/+173 |
|
|
* | | Closes #27976: Deprecate bundled full copy of libffi | Zachary Ware | 2016-09-10 | 1 | -2/+18 |
|
|
* | | remove ceval timestamp support | Benjamin Peterson | 2016-09-09 | 1 | -25/+0 |
|
|
* | | remove --with(out)-signal-module, since the signal module is non-optional | Benjamin Peterson | 2016-09-09 | 1 | -30/+0 |
|
|
* | | remove unused osx10.5 sdk check | Benjamin Peterson | 2016-09-09 | 1 | -31/+0 |
|
|
* | | compile with -std=c99 instead of -std=gnu99; use kiddie-gloves with bluetooth... | Benjamin Peterson | 2016-09-09 | 1 | -4/+20 |
|
|
* | | issue28032: never imply --with-lto as part of --with-optimizations. | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-08 | 1 | -8/+5 |
|\ \
| |/ |
|