- 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
- 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
- e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
- 6613c18 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
- 06403cf decref correct object by Benjamin Peterson · 13 years ago
- 4bb867d plug refleak by Benjamin Peterson · 13 years ago
- 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
- dcfde5a Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. by Ross Lagerwall · 13 years ago
- fc9bbd1 dosmodule is, thankfully, no more by Benjamin Peterson · 13 years ago
- 26de69d posixmodule.c: fix function name in argument parsing by Victor Stinner · 13 years ago
- c8be840 Correct completely broken os.stat behavior on Windows XP. by Brian Curtin · 13 years ago
- a87d586 branch merge? by Brian Curtin · 13 years ago
- d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
- 95d028f Correction to 88e318166eaf - Issue #11583 by Brian Curtin · 13 years ago
- 9c669cc Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 13 years ago
- 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
- 710e966 Merged revisions 88111 via svnmerge from by Antoine Pitrou · 14 years ago
- e47e093 Issue #10898: Allow compiling the posix module when the C library defines by Antoine Pitrou · 14 years ago
- 7234479 Issue #9611: remove useless and dangerous explicit conversion to size_t by Victor Stinner · 14 years ago
- ff17385 Merged revisions 87802 via svnmerge from by Antoine Pitrou · 14 years ago
- e85da7a Issue #7858: Raise an error properly when os.utime() fails under Windows by Antoine Pitrou · 14 years ago
- e6edec2 Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the by Victor Stinner · 14 years ago
- 32e8aab Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
- a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 14 years ago
- 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
- 7ed117a Issue #10637: Called CloseHandle twice in os.stat/os.lstat (Windows) by Hirokazu Yamamoto · 14 years ago
- 26253bb Should use posix_error here. by Hirokazu Yamamoto · 14 years ago
- 7467351 Sorry, I had introduced tab in source code. by Hirokazu Yamamoto · 14 years ago
- 427d314 Fixed several corner case issues on os.stat/os.lstat related to reparse by Hirokazu Yamamoto · 14 years ago
- 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
- 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 14 years ago
- fc889c4 Fix for #8879. by Brian Curtin · 14 years ago
- 2a7feee Windows: fix leak in posix_listdir. by Stefan Krah · 14 years ago
- 30b341f Fix additional leaks. by Stefan Krah · 14 years ago
- 6773331 Merged revisions 86808 via svnmerge from by Stefan Krah · 14 years ago
- 0e803b3 Further indentation cleanup. by Stefan Krah · 14 years ago
- 40b6123 Merged revisions 86804 via svnmerge from by Stefan Krah · 14 years ago
- 9943926 Issue #10383: Fix two leaks. by Stefan Krah · 14 years ago
- 1b9df39 Fix #8879. Add os.link support to Windows. by Brian Curtin · 14 years ago
- fc1be6d ifdef a Windows specific section. by Brian Curtin · 14 years ago
- f5e76d0 Fix #10027. st_nlink not set on Windows calls to os.stat/lstat. by Brian Curtin · 14 years ago
- 7e9065c Issue #10143: Update "os.pathconf" values by Jesus Cea · 14 years ago
- 94622b0 Fix a typo. full->final by Brian Curtin · 14 years ago
- e8e4b3b #9808. Implement os.getlogin for Windows, completed by Jon Anglin. by Brian Curtin · 14 years ago
- 3842529 Issue #9908: Fix os.stat() on bytes paths under Windows 7. by Antoine Pitrou · 14 years ago
- 6c9c090 Remove unused code in posixmodule.c by Amaury Forgeot d'Arc · 14 years ago
- 3d330ad Remove C++-style comments by Antoine Pitrou · 14 years ago
- cb04352 Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and encode by Victor Stinner · 14 years ago
- 66d00ad Untabify file. by Amaury Forgeot d'Arc · 14 years ago
- 4b6fdf3 #6394: Add os.getppid() support for Windows. by Amaury Forgeot d'Arc · 14 years ago
- 6285774 Implement #7566 - os.path.sameopenfile for Windows. by Brian Curtin · 14 years ago
- a9b51d2 #9747: fix copy-paste error in getresgid() doc. by Georg Brandl · 14 years ago
- 037077f Merged revisions 84489 via svnmerge from by Antoine Pitrou · 14 years ago
- d3ccde8 Issue #7736: Release the GIL around calls to opendir() and closedir() by Antoine Pitrou · 14 years ago
- 4ea04a3 #7647: add ST_RDONLY, ST_NOSUID constants to os module. by Andrew M. Kuchling · 14 years ago
- 844807e r82659 reintroduced some tab characters. Untabify again. by Amaury Forgeot d'Arc · 14 years ago
- 835b445 Merged revisions 84076 via svnmerge from by Antoine Pitrou · 14 years ago
- 22e4155 Fix other warnings under 64-bit Windows. by Antoine Pitrou · 14 years ago
- 8567599 Merged revisions 84063 via svnmerge from by Victor Stinner · 14 years ago
- e039ffe Issue #9605: posix.getlogin() decodes the username with file filesystem by Victor Stinner · 14 years ago
- 61ec5dc Issue #9604: posix.initgroups() encodes the username using the fileystem by Victor Stinner · 14 years ago
- bae0e62 Merged revisions 84060 via svnmerge from by Victor Stinner · 14 years ago
- 5fe6de8 Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name by Victor Stinner · 14 years ago
- 9ecbc07 Merged revisions 83951 via svnmerge from by Benjamin Peterson · 14 years ago
- d4efbf9 use pep 383 decoding for mknod and mkfifo #9570 by Benjamin Peterson · 14 years ago
- bd25d59 Merged revisions 83921 via svnmerge from by Antoine Pitrou · 14 years ago
- b73caab Issue #6915: Under Windows, os.listdir() didn't release the Global by Antoine Pitrou · 14 years ago
- 0291c9f Issue 9445: Fix undefined symbols on VS8.0 build. by Raymond Hettinger · 14 years ago
- 47076f7 This fixes issue7900 by adding code that deals by Ronald Oussoren · 14 years ago
- b6ee4f5 This fixes issue7900 by adding code that deals by Ronald Oussoren · 14 years ago
- c9e1c7d Issue #6095: Make directory argument to os.listdir optional. by Martin v. Löwis · 14 years ago
- 74e4561 Re-flow several long lines from #1578269. by Brian Curtin · 14 years ago
- d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
- 28fdadb Merged revisions 82049 via svnmerge from by Senthil Kumaran · 14 years ago
- 684760a Merged revisions 82047 via svnmerge from by Senthil Kumaran · 14 years ago
- 0a589c9 Remove unused variable, and fix a compilation warning on Windows. by Amaury Forgeot d'Arc · 15 years ago
- 203406c Revert r81171 (posix_listdir(), posix_readlink(): avoid temporary PyBytes object) by Victor Stinner · 15 years ago
- 26a968d Merged revisions 81170 via svnmerge from by Victor Stinner · 15 years ago
- a45598a posix_listdir(), posix_readlink(): avoid temporary PyBytes object by Victor Stinner · 15 years ago
- 77ccd6d posix_error_with_allocated_filename() decodes the filename with by Victor Stinner · 15 years ago
- 97c18ab Replace PyUnicode_Decode(buf, strlen(buf), Py_FileSystemDefaultEncoding, by Victor Stinner · 15 years ago
- 84ae118 Issue #8603: Create a bytes version of os.environ for Unix by Victor Stinner · 15 years ago
- 97b8988 Recorded merge of revisions 80846 via svnmerge from by Victor Stinner · 15 years ago
- 8c62be8 Recorded merge of revisions 80844-80845 via svnmerge from by Victor Stinner · 15 years ago
- a27dcb7 Merged revisions 80421,80424 via svnmerge from by Victor Stinner · 15 years ago
- 13bb71c Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and by Victor Stinner · 15 years ago
- dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 15 years ago
- 466e926 Merged revisions 80108,80111,80114-80115 via svnmerge from by Mark Dickinson · 15 years ago
- a5ab4fc Merged revisions 80105 via svnmerge from by Victor Stinner · 15 years ago
- 876d7c8 Keep confstr entries in alphabetical order. by Mark Dickinson · 15 years ago
- 6f7adcc Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(), by Victor Stinner · 15 years ago
- cfa7278 Issue #8412: os.system() now accepts bytes, bytearray and str with surrogates. by Victor Stinner · 15 years ago
- eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 15 years ago
- 8450857 Change PARSE_PID to _Py_PARSE_PID (cleanup for r78946). by Gregory P. Smith · 15 years ago
- fb94c5f * Replaces the internals of the subprocess module from fork through exec on by Gregory P. Smith · 15 years ago
- 2a1c027 Merged revisions 78531 via svnmerge from by Gregory P. Smith · 15 years ago
- 24cec9f Merged revisions 78527,78550 via svnmerge from by Gregory P. Smith · 15 years ago
- 18ac2b4 Merged revisions 78548 via svnmerge from by Gregory P. Smith · 15 years ago
- c78d79c Merged revisions 78546 via svnmerge from by Gregory P. Smith · 15 years ago