46 Commits (cb39d1f466eeecbec969f50a5df609eb0a863084)

Author SHA1 Message Date
Jesus Cea 736e7fc0f6 Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 15 years ago
Antoine Pitrou a78f74ce02 Issue #8078: Add constants for higher baud rates in the termios module. 15 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Gregory P. Smith cafc22f0b8 Merged revisions 75999 via svnmerge from 16 years ago
Gregory P. Smith b2b92ea7bc Define TCSASOFT if the flag exists. 16 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 72b710a596 Renamed PyString to PyBytes 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Martin v. Löwis be4fea6198 Patch #787189: Explicitly define CTRL on SGI. 23 years ago
Neal Norwitz 8225103d2d Get test_ioctl to pass on HPUX 11. 23 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Martin v. Löwis 14f8b4cfcb Patch #568124: Add doc string macros. 24 years ago
Andrew MacIntyre 7bf6833e17 OS/2 EMX port changes (Modules part of patch #450267): 24 years ago
Fred Drake 78f6c867ae Use PyModule_AddObject() instead of accessing the module dict directly. 24 years ago
Martin v. Löwis cdc4451222 Include <unistd.h> in Python.h. Fixes #500924. 24 years ago
Thomas Wouters 2b30524ea9 Forward-port revision 2.24.2.4 from the release21-maint branch: 25 years ago
Thomas Wouters 819bb2c502 Protect the use of the VWERASE symbol by an #ifdef, it's apparently missing 25 years ago
Fred Drake d0b625d05a Correct the sense of a couple of conditional compilations -- used #ifndef 25 years ago
Fred Drake 87068f1eaa Include sys/modem.h if we have it; this is needed on HP-UX to provide 25 years ago
Fred Drake c99ff60573 fdconv(): Do not second guess the error condition returned by 25 years ago
Fred Drake b2877dd122 Only import termio.h on OSF, and add a comment about why it is needed there. 25 years ago
Fred Drake b638aafef2 Michael Hudson <mwh21@cam.ac.uk>: 25 years ago
Guido van Rossum 2242f2fbd0 Unixware 7 support by Billy G. Allie (SF patch 413011) 25 years ago
Fred Drake 29fd0317ba Michael Hudson <mwh21@cam.ac.uk>: 25 years ago
Fred Drake d3908e2952 Effectively revert the previous change: leave the new #include in, but 25 years ago
Fred Drake 9b3bc49575 Add an #include of sys/ioctl.h to pick up a lot of the constants supported 25 years ago
Fred Drake 55a0034682 Michael Hudson <mwh21@cam.ac.uk>: 25 years ago
Fred Drake d85556c663 Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least 25 years ago
Fred Drake dedbebf9f8 Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols; 25 years ago
Fred Drake 9ef7fa875a Solaris defines VSWTCH instead of VSWTC; carefully make sure both are 25 years ago
Fred Drake abb379e189 Revised version of Jason Tishler's patch to make this compile on Cygwin, 25 years ago
Fred Drake df48d14f44 Define the constants needed for working with these functions directly 25 years ago
Andrew M. Kuchling a1abb728bc Use METH_OLDARGS instead of numeric constant 0 in method def. tables 26 years ago
Thomas Wouters f3f33dcf03 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 26 years ago
Peter Schneider-Kamp 416d413527 ANSI-fication 26 years ago
Guido van Rossum ca6954a979 Should include "Python.h", not <Python.h> -- it's not a standard 27 years ago
Guido van Rossum 3886bb6997 Add DL_EXPORT() to all modules that could possibly be used 28 years ago
Guido van Rossum bcc207484a Changes for BeOS, QNX and long long, by Chris Herborth. 28 years ago
Guido van Rossum e7c4193755 In tcsetattr(), first initialize the mode structure by calling 28 years ago
Guido van Rossum 1aca4d803d Doc strings added by Mitch Chapman. 28 years ago
Guido van Rossum 0cb96de269 Apply two changes, systematically: 29 years ago
Guido van Rossum b8ad024a4e Add 'return' keyword before error calls. 29 years ago
Barry Warsaw 5709dcfaec The usual return-value and memory management checks. I'm not planning 29 years ago
Guido van Rossum 36dd0d27c4 Fix operator priority bug found thanks to gcc -Wall. 30 years ago