log

age author description
2011-05-28 Oleg Oshmyan Added a cx_Freeze-based setup-exe.py for Windows
2011-05-28 Oleg Oshmyan Distutils support, reorganization and cleaning up
2011-05-27 Oleg Oshmyan Output-only problems no longer print times
2011-05-27 Oleg Oshmyan publish.sh now uses hg identify
2011-05-25 Oleg Oshmyan Corrected mixed indentation (and a few line lengths) in compat.py
2011-05-24 Oleg Oshmyan win32.call() now trusts its own case.time_started
2011-05-24 Oleg Oshmyan A couple of Win32 fixes
2011-05-24 Oleg Oshmyan The win32 module now trusts the wall-clock time reported by GetProcessTimes
2011-05-24 Oleg Oshmyan Removed the redundant .hgtags file from the default branch
2011-05-24 Oleg Oshmyan Upreckon now properly reports exiting due to SIGINT to the calling process
2011-05-24 Oleg Oshmyan Fixed a few lines with wrong indentation in _unix (don't copy&paste code, kids)
2011-05-24 Oleg Oshmyan Added a C implementation of the unix module (called _unix)
2011-05-24 Oleg Oshmyan Corrected a typo (hopefully) in problem.strerror
2011-05-20 Oleg Oshmyan Moved process killing logic into platform-specific modules
2011-05-19 Oleg Oshmyan Removed the useless destructor of files.Archive