Commit Graph

22 Commits

Author SHA1 Message Date
Thomas Nagy 1d0f1c9b21 Python 3 makes the 'encoding' parameter mandatory on all I/O operations 2012-06-05 04:31:31 +02:00
Thomas Nagy df865701e2 Remove some redundant code from Node.py 2012-05-17 19:54:36 +02:00
Thomas Nagy 5d6c12be1f cleanup on the write functions 2012-05-17 13:49:09 +02:00
Thomas Nagy d931b656f8 let Node.delete evict the node in question 2012-05-06 10:43:56 +02:00
Thomas Nagy 264b0ab5f5 for consistency, make ant_glob case sensitive everywhere by default 2012-04-16 20:20:49 +02:00
andreww 0328aa6847 Make ant_glob case insensitive on Windows
ant_glob now takes an optional keyword argument, ignorecase. It
defaults to True on Windows and False elsewhere.

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
2012-04-16 20:18:22 +02:00
Thomas Nagy 898872699d removed the macro DLL_EXPORT for gcc/g++ on windows and cleaned up a few TODO entries 2012-04-07 10:54:40 +02:00
Thomas Nagy 81a2e68859 cleanup 2012-04-07 09:45:53 +02:00
Thomas Nagy c3067e0912 In the file copy, ensure that the parent folder is created 2012-04-02 01:56:24 +02:00
Thomas Nagy 3938a4ae70 for consistency x.search() -> x.search_node() 2012-02-19 10:15:31 +01:00
Thomas Nagy b3fcd71d50 Added Node.evict() 2012-02-12 15:36:57 +01:00
Thomas Nagy 779a93f07b missed one possible exception 2012-02-11 14:57:20 +01:00
Thomas Nagy 63d3442ad2 remove more except: lines 2012-02-11 14:43:07 +01:00
Thomas Nagy bfca082c42 Cleanup for waf 1.7 2012-02-04 19:39:45 +01:00
Thomas Nagy 5b577a9109 docs 2012-01-26 21:08:52 +01:00
Thomas Nagy 7604f729c3 ensure that the drive letters are properly handled when dealing with foreign files 2011-12-17 09:47:39 +01:00
Thomas Nagy a7e69d6b81 Issue 1086 2011-12-14 09:20:34 +01:00
Thomas Nagy 8d4d7ac9b0 #1053 2011-10-09 19:46:34 +02:00
Thomas Nagy 432133d1ee #1053 2011-10-09 10:54:11 +02:00
Thomas Nagy aae2817b62 docs 2011-10-04 21:53:06 +02:00
Thomas Nagy 54b89c8804 #1050 2011-10-04 20:52:02 +02:00
Thomas Nagy 44a967e326 Initial commit 2011-09-10 11:13:51 +02:00