- 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
- 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
- 22e4155 Fix other warnings under 64-bit Windows. by Antoine Pitrou · 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
- 5fe6de8 Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name by Victor Stinner · 14 years ago
- d4efbf9 use pep 383 decoding for mknod and mkfifo #9570 by Benjamin Peterson · 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
- 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
- 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 · 14 years ago
- a45598a posix_listdir(), posix_readlink(): avoid temporary PyBytes object by Victor Stinner · 14 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
- 8c62be8 Recorded merge of revisions 80844-80845 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
- 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
- c78d79c Merged revisions 78546 via svnmerge from by Gregory P. Smith · 15 years ago
- 755740f Forward port a number of OSX bugfixes from the trunk to 3.2 by Ronald Oussoren · 15 years ago
- 1119a64 Issue #7561: Fix crashes when using bytearray objects with the posix module. by Antoine Pitrou · 15 years ago
- 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
- b7572f0 Merged revisions 76636 via svnmerge from by Antoine Pitrou · 15 years ago
- 7aed61a Merged revisions 76550 via svnmerge from by Martin v. Löwis · 15 years ago
- 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
- 6fbdfda Merged revisions 73675 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
- 69f7114 Make some private functions static (thanks `make smelly`) by Antoine Pitrou · 15 years ago
- 7852c42 Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist) by Antoine Pitrou · 15 years ago
- 971e51b Merged revisions 72855 via svnmerge from by Antoine Pitrou · 15 years ago
- c3ee166 Merged revisions 72852 via svnmerge from by Antoine Pitrou · 15 years ago
- 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- a6bb984 Issue #5990: fix memory leak introduced by PEP 383 commits by Antoine Pitrou · 15 years ago
- 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
- 4adbc34 Issue #5943: Fix lchflags crash. by Martin v. Löwis · 16 years ago
- 86a05ec Added missing semicolon. by Eric Smith · 16 years ago
- 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 16 years ago
- bbb9be7 Merged revisions 72273 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- f64e651 Merging r70958 from the trunk, regarding http://bugs.python.org/issue5623 by Kristján Valur Jónsson · 16 years ago
- ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 16 years ago
- 649170b http://bugs.python.org/issue5552 by Kristján Valur Jónsson · 16 years ago
- 45ed72d Issue5407 Broken Py3.1 release build in Visual Studio 2005 by Kristján Valur Jónsson · 16 years ago
- 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
- 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 16 years ago
- 9053d75 Merged revisions 68763,68773 via svnmerge from by Benjamin Peterson · 16 years ago
- 05bfe1f Merged revisions 68018 via svnmerge from by Martin v. Löwis · 16 years ago
- da2706b Issue #2173: fix build failure on OS X. device_encoding was returning an by Mark Dickinson · 16 years ago
- f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
- 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
- f10a79a merge from trunk by Benjamin Peterson · 16 years ago
- c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 16 years ago
- f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
- 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
- d7e4c08 Merged revisions 65745 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
- 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
- 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
- a05ada3 Merged revisions 65174 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
- dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
- bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
- d238cb8 Removed unused variable. by Alexandre Vassalotti · 17 years ago
- d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 17 years ago
- ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 17 years ago
- 68f5fbe Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60766,60769-60786 via svnmerge from by Christian Heimes · 17 years ago
- 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 17 years ago
- 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
- 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
- fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago