|
|
|
@729
|
[729]
|
2008-09-05 21:31:50 |
schwa |
Updated year numbers in copyright notices according to changes
in the ... |
|
|
|
@725
|
[725]
|
2008-08-31 12:52:18 |
schwa |
Included a slightly modified variant of Roger Demetrescu's patch ... |
|
|
|
@719
|
[719]
|
2008-07-30 18:51:51 |
schwa |
Fixed bug reported by Richard Holden, ... |
|
|
|
@713
|
[713]
|
2007-07-22 12:39:10 |
schwa |
Added test code and applied a fix for a failing `makedirs` called from
a ... |
|
|
|
@698
|
[698]
|
2007-04-22 12:17:56 |
schwa |
Note on using exceptions via the `ftp_error` module.
|
|
|
|
@696
|
[696]
|
2007-04-16 11:51:32 |
schwa |
Fixed typo.
|
|
|
|
@695
|
[695]
|
2007-04-16 08:29:59 |
schwa |
Moved test for inaccessible login directory before comment. This
is ... |
|
|
|
@693
|
[693]
|
2007-04-16 08:13:22 |
schwa |
In `_check_inaccessible_login_directory`, be more explicit that
being in ... |
|
|
|
@691
|
[691]
|
2007-04-16 01:59:15 |
schwa |
Handle special case when renaming an item in a directory whose ... |
|
|
|
@690
|
[690]
|
2007-04-16 01:11:42 |
schwa |
Don't handle paths with whitespace in the `rename` command (yet).
|
|
|
|
@689
|
[689]
|
2007-04-16 01:07:10 |
schwa |
Handle directories with whitespace in them more gracefully (based on
a ... |
|
|
|
@687
|
[687]
|
2007-04-14 17:46:51 |
schwa |
Simplified code dealing with "session_factory" argument in `kwargs`.
|
|
|
|
@685
|
[685]
|
2007-01-31 23:04:05 |
schwa |
Make comment a bit more clear.
|
|
|
|
@653
|
[653]
|
2006-11-23 17:25:29 |
schwa |
Renamed method `ignore_line` to `ignores_line` to better describe
that it ... |
|
|
|
@647
|
[647]
|
2006-11-23 01:33:53 |
schwa |
Turn classes into new-style classes by letting them inherit ... |
|
|
|
@639
|
[639]
|
2006-11-22 23:56:06 |
schwa |
Added method `FTPHost.set_parser`.
|
|
|
|
@636
|
[636]
|
2006-11-22 22:38:16 |
schwa |
Merged in the rest of the changes from the branch add_stat_caching:
svn ... |
|
|
|
@633
|
[633]
|
2006-11-22 22:15:32 |
schwa |
Merged in changes from feature branch add_stat_caching:
svn merge ... |
|
|
|
@559
|
[559]
|
2006-10-12 21:53:33 |
schwa |
Make `FTPHost.__copy_file` more robust.
|
|
|
|
@548
|
[548]
|
2006-08-07 21:42:41 |
schwa |
Included the word "remote" in two error messages to make the ... |
|
|
|
@547
|
[547]
|
2006-08-07 13:30:26 |
schwa |
FTPHost.file: Changed wording of error message to include that the ... |
|
|
|
@529
|
[529]
|
2006-03-02 00:55:44 |
schwa |
Removed "keep alive" functionality. Nobody on the list seemed to need ... |
|
|
|
@519
|
[519]
|
2006-02-19 02:31:55 |
schwa |
Include ftputil version and Python version in traceback. This should
make ... |
|
|
|
@515
|
[515]
|
2006-02-19 00:21:07 |
schwa |
Update version to 2.1b2.
|
|
|
|
@510
|
[510]
|
2006-02-18 21:32:10 |
schwa |
Reworked keep-alive functionality regarding writable files. If you ... |
|
|
|
@506
|
[506]
|
2006-02-06 22:39:20 |
schwa |
Added an optional parameter `also_files` to `FTPHost.keep_alive`
and ... |
|
|
|
@502
|
[502]
|
2006-02-06 21:33:38 |
schwa |
Added `keep_alive` methods to `FTPHost` and `_FTPFile` objects.
|
|
|
|
@499
|
[499]
|
2006-02-06 20:28:13 |
schwa |
The previous commit message was for `ftputil.txt`. The real change
to ... |
|
|
|
@497
|
[497]
|
2006-02-06 20:25:27 |
schwa |
Lots of changes. See the diff for details.
|
|
|
|
@496
|
[496]
|
2006-02-06 19:43:26 |
schwa |
Let `FTPHost.rmtree` specifically raise `PermanentError`, not just
the ... |
|
|
|
@494
|
[494]
|
2006-02-06 18:38:44 |
schwa |
Get rid of wrong assumption in `FTPHost.synchronize_times`.
|
|
|
|
@491
|
[491]
|
2006-02-06 13:43:48 |
schwa |
Be more explicit regarding the obselescence ... |
|
|
|
@490
|
[490]
|
2006-02-06 13:30:26 |
schwa |
No longer allow `FTPHost.rmdir` to remove non-empty directories.
|
|
|
|
@488
|
[488]
|
2006-02-06 13:06:03 |
schwa |
FTPHost: Added `rmtree` method, resembling that in Python's
`shutil` ... |
|
|
|
@487
|
[487]
|
2006-02-05 15:54:08 |
schwa |
FTPHost.remove: Explicitly mention deletion of links in error message.
|
|
|
|
@486
|
[486]
|
2006-02-05 15:44:34 |
schwa |
FTPHost.remove: Allow to remove also links to directories.
|
|
|
|
@485
|
[485]
|
2006-02-05 15:33:52 |
schwa |
`FTPHost.remove/unlink` are no longer allowed to remove directories,
not ... |
|
|
|
@484
|
[484]
|
2006-02-05 11:05:29 |
schwa |
Improved documentation (docstrings, comments).
|
|
|
|
@481
|
[481]
|
2006-02-05 01:00:18 |
schwa |
Removed obsolete autodetection of directory format.
|
|
|
|
@480
|
[480]
|
2006-02-05 00:48:42 |
schwa |
Switch automatically to the Microsoft format parser if the Unix
format ... |
|
|
|
@476
|
[476]
|
2006-02-04 22:41:07 |
schwa |
Extract parser classes out of the `_Stat` classes. There are ... |
|
|
|
@474
|
[474]
|
2006-02-04 20:47:09 |
schwa |
Rename `set_directory_format` to `set_directory_parser` (but ... |
|
|
|
@471
|
[471]
|
2006-02-04 10:00:43 |
schwa |
FTPHost.makedirs: Removed commented-out `print` statement which
was used ... |
|
|
|
@469
|
[469]
|
2006-02-03 00:04:04 |
schwa |
Fixed typo.
|
|
|
|
@468
|
[468]
|
2006-02-02 23:55:57 |
schwa |
FTPHost.set_directory_format: Renamed parameter `server_platform`
to ... |
|
|
|
@465
|
[465]
|
2006-02-02 11:33:08 |
schwa |
FTPHost.__emits_ms_format: Added comment on automatical detection.
|
|
|
|
@461
|
[461]
|
2006-01-29 02:04:19 |
schwa |
Set svn:mime-type to text/x-python to make syntax highlighting in
Trac's ... |
|
|
|
@456
|
[456]
|
2006-01-28 21:50:30 |
schwa |
Implemented `FTPHost.walk`, similar to `os.walk`.
Removed `from ... |
|
|
|
@455
|
[455]
|
2006-01-28 20:22:45 |
schwa |
Increase copyright year to 2006.
|
|
|
|
@454
|
[454]
|
2006-01-28 20:22:20 |
schwa |
FTPHost.makedirs: Change index arithmetic slightly to make clearer
... |
|
|
|
@451
|
[451]
|
2006-01-28 19:29:08 |
schwa |
Added `FTPHost.makedirs` method, similar to `os.makedirs`.
|
|
|
|
@440
|
[440]
|
2005-06-09 17:01:56 |
schwa |
Update to version 2.0.4 .
|
|
|
|
@430
|
[430]
|
2005-01-08 12:45:24 |
schwa |
Normalized $Id$ keyword.
|
|
|
|
@427
|
[427]
|
2004-07-29 22:14:11 |
schwa |
Added several properties.
|
|
|
|
@424
|
[424]
|
2004-07-29 20:20:26 |
schwa |
Increased version number to 2.0.3.
|
|
|
|
@421
|
[421]
|
2004-07-12 22:09:42 |
schwa |
Increased version number to 2.0.3b2.
|
|
|
|
@418
|
[418]
|
2004-07-12 22:01:46 |
schwa |
FTPHost.file: Change to effective directory. Use only a filename for the
... |
|
|
|
@417
|
[417]
|
2004-07-12 21:15:34 |
schwa |
FTPHost.file: Added a comment regarding the `OSError` -> `IOError`
... |
|
|
|
@416
|
[416]
|
2004-07-12 21:13:03 |
schwa |
FTPHost.file: Raise a `FTPIOError` if `basedir` isn't accessible. This ... |
|
|
|
@412
|
[412]
|
2004-07-09 21:51:24 |
schwa |
Module: Added warning converning the exception classes in ... |
|
|
|
@407
|
[407]
|
2004-07-09 20:51:34 |
schwa |
FTPHost._dir: No longer use the workaround for space-containing
... |
|
|
|
@402
|
[402]
|
2004-04-18 18:49:35 |
schwa |
Changed/added summary line.
|
|
|
|
@397
|
[397]
|
2004-03-08 21:20:25 |
schwa |
Moved TODO section from `ftputil.py` to `TODO` file.
|
|
|
|
@393
|
[393]
|
2004-02-27 23:20:34 |
schwa |
Atomated patching, thus removed TODO item on automation.
|
|
|
|
@390
|
[390]
|
2004-02-27 18:45:09 |
schwa |
Added some TODO items.
|
|
|
|
@387
|
[387]
|
2004-02-27 18:37:58 |
schwa |
Updated version number for 2.0.1 release.
|
|
|
|
@375
|
[375]
|
2004-01-31 22:37:53 |
schwa |
Updated year values in copyright notice.
|
|
|
|
@373
|
[373]
|
2004-01-31 22:17:59 |
schwa |
Increased version number.
|
|
|
|
@370
|
[370]
|
2004-01-31 21:24:32 |
schwa |
Added #TODO on custom session classes.
|
|
|
|
@365
|
[365]
|
2003-12-30 20:41:45 |
schwa |
FTPHost.rmdir: Renamed parameter `remove_only_empty` to
... |
|
|
|
@362
|
[362]
|
2003-12-28 19:17:29 |
schwa |
FTPHost.rmdir: Change method interface so that by default, only empty
... |
|
|
|
@357
|
[357]
|
2003-10-30 20:00:23 |
schwa |
Formatting fixes.
|
|
|
|
@350
|
[350]
|
2003-10-30 19:25:57 |
schwa |
`_Path.exists/isfile/isdir/islink` no longer obscure "abnormal" server
... |
|
|
|
@341
|
[341]
|
2003-10-25 18:13:12 |
schwa |
Removed obsolete #TODO comment.
|
|
|
|
@340
|
[340]
|
2003-10-25 18:11:59 |
schwa |
Increased version number to 2.0b3.
|
|
|
|
@333
|
[333]
|
2003-10-10 18:11:28 |
schwa |
Updated version number.
FTPHost.upload_if_newer/download_if_newer: Refer ... |
|
|
|
@328
|
[328]
|
2003-10-10 17:50:01 |
schwa |
FTPHost.__emits_ms_format: Fixed docstring.
|
|
|
|
@327
|
[327]
|
2003-10-10 17:48:07 |
schwa |
FTPHost: Refactored automatic determination of directory output format.
... |
|
|
|
@317
|
[317]
|
2003-10-05 17:57:28 |
schwa |
FTPHost._dir: Made comment before method a bit clearer.
|
|
|
|
@316
|
[316]
|
2003-10-05 17:55:57 |
schwa |
FTPHost._dir: Implemented a workaround similar to those suggested by
... |
|
|
|
@308
|
[308]
|
2003-10-04 21:50:13 |
schwa |
Added TODO item (bugfixing).
|
|
|
|
@306
|
[306]
|
2003-10-04 21:47:28 |
schwa |
FTPHost.set_directory_format: Simplified method; use either "unix" or ... |
|
|
|
@302
|
[302]
|
2003-10-04 21:09:12 |
schwa |
FTPHost: Added method `set_directory_format` to set the format "manually"
... |
|
|
|
@294
|
[294]
|
2003-10-04 19:29:32 |
schwa |
FTPHost: Renamed `synchronize_time` to `synchronize_times`.
|
|
|
|
@285
|
[285]
|
2003-10-04 17:37:14 |
schwa |
Consider the time shift in stat'ing files on Unix servers.
|
|
|
|
@284
|
[284]
|
2003-10-04 17:27:21 |
schwa |
FTPHost.synchronize_time: Rename `remote_time` to `server_time` for
... |
|
|
|
@283
|
[283]
|
2003-10-04 17:24:47 |
schwa |
FTPHost.set_time_shift: Made definition more explicit and provide
... |
|
|
|
@277
|
[277]
|
2003-10-04 14:07:53 |
schwa |
Added and changed comments and docstrings.
|
|
|
|
@262
|
[262]
|
2003-06-09 19:05:12 |
schwa |
Removed `stat` module from list of imports.
|
|
|
|
@260
|
[260]
|
2003-06-09 18:29:32 |
schwa |
Moved `listdir` implementation from class `ftputil.FTPHost` to
... |
|
|
|
@258
|
[258]
|
2003-06-09 18:16:45 |
schwa |
Moved `lstat` and `stat` method bodies from class `ftputil.FTPHost` to
... |
|
|
|
@256
|
[256]
|
2003-06-09 17:42:43 |
schwa |
FTPHost: Get rid of `_parse_line`.
|
|
|
|
@255
|
[255]
|
2003-06-09 17:23:51 |
schwa |
FTPHost: Refactored `listdir` and `lstat`, thereby introducing a new
... |
|
|
|
@249
|
[249]
|
2003-06-09 16:00:38 |
schwa |
FTPHost: Imroved two comments.
|
|
|
|
@247
|
[247]
|
2003-06-09 15:53:50 |
schwa |
Module: Changed version for next release to 1.2 beta.
|
|
|
|
@246
|
[246]
|
2003-06-09 15:52:02 |
schwa |
Moved line parsers from `ftputil.py` to `ftp_stat.py`. These parsers go
... |
|
|
|
@240
|
[240]
|
2003-06-08 19:47:13 |
schwa |
Module: Added TODO comment for version 1.2.
|
|
|
|
@239
|
[239]
|
2003-06-08 19:44:32 |
schwa |
FTPHost.lstat: Add ``s to `os.lstat` in docstring.
|
|
|
|
@238
|
[238]
|
2003-06-08 19:42:06 |
schwa |
Fixed/added several docstrings and comments.
|
|
|
|
@237
|
[237]
|
2003-06-08 19:05:38 |
schwa |
Module: Reordered import statements.
|