Tue, 29 Apr 2014 12:35:50 +0900 |
Yuya Nishihara |
win32: add missing definition of _ERROR_NO_MORE_FILES caught by pyflakes
stable
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 13:27:17 +0900 |
Kaz Nishimura |
win32: improve the performance of win32.unlink() over CIFS
|
file |
diff |
annotate
|
Sat, 08 Feb 2014 14:35:07 +0100 |
Simon Heimberg |
win32: spawndetached returns pid of detached process and not of cmd.exe
|
file |
diff |
annotate
|
Tue, 07 May 2013 05:04:11 +0900 |
FUJIWARA Katsunori |
windows: check target type before actual unlinking to follow POSIX semantics
stable
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 01:37:23 +0200 |
Mads Kiilerich |
check-code: catch trailing space in comments
|
file |
diff |
annotate
|
Tue, 01 Jan 2013 12:50:23 -0600 |
Augie Fackler |
win32: clean up use of two-argument raise
|
file |
diff |
annotate
|
Mon, 27 Aug 2012 23:14:27 +0200 |
Mads Kiilerich |
avoid using abbreviations that look like spelling errors
|
file |
diff |
annotate
|
Mon, 25 Jun 2012 19:26:29 +0200 |
Adrian Buehlmann |
win32: remove uneeded usage of _STARTF_USESHOWWINDOW
|
file |
diff |
annotate
|
Mon, 25 Jun 2012 19:11:29 +0200 |
Adrian Buehlmann |
win32: specify _CREATE_NO_WINDOW on spawndetached()
|
file |
diff |
annotate
|
Thu, 14 Jun 2012 11:03:20 +0200 |
Adrian Buehlmann |
win32.py: let samefile and samedevice work on directories too
|
file |
diff |
annotate
|
Sun, 27 May 2012 11:29:52 +0200 |
Adrian Buehlmann |
win32: move lookupreg() to windows.py
|
file |
diff |
annotate
|
Sun, 27 May 2012 11:29:45 +0200 |
Adrian Buehlmann |
win32: use Python's _winreg again
|
file |
diff |
annotate
|
Mon, 21 May 2012 16:35:27 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Mon, 21 May 2012 16:32:49 -0500 |
Matt Mackall |
win32: fix encoding handling for registry strings (issue3467)
stable
|
file |
diff |
annotate
|
Sat, 12 May 2012 16:00:58 +0200 |
Brodie Rao |
cleanup: "raise SomeException()" -> "raise SomeException"
|
file |
diff |
annotate
|