Removed msgfmt.py and made depandency on python...
Splitted arguments of Manager methods called by...
Changed tests
Changed pymget.networking.VERSION to pymget.__v...
Added relative imports
Added unit tests
Changed localization from XML files to gettext
Added ETA
Added ETA
Fixed bug with non-existing folders if --outfil...
Added handling KeyboardInterrupt exception. Now...
Added handling KeyboardInterrupt exception. Now...
Replaced locale.getlocale() with locale.letdefa...
Added Ukrainian localization. Added localized a...
Added VERSION from pymget.networking
Translated comments
Translated comments
Translated comments
Translated comments
Translated comments
Translated comments
Translated comments. Replaced variables named p...
Thanslated comments
Added comments
Added usage to CommandLine class description
Translated comments into English
Translated comments into English
Added comments
Added closing connection when FTP mirror reconn...
Changed name attribute in ru.xml
Removed excess space symbol in English help
Added installation script setup.py using setupt...
Splitted project to multiple files. Added inter...
Fixed bug with progress with FTP mirrors
Replaced os.uname() with platform.uname() for c...
Moved gotten_size to Mirror objects and renamed...
Added saving in existing folder. If folder in t...
Changed context file name from *.mget to *.pymget
Added ProgressPart, removed FinalDataPart. Now ...
Added ProgressPart, removed FinalDataPart. Now ...
Replaced HTTP and HTTPS download threads with H...
Added FileSizeError exception, added Mirror.cre...
Added comments. Removed MirrorRedirect exceptio...
Added help. Changed class order in the code
New url parser with regex. New CommanLine class...
Replaced url strings with URL objects
Moved processing implementation from Parts to M...
Fixed bug with progress and speed after resume ...
Added Part classes for different situations. Ch...
Added HEAD request after connect. New main loop...
Added Outputfile class and file exceptions hand...
Speed calculation is implemented in Progressbar...
Splitted a task to fragments for smoother progr...
Second attempt to split a task to fragments for...
Connection and Download thread objects now are ...
Added abstract classes. Added different classes...
Added FTP reconnect for every part
Added support of FTP
Added support of relative redirect location. Ad...
Tried to add fragmental parts for smoother prog...
Added Console.error and Console.warning. Added ...
Added HTTP(S) redirect support. Changed Manager...
Added ask method in Console class and URL class...
Added support HTTPS
Added StateFile class that saves current state ...
Added Console class, mirror status, support of ...
Added ProgressBar and speed
Added ConnectionThread and Mirror
Initial commit