index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.pre.in
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
install tkinter and ttk tests
Benjamin Peterson
2010-03-18
1
-1/+2
*
|
remove installation of deleted test/output dir
Benjamin Peterson
2010-03-18
1
-1/+1
*
|
don't try to compile anything in lib2to3/tests/data #8169
Benjamin Peterson
2010-03-18
1
-2/+2
*
|
Move the xml test data to their own directory.
Florent Xicluna
2010-03-13
1
-1/+1
*
|
taking sysconfig out of distutils
Tarek Ziadé
2010-01-23
1
-1/+1
*
|
Issue #7622: Improve the split(), rsplit(), splitlines() and replace()
Antoine Pitrou
2010-01-13
1
-0/+1
*
|
use pkg-config to find the libffi headers when --with-system-ffi is used #6943
Benjamin Peterson
2010-01-01
1
-0/+2
*
|
Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a
Ronald Oussoren
2009-12-24
1
-0/+1
*
|
Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...
Ronald Oussoren
2009-12-24
1
-9/+0
*
|
Add a regrtest option to re-run in verbose mode immediately after a test fail...
Georg Brandl
2009-10-27
1
-1/+1
*
|
Issue #7117: Prepare for backport of py3k float repr.
Mark Dickinson
2009-10-24
1
-0/+2
*
|
Issue #6982: Add generated Lib/lib2to3/*.pickle files to 'make clean' target.
Mark Dickinson
2009-09-24
1
-1/+2
*
|
Fix build issues on OSX 10.6 (issue 6802)
Ronald Oussoren
2009-09-06
1
-0/+1
*
|
Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. ...
Mark Dickinson
2009-08-31
1
-1/+2
*
|
install unittest as a package
Benjamin Peterson
2009-07-21
1
-0/+1
*
|
put downloaded test support files in Lib/test/data instead of the cwd
Benjamin Peterson
2009-07-11
1
-0/+1
*
|
make ast.c depend on the grammar
Benjamin Peterson
2009-06-09
1
-1/+1
*
|
This checkin adds a symlink to the lib directory of a framework install
Ronald Oussoren
2009-06-08
1
-0/+1
*
|
Issue #3585: Add pkg-config support.
Antoine Pitrou
2009-05-24
1
-1/+8
*
|
support building with subversion 1.7 #6094
Benjamin Peterson
2009-05-23
1
-1/+1
*
|
This patch ensures that the pydoc_data package gets installed. This is needed
Ronald Oussoren
2009-05-19
1
-1/+1
*
|
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...
Tarek Ziadé
2009-05-09
1
-0/+2
*
|
Fixed #5941: added ARFLAGS for the archiver command.
Tarek Ziadé
2009-05-07
1
-6/+7
*
|
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....
Eric Smith
2009-04-27
1
-0/+2
*
|
Issue #5161: wrong paths for ctypes cleanup when Python is built in a
Thomas Heller
2009-04-24
1
-2/+2
*
|
fix typo
Benjamin Peterson
2009-04-19
1
-1/+1
*
|
ignore py3_test_grammar when compiling the library
Benjamin Peterson
2009-04-11
1
-2/+4
*
|
fix syntax
Benjamin Peterson
2009-04-08
1
-1/+1
*
|
these must be installed to correctly run tests
Benjamin Peterson
2009-04-08
1
-1/+2
*
|
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
1
-0/+2
*
|
Update quicktest to match Python 3 branch
Jeremy Hylton
2009-03-31
1
-3/+4
*
|
- Link the shared python library with $(MODLIBS).
Matthias Klose
2009-02-22
1
-3/+3
*
|
Make importlib a package. This allows using svn:externals in the sandbox to
Brett Cannon
2009-02-03
1
-1/+1
*
|
de-spacify
Benjamin Peterson
2009-01-13
1
-2/+2
*
|
add bytearrayobject.h to PYTHON_HEADERS
Benjamin Peterson
2009-01-13
1
-0/+1
*
|
make bytearrayobject.o depend on the stringlib #4936
Benjamin Peterson
2009-01-13
1
-0/+3
*
|
Issue #4817: Remove unused function PyOS_GetLastModificationTime.
Martin v. Löwis
2009-01-03
1
-1/+0
*
|
Fix for issue 4472 is incompatible with Cygwin, this patch
Ronald Oussoren
2009-01-02
1
-2/+2
*
|
Fix for issue4780
Ronald Oussoren
2009-01-02
1
-1/+1
*
|
Fix for issue4472: "configure --enable-shared doesn't work on OSX"
Ronald Oussoren
2009-01-02
1
-6/+10
*
|
Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'.
Mark Dickinson
2008-12-18
1
-1/+1
*
|
- install versioned manpage
Matthias Klose
2008-10-21
1
-1/+1
*
|
- Makefile.pre.in(PROFILE_TASK): search files in srcdir
Matthias Klose
2008-10-10
1
-2/+2
*
|
Add the 'patchcheck' build target to .PHONY.
Brett Cannon
2008-10-06
1
-1/+1
|
/
*
GNU coding guidelines say that ``make check`` should verify the build. That
Brett Cannon
2008-09-05
1
-1/+1
*
Issue #3678: Correctly pass LDFLAGS and LDLAST to the linker on shared
Gregory P. Smith
2008-09-02
1
-5/+5
*
Generate the PatternGrammar pickle during "make install".
Martin v. Löwis
2008-08-01
1
-1/+1
*
add multiprocessing to the Makefile
Benjamin Peterson
2008-06-20
1
-0/+1
*
Rename bytesobject.c back to stringobject.c to keep with the PyString theme.
Gregory P. Smith
2008-06-10
1
-4/+2
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-1/+0
[prev]
[next]