| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 5 | -542/+542 |
| | | |||||
| * | Capsule-related changes: | Larry Hastings | 2010-04-02 | 1 | -0/+1 |
| | | | | | | | | | | | | * PyCObject_AsVoidPtr() can now open capsules. This addresses most of the remaining backwards-compatibility concerns about the conversion of Python 2.7 from CObjects to capsules. * CObjects were marked Pending Deprecation. * Documentation about this pending deprecation was added to cobject.h. * The capsule source files were added to the legacy PC build processes. | ||||
| * | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 1 | -0/+13 |
| | | | | | CObject to PyCapsule. | ||||
| * | #4852: Remove dead code in every thread implementation, unused for many years. | Amaury Forgeot d'Arc | 2010-02-23 | 1 | -1/+0 |
| | | |||||
| * | Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, ↵ | Eric Smith | 2009-10-24 | 1 | -1/+0 |
| | | | | | and it's not declared in any .h file. | ||||
| * | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to ↵ | Eric Smith | 2009-04-27 | 1 | -0/+1 |
| | | | | | py3k. Should fix Windows buildbot errors. | ||||
| * | Issue #4817: Remove unused function PyOS_GetLastModificationTime. | Martin v. Löwis | 2009-01-03 | 2 | -4/+0 |
| | | |||||
| * | Bumped up 2.6 to 2.7 | Christian Heimes | 2008-12-04 | 3 | -129/+129 |
| | | |||||
| * | build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files | Andrew MacIntyre | 2008-09-22 | 3 | -7/+17 |
| | | | | | | | | | Part of source_os2emx.patch in issue 3868: Include/pystrcmp.h: OS/2 has same C APIs as Windows Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test Reviewed by Amaury Forgeot d'Arc | ||||
| * | Rename module definition file to reflect v2.6. | Andrew MacIntyre | 2008-02-03 | 1 | -0/+0 |
| | | |||||
| * | Update OS/2 EMX build bits for 2.6. | Andrew MacIntyre | 2008-02-03 | 3 | -159/+159 |
| | | |||||
| * | Build updates for OS/2 EMX port | Andrew MacIntyre | 2006-07-23 | 5 | -251/+404 |
| | | |||||
| * | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -0/+24 |
| | | | | | | | - 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 | -15/+0 |
| | | |||||
| * | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -2/+0 |
| | | |||||
| * | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 2 | -2/+2 |
| | | |||||
| * | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
| | | |||||
| * | update version numbers | Andrew MacIntyre | 2005-02-17 | 1 | -23/+23 |
| | | |||||
| * | add notes about subprocess module & thread stacks, SSL support | Andrew MacIntyre | 2005-02-17 | 1 | -1/+18 |
| | | |||||
| * | add build machinery for the SSL socket module | Andrew MacIntyre | 2005-02-17 | 1 | -0/+8 |
| | | |||||
| * | make thread stack size compile-time tunable on OS/2, increase main stack | Andrew MacIntyre | 2005-01-17 | 1 | -1/+17 |
| | | |||||
| * | OS/2 specific fixes related to SF bug # 1003471 | Andrew MacIntyre | 2004-12-12 | 1 | -1/+12 |
| | | |||||
| * | 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. | ||||
| * | note module removals, update on BitTorrent issue | Andrew MacIntyre | 2004-10-03 | 1 | -9/+11 |
| | | |||||
| * | bring modules up to date, correct .DEF file version | Andrew MacIntyre | 2004-10-03 | 3 | -166/+178 |
| | | |||||
| * | bring OS/2 EMX port build environment up to date | Andrew MacIntyre | 2004-07-07 | 2 | -12/+17 |
| | | |||||
| * | add AF_UNIX notes | Andrew MacIntyre | 2004-04-11 | 1 | -1/+9 |
| | | |||||
| * | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -21/+0 |
| | | |||||
| * | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -3/+0 |
| | | |||||
| * | Remove HAVE_STRPTIME - no longer necessary with the pure Python version of | Skip Montanaro | 2004-02-07 | 1 | -3/+0 |
| | | | | | time.strptime(). | ||||
| * | add definitions required for expat 1.95.7 | Andrew MacIntyre | 2003-12-25 | 1 | -1/+1 |
| | | |||||
| * | - add notes about os.link() emulation; | Andrew MacIntyre | 2003-12-02 | 1 | -82/+87 |
| | | | | | - various minor cleanups and updates. | ||||
| * | - add build support for curses extension to be a normal DLL as well as | Andrew MacIntyre | 2003-12-02 | 1 | -5/+12 |
| | | | | | | a Python extension, so that the curses_panel extension works. - minor compiler switch tweak. | ||||
| * | More pre-2.3 build tweaks for the OS/2 EMX port: | Andrew MacIntyre | 2003-07-16 | 4 | -43/+24 |
| | | | | | | | | | | | - more clean up of the generated import library definiton (.DEF file) following checking of patch 770521, and tightening of the sed regexps. - use -O3 even with gcc 2.8.1 - worth nearly 10% with 2.3; worth nothing with 2.2.x. - clean up a couple of whitespace issues introduced by a cut'n'paste. | ||||
| * | More pre-2.3 build tweaks for the OS/2 EMX port: | Andrew MacIntyre | 2003-07-13 | 3 | -263/+473 |
| | | | | | | | | | | | | | | | - separate the building of the core from the wrapper executables and the external modules (.PYDs), based on the Py_BUILD_CORE define; - clean up the generated import library definiton (.DEF file) to remove references to a number of non-static symbols that aren't part of the Python API and which shouldn't be exported by the core DLL; - compile the release build with -fomit-frame-pointer, for a small performance gain; - make "make clean" remove byte compiled Python library files. | ||||
| * | update OS/2 EMX port notes | Andrew MacIntyre | 2003-07-10 | 1 | -4/+9 |
| | | |||||
| * | add support for os.tmpfile() | Andrew MacIntyre | 2003-06-09 | 1 | -0/+3 |
| | | |||||
| * | reorganise modules, so that most standard extensions are built into | Andrew MacIntyre | 2003-06-09 | 1 | -1/+1 |
| | | | | | | the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint. | ||||
| * | various updates | Andrew MacIntyre | 2003-06-09 | 1 | -14/+10 |
| | | |||||
| * | bump stack size to cater for _sre recursion. | Andrew MacIntyre | 2003-06-09 | 1 | -1/+1 |
| | | | | | | | reorganise modules, so that most standard extensions are built into the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint. | ||||
| * | minor cleanups and whitespace normalisation | Andrew MacIntyre | 2003-04-22 | 4 | -81/+82 |
| | | |||||
| * | Makefile & config.c: | Andrew MacIntyre | 2003-04-21 | 3 | -273/+317 |
| | | | | | | | | | | | - restructure build for modules now in Python DLL README.os2emx - clean out old cruft no longer appropriate now that EMX port builds from CVS - reflect move of modules into core DLL - add section on building from source | ||||
| * | Makefile: | Andrew MacIntyre | 2003-04-21 | 3 | -133/+153 |
| | | | | | | | | | | | | - add _csv module to the build list - various cleanups config.c: - various cleanups pyconfig.h: - various cleanups | ||||
| * | OS/2 EMX build updates for recent CVS changes | Andrew MacIntyre | 2003-02-19 | 2 | -2/+15 |
| | | |||||
| * | catch up with zipimport changes to std getpathp.c | Andrew MacIntyre | 2003-01-02 | 1 | -3/+25 |
| | | |||||
| * | bring structure closer to std config.c, whitespace normalisation | Andrew MacIntyre | 2003-01-02 | 1 | -30/+44 |
| | | |||||
| * | fix a merge mistake - readline not built by default | Andrew MacIntyre | 2003-01-02 | 1 | -1/+1 |
| | | |||||
| * | DLL export definition refresh | Andrew MacIntyre | 2002-12-31 | 1 | -18/+73 |
| | | |||||
| * | add universal newline support to configuration | Andrew MacIntyre | 2002-12-31 | 1 | -0/+3 |
| | | |||||
| * | whitespace cleanup | Andrew MacIntyre | 2002-12-31 | 1 | -16/+21 |
| | | |||||
