818 Commits (63f277b6944d583596675970666bbf4152b83349)

Author SHA1 Message Date
Zachary Ware 63f277b694 Issue #21741: Add st_file_attributes to os.stat_result on Windows. 12 years ago
Tim Golden 0321cf2550 Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman 12 years ago
Tim Golden fbf963c064 Backed out changeset: 17df50df62c7 12 years ago
Tim Golden 4675d798bf Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman. 12 years ago
doko@ubuntu.com 4a173bc4ed Fixes for KFreeBSD and the Hurd: 12 years ago
Victor Stinner 3c1b379ebd Issue #20320: select.select() and select.kqueue.control() now round the timeout 12 years ago
Benjamin Peterson 932bba33f2 avoid name clash with posix_close (closes #20594) 12 years ago
Benjamin Peterson 5d95afa99d merge 3.3 (#20594) 12 years ago
Larry Hastings b082731fbb Issue #20517: Functions in the os module that accept two filenames 12 years ago
Serhiy Storchaka 505ff755d7 Issue #20437: Fixed 21 potential bugs when deleting objects references. 12 years ago
Larry Hastings 2623c8c23c Issue #20530: Argument Clinic's signature format has been revised again. 12 years ago
Larry Hastings 7726ac9163 #Issue 20456: Several improvements and bugfixes for Argument Clinic, 12 years ago
Larry Hastings 581ee3618c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
Larry Hastings 5c66189e88 Issue #20189: Four additional builtin types (PyTypeObject, 12 years ago
Benjamin Peterson e83ed43281 improve description of buffers argument for readv/writev (closes #17811) 12 years ago
Larry Hastings 2a727916c5 Issue #20226: Major improvements to Argument Clinic. 12 years ago
Benjamin Peterson 463753831c fix build when SCHED_SPORADIC is defined (closes #20217) 12 years ago
Victor Stinner 57ddf78b6b Issue #20113: os.readv() and os.writev() now raise an OSError exception on 12 years ago
Larry Hastings 61272b77b0 Issue #19273: The marker comments Argument Clinic uses have been changed 12 years ago
Christian Heimes af01f66817 Issue #16136: Remove VMS support and VMS-related code 12 years ago
Victor Stinner f326665fe7 Fix os.listdir(): _Py_dup() already raises an exception on error, no need to 12 years ago
R David Murray fc06999e0b #19970: Fix some comment typos. 12 years ago
doko@ubuntu.com ca616a2709 - Issue #19736: Add module-level statvfs constants defined for GNU/glibc 12 years ago
Victor Stinner 000de53624 Issue #19752: Fix "HAVE_DEV_PTMX" implementation of os.openpty() 12 years ago
Victor Stinner 7587507a97 Issue #19636: Fix usage of MAX_PATH in posixmodule.c 12 years ago
Victor Stinner 6edddfaf5b Issue #19636: Fix posix__getvolumepathname(), raise an OverflowError if 12 years ago
Larry Hastings 44e2eaab54 Issue #19674: inspect.signature() now produces a correct signature 12 years ago
Larry Hastings ebdcb50b8a Issue #19730: Argument Clinic now supports all the existing PyArg 12 years ago
Antoine Pitrou 91a7af3e48 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. 12 years ago
Larry Hastings ed4a1c5703 Argument Clinic: rename "self" to "module" for module-level functions. 12 years ago
Christian Heimes 85ba92a0b8 GetVolumePathNameW: downcast bufsize to DWORD 12 years ago
Victor Stinner b03142782c Issue #19437: Fix parse_envlist() of the posix/nt module, don't call 12 years ago
Victor Stinner 59799a8399 Don't use deprecated function PyUnicode_GET_SIZE() 12 years ago
Victor Stinner 50abf2294e Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc() 12 years ago
Victor Stinner f0a7bac201 Issue #19437: Fix os.statvfs(), handle errors 12 years ago
Tim Golden 781bbebacb Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso Wijaya) 12 years ago
Tim Golden 23005084ad Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) 12 years ago
Christian Heimes ebe83f9875 fix compile issue on windows. path is now a struct ptr 12 years ago
Larry Hastings 3182680210 Issue #16612: Add "Argument Clinic", a compile-time preprocessor 12 years ago
Christian Heimes 2582762b1b Issue #19209: Remove import of copyreg from the os module to speed up 12 years ago
Victor Stinner b9981ba680 fix a compilation warning in posix_openpty() on "PPC64 AIX 3.x" buildbot 13 years ago
Victor Stinner daf455554b Issue #18571: Implementation of the PEP 446: file descriptors and file handles 13 years ago
Benjamin Peterson 3a7dffa4ce remove support for compiling on systems without getcwd() 13 years ago
Christian Heimes 177b3f9982 Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel 13 years ago
Larry Hastings 00964ed216 Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. 13 years ago
Larry Hastings a27b83ad2d Issue #15301: Parsing fd, uid, and gid parameters for builtins 13 years ago
Ned Deily b5dd6d2287 Issue #17557: Fix os.getgroups() to work with the modified behavior of 13 years ago
Larry Hastings 2e3e593e34 Issue #17899: Fix rare file descriptor leak in os.listdir(). 13 years ago
Larry Hastings 4dbc95e258 Issue #17899: Fix rare file descriptor leak in os.listdir(). 13 years ago
Tim Golden 6b528067c5 Issue #9035: os.path.ismount now recognises volumes mounted below 13 years ago