Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
| | |||||
* | Add fcntl.h constants from glibc 2.2.4. Fixes #496171. | Martin v. Löwis | 2001-12-28 | 1 | -0/+70 |
| | |||||
* | fcntl.ioctl(): Update error message; necessity noted by Michael Hudson. | Fred Drake | 2001-05-14 | 1 | -1/+3 |
| | |||||
* | Fix the fcntl() docstring so the user is not mis-directed to the FCNTL | Fred Drake | 2001-05-10 | 1 | -7/+7 |
| | | | | module for useful constants. | ||||
* | Modify to allow file objects wherever file descriptors are needed. | Fred Drake | 2001-05-09 | 1 | -8/+71 |
| | | | | | | | | This closes SF bug #231328. Added all constants needed to use the functions defined in this module that are not defined elsewhere (the O_* symbols are available in the os module). No additonal modules are needed to use this now. | ||||
* | Let's keep things portable to non GCC compilers, please. | Sjoerd Mullender | 2001-01-25 | 1 | -22/+22 |
| | | | | You can only use mult-line strings in C if each line ends in \. | ||||
* | lockf_doc: a much better description of the lockf() function, based on | Barry Warsaw | 2001-01-25 | 1 | -4/+23 |
| | | | | an eyeballing of the code. | ||||
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | Py_FatalError() from module initialization functions. The importing mechanism already checks for PyErr_Occurred() after module importation and it Does The Right Thing. Unfortunately, the following either were not compiled or tested by the regression suite, due to issues with my development platform: almodule.c cdmodule.c mpzmodule.c puremodule.c timingmodule.c | ||||
* | Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. | Guido van Rossum | 2000-08-02 | 1 | -21/+27 |
| | |||||
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;) | ||||
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -18/+6 |
| | |||||
* | 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 |
| | |||||
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -1/+1 |
| | | | | PyArg_ParseTuple() format string arguments as possible. | ||||
* | Changes for long file support by Steve Clift. | Guido van Rossum | 1999-01-06 | 1 | -9/+33 |
| | | | | He also fixes thread-related evil that caused core dumps. | ||||
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
| | | | | on BeOS or Windows. | ||||
* | Doc strings by Chris Petrilli. | Guido van Rossum | 1998-11-23 | 1 | -6/+44 |
| | |||||
* | Keep gcc -Wall happy | Guido van Rossum | 1997-08-15 | 1 | -0/+1 |
| | |||||
* | Add definitions for symbolic constants LOCK_{EX,NB,SH,UN}. | Guido van Rossum | 1997-07-31 | 1 | -0/+25 |
| | |||||
* | Opps, left in a /*#include "modsupport.h"*/ | Roger E. Masse | 1996-12-17 | 1 | -1/+0 |
| | |||||
* | Grandly renamed. | Roger E. Masse | 1996-12-17 | 1 | -61/+65 |
| | |||||
* | Include <sys/ioctl.h>, to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -0/+1 |
| | |||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -2/+8 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Added lockf() call | Guido van Rossum | 1996-09-11 | 1 | -0/+45 |
| | |||||
* | A fcntl implementation for systems (like Solaris) without flock() call. | Guido van Rossum | 1996-06-11 | 1 | -0/+27 |
| | | | | By Sjoerd. | ||||
* | Added flock(). | Guido van Rossum | 1996-05-23 | 1 | -0/+29 |
| | |||||
* | add BGN/END_SAVE macros around fcntl/ioctl calls | Guido van Rossum | 1995-10-07 | 1 | -2/+12 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
| | |||||
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | * Stubs for faster implementation of local variables (not yet finished) * Added function name to code object. Print it for code and function objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version number has changed accordingly) * Print address of self for built-in methods * New internal functions getattro and setattro (getattr/setattr with string object arg) * Replaced "dictobject" with more powerful "mappingobject" * New per-type functio tp_hash to implement arbitrary object hashing, and hashobject() to interface to it * Added built-in functions hash(v) and hasattr(v, 'name') * classobject: made some functions static that accidentally weren't; added __hash__ special instance method to implement hash() * Added proper comparison for built-in methods and functions | ||||
* | struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). | Guido van Rossum | 1992-08-17 | 1 | -0/+146 |