Commit Graph

375 Commits

Author SHA1 Message Date
lmancini 7fcd4063aa Rewrite sqlalchemy hook to use the newly introduced exec_statement helper function (it used to import sqlalchemy directly).
git-svn-id: http://svn.pyinstaller.org/trunk@589 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-31 13:46:42 +00:00
lmancini 3f17e033bd Extract a helper function to spawn an external interpreter; useful for hooks that need to know informations about packages/modules without importing them from within the main running interpreter.
git-svn-id: http://svn.pyinstaller.org/trunk@588 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-31 13:45:09 +00:00
lmancini fc037ed4dd Add hook for PyOpenGL v3.0.0b6 and newer
git-svn-id: http://svn.pyinstaller.org/trunk@587 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-31 13:31:16 +00:00
giovannibajo 6fcf6732c5 Add test for ticket #27 that is fixed on trunk by the work of Matteo Bertini on cleaning up
exception handling during imports.


git-svn-id: http://svn.pyinstaller.org/trunk@586 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-30 19:00:51 +00:00
giovannibajo 19042c30a9 Recompile Windows bootloader after Naufraghi's fix for subprocesses.
git-svn-id: http://svn.pyinstaller.org/trunk@585 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-15 17:01:18 +00:00
giovannibajo 712d82e0bb Update Sconstruct file to new scons syntax
git-svn-id: http://svn.pyinstaller.org/trunk@584 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-15 16:57:09 +00:00
naufraghi ca4dec1af2 Test the real problem: not imp but site
git-svn-id: http://svn.pyinstaller.org/trunk@583 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-13 14:31:01 +00:00
naufraghi 50def6840d Add debug print
git-svn-id: http://svn.pyinstaller.org/trunk@582 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-13 14:27:47 +00:00
naufraghi f8cfa0b1e0 Fix typo and make the code runnable also if not packed
git-svn-id: http://svn.pyinstaller.org/trunk@581 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-13 14:27:06 +00:00
naufraghi d435867d76 Return child errno at exit
git-svn-id: http://svn.pyinstaller.org/trunk@580 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-13 13:08:59 +00:00
naufraghi 1496089842 Rename test[67]x -> data[67] (skipped by runtest)
git-svn-id: http://svn.pyinstaller.org/trunk@579 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-12 23:11:38 +00:00
naufraghi 1e690d2c55 Remove LINKFORSHARED -framework Python (link is dynamic in launch.c)
git-svn-id: http://svn.pyinstaller.org/trunk@578 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-12 22:58:36 +00:00
naufraghi 8b224dad16 Explain better MEIPASS reset
git-svn-id: http://svn.pyinstaller.org/trunk@577 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-12 19:04:43 +00:00
naufraghi 915ff2ff03 Move the _MEIPASS2 reset just before the script start
git-svn-id: http://svn.pyinstaller.org/trunk@576 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-12 17:59:06 +00:00
naufraghi 22ace58cf5 Fix test-zipimport.spec path
git-svn-id: http://svn.pyinstaller.org/trunk@575 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-12 17:17:33 +00:00
naufraghi 891ecd8f6a Use a different FAIL message sep
git-svn-id: http://svn.pyinstaller.org/trunk@574 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-12 17:16:55 +00:00
naufraghi 44a324e13f Disable wrong unsetenv but leave FIXME memo
git-svn-id: http://svn.pyinstaller.org/trunk@573 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-12 16:46:29 +00:00
naufraghi 5cb2b05554 Disable debug in spec file
git-svn-id: http://svn.pyinstaller.org/trunk@572 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 19:57:21 +00:00
naufraghi 4c7b4a9ea5 Fix nested onefile execution unsetting the _MEIPASS2 env var
git-svn-id: http://svn.pyinstaller.org/trunk@571 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 19:56:52 +00:00
naufraghi ee0a4bbe51 Cosmetic
git-svn-id: http://svn.pyinstaller.org/trunk@570 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 19:36:56 +00:00
naufraghi ef0ba534d3 Fix nested onefile test
git-svn-id: http://svn.pyinstaller.org/trunk@569 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 19:20:58 +00:00
naufraghi bb3f1ddcad Fix destination path
git-svn-id: http://svn.pyinstaller.org/trunk@568 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 19:03:58 +00:00
naufraghi f21d0b35c3 Add a nested launch test (onefile launches another onefile)
git-svn-id: http://svn.pyinstaller.org/trunk@567 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 19:03:08 +00:00
naufraghi 9c49517ced Add an interactive (you have to close the windows...) Tk test
git-svn-id: http://svn.pyinstaller.org/trunk@566 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 19:01:33 +00:00
naufraghi 3826b4c080 Fix test extension /intelligence/
git-svn-id: http://svn.pyinstaller.org/trunk@565 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 16:12:02 +00:00
naufraghi 63982c9ed1 Match libtcl.dylib too
git-svn-id: http://svn.pyinstaller.org/trunk@564 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 16:11:07 +00:00
naufraghi 0694f5f237 Fix python_exe.build generation and fix tests using buildtime python
+ be more verbose


git-svn-id: http://svn.pyinstaller.org/trunk@563 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 15:46:23 +00:00
naufraghi 9060db5bf6 Cosmetic
git-svn-id: http://svn.pyinstaller.org/trunk@562 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 15:44:39 +00:00
naufraghi ddab288ae9 Spaces
git-svn-id: http://svn.pyinstaller.org/trunk@561 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-07 16:47:58 +00:00
naufraghi 90188ee1c4 Spaces
git-svn-id: http://svn.pyinstaller.org/trunk@560 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-07 16:41:36 +00:00
naufraghi c522d67300 Rename test3 -> test_f_option
git-svn-id: http://svn.pyinstaller.org/trunk@559 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-07 16:19:23 +00:00
naufraghi 1d409e162a Start naming tests
git-svn-id: http://svn.pyinstaller.org/trunk@558 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-07 16:06:55 +00:00
naufraghi 53960c122d Run all tests (not only numbered ones)
git-svn-id: http://svn.pyinstaller.org/trunk@557 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-07 16:04:14 +00:00
giovannibajo 8e9dd7727d Fix Typo
git-svn-id: http://svn.pyinstaller.org/trunk@556 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-28 17:37:26 +00:00
giovannibajo f9982187d3 Document recent change
git-svn-id: http://svn.pyinstaller.org/trunk@555 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-20 22:05:54 +00:00
giovannibajo fb3c45387b Fix temporary directory cleaning when the Python code does not cleanly exit
git-svn-id: http://svn.pyinstaller.org/trunk@554 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-20 22:04:48 +00:00
giovannibajo a6fc1d6812 Make.py must be executable
git-svn-id: http://svn.pyinstaller.org/trunk@553 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-20 21:55:00 +00:00
naufraghi 38a31781e5 Comment out all debug prints and warn if a print is active in optimized mode
git-svn-id: http://svn.pyinstaller.org/trunk@552 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-19 09:29:33 +00:00
naufraghi 8d2fcb82a1 Propagate and check '-O' option
git-svn-id: http://svn.pyinstaller.org/trunk@551 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-19 09:19:17 +00:00
naufraghi ed3c0cf1ec Check for 'python -O' coherence
git-svn-id: http://svn.pyinstaller.org/trunk@550 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-19 09:17:58 +00:00
naufraghi 4f2de9a0ba Blocked revisions 546 via svnmerge
........
  r546 | naufraghi | 2008-11-13 14:36:29 +0100 (Thu, 13 Nov 2008) | 1 line
  
  Restore lost-in-merge carchive crypt
........


git-svn-id: http://svn.pyinstaller.org/trunk@548 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-13 13:42:33 +00:00
naufraghi 6a2d01aed1 Handle command-line globs
git-svn-id: http://svn.pyinstaller.org/trunk@547 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-13 13:37:22 +00:00
naufraghi 7500d720b6 Merged revisions 465,532-539,541 via svnmerge from
https://svn.pyinstaller.python-hosting.com/branches/crypt

........
  r465 | giovannibajo | 2008-05-21 15:30:21 +0200 (Wed, 21 May 2008) | 2 lines
  
  Ignore ".sconsign"
........
  r532 | naufraghi | 2008-11-08 00:23:43 +0100 (Sat, 08 Nov 2008) | 1 line
  
  Add MacPython.org and MacPython.macports support
........
  r533 | naufraghi | 2008-11-08 00:29:05 +0100 (Sat, 08 Nov 2008) | 1 line
  
  Run Configure continue only if the make is successful
........
  r534 | naufraghi | 2008-11-08 00:32:00 +0100 (Sat, 08 Nov 2008) | 1 line
  
  Fix PyQt4 hooks
........
  r535 | naufraghi | 2008-11-08 00:44:00 +0100 (Sat, 08 Nov 2008) | 1 line
  
  Do not compress any icon
........
  r536 | naufraghi | 2008-11-08 00:51:07 +0100 (Sat, 08 Nov 2008) | 1 line
  
  Added support for multiple icons (by Giovanni)
........
  r537 | naufraghi | 2008-11-08 00:55:17 +0100 (Sat, 08 Nov 2008) | 1 line
  
  Fix line endings
........
  r538 | naufraghi | 2008-11-08 01:03:19 +0100 (Sat, 08 Nov 2008) | 1 line
  
  Pass wide-string command line through relaunch() to avoid losing information. (by Giovanni)
........
  r539 | naufraghi | 2008-11-08 12:52:58 +0100 (Sat, 08 Nov 2008) | 1 line
  
  Line endings
........
  r541 | naufraghi | 2008-11-09 10:08:19 +0100 (Sun, 09 Nov 2008) | 1 line
  
  Remove debug print
........


git-svn-id: http://svn.pyinstaller.org/trunk@545 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-09 11:10:05 +00:00
naufraghi 8baa7875fe Blocked revisions 467 via svnmerge
........
  r467 | giovannibajo | 2008-05-21 16:24:06 +0200 (Wed, 21 May 2008) | 3 lines
  
  Fix a problem when using real-time hooks in the crypt branch (where there are two
  boostrap scripts: _boot.py and _mountzlib.py).
........


git-svn-id: http://svn.pyinstaller.org/trunk@544 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-09 10:10:42 +00:00
naufraghi 9e3e7e6494 Blocked revisions 460-461,463-464,466,473 via svnmerge
................
  r460 | naufraghi | 2008-05-14 20:13:47 +0200 (Wed, 14 May 2008) | 406 lines
  
  Merged revisions 447-449 via svnmerge from 
  https://svn.pyinstaller.python-hosting.com/trunk
  
  ................
    r449 | naufraghi | 2008-04-30 16:30:09 +0200 (Wed, 30 Apr 2008) | 399 lines
    
    Merged revisions 342-393,401-404,413,424,426-427,429-433,435-437,439-442,445,448 via svnmerge from 
    https://svn.pyinstaller.python-hosting.com/branches/python2.5
    
    ........
      r342 | naufraghi | 2007-12-03 20:02:47 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r238@rosen:  naufraghi | 2007-12-03 19:59:24 +0100
        r200@rosen:  naufraghi | 2007-11-23 15:54:13 +0100
        Cleanup, remove some warning
       
    ........
      r343 | naufraghi | 2007-12-03 20:02:56 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r239@rosen:  naufraghi | 2007-12-03 19:59:24 +0100
        r201@rosen:  naufraghi | 2007-11-23 17:23:15 +0100
        Allow starting runtests from any path
       
    ........
      r344 | naufraghi | 2007-12-03 20:03:04 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r240@rosen:  naufraghi | 2007-12-03 20:00:51 +0100
        r202@rosen:  naufraghi | 2007-11-23 17:24:17 +0100
        Add natural sort for tests
       
    ........
      r345 | naufraghi | 2007-12-03 20:03:12 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r241@rosen:  naufraghi | 2007-12-03 20:00:51 +0100
        r203@rosen:  naufraghi | 2007-11-23 17:32:46 +0100
        Fix some fragile import?
       
    ........
      r346 | naufraghi | 2007-12-03 20:03:21 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r242@rosen:  naufraghi | 2007-12-03 20:01:01 +0100
        r204@rosen:  naufraghi | 2007-11-23 17:46:41 +0100
        Adds a basic way to choose tests to run
       
    ........
      r347 | naufraghi | 2007-12-03 20:03:29 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r243@rosen:  naufraghi | 2007-12-03 20:01:04 +0100
        r205@rosen:  naufraghi | 2007-11-23 17:57:31 +0100
        Adds and xml.dom test
       
    ........
      r348 | naufraghi | 2007-12-03 20:03:38 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r244@rosen:  naufraghi | 2007-12-03 20:01:04 +0100
        r206@rosen:  naufraghi | 2007-11-23 18:05:04 +0100
        Remove cmd line quoting
       
    ........
      r349 | naufraghi | 2007-12-03 20:03:46 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r245@rosen:  naufraghi | 2007-12-03 20:01:06 +0100
        r207@rosen:  naufraghi | 2007-11-23 19:47:13 +0100
        Adds 'import os' in one specfile
       
    ........
      r350 | naufraghi | 2007-12-03 20:03:54 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r246@rosen:  naufraghi | 2007-12-03 20:01:08 +0100
        r208@rosen:  naufraghi | 2007-11-23 19:49:21 +0100
        Add an 'encoding' hiddeimport test
       
    ........
      r351 | naufraghi | 2007-12-03 20:04:05 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r248@rosen:  naufraghi | 2007-12-03 20:01:08 +0100
        r211@rosen:  naufraghi | 2007-11-27 16:13:30 +0100
        Rewrite exec in execfile
       
    ........
      r352 | naufraghi | 2007-12-03 20:04:15 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r250@rosen:  naufraghi | 2007-12-03 20:01:09 +0100
        r214@rosen:  naufraghi | 2007-11-30 11:49:23 +0100
        Adds support for extended __path__
       
    ........
      r353 | naufraghi | 2007-12-03 20:04:23 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r251@rosen:  naufraghi | 2007-12-03 20:01:13 +0100
        r215@rosen:  naufraghi | 2007-11-30 11:52:18 +0100
        Simplify execfile
       
    ........
      r354 | naufraghi | 2007-12-03 20:04:30 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r252@rosen:  naufraghi | 2007-12-03 20:01:15 +0100
        r216@rosen:  naufraghi | 2007-11-30 11:52:56 +0100
        Fix output path
       
    ........
      r355 | naufraghi | 2007-12-03 20:04:38 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r253@rosen:  naufraghi | 2007-12-03 20:01:16 +0100
        r217@rosen:  naufraghi | 2007-11-30 12:13:17 +0100
        Add optional logging of self.moduleds
       
    ........
      r356 | naufraghi | 2007-12-03 20:04:46 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r254@rosen:  naufraghi | 2007-12-03 20:01:16 +0100
        r218@rosen:  naufraghi | 2007-11-30 12:19:13 +0100
        Add __str__ at Module class (and adds a default __file__ too)
       
    ........
      r357 | naufraghi | 2007-12-03 20:04:54 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r255@rosen:  naufraghi | 2007-12-03 20:01:18 +0100
        r219@rosen:  naufraghi | 2007-11-30 12:30:19 +0100
        Add version info to log filename
       
    ........
      r358 | naufraghi | 2007-12-03 20:05:01 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r256@rosen:  naufraghi | 2007-12-03 20:01:19 +0100
        r220@rosen:  naufraghi | 2007-11-30 16:11:07 +0100
        Asset-ize a comment + cosmetics (align variable name to other scopes)
       
    ........
      r359 | naufraghi | 2007-12-03 20:05:09 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r257@rosen:  naufraghi | 2007-12-03 20:01:21 +0100
        r221@rosen:  naufraghi | 2007-11-30 16:46:17 +0100
        Add comments and a None-iti assert
       
    ........
      r360 | naufraghi | 2007-12-03 20:05:16 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r258@rosen:  naufraghi | 2007-12-03 20:01:24 +0100
        r222@rosen:  naufraghi | 2007-12-03 16:23:17 +0100
        Remove user interaction
       
    ........
      r361 | naufraghi | 2007-12-03 20:05:25 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r259@rosen:  naufraghi | 2007-12-03 20:01:25 +0100
        r223@rosen:  naufraghi | 2007-12-03 16:39:48 +0100
        Activate the option to run selected tests: runtests.py --run 12 13
       
    ........
      r362 | naufraghi | 2007-12-03 20:05:32 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r260@rosen:  naufraghi | 2007-12-03 20:01:28 +0100
        r224@rosen:  naufraghi | 2007-12-03 16:51:02 +0100
        Adds a test that fails
       
    ........
      r363 | naufraghi | 2007-12-03 20:05:41 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r261@rosen:  naufraghi | 2007-12-03 20:01:28 +0100
        r225@rosen:  naufraghi | 2007-12-03 17:11:07 +0100
        Expand imports
       
    ........
      r364 | naufraghi | 2007-12-03 20:05:48 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r262@rosen:  naufraghi | 2007-12-03 20:01:29 +0100
        r226@rosen:  naufraghi | 2007-12-03 17:12:21 +0100
        Reorder imports
       
    ........
      r365 | naufraghi | 2007-12-03 20:05:55 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r263@rosen:  naufraghi | 2007-12-03 20:01:30 +0100
        r227@rosen:  naufraghi | 2007-12-03 17:16:11 +0100
        Turns 1-0 to True-False
       
    ........
      r366 | naufraghi | 2007-12-03 20:06:03 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r264@rosen:  naufraghi | 2007-12-03 20:01:30 +0100
        r228@rosen:  naufraghi | 2007-12-03 17:32:17 +0100
        Path cleanup
       
    ........
      r367 | naufraghi | 2007-12-03 20:06:10 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r265@rosen:  naufraghi | 2007-12-03 20:01:32 +0100
        r229@rosen:  naufraghi | 2007-12-03 17:35:21 +0100
        Followup: Path cleanup
       
    ........
      r368 | naufraghi | 2007-12-03 20:06:17 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r266@rosen:  naufraghi | 2007-12-03 20:01:33 +0100
        r230@rosen:  naufraghi | 2007-12-03 18:42:00 +0100
        Add some docs to assemble()
       
    ........
      r369 | naufraghi | 2007-12-03 20:06:23 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r267@rosen:  naufraghi | 2007-12-03 20:01:35 +0100
        r231@rosen:  naufraghi | 2007-12-03 18:55:32 +0100
        Remove criptic outN.toc numbering, use class names + reformat docs
       
    ........
      r370 | naufraghi | 2007-12-03 20:06:30 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r268@rosen:  naufraghi | 2007-12-03 20:01:36 +0100
        r232@rosen:  naufraghi | 2007-12-03 18:56:26 +0100
        Restore common prefix 'out'
       
    ........
      r371 | naufraghi | 2007-12-03 20:06:38 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r269@rosen:  naufraghi | 2007-12-03 20:01:37 +0100
        r236@rosen:  naufraghi | 2007-12-03 19:16:19 +0100
        Cosmetic
       
    ........
      r372 | naufraghi | 2007-12-03 20:06:45 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r270@rosen:  naufraghi | 2007-12-03 20:01:37 +0100
        r237@rosen:  naufraghi | 2007-12-03 19:17:17 +0100
        Factorize py[c|o] extension choice
       
    ........
      r373 | naufraghi | 2007-12-04 12:01:51 +0100 (Mar, 04 Dic 2007) | 3 lines
      
       r302@rosen:  naufraghi | 2007-12-04 12:00:38 +0100
       Restore invcnum
    ........
      r374 | naufraghi | 2007-12-04 12:01:58 +0100 (Mar, 04 Dic 2007) | 3 lines
      
       r303@rosen:  naufraghi | 2007-12-04 12:01:41 +0100
       Add warning for mod == None
    ........
      r375 | naufraghi | 2007-12-04 12:08:04 +0100 (Mar, 04 Dic 2007) | 2 lines
      
      Add final final "done" message
    ........
      r376 | naufraghi | 2007-12-04 12:09:30 +0100 (Mar, 04 Dic 2007) | 3 lines
      
      Ops, is "config.dat"
    ........
      r377 | naufraghi | 2007-12-04 12:26:20 +0100 (Mar, 04 Dic 2007) | 2 lines
      
      Restored removed "break"
    ........
      r378 | naufraghi | 2007-12-04 16:01:18 +0100 (Mar, 04 Dic 2007) | 2 lines
      
      Remove already logged warning
    ........
      r379 | naufraghi | 2007-12-04 17:46:50 +0100 (Mar, 04 Dic 2007) | 1 line
      
      Minimize test case
    ........
      r380 | naufraghi | 2007-12-04 17:51:07 +0100 (Mar, 04 Dic 2007) | 1 line
      
      Update PathImportDirector if __path__ changes (for example if modified by _xmlplus hook)
    ........
      r381 | naufraghi | 2007-12-04 18:06:10 +0100 (Mar, 04 Dic 2007) | 1 line
      
      Localize hiddenimport and add hook
    ........
      r382 | naufraghi | 2007-12-04 19:37:45 +0100 (Mar, 04 Dic 2007) | 1 line
      
      Add another elementree test
    ........
      r383 | naufraghi | 2007-12-17 12:58:57 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Fix importHook debug print, add other (commented) print debugs
    ........
      r384 | naufraghi | 2007-12-17 13:00:32 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Support more then one log per spec
    ........
      r385 | naufraghi | 2007-12-17 13:01:10 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Add hidden xml.etree.ElementTree import
    ........
      r386 | naufraghi | 2007-12-17 13:02:35 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Restore PATH before assert + comments
    ........
      r387 | naufraghi | 2007-12-17 14:42:32 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Print warnings for generic excepts in the code
    ........
      r388 | naufraghi | 2007-12-17 14:56:12 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Use a specific exception for Owners
    ........
      r389 | naufraghi | 2007-12-17 16:44:59 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Remove final comma
    ........
      r390 | naufraghi | 2007-12-18 14:51:06 +0100 (Mar, 18 Dic 2007) | 1 line
      
      Expand debug print
    ........
      r391 | naufraghi | 2007-12-19 18:21:05 +0100 (Mer, 19 Dic 2007) | 1 line
      
      Avoid 'import os' that causes problems in py25
    ........
      r392 | naufraghi | 2007-12-19 18:34:46 +0100 (Mer, 19 Dic 2007) | 1 line
      
      Represent with %r the exception
    ........
      r393 | naufraghi | 2007-12-19 18:37:52 +0100 (Mer, 19 Dic 2007) | 1 line
      
      Add comments and commented prints
    ........
      r401 | naufraghi | 2008-01-11 16:47:02 +0100 (Ven, 11 Gen 2008) | 1 line
      
      Use sys.executable saved at build time (unknown when frozen)
    ........
      r402 | naufraghi | 2008-01-11 17:17:37 +0100 (Ven, 11 Gen 2008) | 1 line
      
      Restore linux compatibility
    ........
      r403 | naufraghi | 2008-01-11 18:37:22 +0100 (Ven, 11 Gen 2008) | 1 line
      
      Add test for sys.getfilesystemencoding()
    ........
      r404 | naufraghi | 2008-01-11 19:42:42 +0100 (Ven, 11 Gen 2008) | 1 line
      
      Accept different error under windows (FIXME: do a real isfile check)
    ........
      r413 | naufraghi | 2008-01-25 19:47:50 +0100 (Ven, 25 Gen 2008) | 1 line
      
      Restore compatibility with python 2.4
    ........
      r424 | naufraghi | 2008-02-18 11:53:12 +0100 (Lun, 18 Feb 2008) | 3 lines
      
       r343@trinity:  naufraghi | 2008-02-18 11:53:00 +0100
       Merge dal trunk
    ........
      r426 | naufraghi | 2008-02-18 14:49:15 +0100 (Lun, 18 Feb 2008) | 1 line
      
      Catch SyntaxError too
    ........
      r427 | naufraghi | 2008-02-18 15:02:45 +0100 (Lun, 18 Feb 2008) | 1 line
      
      Revert: DummyZlib is a zero commpression zlib
    ........
      r429 | naufraghi | 2008-02-23 17:05:35 +0100 (Sab, 23 Feb 2008) | 1 line
      
      Add a (failing) test on module imp
    ........
      r430 | naufraghi | 2008-02-23 18:12:59 +0100 (Sab, 23 Feb 2008) | 1 line
      
      Modified runtest, now all tests are executed (default) but the interactive one(s), thet are executed if -i option is provided
    ........
      r431 | naufraghi | 2008-02-23 18:18:02 +0100 (Sab, 23 Feb 2008) | 1 line
      
      Merge dal branch dl
    ........
      r432 | danielevarrazzo | 2008-02-24 14:38:15 +0100 (Dom, 24 Feb 2008) | 2 lines
      
      Added missing file from the 'dl' branch.
    ........
      r433 | naufraghi | 2008-02-25 13:07:44 +0100 (Lun, 25 Feb 2008) | 1 line
      
      Continue on test failure and report (...) at the end
    ........
      r435 | naufraghi | 2008-02-25 13:28:08 +0100 (Lun, 25 Feb 2008) | 1 line
      
      Stub of a launcher rebuilder
    ........
      r436 | danielevarrazzo | 2008-02-25 13:30:56 +0100 (Lun, 25 Feb 2008) | 2 lines
      
      The Python library is found both in onedir and onefile mode.
    ........
      r437 | naufraghi | 2008-02-25 18:42:16 +0100 (Lun, 25 Feb 2008) | 1 line
      
      Add comments and (commented) debug prints
    ........
      r439 | naufraghi | 2008-02-28 00:16:38 +0100 (Gio, 28 Feb 2008) | 1 line
      
      Cosmetics
    ........
      r440 | danielevarrazzo | 2008-02-28 20:21:15 +0100 (Gio, 28 Feb 2008) | 4 lines
      
      The Python library is added to the package even if bindepend couldn't find it.
      
      This may happen when Python is statically linked, e.g. on debian-based systems.
    ........
      r441 | naufraghi | 2008-03-01 00:46:00 +0100 (Sab, 01 Mar 2008) | 1 line
      
      Remove too restrictive assert
    ........
      r442 | naufraghi | 2008-03-01 00:47:07 +0100 (Sab, 01 Mar 2008) | 1 line
      
      Run Configure.py after make
    ........
      r445 | naufraghi | 2008-04-28 19:42:13 +0200 (Lun, 28 Apr 2008) | 1 line
      
      Merge follow up
    ........
      r448 | naufraghi | 2008-04-30 15:41:51 +0200 (Mer, 30 Apr 2008) | 2 lines
      
      ops, svnmerge was not complete...
    ........
  ................
................
  r461 | naufraghi | 2008-05-14 20:40:55 +0200 (Wed, 14 May 2008) | 418 lines
  
  Merged revisions 316,335-338,341-393,401-419,423-437,439-445,447-453,455-460 via svnmerge from 
  https://svn.pyinstaller.python-hosting.com/trunk
  
  ................
    r449 | naufraghi | 2008-04-30 16:30:09 +0200 (Wed, 30 Apr 2008) | 399 lines
    
    Merged revisions 342-393,401-404,413,424,426-427,429-433,435-437,439-442,445,448 via svnmerge from 
    https://svn.pyinstaller.python-hosting.com/branches/python2.5
    
    ........
      r342 | naufraghi | 2007-12-03 20:02:47 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r238@rosen:  naufraghi | 2007-12-03 19:59:24 +0100
        r200@rosen:  naufraghi | 2007-11-23 15:54:13 +0100
        Cleanup, remove some warning
       
    ........
      r343 | naufraghi | 2007-12-03 20:02:56 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r239@rosen:  naufraghi | 2007-12-03 19:59:24 +0100
        r201@rosen:  naufraghi | 2007-11-23 17:23:15 +0100
        Allow starting runtests from any path
       
    ........
      r344 | naufraghi | 2007-12-03 20:03:04 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r240@rosen:  naufraghi | 2007-12-03 20:00:51 +0100
        r202@rosen:  naufraghi | 2007-11-23 17:24:17 +0100
        Add natural sort for tests
       
    ........
      r345 | naufraghi | 2007-12-03 20:03:12 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r241@rosen:  naufraghi | 2007-12-03 20:00:51 +0100
        r203@rosen:  naufraghi | 2007-11-23 17:32:46 +0100
        Fix some fragile import?
       
    ........
      r346 | naufraghi | 2007-12-03 20:03:21 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r242@rosen:  naufraghi | 2007-12-03 20:01:01 +0100
        r204@rosen:  naufraghi | 2007-11-23 17:46:41 +0100
        Adds a basic way to choose tests to run
       
    ........
      r347 | naufraghi | 2007-12-03 20:03:29 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r243@rosen:  naufraghi | 2007-12-03 20:01:04 +0100
        r205@rosen:  naufraghi | 2007-11-23 17:57:31 +0100
        Adds and xml.dom test
       
    ........
      r348 | naufraghi | 2007-12-03 20:03:38 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r244@rosen:  naufraghi | 2007-12-03 20:01:04 +0100
        r206@rosen:  naufraghi | 2007-11-23 18:05:04 +0100
        Remove cmd line quoting
       
    ........
      r349 | naufraghi | 2007-12-03 20:03:46 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r245@rosen:  naufraghi | 2007-12-03 20:01:06 +0100
        r207@rosen:  naufraghi | 2007-11-23 19:47:13 +0100
        Adds 'import os' in one specfile
       
    ........
      r350 | naufraghi | 2007-12-03 20:03:54 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r246@rosen:  naufraghi | 2007-12-03 20:01:08 +0100
        r208@rosen:  naufraghi | 2007-11-23 19:49:21 +0100
        Add an 'encoding' hiddeimport test
       
    ........
      r351 | naufraghi | 2007-12-03 20:04:05 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r248@rosen:  naufraghi | 2007-12-03 20:01:08 +0100
        r211@rosen:  naufraghi | 2007-11-27 16:13:30 +0100
        Rewrite exec in execfile
       
    ........
      r352 | naufraghi | 2007-12-03 20:04:15 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r250@rosen:  naufraghi | 2007-12-03 20:01:09 +0100
        r214@rosen:  naufraghi | 2007-11-30 11:49:23 +0100
        Adds support for extended __path__
       
    ........
      r353 | naufraghi | 2007-12-03 20:04:23 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r251@rosen:  naufraghi | 2007-12-03 20:01:13 +0100
        r215@rosen:  naufraghi | 2007-11-30 11:52:18 +0100
        Simplify execfile
       
    ........
      r354 | naufraghi | 2007-12-03 20:04:30 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r252@rosen:  naufraghi | 2007-12-03 20:01:15 +0100
        r216@rosen:  naufraghi | 2007-11-30 11:52:56 +0100
        Fix output path
       
    ........
      r355 | naufraghi | 2007-12-03 20:04:38 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r253@rosen:  naufraghi | 2007-12-03 20:01:16 +0100
        r217@rosen:  naufraghi | 2007-11-30 12:13:17 +0100
        Add optional logging of self.moduleds
       
    ........
      r356 | naufraghi | 2007-12-03 20:04:46 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r254@rosen:  naufraghi | 2007-12-03 20:01:16 +0100
        r218@rosen:  naufraghi | 2007-11-30 12:19:13 +0100
        Add __str__ at Module class (and adds a default __file__ too)
       
    ........
      r357 | naufraghi | 2007-12-03 20:04:54 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r255@rosen:  naufraghi | 2007-12-03 20:01:18 +0100
        r219@rosen:  naufraghi | 2007-11-30 12:30:19 +0100
        Add version info to log filename
       
    ........
      r358 | naufraghi | 2007-12-03 20:05:01 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r256@rosen:  naufraghi | 2007-12-03 20:01:19 +0100
        r220@rosen:  naufraghi | 2007-11-30 16:11:07 +0100
        Asset-ize a comment + cosmetics (align variable name to other scopes)
       
    ........
      r359 | naufraghi | 2007-12-03 20:05:09 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r257@rosen:  naufraghi | 2007-12-03 20:01:21 +0100
        r221@rosen:  naufraghi | 2007-11-30 16:46:17 +0100
        Add comments and a None-iti assert
       
    ........
      r360 | naufraghi | 2007-12-03 20:05:16 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r258@rosen:  naufraghi | 2007-12-03 20:01:24 +0100
        r222@rosen:  naufraghi | 2007-12-03 16:23:17 +0100
        Remove user interaction
       
    ........
      r361 | naufraghi | 2007-12-03 20:05:25 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r259@rosen:  naufraghi | 2007-12-03 20:01:25 +0100
        r223@rosen:  naufraghi | 2007-12-03 16:39:48 +0100
        Activate the option to run selected tests: runtests.py --run 12 13
       
    ........
      r362 | naufraghi | 2007-12-03 20:05:32 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r260@rosen:  naufraghi | 2007-12-03 20:01:28 +0100
        r224@rosen:  naufraghi | 2007-12-03 16:51:02 +0100
        Adds a test that fails
       
    ........
      r363 | naufraghi | 2007-12-03 20:05:41 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r261@rosen:  naufraghi | 2007-12-03 20:01:28 +0100
        r225@rosen:  naufraghi | 2007-12-03 17:11:07 +0100
        Expand imports
       
    ........
      r364 | naufraghi | 2007-12-03 20:05:48 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r262@rosen:  naufraghi | 2007-12-03 20:01:29 +0100
        r226@rosen:  naufraghi | 2007-12-03 17:12:21 +0100
        Reorder imports
       
    ........
      r365 | naufraghi | 2007-12-03 20:05:55 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r263@rosen:  naufraghi | 2007-12-03 20:01:30 +0100
        r227@rosen:  naufraghi | 2007-12-03 17:16:11 +0100
        Turns 1-0 to True-False
       
    ........
      r366 | naufraghi | 2007-12-03 20:06:03 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r264@rosen:  naufraghi | 2007-12-03 20:01:30 +0100
        r228@rosen:  naufraghi | 2007-12-03 17:32:17 +0100
        Path cleanup
       
    ........
      r367 | naufraghi | 2007-12-03 20:06:10 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r265@rosen:  naufraghi | 2007-12-03 20:01:32 +0100
        r229@rosen:  naufraghi | 2007-12-03 17:35:21 +0100
        Followup: Path cleanup
       
    ........
      r368 | naufraghi | 2007-12-03 20:06:17 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r266@rosen:  naufraghi | 2007-12-03 20:01:33 +0100
        r230@rosen:  naufraghi | 2007-12-03 18:42:00 +0100
        Add some docs to assemble()
       
    ........
      r369 | naufraghi | 2007-12-03 20:06:23 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r267@rosen:  naufraghi | 2007-12-03 20:01:35 +0100
        r231@rosen:  naufraghi | 2007-12-03 18:55:32 +0100
        Remove criptic outN.toc numbering, use class names + reformat docs
       
    ........
      r370 | naufraghi | 2007-12-03 20:06:30 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r268@rosen:  naufraghi | 2007-12-03 20:01:36 +0100
        r232@rosen:  naufraghi | 2007-12-03 18:56:26 +0100
        Restore common prefix 'out'
       
    ........
      r371 | naufraghi | 2007-12-03 20:06:38 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r269@rosen:  naufraghi | 2007-12-03 20:01:37 +0100
        r236@rosen:  naufraghi | 2007-12-03 19:16:19 +0100
        Cosmetic
       
    ........
      r372 | naufraghi | 2007-12-03 20:06:45 +0100 (Lun, 03 Dic 2007) | 5 lines
      
       r270@rosen:  naufraghi | 2007-12-03 20:01:37 +0100
        r237@rosen:  naufraghi | 2007-12-03 19:17:17 +0100
        Factorize py[c|o] extension choice
       
    ........
      r373 | naufraghi | 2007-12-04 12:01:51 +0100 (Mar, 04 Dic 2007) | 3 lines
      
       r302@rosen:  naufraghi | 2007-12-04 12:00:38 +0100
       Restore invcnum
    ........
      r374 | naufraghi | 2007-12-04 12:01:58 +0100 (Mar, 04 Dic 2007) | 3 lines
      
       r303@rosen:  naufraghi | 2007-12-04 12:01:41 +0100
       Add warning for mod == None
    ........
      r375 | naufraghi | 2007-12-04 12:08:04 +0100 (Mar, 04 Dic 2007) | 2 lines
      
      Add final final "done" message
    ........
      r376 | naufraghi | 2007-12-04 12:09:30 +0100 (Mar, 04 Dic 2007) | 3 lines
      
      Ops, is "config.dat"
    ........
      r377 | naufraghi | 2007-12-04 12:26:20 +0100 (Mar, 04 Dic 2007) | 2 lines
      
      Restored removed "break"
    ........
      r378 | naufraghi | 2007-12-04 16:01:18 +0100 (Mar, 04 Dic 2007) | 2 lines
      
      Remove already logged warning
    ........
      r379 | naufraghi | 2007-12-04 17:46:50 +0100 (Mar, 04 Dic 2007) | 1 line
      
      Minimize test case
    ........
      r380 | naufraghi | 2007-12-04 17:51:07 +0100 (Mar, 04 Dic 2007) | 1 line
      
      Update PathImportDirector if __path__ changes (for example if modified by _xmlplus hook)
    ........
      r381 | naufraghi | 2007-12-04 18:06:10 +0100 (Mar, 04 Dic 2007) | 1 line
      
      Localize hiddenimport and add hook
    ........
      r382 | naufraghi | 2007-12-04 19:37:45 +0100 (Mar, 04 Dic 2007) | 1 line
      
      Add another elementree test
    ........
      r383 | naufraghi | 2007-12-17 12:58:57 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Fix importHook debug print, add other (commented) print debugs
    ........
      r384 | naufraghi | 2007-12-17 13:00:32 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Support more then one log per spec
    ........
      r385 | naufraghi | 2007-12-17 13:01:10 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Add hidden xml.etree.ElementTree import
    ........
      r386 | naufraghi | 2007-12-17 13:02:35 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Restore PATH before assert + comments
    ........
      r387 | naufraghi | 2007-12-17 14:42:32 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Print warnings for generic excepts in the code
    ........
      r388 | naufraghi | 2007-12-17 14:56:12 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Use a specific exception for Owners
    ........
      r389 | naufraghi | 2007-12-17 16:44:59 +0100 (Lun, 17 Dic 2007) | 1 line
      
      Remove final comma
    ........
      r390 | naufraghi | 2007-12-18 14:51:06 +0100 (Mar, 18 Dic 2007) | 1 line
      
      Expand debug print
    ........
      r391 | naufraghi | 2007-12-19 18:21:05 +0100 (Mer, 19 Dic 2007) | 1 line
      
      Avoid 'import os' that causes problems in py25
    ........
      r392 | naufraghi | 2007-12-19 18:34:46 +0100 (Mer, 19 Dic 2007) | 1 line
      
      Represent with %r the exception
    ........
      r393 | naufraghi | 2007-12-19 18:37:52 +0100 (Mer, 19 Dic 2007) | 1 line
      
      Add comments and commented prints
    ........
      r401 | naufraghi | 2008-01-11 16:47:02 +0100 (Ven, 11 Gen 2008) | 1 line
      
      Use sys.executable saved at build time (unknown when frozen)
    ........
      r402 | naufraghi | 2008-01-11 17:17:37 +0100 (Ven, 11 Gen 2008) | 1 line
      
      Restore linux compatibility
    ........
      r403 | naufraghi | 2008-01-11 18:37:22 +0100 (Ven, 11 Gen 2008) | 1 line
      
      Add test for sys.getfilesystemencoding()
    ........
      r404 | naufraghi | 2008-01-11 19:42:42 +0100 (Ven, 11 Gen 2008) | 1 line
      
      Accept different error under windows (FIXME: do a real isfile check)
    ........
      r413 | naufraghi | 2008-01-25 19:47:50 +0100 (Ven, 25 Gen 2008) | 1 line
      
      Restore compatibility with python 2.4
    ........
      r424 | naufraghi | 2008-02-18 11:53:12 +0100 (Lun, 18 Feb 2008) | 3 lines
      
       r343@trinity:  naufraghi | 2008-02-18 11:53:00 +0100
       Merge dal trunk
    ........
      r426 | naufraghi | 2008-02-18 14:49:15 +0100 (Lun, 18 Feb 2008) | 1 line
      
      Catch SyntaxError too
    ........
      r427 | naufraghi | 2008-02-18 15:02:45 +0100 (Lun, 18 Feb 2008) | 1 line
      
      Revert: DummyZlib is a zero commpression zlib
    ........
      r429 | naufraghi | 2008-02-23 17:05:35 +0100 (Sab, 23 Feb 2008) | 1 line
      
      Add a (failing) test on module imp
    ........
      r430 | naufraghi | 2008-02-23 18:12:59 +0100 (Sab, 23 Feb 2008) | 1 line
      
      Modified runtest, now all tests are executed (default) but the interactive one(s), thet are executed if -i option is provided
    ........
      r431 | naufraghi | 2008-02-23 18:18:02 +0100 (Sab, 23 Feb 2008) | 1 line
      
      Merge dal branch dl
    ........
      r432 | danielevarrazzo | 2008-02-24 14:38:15 +0100 (Dom, 24 Feb 2008) | 2 lines
      
      Added missing file from the 'dl' branch.
    ........
      r433 | naufraghi | 2008-02-25 13:07:44 +0100 (Lun, 25 Feb 2008) | 1 line
      
      Continue on test failure and report (...) at the end
    ........
      r435 | naufraghi | 2008-02-25 13:28:08 +0100 (Lun, 25 Feb 2008) | 1 line
      
      Stub of a launcher rebuilder
    ........
      r436 | danielevarrazzo | 2008-02-25 13:30:56 +0100 (Lun, 25 Feb 2008) | 2 lines
      
      The Python library is found both in onedir and onefile mode.
    ........
      r437 | naufraghi | 2008-02-25 18:42:16 +0100 (Lun, 25 Feb 2008) | 1 line
      
      Add comments and (commented) debug prints
    ........
      r439 | naufraghi | 2008-02-28 00:16:38 +0100 (Gio, 28 Feb 2008) | 1 line
      
      Cosmetics
    ........
      r440 | danielevarrazzo | 2008-02-28 20:21:15 +0100 (Gio, 28 Feb 2008) | 4 lines
      
      The Python library is added to the package even if bindepend couldn't find it.
      
      This may happen when Python is statically linked, e.g. on debian-based systems.
    ........
      r441 | naufraghi | 2008-03-01 00:46:00 +0100 (Sab, 01 Mar 2008) | 1 line
      
      Remove too restrictive assert
    ........
      r442 | naufraghi | 2008-03-01 00:47:07 +0100 (Sab, 01 Mar 2008) | 1 line
      
      Run Configure.py after make
    ........
      r445 | naufraghi | 2008-04-28 19:42:13 +0200 (Lun, 28 Apr 2008) | 1 line
      
      Merge follow up
    ........
      r448 | naufraghi | 2008-04-30 15:41:51 +0200 (Mer, 30 Apr 2008) | 2 lines
      
      ops, svnmerge was not complete...
    ........
  ................
    r451 | giovannibajo | 2008-04-30 20:11:05 +0200 (Wed, 30 Apr 2008) | 2 lines
    
    Update the bootloader
  ................
    r452 | giovannibajo | 2008-04-30 20:14:03 +0200 (Wed, 30 Apr 2008) | 2 lines
    
    Fix code when runtests.py is run from within the buildtests directory.
  ................
    r453 | giovannibajo | 2008-04-30 20:20:00 +0200 (Wed, 30 Apr 2008) | 2 lines
    
    Remove a FIXME (the exception is valid)
  ................
................
  r463 | naufraghi | 2008-05-16 12:41:54 +0200 (Fri, 16 May 2008) | 9 lines
  
  Merged revisions 461-462 via svnmerge from 
  https://svn.pyinstaller.python-hosting.com/trunk
  
  ........
    r462 | giovannibajo | 2008-05-15 18:45:15 +0200 (Thu, 15 May 2008) | 2 lines
    
    Fix random exception (IOError) in non-console mode when using prints
  ........
................
  r464 | giovannibajo | 2008-05-21 15:29:47 +0200 (Wed, 21 May 2008) | 2 lines
  
  Fix a C-syntax bug introduced with the last merge
................
  r466 | giovannibajo | 2008-05-21 15:30:50 +0200 (Wed, 21 May 2008) | 2 lines
  
  Commit binary bootloader for Windows
................
  r473 | htgoebel | 2008-07-23 15:47:30 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Fixing svn:eol-style for all text files
................


git-svn-id: http://svn.pyinstaller.org/trunk@543 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-09 09:53:19 +00:00
naufraghi 84c1eb6121 Blocked revisions 210-217,219-228,282-284,316 via svnmerge
................
  r210 | giovannibajo | 2006-01-10 12:11:03 +0100 (Tue, 10 Jan 2006) | 1 line
  
  Add source code for AES from PyCrypto 2.0.1
................
  r211 | giovannibajo | 2006-01-10 12:13:32 +0100 (Tue, 10 Jan 2006) | 1 line
  
  Fix module name so that importing without the full PyCrypto path works
................
  r212 | giovannibajo | 2006-01-10 12:15:20 +0100 (Tue, 10 Jan 2006) | 1 line
  
  Ignore generated AES.pyd
................
  r213 | giovannibajo | 2006-01-10 16:25:28 +0100 (Tue, 10 Jan 2006) | 1 line
  
  Build crypt module at configuration time
................
  r214 | giovannibajo | 2006-01-10 16:26:53 +0100 (Tue, 10 Jan 2006) | 1 line
  
  Add preliminar support for crypting objects in PYZ archives. Decryption key is currently hard-coded in the code.
................
  r215 | giovannibajo | 2006-01-10 16:27:45 +0100 (Tue, 10 Jan 2006) | 1 line
  
  Remove debug messages
................
  r216 | giovannibajo | 2006-01-10 19:38:14 +0100 (Tue, 10 Jan 2006) | 1 line
  
  Add tool to manage keys: initial version
................
  r217 | giovannibajo | 2006-01-10 19:38:38 +0100 (Tue, 10 Jan 2006) | 1 line
  
  Use external key file at build time and runtime
................
  r219 | giovannibajo | 2006-01-12 11:47:49 +0100 (Thu, 12 Jan 2006) | 9 lines
  
  Merged revisions 218 via svnmerge from 
  svn://pyinstaller/trunk
  
  ........
  r218 | giovannibajo | 2006-01-11 19:20:31 +0100 (mer, 11 gen 2006) | 1 line
  
  Add run-time import hook for PyOpenGL
  ........
................
  r220 | giovannibajo | 2006-01-12 12:25:05 +0100 (Thu, 12 Jan 2006) | 1 line
  
  Avoid packaging uncompressed souce file within the executable
................
  r221 | giovannibajo | 2006-01-12 12:40:37 +0100 (Thu, 12 Jan 2006) | 1 line
  
  Make Crypt.py generate a cryptographically-secure key
................
  r222 | giovannibajo | 2006-01-12 12:42:58 +0100 (Thu, 12 Jan 2006) | 1 line
  
  Fix PyCrypto usage
................
  r223 | giovannibajo | 2006-01-12 13:46:26 +0100 (Thu, 12 Jan 2006) | 1 line
  
  Fix typo
................
  r224 | giovannibajo | 2006-01-12 14:37:01 +0100 (Thu, 12 Jan 2006) | 1 line
  
  Allow modules of type 'm' in PKG (bootstrap stuff) to be compressed, by using extract() from within importModules() in the bootloader
................
  r225 | giovannibajo | 2006-01-12 15:50:08 +0100 (Thu, 12 Jan 2006) | 1 line
  
  Allow compressed+encrypted entries in CArchive, with random key. Use it for sources and modules. This just makes it harder to write generic patchers to executables as bootstrap code is always scrambled in different ways.
................
  r226 | giovannibajo | 2006-01-12 15:57:41 +0100 (Thu, 12 Jan 2006) | 1 line
  
  Simplify the code in importModules by using the 's#' format string
................
  r227 | giovannibajo | 2006-01-12 16:17:20 +0100 (Thu, 12 Jan 2006) | 1 line
  
  Enable/disable bootloader crypting with a parameter to PKG. Use the -Y option in Makespec to activate/deactivate crypting of bootloader code too. I don't think it's worth a different Makespec option.
................
  r228 | giovannibajo | 2006-01-16 15:12:06 +0100 (Mon, 16 Jan 2006) | 1 line
  
  Fix for non-crypt builds
................
  r282 | giovannibajo | 2006-07-20 17:09:56 +0200 (Thu, 20 Jul 2006) | 2 lines
  
  Bring the branch up-to-date (merge changes from trunk)
................
  r283 | giovannibajo | 2006-08-06 22:33:37 +0200 (Sun, 06 Aug 2006) | 2 lines
  
  Remove obsolete line (we don't use a binary zlib.dll anymore)
................
  r284 | giovannibajo | 2006-08-06 22:40:39 +0200 (Sun, 06 Aug 2006) | 2 lines
  
  Tentative support for manifest files (to get native XP look & feel)
................
  r316 | giovannibajo | 2007-05-02 16:28:23 +0200 (Wed, 02 May 2007) | 2 lines
  
  Merge dal trunk.
................
Block crypt only commits


git-svn-id: http://svn.pyinstaller.org/trunk@542 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-09 09:39:15 +00:00
naufraghi bed245ba0c Removed merge tracking for "svnmerge" for
https://svn.pyinstaller.python-hosting.com/branches/python2.5


git-svn-id: http://svn.pyinstaller.org/trunk@540 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-08 12:45:41 +00:00
naufraghi fe2a749117 Converts in debug(to stderr) all debug prints in iu (fixes some tests)
git-svn-id: http://svn.pyinstaller.org/trunk@529 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-11-06 12:11:49 +00:00
htgoebel 771c50366f Use os.path.join to build the pathes, even in .spec file.
git-svn-id: http://svn.pyinstaller.org/trunk@528 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-08-10 20:25:53 +00:00
htgoebel ff66193c3d Configure did not handle import level. Fixed.
git-svn-id: http://svn.pyinstaller.org/trunk@527 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-08-07 13:42:09 +00:00