- 714370f Give test directory a more reasonable name. by Eric V. Smith · 13 years ago
- e51a369 Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name. by Eric V. Smith · 13 years ago
- 99ac2f1 Packaging removal: remove pysetup3 install from Makefile. by Ned Deily · 13 years ago
- ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 13 years ago
- 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
- e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 13 years ago
- 2d9db1d Try to fix issue #15086: build failure on Ubuntu shared buildbot. by Antoine Pitrou · 13 years ago
- 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 13 years ago
- 7e18f43 Issue #14660: Install namespace_pkgs test directories and files. by Ned Deily · 13 years ago
- 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 13 years ago
- cfc1cc2 Issue #14642: Add "hg touch" extension, and "make touch" target. by Martin v. Loewis · 13 years ago
- aed9773 Issue #14605 and #14642: Issue a warning in case Python\importlib.h needs to by Marc-Andre Lemburg · 13 years ago
- a493235 Avoid rebuilding all C files when importlib.h is updated. by Antoine Pitrou · 13 years ago
- fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 13 years ago
- eba2428 Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2. by Vinay Sajip · 13 years ago
- 935b629 Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation. by Vinay Sajip · 13 years ago
- 597e6b4 Followup for issue #14321, remove references to Parser/pgen.stamp by Matthias Klose · 13 years ago
- e8b416e Issue #14382: Ensure new unittest.test.testmock is installed. by Ned Deily · 13 years ago
- 93a0ef1 - Issue #14321: Do not run pgen during the build if files are up to date. by Matthias Klose · 13 years ago
- 5ce31cc merge 3.2 by Matthias Klose · 13 years ago
- d83be23 merge 3.1 by Matthias Klose · 13 years ago
- 0f4c16e - rename configure.in to configure.ac by Matthias Klose · 13 years ago
- 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
- 8848255 Run tests with -R on "make test" and the buildbots. by Georg Brandl · 13 years ago
- 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 4fcad3c Change the python3 hardlink to a symlink, and correct some misuse of the PYTHON var in the makefile by Nick Coghlan · 13 years ago
- 1f918c1 make Python-ast.c depend on Python-ast.h by Benjamin Peterson · 13 years ago
- e0a669e Close #13596: Only recompile Lib/_sysconfigdata.py when needed by Victor Stinner · 13 years ago
- 221ea5d Merge fix for issue #13547. by Stefan Krah · 13 years ago
- 383dd58 Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed by Stefan Krah · 13 years ago
- 0a3229d Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case. by Antoine Pitrou · 13 years ago
- 3e62324 Issue #13217: add missing header dependencies in the Makefile for unicodeobject.o. by Antoine Pitrou · 13 years ago
- 6ab96e4 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
- bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
- 1e73a24 Issue #13150: sysconfig no longer parses the Makefile and config.h files by Antoine Pitrou · 13 years ago
- dd4e2f0 Issue #13155: Optimize finding the optimal character width of an unicode string by Antoine Pitrou · 13 years ago
- 69f55cc Issue #13157: Fix building Python outside its source tree by Victor Stinner · 13 years ago
- c61c8d7 Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
- eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 13 years ago
- dfb866d Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array by Victor Stinner · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- 91ef21f merged by Martin v. Löwis · 13 years ago
- 6fb4472 Depend setobject.o and dictobject.o on stringlib/eq.h. by Martin v. Löwis · 13 years ago
- 65d81f4 Merge Makefile fix from 3.2 (thanks Georg) by Éric Araujo · 13 years ago
- b5da6e9 Revert change that was not a syntax fix but actually a behavior change by Éric Araujo · 13 years ago
- 14eba5f Brench merge by Éric Araujo · 13 years ago
- b684702 make only files which use AST depend on Python-ast.h by Benjamin Peterson · 13 years ago
- e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
- 1c608e3 Fix find command in makefile “funny” target by Éric Araujo · 13 years ago
- 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
- 4fbff6c Oops, "make buildbottest" isn't supposed to use -j0. by Nadeem Vawda · 13 years ago
- ecd3e38 Issue #11651: Improve Makefile test targets. by Nadeem Vawda · 13 years ago
- 368ff10 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 14 years ago
- e2d5190 Issue #12497: Install test/data to prevent failures of the various codecmaps by Ned Deily · 14 years ago
- 4bd3e5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 14 years ago
- 8215f5d Issue #12496: Install test/capath directory to prevent test_connect_capath by Ned Deily · 14 years ago
- e4a51e6 use the Include in srcdir by Benjamin Peterson · 14 years ago
- 4a1ec12 Issue #12141: Install copies of template C module file so that by Ned Deily · 14 years ago
- 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
- 4b4b673 remove duplicate -I by Benjamin Peterson · 14 years ago
- 92cafb8 #12313: update Makefile.pre.in to account for email tests moving to 'test' dir by R David Murray · 14 years ago
- 04fe64b Make sure all the Lib/packaging subdirectories get installed. by Barry Warsaw · 14 years ago
- edd95dd Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218) by Éric Araujo · 14 years ago
- 9e586c2 Issue #12250: modify "make buildbottest" command line instead of TESTOPTS by Victor Stinner · 14 years ago
- 3019688 Close #12250: Disable the regrtest timeout by default by Victor Stinner · 14 years ago
- 0694562 disable ASDLGEN if hg won't work, or if python is not installed. by Ralf Schmitt · 14 years ago
- 023f3a7 disable ASDLGEN if hg won't work, or if python is not installed. by Ralf Schmitt · 14 years ago
- 90fb928 promoted pysetup3 to a top-level script by Tarek Ziade · 14 years ago
- d5a9196 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 14 years ago
- c520a18 (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 14 years ago
- 5b32659 (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and by Victor Stinner · 14 years ago
- 46f8264 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py by Victor Stinner · 14 years ago
- 70b3ee5 Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging, by Ned Deily · 14 years ago
- 4e9da47 merge 11347. by Martin v. Löwis · 14 years ago
- 48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. by Martin v. Löwis · 14 years ago
- eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
- 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
- 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 14 years ago
- 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 14 years ago
- 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 14 years ago
- a9d397b Issue #1099: Fix the build on MacOSX when building a framework with pydebug by Ronald Oussoren · 14 years ago
- 63bd5f9 Merge 3.2. by Thomas Wouters · 14 years ago
- 6b10343 Merge 3.1. by Thomas Wouters · 14 years ago
- 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 14 years ago
- 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
- fe09a54 Merge build identification to default branch. by Georg Brandl · 14 years ago
- 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 14 years ago
- 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 14 years ago
- 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 14 years ago
- 5329123 Add new subdirectory to LIBSUBDIRS. by Georg Brandl · 14 years ago
- 6e8d17c #11222: fix non-framework shared library build on Mac, patch by Ned Deily. by Georg Brandl · 14 years ago
- 9a829be #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. by Georg Brandl · 14 years ago
- 57ab441 Merged revisions 84068,87558 via svnmerge from by Antoine Pitrou · 14 years ago
- 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
- d1fc34d Build and install libpython3.so. by Martin v. Löwis · 14 years ago
- e1c0c7c Don't ignore pgen error (on "make Parser/pgen.stamp") by Victor Stinner · 14 years ago
- ff52f76 #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install. by Georg Brandl · 14 years ago
- 771d33e Issue 10687. When --without-pymalloc is given, $VERSION is the same as by Barry Warsaw · 14 years ago
- 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago