| 08/10/08 15:25:53 |
528
|
528
|
htgoebel |
Use os.path.join to build the pathes, even in .spec file. |
| 08/07/08 08:42:09 |
527
|
527
|
htgoebel |
Configure did not handle import level. Fixed. |
| 08/05/08 12:31:49 |
526
|
526
|
htgoebel |
Added support for relative import (new in Python2.5) |
| 08/05/08 12:25:44 |
525
|
525
|
htgoebel |
Enhanced testcase for relative import. |
| 08/05/08 04:05:56 |
524
|
524
|
htgoebel |
Enhanced testcase for relative imports. |
| 08/05/08 03:38:18 |
523
|
523
|
htgoebel |
PYZOwner needs to accept dummy parameter target_platform. |
| 08/04/08 13:03:33 |
522
|
522
|
htgoebel |
Added test for relative import. |
| 08/04/08 12:37:46 |
521
|
521
|
htgoebel |
Pass target_platform to bindepend. |
| 08/04/08 12:35:19 |
520
|
520
|
htgoebel |
Fixed some bugs introduced in r512. |
| 08/04/08 12:34:33 |
519
|
519
|
htgoebel |
Messages failed to display in rarely hit cases. |
| 08/04/08 12:33:25 |
518
|
518
|
htgoebel |
Updated svn:ignore |
| 08/04/08 12:31:33 |
517
|
517
|
htgoebel |
Clean build/ and dist/, too. |
| 08/04/08 12:13:07 |
516
|
516
|
htgoebel |
Look for .exe in dist/ or dist/<testname>. |
| 08/04/08 12:05:53 |
515
|
515
|
htgoebel |
Need to create multiple levels of directories if requested. |
| 08/04/08 12:01:37 |
514
|
514
|
htgoebel |
Updated .spec files to meet directory-schema introduced in r511. |
| 08/04/08 11:59:54 |
513
|
513
|
htgoebel |
Allow passing testnames as arguments. |
| 07/29/08 16:17:12 |
512
|
512
|
htgoebel |
Minor code cleanup. Added whitespace. |
| 07/28/08 15:58:48 |
511
|
511
|
htgoebel |
Changed builddir into build/... to match commonly used setuptools. See ... |
| 07/28/08 15:53:06 |
510
|
510
|
htgoebel |
Removed unused 'usage' string. |
| 07/28/08 15:50:05 |
509
|
509
|
htgoebel |
Changed builddir and distdir into build/ and dist/ to match commonly used ... |
| 07/28/08 14:27:38 |
508
|
508
|
htgoebel |
Applied patch for issue #23. |
| 07/28/08 13:45:11 |
507
|
507
|
htgoebel |
Added option -C/--configfile as preperation of cross-building. This ... |
| 07/28/08 13:45:00 |
506
|
506
|
htgoebel |
Switched to optparse/optik. ... |
| 07/28/08 13:44:51 |
505
|
505
|
htgoebel |
Minor cleanup, esp. user messages. ... |
| 07/28/08 13:40:45 |
504
|
504
|
htgoebel |
Undoing change committed in r503. |
| 07/28/08 13:21:50 |
503
|
503
|
htgoebel |
Minor cleanup, esp. user messages. ... |
| 07/26/08 06:55:17 |
502
|
502
|
giovannibajo |
Fix usage of %prog for optparse ... |
| 07/25/08 05:43:10 |
501
|
501
|
htgoebel |
Added .hgignore |
| 07/25/08 05:42:42 |
500
|
500
|
htgoebel |
Updated svn:ignore |
| 07/25/08 05:35:35 |
499
|
499
|
htgoebel |
Reordered options into option groups. ... |
| 07/25/08 05:35:26 |
498
|
498
|
htgoebel |
Minor code cleanup: Moved functional lines into main(). ... |
| 07/25/08 05:35:16 |
497
|
497
|
htgoebel |
switched to a main() function ... |
| 07/25/08 05:35:06 |
496
|
496
|
htgoebel |
Code cleanup: Put tests/checks into function to enhance readability. ... |
| 07/25/08 05:34:55 |
495
|
495
|
htgoebel |
code cleanup: removed hackish usage of Build ... |
| 07/25/08 05:34:43 |
494
|
494
|
htgoebel |
switched to optparse and a main() function ... |
| 07/25/08 05:34:34 |
493
|
493
|
htgoebel |
Code cleanup: Moved functional lines at the end of file (this mean: all ... |
| 07/25/08 05:34:23 |
492
|
492
|
htgoebel |
Code cleanup for Build.py: unified check_guts, removed spaghetti code. ... |
| 07/23/08 17:10:29 |
491
|
491
|
htgoebel |
Added option for not running the built executables (usefull for cross ... |
| 07/23/08 16:51:26 |
490
|
490
|
htgoebel |
Implemented suffix selection for cross building (this was missing in ... |
| 07/23/08 16:00:43 |
489
|
489
|
htgoebel |
Added buildtests for zipimport/_pyi_egg_extract.py |
| 07/23/08 15:58:46 |
488
|
488
|
htgoebel |
Added -c option for cleaning up. |
| 07/23/08 15:04:24 |
487
|
487
|
htgoebel |
Updated svn:ignore |
| 07/23/08 15:03:40 |
486
|
486
|
htgoebel |
Moved extraction of zipfile (see r475) from launch.c into the new ... |
| 07/23/08 14:04:41 |
485
|
485
|
htgoebel |
Reindenting python soucefiles. |
| 07/23/08 13:58:36 |
484
|
484
|
htgoebel |
Implemented support for cross-plattfrom bundeling linux->win32. ... |
| 07/23/08 13:42:19 |
483
|
483
|
htgoebel |
Updated svn:ignore |
| 07/23/08 13:34:16 |
482
|
482
|
htgoebel |
Files added via Tree() have not been not bundled on rebuild. Fixed. ... |
| 07/23/08 13:34:02 |
481
|
481
|
htgoebel |
Build.py did not honor zipfiles everywhere necessary. Fixed. ... |
| 07/23/08 13:33:51 |
480
|
480
|
htgoebel |
Add mode-line ... |
| 07/23/08 13:33:44 |
479
|
479
|
htgoebel |
Removed unnecessary debug message ... |
| 07/23/08 13:33:26 |
478
|
478
|
htgoebel |
code cleanup: reading and writing of data ... |
| 07/23/08 13:33:07 |
477
|
477
|
htgoebel |
Add mode-line to .spec files ... |
| 07/23/08 13:32:57 |
476
|
476
|
htgoebel |
add zipfiles in .spec ... |
| 07/23/08 13:32:35 |
475
|
475
|
htgoebel |
implemented zipimport ... |
| 07/23/08 13:29:28 |
474
|
474
|
htgoebel |
Fixed str() for PathImportDirector?. |
| 07/23/08 08:47:30 |
473
|
473
|
htgoebel |
Fixing svn:eol-style for all text files |
| 07/18/08 19:30:42 |
472
|
472
|
giovannibajo |
Ticket #33: Avoid EOFError and traceback on CTRL+D (by Hartmut Goebel) ... |
| 06/16/08 11:22:51 |
470
|
470
|
giovannibajo |
Add import hook for package "email" with Python 2.5 ... |
| 06/06/08 05:09:28 |
469
|
469
|
giovannibajo |
Improve error reporting in a from-import when the imported name does not ... |
| 05/21/08 12:50:13 |
468
|
468
|
naufraghi |
Remove debug FIXME and simplify code |
| 05/15/08 11:45:15 |
462
|
462
|
giovannibajo |
Fix random exception (IOError) in non-console mode when using prints ... |
| 05/05/08 11:44:10 |
454
|
454
|
naufraghi |
Initialized merge tracking via "svnmerge" with revisions "1-209" from ... |
| 04/30/08 13:20:00 |
453
|
453
|
giovannibajo |
Remove a FIXME (the exception is valid) ... |
| 04/30/08 13:14:03 |
452
|
452
|
giovannibajo |
Fix code when runtests.py is run from within the buildtests directory. ... |
| 04/30/08 13:11:05 |
451
|
451
|
giovannibajo |
Update the bootloader ... |
| 04/30/08 09:30:09 |
449
|
449
|
naufraghi |
Merged revisions ... |
| 04/28/08 12:43:24 |
446
|
446
|
naufraghi |
Initialized merge tracking via "svnmerge" with revisions "1-341" from ... |
| 02/26/08 17:18:37 |
438
|
438
|
giovannibajo |
Ticket #16: allow unicode elements in paths. ... |
| 02/17/08 19:23:43 |
422
|
422
|
giovannibajo |
Merge of the startup_crash branch. ... |
| 02/07/08 08:24:17 |
421
|
421
|
giovannibajo |
#22: Add import hook for gadfly. ... |
| 02/07/08 08:23:54 |
420
|
420
|
giovannibajo |
#22: Add import hook for gadfly. ... |
| 12/21/07 13:20:49 |
400
|
400
|
naufraghi |
Rework path handling + add test selector |
| 12/21/07 13:18:57 |
399
|
399
|
naufraghi |
Add recent python compatibility |
| 12/21/07 12:58:56 |
398
|
398
|
naufraghi |
Add support for path modified by a module (like _xmlplus) |
| 12/21/07 12:56:21 |
397
|
397
|
naufraghi |
Avoid importing os, it causes problems in python 2.5 |
| 12/21/07 12:52:54 |
396
|
396
|
naufraghi |
Support path in _xmlplus |
| 12/21/07 12:50:23 |
395
|
395
|
naufraghi |
Fix quoting |
| 12/21/07 12:44:22 |
394
|
394
|
naufraghi |
Reformat imports |
| 11/27/07 10:37:33 |
340
|
340
|
giovannibajo |
Add appended_pkg option to EXE() and remove NonELFEXE ... |
| 11/27/07 06:48:11 |
339
|
339
|
giovannibajo |
Improve compatibility with standard Python imports (imports that trigger ... |
| 11/20/07 07:34:32 |
334
|
334
|
giovannibajo |
New bootloader binaries. ... |
| 11/20/07 07:34:11 |
333
|
333
|
giovannibajo |
Check doIt() return value. ... |
| 11/20/07 07:32:54 |
332
|
332
|
giovannibajo |
Let the windows loader try to open myprog.pkg before myprog.exe. ... |
| 11/20/07 07:27:12 |
331
|
331
|
giovannibajo |
New bootloader binaries. ... |
| 11/20/07 07:26:38 |
330
|
330
|
giovannibajo |
Convert invocations of VS(), OTHERERROR() and FATALERROR(). ... |
| 11/20/07 07:25:35 |
329
|
329
|
giovannibajo |
Introduce printf()-style error macros in bootloader for Windows. ... |
| 11/16/07 17:11:36 |
328
|
328
|
danielevarrazzo |
Other libraries added to the exclude lists. ... |
| 11/16/07 17:10:02 |
327
|
327
|
danielevarrazzo |
Dependency exclusion implemented with a regular expression. ... |
| 11/16/07 17:01:00 |
326
|
326
|
danielevarrazzo |
Search modules in the sys.path before than in other paths. ... |
| 11/16/07 16:53:50 |
325
|
325
|
danielevarrazzo |
Perform case sensitive check if this is how Python is working. ... |
| 11/16/07 12:26:17 |
324
|
324
|
danielevarrazzo |
- Added getImports implementation using otool (available on darwin ... |
| 11/14/07 05:51:41 |
323
|
323
|
giovannibajo |
Change wrong license from support files: they ought to be GPL+exceptions ... |
| 11/06/07 02:40:38 |
322
|
322
|
giovannibajo |
Ticket #19: Missing Python 2.5 ElementTree? hook. ... |
| 11/06/07 02:29:35 |
321
|
321
|
giovannibajo |
Update CHANGES.TXT. ... |
| 11/06/07 02:26:59 |
320
|
320
|
giovannibajo |
Make optparse/optik use native line endings. ... |
| 10/02/07 07:51:28 |
319
|
319
|
giovannibajo |
Add support for new absolute imports in Python 2.5 (patch by Arve Knudsen ... |
| 08/08/07 02:44:20 |
318
|
318
|
giovannibajo |
Added hidden import in PyQt4 (consolidated module) ... |
| 05/06/07 18:19:09 |
317
|
317
|
giovannibajo |
Document the xmlplus hack ... |
| 05/02/07 08:45:19 |
315
|
315
|
giovannibajo |
Document [314]. ... |
| 05/02/07 08:44:10 |
314
|
314
|
giovannibajo |
Improve bincache accuracy: use md5 instead of mtime to verify that the ... |
| 04/01/07 19:11:09 |
313
|
313
|
giovannibajo |
Fix PyXML import hook under NT ... |
| 03/27/07 10:54:56 |
312
|
312
|
giovannibajo |
Add import hooks for SQLAlchemy ... |
| 03/19/07 13:09:48 |
311
|
311
|
giovannibajo |
Add import hook for cElementTree ... |
| 03/12/07 19:18:28 |
310
|
310
|
giovannibajo |
Improve import hooks for PyGTK ... |
| 03/12/07 19:07:57 |
309
|
309
|
giovannibajo |
Add import hooks for pyodbc ... |
| 03/12/07 18:39:58 |
308
|
308
|
giovannibajo |
Fix support for PIL when imported without top-level package. ... |
| 02/16/07 12:22:21 |
307
|
307
|
giovannibajo |
Add compatibility fix for older Python versions ... |
| 02/05/07 17:47:12 |
306
|
306
|
giovannibajo |
Fix support for CRLF under Linux ... |
| 01/28/07 08:58:27 |
305
|
305
|
giovannibajo |
Document changes in [304] ... |
| 01/28/07 08:56:59 |
304
|
304
|
giovannibajo |
Ticket #4: remove C++-ism from the bootloader for the AIX compiler. ... |
| 01/23/07 11:10:45 |
303
|
303
|
giovannibajo |
Fix the annoying bug about MSVCRT71.DLL being extracted twice. ... |
| 01/17/07 16:11:42 |
302
|
302
|
giovannibajo |
Add import hooks for PyQt4 (thanks to Pascal Veret) ... |
| 01/17/07 16:09:08 |
301
|
301
|
giovannibajo |
Fix shebang string (remove exceeding slash) ... |
| 12/18/06 07:12:04 |
298
|
298
|
williamcaban |
Release 1.3 |
| 12/13/06 18:28:14 |
297
|
297
|
giovannibajo |
Merge of [293] from branches/mac: ... |
| 10/24/06 04:35:26 |
292
|
292
|
giovannibajo |
Fix the readme, it contained a wrong command line ... |
| 09/05/06 07:55:19 |
290
|
290
|
giovannibajo |
Document [288]. ... |
| 09/05/06 07:49:40 |
289
|
289
|
giovannibajo |
The extract() functions of the archives already decompress the files if ... |
| 09/05/06 07:44:44 |
288
|
288
|
giovannibajo |
Fix ticket #69: import [220], [223] and [224] from the crypt branch, ... |
| 09/05/06 07:09:56 |
287
|
287
|
giovannibajo |
Fix buffer overrun with deep directory path |
| 08/11/06 17:41:38 |
286
|
286
|
giovannibajo |
Document recent changes for manifest file |
| 08/06/06 16:09:35 |
285
|
285
|
giovannibajo |
Backport of r284 from the crypt-branch (committed there by mistake...) ... |
| 07/18/06 10:05:50 |
281
|
281
|
giovannibajo |
Fix support for PIL (broken because of a Python import bug) ... |
| 07/08/06 14:08:11 |
280
|
280
|
giovannibajo |
Update changelog ... |
| 07/08/06 14:03:06 |
279
|
279
|
giovannibajo |
Ticket #61: while it's still unclear to me how an import statement can ... |
| 07/08/06 13:51:46 |
278
|
278
|
giovannibajo |
Fix problem with icons provided by the user disappearing when compressing ... |
| 05/16/06 10:26:06 |
276
|
276
|
giovannibajo |
Fix quoting of filenames when invoking external commands like strip and ... |
| 04/10/06 22:52:01 |
275
|
275
|
williamcaban |
Re-install the use of the binlib variable that was left out by mistake. |
| 04/10/06 22:43:29 |
274
|
274
|
williamcaban |
This file is not longer being used by any other file. |
| 04/10/06 22:42:46 |
273
|
273
|
williamcaban |
Fixed for accuracy detecting the path of the libpython####.so.###.##. This ... |
| 02/18/06 10:26:05 |
272
|
272
|
giovannibajo |
Document recent fix |
| 02/18/06 10:23:08 |
271
|
271
|
giovannibajo |
Add resource section to bootloader executables |
| 02/15/06 10:29:43 |
270
|
270
|
giovannibajo |
Fix absolute paths and remove uses of backward slashes |
| 02/15/06 10:24:25 |
269
|
269
|
giovannibajo |
Add native eol-style to spec files |
| 02/14/06 06:08:50 |
268
|
268
|
giovannibajo |
Update binary version of the bootloader after the whitespace fix |
| 02/14/06 06:06:34 |
267
|
267
|
giovannibajo |
Add a whitespace in a message |
| 02/14/06 06:06:10 |
266
|
266
|
giovannibajo |
Document fix in UPX invokation |
| 02/13/06 18:38:34 |
265
|
265
|
giovannibajo |
Fix problem with non-boolean UPX variable |
| 02/08/06 08:02:37 |
258
|
258
|
giovannibajo |
Update the compiled HTML manual |
| 02/08/06 08:02:08 |
257
|
257
|
giovannibajo |
Add warning about egg files |
| 02/08/06 07:34:16 |
256
|
256
|
giovannibajo |
Reorder and improve the changelog |
| 02/08/06 07:30:20 |
255
|
255
|
giovannibajo |
Update manual reporting the UPX issue |
| 02/08/06 06:11:56 |
254
|
254
|
giovannibajo |
Add import hook for time.strptime |
| 02/06/06 12:59:30 |
252
|
252
|
giovannibajo |
Make sure UPX is at least 1.92 to support --strip-loadconf |
| 02/06/06 12:01:23 |
251
|
251
|
giovannibajo |
Setup UPX properly with Python 2.4 under Windows |
| 02/06/06 08:41:29 |
247
|
247
|
giovannibajo |
Rework ldd-based bindepend to use popen and regexp |
| 02/06/06 08:24:18 |
246
|
246
|
giovannibajo |
Mark main scripts as executables |
| 02/06/06 08:23:01 |
245
|
245
|
giovannibajo |
Mark main scripts as executables |
| 02/06/06 08:18:05 |
244
|
244
|
giovannibajo |
Fix ticket #23: ignore linux-gate.so |
| 02/06/06 07:30:34 |
243
|
243
|
giovannibajo |
Abort execution of the program if a runtime script fails |
| 02/06/06 07:27:12 |
242
|
242
|
giovannibajo |
Fix indentation |
| 02/06/06 06:57:08 |
241
|
241
|
giovannibajo |
Fix ticket #17: name of the COM server bootloader was wrong |
| 02/06/06 05:45:08 |
240
|
240
|
giovannibajo |
Document ticket #32* as fixed |
| 02/06/06 05:42:44 |
239
|
239
|
giovannibajo |
Fix ticket #32*: mimic Python 2.4 cleanup behaviour with broken modules |
| 01/11/06 12:20:31 |
218
|
218
|
giovannibajo |
Add run-time import hook for PyOpenGL |
| 12/26/05 18:50:34 |
207
|
207
|
giovannibajo |
Removed line as the bug was introduced after last release |
| 12/26/05 18:49:15 |
206
|
206
|
giovannibajo |
Document the new import hook for GTK |
| 12/26/05 18:48:04 |
205
|
205
|
giovannibajo |
Fix lib path under Linux |
| 12/26/05 18:38:01 |
204
|
204
|
giovannibajo |
Renamed to 'hook-' |
| 12/23/05 18:38:12 |
203
|
203
|
giovannibajo |
Fix mixed space/tab indentation |
| 12/09/05 08:15:50 |
202
|
202
|
giovannibajo |
Add KInterbasDB import hook (courtesy of Eugene Prigorodov) |
| 10/11/05 12:39:14 |
165
|
165
|
giovannibajo |
Update prebuilt bootloaders |
| 10/11/05 12:34:57 |
164
|
164
|
giovannibajo |
Make bootloader fully static -- no more issues with MSVCRT71.DLL! (fix ... |
| 10/11/05 10:32:37 |
163
|
163
|
giovannibajo |
Remove bogus property from trunk |
| 10/10/05 12:45:30 |
159
|
159
|
giovannibajo |
Compile zlib from source code |
| 09/26/05 13:27:50 |
131
|
131
|
williamcaban |
hooks-gtk.py from ticket #15* |
| 09/26/05 12:35:41 |
128
|
128
|
williamcaban |
Cleaner port to distutils |
| 09/22/05 17:23:39 |
122
|
122
|
williamcaban |
Initial/temporary distutils utilization on Make.py |
| 09/22/05 13:00:41 |
120
|
120
|
giovannibajo |
Fix a pasto in the sconstruct that caused COM bootloaders not to work |
| 09/21/05 13:22:30 |
117
|
117
|
giovannibajo |
Update generated html file -- we hope to get rid of this soon... |
| 09/21/05 13:22:06 |
116
|
116
|
giovannibajo |
Update makespec documentation after recent changes to command line syntax |
| 09/21/05 13:17:27 |
115
|
115
|
giovannibajo |
Readd 'hidden' option --name |
| 09/21/05 13:16:46 |
114
|
114
|
giovannibajo |
Change the style of options: only option names (not descriptions) are ... |
| 09/21/05 12:33:25 |
113
|
113
|
giovannibajo |
Convert Makespec to use optik |
| 09/21/05 11:15:42 |
112
|
112
|
giovannibajo |
Restore compatibility with Python 1.5 |
| 09/21/05 06:34:42 |
111
|
111
|
giovannibajo |
Restore compatibility with Python 2.0 |
| 09/21/05 06:30:07 |
109
|
109
|
giovannibajo |
Import optik 1.5 |
| 09/20/05 19:18:03 |
108
|
108
|
giovannibajo |
Make the changelog a little clearer |
| 09/20/05 13:22:11 |
107
|
107
|
giovannibajo |
Add import hook for dnspython |
| 09/20/05 12:34:14 |
106
|
106
|
giovannibajo |
Document last change |
| 09/20/05 12:28:57 |
105
|
105
|
giovannibajo |
Glob encodings instead of relying on a hard-coded list |
| 09/18/05 18:57:58 |
101
|
101
|
giovannibajo |
Run tests in a clean environment (no PATH whatsoever) |
| 09/18/05 18:51:32 |
99
|
99
|
giovannibajo |
Partially revert [47]: go back to hand-crafted spec files for tests, as ... |
| 09/16/05 18:50:00 |
97
|
97
|
giovannibajo |
Remove version file which is not used |
| 09/16/05 13:00:33 |
94
|
94
|
giovannibajo |
Change the main title of the manual |
| 09/16/05 12:33:45 |
92
|
92
|
giovannibajo |
Generated version of the manual |
| 09/16/05 12:33:01 |
91
|
91
|
giovannibajo |
Document that KNOWNBUGS.txt is possibly lagging behing |
| 09/16/05 12:31:44 |
90
|
90
|
giovannibajo |
Remove old documentation |
| 09/16/05 12:31:31 |
89
|
89
|
giovannibajo |
Remove LICENSE text, the same thing is covered in the documentation |
| 09/16/05 12:31:03 |
88
|
88
|
giovannibajo |
Renamed Tutorial.rst into Manual.rst |
| 09/16/05 10:53:56 |
87
|
87
|
giovannibajo |
More formatting fixes |
| 09/16/05 10:08:34 |
86
|
86
|
giovannibajo |
Marked definition terms as code, so that we don't need to put monospace in ... |
| 09/16/05 10:05:11 |
85
|
85
|
giovannibajo |
Modify the dt style so that it works uniformly across browsers |
| 09/15/05 20:10:57 |
84
|
84
|
giovannibajo |
Document a non-working style for Firefox |
| 09/15/05 19:55:44 |
83
|
83
|
giovannibajo |
Removed small-caps from li; add formatting for dt; disable wrap for ... |
| 09/15/05 19:55:12 |
82
|
82
|
giovannibajo |
More formatting issues; Add fair warning before appendix |
| 09/15/05 19:29:42 |
81
|
81
|
giovannibajo |
Some other formatting fixes; fix CSS style for code |
| 09/15/05 19:09:14 |
80
|
80
|
giovannibajo |
Workaround NT shell quoting bug |
| 09/15/05 19:08:50 |
79
|
79
|
giovannibajo |
Remove ASCII boxes |
| 09/15/05 15:02:52 |
78
|
78
|
giovannibajo |
Other formatting fixes. Document bindepend.py as an utility |
| 09/15/05 14:37:55 |
77
|
77
|
williamcaban |
Minor fixed to documentation Makefile to force double execution of ... |
| 09/15/05 09:50:37 |
76
|
76
|
williamcaban |
Temporary fix to pdf generator assumming '-output-directory=' is not ... |
| 09/15/05 09:19:38 |
75
|
75
|
giovannibajo |
Use Rev |
| 09/15/05 09:18:41 |
74
|
74
|
giovannibajo |
Try other properties |
| 09/15/05 09:14:40 |
73
|
73
|
giovannibajo |
Remove Date keyword as it's a duplicate |
| 09/15/05 09:13:10 |
72
|
72
|
giovannibajo |
Activate keyword substitution |
| 09/15/05 08:54:26 |
71
|
71
|
giovannibajo |
Add document keywords |
| 09/15/05 08:50:05 |
70
|
70
|
giovannibajo |
Rework makefile to add support for PDF generation |
| 09/15/05 08:44:28 |
69
|
69
|
giovannibajo |
Add style for sidebars |
| 09/15/05 08:43:37 |
68
|
68
|
giovannibajo |
Add a couple of sidebars with some insight on UPX and hidden imports. Add ... |
| 09/14/05 19:02:13 |
67
|
67
|
giovannibajo |
Formatting fixes again, plus some rewording |
| 09/14/05 18:40:54 |
66
|
66
|
giovannibajo |
Another batch of formatting fixes and typos, nothing thrilling |
| 09/14/05 13:19:47 |
65
|
65
|
giovannibajo |
Autogenerate the table of contents |
| 09/14/05 13:08:20 |
64
|
64
|
giovannibajo |
Fix index and some titleing issues |
| 09/14/05 12:43:58 |
63
|
63
|
giovannibajo |
Fix formatting issues. Reword section about bootloaders |
| 09/14/05 08:48:42 |
62
|
62
|
giovannibajo |
First revision |
| 09/14/05 08:31:25 |
61
|
61
|
giovannibajo |
Typo |
| 09/14/05 08:18:22 |
60
|
60
|
giovannibajo |
More blockquotes |
| 09/14/05 08:14:37 |
59
|
59
|
giovannibajo |
Fix formatting by putting more block quotes |
| 09/14/05 08:05:36 |
58
|
58
|
giovannibajo |
fix stylesheet path |
| 09/14/05 07:50:23 |
57
|
57
|
giovannibajo |
Convert images to png format |
| 09/14/05 07:47:48 |
56
|
56
|
giovannibajo |
Fix path of images |
| 09/14/05 07:47:26 |
55
|
55
|
giovannibajo |
Trim trailing whitespaces |
| 09/14/05 07:46:55 |
54
|
54
|
giovannibajo |
Readded Tutorial.rst |
| 09/14/05 07:37:02 |
53
|
53
|
giovannibajo |
Reorganize directories of doc/ |
| 09/13/05 20:23:21 |
52
|
52
|
giovannibajo |
Fix typo |
| 09/13/05 19:41:54 |
51
|
51
|
giovannibajo |
Add support for 'from init import' syntax |
| 09/13/05 19:34:10 |
50
|
50
|
giovannibajo |
Avoid including the same binary extension twice |
| 09/13/05 19:29:04 |
49
|
49
|
giovannibajo |
Change path to executable used to test resource updating |
| 09/13/05 11:41:56 |
48
|
48
|
williamcaban |
Rollback to relative path for specfiles |
| 09/13/05 09:59:05 |
47
|
47
|
williamcaban |
Minor fix on buildtests runtests script. Now specs on the fly. |
| 09/12/05 16:13:56 |
46
|
46
|
williamcaban |
Changes to use support/loader under *nix |
| 09/12/05 11:36:58 |
45
|
45
|
williamcaban |
Updated documentation with updated CSS |
| 09/12/05 04:40:57 |
44
|
44
|
giovannibajo |
Remove old license |
| 09/12/05 04:33:09 |
43
|
43
|
giovannibajo |
Switch to GPL license (with exception) |
| 09/12/05 03:48:07 |
42
|
42
|
giovannibajo |
Remove old Windows build system |
| 09/12/05 03:43:46 |
41
|
41
|
giovannibajo |
No need to commit the .sconsign file |
| 09/12/05 03:42:57 |
40
|
40
|
giovannibajo |
Remove also COM server bootloaders |
| 09/12/05 03:37:27 |
39
|
39
|
giovannibajo |
Add new bootloader binaries |
| 09/12/05 03:34:06 |
38
|
38
|
giovannibajo |
Use new bootloaders (for Python 2.4 support) |
| 09/12/05 03:25:18 |
37
|
37
|
giovannibajo |
Add module string replacement during bootstrap |
| 09/11/05 18:34:37 |
36
|
36
|
giovannibajo |
The DLL runtime must be the same of the Python DLL |
| 09/11/05 17:16:56 |
35
|
35
|
giovannibajo |
Use os.pathsep where appropriate |
| 09/11/05 17:13:07 |
34
|
34
|
giovannibajo |
Fix Makespec.py for Python 1.5 |
| 09/08/05 19:08:10 |
33
|
33
|
williamcaban |
(real) reST documentation - need more work |
| 09/08/05 19:07:48 |
32
|
32
|
williamcaban |
reST documentation - need more work |
| 09/07/05 17:03:02 |
31
|
31
|
williamcaban |
Added doc/KNOWNBUGS.txt |
| 09/07/05 16:16:33 |
30
|
30
|
williamcaban |
Minor changes to Tutorial.txt - still not tested with reST |
| 09/07/05 16:07:41 |
29
|
29
|
williamcaban |
Adding missing files and restoring old documentation under doc/old |
| 09/07/05 15:46:34 |
28
|
28
|
giovannibajo |
Duplicated license (now it's in doc/) |
| 09/07/05 15:45:44 |
27
|
27
|
giovannibajo |
Removed LGPL license as we are not going to use it |
| 09/07/05 15:09:06 |
26
|
26
|
williamcaban |
Changes to documentation and Licenses files. Documentation is not yet ... |
| 09/07/05 09:16:35 |
25
|
25
|
giovannibajo |
Add the LGPL license text |
| 09/06/05 05:32:03 |
24
|
24
|
giovannibajo |
Ignore generated files |
| 09/06/05 04:53:13 |
23
|
23
|
giovannibajo |
Check Python version match between Configure and Build/Makespec |
| 09/05/05 12:20:11 |
22
|
22
|
giovannibajo |
Build also resource file with icon |
| 09/05/05 11:40:18 |
21
|
21
|
giovannibajo |
Bootloader build system using Scons (Windows-only for now) |
| 09/05/05 11:04:41 |
20
|
20
|
giovannibajo |
Strip comments from the license |
| 09/05/05 10:53:02 |
19
|
19
|
giovannibajo |
Add local binary copy of zlib 1.2.3 (for Windows builds) |
| 09/05/05 10:51:40 |
18
|
18
|
giovannibajo |
Add GPL license |
| 09/05/05 03:29:12 |
17
|
17
|
giovannibajo |
Reformat and properly indent |
| 09/05/05 03:11:04 |
16
|
16
|
giovannibajo |
Fix unicode support also for Python 1.5 |
| 09/03/05 16:12:20 |
15
|
15
|
giovannibajo |
Use os.path.join to concatenate path components, and normalize the path ... |
| 09/03/05 16:02:21 |
14
|
14
|
giovannibajo |
Add a simple main to use bindepend.py as a stand-alone script |
| 09/03/05 15:31:40 |
13
|
13
|
giovannibajo |
Fix parsing of PE imports: NAMERVA is the field needed to check for ... |
| 09/03/05 15:30:08 |
12
|
12
|
giovannibajo |
Remove stray tab in source code |
| 09/03/05 14:03:40 |
11
|
11
|
giovannibajo |
Add hook for PyQt? |
| 09/03/05 13:56:13 |
10
|
10
|
giovannibajo |
Make test8.py parseable by Python 1.5 |
| 09/03/05 13:49:17 |
9
|
9
|
giovannibajo |
Fix support for unicode in Python 2.3 |
| 09/03/05 13:04:36 |
8
|
8
|
giovannibajo |
Use shutil.rmtree instead of manual version |
| 09/03/05 12:59:19 |
7
|
7
|
giovannibajo |
The signature is now a long, adjust struct format string accordingly |
| 09/03/05 12:30:04 |
6
|
6
|
giovannibajo |
Python 1.5.2 compatibility: use string module |
| 09/03/05 12:10:09 |
5
|
5
|
giovannibajo |
Trim exceeding whitespaces |
| 09/03/05 11:49:04 |
4
|
4
|
giovannibajo |
Fix FutureWarning? with Python 2.3 |
| 09/03/05 11:48:18 |
3
|
3
|
giovannibajo |
Remove non-ASCII characters |
| 09/02/05 12:15:02 |
2
|
2
|
giovannibajo |
Imported Python Installer 5b5 |
| 09/02/05 11:43:09 |
1
|
1
|
william |
Initial directory structure |