|
|
|
@1902
|
8 days |
giovannibajo |
Added note
|
|
|
|
@1901
|
8 days |
giovannibajo |
Create new trunk with README
|
|
|
|
@1900
|
8 days |
giovannibajo |
Tag trunk and remove it
|
|
|
|
@1899
|
5 months |
matysek |
increment release number accoring to updated roadmap
|
|
|
|
@1898
|
5 months |
matysek |
#462 recompile html doc
|
|
|
|
@1897
|
5 months |
matysek |
#462 recompile html doc
|
|
|
|
@1896
|
5 months |
htgoebel |
Updated svn:ignore
|
|
|
|
@1895
|
5 months |
htgoebel |
ignore interactive/test_pygame if no pygame available
|
|
|
|
@1894
|
5 months |
htgoebel |
Added test programm pygame
|
|
|
|
@1893
|
5 months |
htgoebel |
Fixed #406: Hook for pygame._view, required for develop releases between …
|
|
|
|
@1892
|
5 months |
htgoebel |
Fixed #406: Hook for pygame._view, required for develop releases between …
|
|
|
|
@1891
|
5 months |
htgoebel |
Fixed: left over raise SystemExit in last commit.
|
|
|
|
@1890
|
5 months |
htgoebel |
Fixed: too many errors when trying to run on my maschine. Backporting from …
|
|
|
|
@1889
|
5 months |
htgoebel |
Backport r1518: Fix: Exclude development files tclConfig.sh and …
|
|
|
|
@1888
|
5 months |
htgoebel |
Backport r1560: Fixed: ldconfig is in /sbin and not in a normal users …
|
|
|
|
@1887
|
5 months |
htgoebel |
Fixed #432: add section Recipes and Instructions for special Modules.
|
|
|
|
@1886
|
5 months |
htgoebel |
#462: mention AIX and Solaris (info taken from trunk).
|
|
|
|
@1885
|
5 months |
htgoebel |
Fixed: Files and build-dirs are created even if test case does not exist.
…
|
|
|
|
@1884
|
5 months |
htgoebel |
Updated svn:ignore
|
|
|
|
@1883
|
5 months |
htgoebel |
Set min. Python version for basic/test_time (got lost on rename in r1880).
|
|
|
|
@1882
|
5 months |
htgoebel |
Added debug logging all imported Python modules.
|
|
|
|
@1881
|
5 months |
htgoebel |
Added a simple 'Hello World' test case.
|
|
|
|
@1880
|
5 months |
htgoebel |
Rename testcase basic/test_9 into basic/test_time.
|
|
|
|
@1879
|
6 months |
htgoebel |
Minor update to the Recipes section: meantion "special" modules, too.
|
|
|
|
@1878
|
6 months |
htgoebel |
Fixed: missing import (intro: r1873)
|
|
|
|
@1877
|
6 months |
htgoebel |
Easier e2etests: hanoi can no be quited by pressing ESC.
|
|
|
|
@1876
|
6 months |
htgoebel |
Remove old compatibility code for Python 1.x
|
|
|
|
@1875
|
6 months |
htgoebel |
Remove old compatibility code for Python 1.x
|
|
|
|
@1874
|
6 months |
htgoebel |
Remove test for Python >= 2.3 since this is the minimum required
version …
|
|
|
|
@1873
|
6 months |
htgoebel |
Fixed typo in varname (into r1872)
|
|
|
|
@1872
|
6 months |
htgoebel |
Rename internal vars for better understanding
|
|
|
|
@1871
|
6 months |
htgoebel |
More precise message if pywin32 is not installed for Python 2.6+ on …
|
|
|
|
@1870
|
6 months |
matysek |
mac: with @executable_path in binary dependencies - look in the same …
|
|
|
|
@1869
|
6 months |
matysek |
#473 fix a windows regression
|
|
|
|
@1868
|
6 months |
htgoebel |
Strip comments from generated documents when running docutils.
|
|
|
|
@1867
|
6 months |
htgoebel |
Added note to keep README in sync.
|
|
|
|
@1866
|
6 months |
htgoebel |
State the requirements in the README, too.
|
|
|
|
@1865
|
6 months |
htgoebel |
Fixed #471: global name compat is not defined - missing import
|
|
|
|
@1864
|
6 months |
htgoebel |
Fixed: Use compat.exec_python intead of a temp file. (eval() got lost in …
|
|
|
|
@1863
|
6 months |
htgoebel |
Use compat.exec_python intead of a temp file.
|
|
|
|
@1862
|
6 months |
htgoebel |
Use compat.exec_python() to spawn the itnerpreter.
|
|
|
|
@1861
|
6 months |
htgoebel |
Updating svn:ignore.
|
|
|
|
@1860
|
6 months |
htgoebel |
Add very simple test for hook xml.
|
|
|
|
@1859
|
6 months |
htgoebel |
Fixed bug introduced in r1858.
|
|
|
|
@1858
|
6 months |
htgoebel |
Implement exec_python which return stdout of the invoked command.
|
|
|
|
@1857
|
6 months |
htgoebel |
Rename compat.exec_command_retcode to exec_command_rc to be consistant …
|
|
|
|
@1856
|
6 months |
htgoebel |
Rename compat.exec_python to compat.exec_python_rc to be consitant with …
|
|
|
|
@1855
|
6 months |
htgoebel |
Minor cleanup.
|
|
|
|
@1854
|
6 months |
htgoebel |
Remote old comapt code for Python < 2.3.
|
|
|
|
@1853
|
6 months |
htgoebel |
Minor cleanup.
|
|
|
|
@1852
|
6 months |
htgoebel |
Fixed: python was spawned with -O in the wrong case and restore 2.3 …
|
|
|
|
@1851
|
6 months |
htgoebel |
Remove obsolete comment.
|
|
|
|
@1850
|
6 months |
htgoebel |
#372: Fall back to our implemention of subprocess.py if Python is too old.
|
|
|
|
@1849
|
6 months |
htgoebel |
Make subprocess.py use pywin32 on Windows and add instructions.
This …
|
|
|
|
@1848
|
6 months |
htgoebel |
Go back to subprocess.py from v2.6.5 since 2.6.6 does no longer support …
|
|
|
|
@1847
|
6 months |
htgoebel |
Importing subprocess.py from hg.python.org/cpython/raw-file/v2.6.6
|
|
|
|
@1846
|
6 months |
htgoebel |
compatiblity for logging in Python 2.3
|
|
|
|
@1845
|
6 months |
htgoebel |
First version of utils/git to retrieve version information from a
git …
|
|
|
|
@1844
|
6 months |
htgoebel |
Rename get_*_revision into get_repo_revision.
|
|
|
|
@1843
|
6 months |
matysek |
#470 mac: fix ctypes test for 32-bit mode
|
|
|
|
@1842
|
6 months |
matysek |
#470 mac: fix running with 32-bit mode and universal binaries
|
|
|
|
@1841
|
6 months |
htgoebel |
Fixed: softlink points to wrong target if build with --onefile.
|
|
|
|
@1840
|
6 months |
htgoebel |
Largely rewrote e2etests/common/maketests.py
- adopted to new …
|
|
|
|
@1839
|
6 months |
htgoebel |
Fixed: strip or upx failed to be called (intro r1806).
|
|
|
|
@1838
|
6 months |
htgoebel |
try to import subprocess instead of comparing Python version.
|
|
|
|
@1837
|
6 months |
htgoebel |
Updated code for unsetenv.
|
|
|
|
@1836
|
6 months |
htgoebel |
Updated code for unsetenv.
|
|
|
|
@1835
|
6 months |
htgoebel |
Use one or two parents as hg identify does.
|
|
|
|
@1834
|
6 months |
htgoebel |
First version of utils/hg to retrieve version information from a
mercurial …
|
|
|
|
@1833
|
6 months |
htgoebel |
Fixed: non-asc character in comment
This was copied over from …
|
|
|
|
@1832
|
6 months |
htgoebel |
Minor update to README.
|
|
|
|
@1831
|
6 months |
htgoebel |
Updated Manual
- more detailed installation instructions (from README)
- …
|
|
|
|
@1830
|
6 months |
htgoebel |
Added comment on why to prefer os.environ over …
|
|
|
|
@1829
|
6 months |
matysek |
#372 refactoring code in ./buildtests/runtests.py
|
|
|
|
@1828
|
6 months |
matysek |
some pep8 reformatting
|
|
|
|
@1827
|
6 months |
matysek |
#465 use os.environ in getenv/setenv wrappers
|
|
|
|
@1826
|
6 months |
htgoebel |
Fixed: runtests did not work correctly after r1824.
|
|
|
|
@1825
|
6 months |
htgoebel |
Fixed: runtests.exec_command(PYTHON, PYOPTS, ...) failed when PYOPTS is …
|
|
|
|
@1824
|
6 months |
htgoebel |
Implemented runtests.exec_command() to replace os.system() (#372)
|
|
|
|
@1823
|
6 months |
matysek |
#462 mention solaris and aix in doc
|
|
|
|
@1822
|
6 months |
htgoebel |
Use compat.getenv/setenv/unsetenv.
|
|
|
|
@1821
|
6 months |
htgoebel |
Fixed: compat.getenv must actually return the value.
|
|
|
|
@1820
|
6 months |
htgoebel |
Fixed syntax error (intro r1815).
|
|
|
|
@1819
|
6 months |
htgoebel |
Fixed: os.setenv the wrong name, correct to os.putenv.
|
|
|
|
@1818
|
6 months |
htgoebel |
Minor cleanup: removed an indention level.
|
|
|
|
@1817
|
6 months |
htgoebel |
Fix: Fall back to ~/.local/share, too, if XDG_DATA_HOME is an empty …
|
|
|
|
@1816
|
6 months |
htgoebel |
Fix: Must restore PYTHONPATH even if it was an empty string.
|
|
|
|
@1815
|
6 months |
htgoebel |
#465: Use compat.getenv/setenv/unsetenv instead of os.getenv/setenv and …
|
|
|
|
@1814
|
6 months |
htgoebel |
#465: Implemented compat.getenv/setenv/unsetenv to replace …
|
|
|
|
@1813
|
6 months |
htgoebel |
Minor cleanup.
|
|
|
|
@1812
|
6 months |
matysek |
update readme - solaris, aix note
|
|
|
|
@1811
|
6 months |
htgoebel |
Updated README
|
|
|
|
@1810
|
6 months |
matysek |
#450 add test case - check sys.path has absolute paths
|
|
|
|
@1809
|
6 months |
matysek |
#343 fix test suite for AIX - thanks to Martin Gamwell Dawids
|
|
|
|
@1808
|
6 months |
htgoebel |
Cleanup: Filename extension (c or o) is run-time constant, no need for …
|
|
|
|
@1807
|
6 months |
htgoebel |
Raise NotImplementedError? on not implemented functions in …
|
|
|
|
@1806
|
6 months |
htgoebel |
Replace usage of subprocess.call() or subprocess.Popen() by …
|
|
|
|
@1805
|
6 months |
htgoebel |
Implemented compat.exec_command() to replace os.system(), subprocess et al …
|
|
|
|
@1804
|
6 months |
matysek |
#154 set file, path to sensible value for frozen python modules …
|
|
|
|
@1803
|
6 months |
matysek |
fix win32 regression introduced in r1757
|
|
|
|