- 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
- 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
- ad6f877 Create the hardlink between python-3.2m and python-3.2 in altbininstall target by Barry Warsaw · 14 years ago
- 0499d0b Two small changes to adjust framework builds to the new stable ABI by Ronald Oussoren · 14 years ago
- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- ff27ee0 Issue #10572: Moved json tests to Lib/test/json_tests. by Alexander Belopolsky · 14 years ago
- 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
- 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
- ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
- 2c2bfe5 Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller by Brian Quinlan · 14 years ago
- 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
- e8f5832 Issue #9308: Removed redundant coding cookies. Added tests for by Alexander Belopolsky · 14 years ago
- 6d7be5f Add make variable to allow testing of different interpreter flags in buildbot runs by Antoine Pitrou · 14 years ago
- dbec780 Issue #9437: Fix building C extensions with non-default LDFLAGS. by Antoine Pitrou · 14 years ago
- 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
- 490014b Add "concurrent" subdir to Makefile. by Georg Brandl · 14 years ago
- 9bfc0f0 Issue 9315: Added test/tracedmodules to LIBSUBDIRS by Alexander Belopolsky · 14 years ago
- 8e6b407 Issue #941346: Improve the build process under AIX and allow Python to by Antoine Pitrou · 14 years ago
- 0d169ea Use tabs consistently. by Georg Brandl · 14 years ago
- 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
- 907229a Don't run pgen twice when using make -j. by Martin v. Löwis · 14 years ago
- 4c9aa45 There are no *.doc files anymore. Also update "funny" target. by Georg Brandl · 14 years ago
- e9b428f Reimplement addbuilddir() in C inside getpath.c, so as to execute it by Antoine Pitrou · 14 years ago
- 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago
- de802be Don't delete Lib/test/data/README when doing 'make distclean' by Mark Dickinson · 14 years ago
- 9411eeb No need to split this, there are enough long lines. by Georg Brandl · 14 years ago
- 241bdab #4007: remove *.a and *.so.X.Y files in "make clean". by Georg Brandl · 14 years ago
- bbda0c5 sharedinstall should depend on sharedmods #9280 by Benjamin Peterson · 14 years ago
- d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
- c1c7cf6 Revert r82259; still no good way to override instead of replace OPT, but changing order alters pydebug optimization flags. by Brett Cannon · 14 years ago
- 620c6c7 Having CFLAGS come before OPT prevents silencing certain classes of warnings by Brett Cannon · 14 years ago
- aa262b4 Issue #8665: Fix `make pycremoval` exiting with non-zero status. by Antoine Pitrou · 14 years ago
- 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 15 years ago
- 5f2347d Ignore errors. by Barry Warsaw · 15 years ago
- c04317f Bug 8527 - multiple compileall calls produce cascading __pycache__ directories. by Barry Warsaw · 15 years ago
- 80b09d4 Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510). by Matthias Klose · 15 years ago
- 28a691b PEP 3147 by Barry Warsaw · 15 years ago
- e09b623 Merged revisions 79982 via svnmerge from by Antoine Pitrou · 15 years ago
- 6a6666a Merged revisions 79548,79557,79616-79617,79716,79778,79795,79803,79896 via svnmerge from by Benjamin Peterson · 15 years ago
- bf92b7f Merged revisions 79762 via svnmerge from by Benjamin Peterson · 15 years ago
- 4893abc Merged revisions 79725 via svnmerge from by Benjamin Peterson · 15 years ago
- 03d788d Merged revisions 79652 via svnmerge from by Tarek Ziadé · 15 years ago
- 63b4355 Merged revisions 79540-79541 via svnmerge from by Ezio Melotti · 15 years ago
- e65d848 Merged revisions 79442 via svnmerge from by Michael Foord · 15 years ago
- 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 15 years ago
- 7a61ba9 Merged revisions 79218 via svnmerge from by Antoine Pitrou · 15 years ago
- bf19907 Merged revisions 79082,79084 via svnmerge from by Collin Winter · 15 years ago
- 89a545f Merged revisions 79073 via svnmerge from by Benjamin Peterson · 15 years ago
- cb6dbe5 Merged revisions 79056 via svnmerge from by Benjamin Peterson · 15 years ago
- 249683f Merged revisions 79051 via svnmerge from by Benjamin Peterson · 15 years ago
- f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 15 years ago
- edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago
- f2c5484 Merged revisions 77461 via svnmerge from by Antoine Pitrou · 15 years ago
- d78735d Merged revisions 77212-77215 via svnmerge from by Benjamin Peterson · 15 years ago
- 585c173 Merged revisions 77033 via svnmerge from by Ronald Oussoren · 15 years ago
- 6f6c562 Merged revisions 77031 via svnmerge from by Ronald Oussoren · 15 years ago
- 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
- 96f7897 Merged revisions 75866-75867 via svnmerge from by Georg Brandl · 15 years ago
- 067b38e Merged revisions 75047 via svnmerge from by Mark Dickinson · 15 years ago
- 9b3d557 Merged revisions 74604 via svnmerge from by Mark Dickinson · 15 years ago
- 3e7f609 Merged revisions 74150 via svnmerge from by Benjamin Peterson · 15 years ago
- 711ed4a Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 via svnmerge from by Alexandre Vassalotti · 15 years ago
- f1664ae remove PyCObject by Benjamin Peterson · 15 years ago
- 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
- 0d2cceb Merged revisions 73303 via svnmerge from by Ronald Oussoren · 15 years ago
- c6d936e When _locale became a built-in module it was discovered that ``-lintl`` was not by Brett Cannon · 15 years ago
- 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
- 67d7fb5 remove extra "|"s by Benjamin Peterson · 15 years ago
- b2b35af ignore some 2to3 test files with 2.x syntax #6184 by Benjamin Peterson · 15 years ago
- 94f75e0 link to CoreFoundation in framework builds #6104 by Benjamin Peterson · 15 years ago
- 2032722 Merged revisions 72898 via svnmerge from by Antoine Pitrou · 15 years ago
- f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
- 932073a remove the fullinstall target since py3k will always be known as python3 #6047 by Benjamin Peterson · 15 years ago
- 69026bb Merged revisions 72787 via svnmerge from by Ronald Oussoren · 15 years ago
- 8bc5b68 these builtins have to be initialized by Benjamin Peterson · 15 years ago
- be720e0 Merged revisions 72497 via svnmerge from by Tarek Ziadé · 15 years ago
- 5662d3e Merged revisions 72445 via svnmerge from by Tarek Ziadé · 15 years ago
- b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
- 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 16 years ago
- 3afd460 Merged revisions 71740 via svnmerge from by Georg Brandl · 16 years ago
- f4841e2 fix some issues with install and altinstall #5818 by Benjamin Peterson · 16 years ago
- 6ab9148 Merged revisions 71842 via svnmerge from by Thomas Heller · 16 years ago
- cee5663 make python3 alias in altbininstall by Benjamin Peterson · 16 years ago
- b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 16 years ago
- f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 16 years ago
- 026c0c3 fix installing of extension modules by Benjamin Peterson · 16 years ago
- 3fc49ab install as python3 #5461 by Benjamin Peterson · 16 years ago
- 8c65d54 don't install extras like pydoc and idle in altinstall, possibly overwriting the 2.x ones #1590 by Benjamin Peterson · 16 years ago
- 0c0daf0 #5606: fix formatter.h dependencies in the Makefile. by Georg Brandl · 16 years ago
- 8d8d630 Issue 5682: Move _io module into its own subdirectory. by Alexandre Vassalotti · 16 years ago
- fdd6dee Update the tests skipped with quicktest target. by Jeremy Hylton · 16 years ago
- 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
- 906785c Merged revisions 69889 via svnmerge from by Matthias Klose · 16 years ago