| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a file... | Mark Hammond | 2001-05-14 | 1 | -10/+0 |
|
|
* | Add support for Windows using "mbcs" as the default Unicode encoding when dea... | Mark Hammond | 2001-05-13 | 1 | -40/+99 |
|
|
* | Make some private symbols static. | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 1 | -0/+30 |
|
|
* | conditionally include unistd.h to pick up confstr declaration. attempt to | Skip Montanaro | 2001-02-27 | 1 | -0/+5 |
|
|
* | Add a few more missing prototypes to the SunOS 4.1.4 section (no SF | Thomas Wouters | 2001-02-15 | 1 | -0/+3 |
|
|
* | Partial fix to [ Bug #128685 ] popen on Win9x isnt smart enough about finding... | Mark Hammond | 2001-01-31 | 1 | -9/+45 |
|
|
* | Fix Bug #125891 - os.popen2,3 and 4 leaked file objects on Windows. | Mark Hammond | 2001-01-31 | 1 | -0/+5 |
|
|
* | Plug memory leak. | Neil Schemenauer | 2001-01-16 | 1 | -1/+2 |
|
|
* | Anonymous SF bug report #128053 point out that the #ifdef for | Guido van Rossum | 2001-01-08 | 1 | -1/+1 |
|
|
* | Trivial typo fix, submitted by Charles Waldman (SF patch #102794). | Guido van Rossum | 2000-12-12 | 1 | -1/+1 |
|
|
* | posix_getlogin(): Be more cautious about interpreting a NULL from | Fred Drake | 2000-12-06 | 1 | -1/+1 |
|
|
* | posix_getlogin(): Handle the possibility that getlogin() can return | Fred Drake | 2000-12-06 | 1 | -3/+12 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -28/+28 |
|
|
* | Clarify that isatty is only guaranteed to return true for slave ends of | Thomas Wouters | 2000-10-03 | 1 | -1/+1 |
|
|
* | Add missing prototypes for the benefit of SunOS 4.1.4 */ | Guido van Rossum | 2000-09-25 | 1 | -0/+7 |
|
|
* | It's better to test for __hpux rather than __hppa, and hpux or hppa is | Guido van Rossum | 2000-09-22 | 1 | -1/+1 |
|
|
* | Hopefully fix the problem with undeclared fdatasync() on HP-UX that | Guido van Rossum | 2000-09-22 | 1 | -0/+5 |
|
|
* | Implemented new os.startfile function, unique to Windows, exposing a | Tim Peters | 2000-09-22 | 1 | -0/+33 |
|
|
* | Closes SF bug 113894: on Windows, things like os.listdir("k:") and | Tim Peters | 2000-09-15 | 1 | -9/+7 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Repaired damaged comments, and extra spaces in fatal error msgs we'd better | Tim Peters | 2000-09-01 | 1 | -6/+7 |
|
|
* | Fix test_popen2 on Windows, recently broken by changes to the dict(!) | Tim Peters | 2000-09-01 | 1 | -1/+57 |
|
|
* | Chris Herborth <chrish@pobox.com>: | Fred Drake | 2000-08-15 | 1 | -5/+0 |
|
|
* | Fix for bug #110670 - Win32 os.listdir raises confusing errors: | Mark Hammond | 2000-08-15 | 1 | -3/+7 |
|
|
* | Patch #101032, from David Bolen: | Mark Hammond | 2000-08-14 | 1 | -48/+154 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -2/+0 |
|
|
* | - changed windows pclose to make sure we don't return before the | Fredrik Lundh | 2000-07-26 | 1 | -10/+21 |
|
|
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 | 1 | -20/+2 |
|
|
* | -- added code to the new Windows popen functions to make close | Fredrik Lundh | 2000-07-23 | 1 | -8/+90 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 1 | -5/+5 |
|
|
* | Remove unused helper-function 'posix_strint'. | Thomas Wouters | 2000-07-22 | 1 | -18/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -9/+6 |
|
|
* | ANSIfy the just-checked-in isatty() wrapper. | Thomas Wouters | 2000-07-19 | 1 | -3/+1 |
|
|
* | new method isatty from Thomas Wouters | Skip Montanaro | 2000-07-19 | 1 | -0/+16 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -4/+4 |
|
|
* | Move (actually copy) support for the sgi._getpty() function into | Thomas Wouters | 2000-07-14 | 1 | -5/+24 |
|
|
* | From Sam Rushing's Medusa, via SF patch #100858: add & document | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+88 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 1 | -2/+2 |
|
|
* | - stupid typo. | Fredrik Lundh | 2000-07-10 | 1 | -1/+1 |
|
|
* | -- get rid of a compiler warning on unix. (as reported | Fredrik Lundh | 2000-07-10 | 1 | -21/+13 |
|
|
* | - changed the nt.popen2 return values back to | Fredrik Lundh | 2000-07-09 | 1 | -30/+30 |
|
|
* | - added popen.popen2/popen3/popen4 support for | Fredrik Lundh | 2000-07-09 | 1 | -7/+7 |
|
|
* | - added optional bufsize argument to new popen methods. | Fredrik Lundh | 2000-07-09 | 1 | -7/+30 |
|
|
* | - improved os.popen support for windows, based on win32pipe | Fredrik Lundh | 2000-07-09 | 1 | -6/+462 |
|
|
* | - fixed pointer size test in spawn functions. also added | Fredrik Lundh | 2000-07-09 | 1 | -6/+6 |
|
|
* | this one's a bit risky, but I've spent some considerable time | Fredrik Lundh | 2000-07-08 | 1 | -340/+132 |
|
|
* | Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>: | Fred Drake | 2000-07-06 | 1 | -2/+4 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|