Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -0/+8 |
| | | | | | | - update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c | ||||
* | Remove some more references to regex that I missed. | Neal Norwitz | 2006-03-16 | 2 | -8/+0 |
| | |||||
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 2 | -52/+0 |
| | |||||
* | OS/2 specific fixes related to SF bug # 1003471 | Andrew MacIntyre | 2004-12-12 | 1 | -0/+11 |
| | |||||
* | SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick | Tim Peters | 2004-10-11 | 1 | -1/+0 |
| | | | | | Coghlan, for determining whether PyEval_InitThreads() has been called. Also purged the undocumented+unused _PyThread_Started int. | ||||
* | remove rotor module | Andrew MacIntyre | 2004-10-03 | 1 | -2/+0 |
| | |||||
* | Remove rotor from the build. | Raymond Hettinger | 2004-08-31 | 1 | -15/+0 |
| | |||||
* | OS/2 VACPP build updates/fixes | Andrew MacIntyre | 2004-03-29 | 3 | -3/+4 |
| | |||||
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -7/+0 |
| | |||||
* | Remove HAVE_STRPTIME - no longer necessary with the pure Python version of | Skip Montanaro | 2004-02-07 | 1 | -1/+0 |
| | | | | time.strptime(). | ||||
* | update contact info | Andrew MacIntyre | 2002-08-18 | 1 | -4/+9 |
| | |||||
* | Prep for 2.3: | Andrew MacIntyre | 2002-08-18 | 1 | -34/+39 |
| | | | | | | | | | | | - update DLL version number - add files required for 2.3 (no changes to modules though) - restructure build of pgen.exe NOTE: As I don't have the VACPP compiler, these changes are untested. Apart from slightly re-ordering some file lists, and matching file name casing, I believe these changes are the minimum necessary to build 2.3 with VACPP. | ||||
* | Nuked another reference to newmodule.c. | Tim Peters | 2002-06-16 | 1 | -1/+0 |
| | |||||
* | Removed newmodule.c from the project, and removed references to it from | Tim Peters | 2002-06-16 | 1 | -1/+0 |
| | | | | the Windowish builds. | ||||
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 2 | -24/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These built-in functions are replaced by their (now callable) type: slice() buffer() and these types can also be called (but have no built-in named function named after them) classobj (type name used to be "class") code function instance instancemethod (type name used to be "instance method") The module "new" has been replaced with a small backward compatibility placeholder in Python. A large portion of the patch simply removes the new module from various platform-specific build recipes. The following binary Mac project files still have references to it: Mac/Build/PythonCore.mcp Mac/Build/PythonStandSmall.mcp Mac/Build/PythonStandalone.mcp [I've tweaked the code layout and the doc strings here and there, and added a comment to types.py about StringTypes vs. basestring. --Guido] | ||||
* | Patch #505375: Make doc strings optional. | Martin v. Löwis | 2002-06-09 | 1 | -0/+3 |
| | |||||
* | The parser doesn't need its own implementation of assert, and having its | Tim Peters | 2001-12-04 | 2 | -14/+14 |
| | | | | own interfered with including Python.h. Remove Python's assert.h. | ||||
* | SF patch 473749 compile under OS/2 VA C++, from Michael Muller. | Tim Peters | 2001-11-05 | 4 | -35/+59 |
| | | | | Changes enabling Python to compile under OS/2 Visual Age C++. | ||||
* | Repair more now-obsolete references to config.h. | Tim Peters | 2001-07-26 | 1 | -1/+1 |
| | |||||
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 3 | -273/+273 |
| | |||||
* | Add -E command line switch (ignore environment variables like PYTHONHOME | Neil Schemenauer | 2001-07-23 | 1 | -1/+1 |
| | | | | and PYTHONPATH). | ||||
* | 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. | ||||
* | ANSIfication: remove very-old-varargs code, fix function declarations so | Thomas Wouters | 2000-07-22 | 1 | -2/+2 |
| | | | | they include prototypes. | ||||
* | Miscelaneous ANSIfications. I'm assuming here 'main' should take (int, | Thomas Wouters | 2000-07-22 | 2 | -48/+41 |
| | | | | | char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P | ||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 2 | -12/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 2 | -44/+14 |
| | |||||
* | Patch from M.-A. Lemburg: | Jeremy Hylton | 2000-05-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Python on UNIX now trusts PYTHONHOME unconditionally Modules/getpath.c: Landmark changed to os.py. Setting PYTHONHOME now unconditionally sets sys.prefix (and sys.exec_prefix). No further checks are done whether the standard lib can be found in that location or not. This is in sync with the PC subdir getpath implementations. PC/getpathp.c: Landmark changed to os.py. PC/os2vacpp/getpathp.c: Landmark changed to os.py. Note: BAW's checkin on exceptions.c eliminates earlier concerns about a bogus PYTHONHOME value leading to a core dump. Instead it causes a useless sys.path and prevents imports. | ||||
* | New set of files for the OS/2 port by Jeff Rush. | Guido van Rossum | 1998-09-28 | 6 | -1061/+757 |
| | |||||
* | Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). | Guido van Rossum | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | As Jeff painfully found out, malloc(0) returns NULL on OS/2. | Guido van Rossum | 1998-01-11 | 1 | -1/+4 |
| | |||||
* | Copy the change from ../getpathp.c here. | Guido van Rossum | 1997-12-11 | 1 | -1/+1 |
| | |||||
* | New batch of patches by Jeff Rush; moved his readme.txt portion here. | Guido van Rossum | 1997-12-05 | 5 | -13/+148 |
| | |||||
* | Done a sort -u on the symbols (and replaced all tabs with spaces). | Guido van Rossum | 1997-11-24 | 1 | -368/+365 |
| | |||||
* | Files specific to Visual Age C for OS/2 -- by Jeff Rush | Guido van Rossum | 1997-11-22 | 6 | -0/+4846 |