source: python

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1381   7 years dmik python: Expect missing BEGINLIBPATH in environment on OS/2.
(edit) @1294   8 years dmik python: Improve handling of BEGINLIBPATH and other pseudo-env vars. …
(edit) @1291   8 years Silvan Scherrer python: add module extention, as some python scripts need that. as …
(edit) @1281   8 years dmik python: Implement subprocess.Popen using LIBCx spawn2. Closes #280.
(edit) @1257   8 years dmik python: Fix handling drive letters in urllib.url2pathname and …
(edit) @1256   8 years dmik python: Support NUMBER_OF_PROCESSORS in multitasking.cpu_count() on …
(edit) @1255   8 years dmik python: Don't flatten case of tempdir. This is a backport of …
(edit) @1254   8 years dmik python: Use spawn instead of fork in subprocess. This significantly …
(edit) @1253   8 years dmik python: Enable real os.spawnv* implementation on OS/2. As OS/2 uses …
(edit) @1251   8 years dmik Make sys.executable work for fancy python exe names on OS/2. Closes #277.
(edit) @1151   8 years dmik python: Remove LIBCx from the list of module libraries. Partly undoes …
(edit) @1150   8 years dmik python: Remove excessive LDFLAGS reference on OS/2.
(edit) @1117   8 years Yuri Dario python: remove extra quote at end of line in configure.ac.
(edit) @977   9 years Yuri Dario python: add cx to list of std libs, improve search filter for import libs.
(edit) @971   9 years Yuri Dario python: remove pyconfig.h.in from ignore list.
(edit) @780   9 years Yuri Dario python: fix file deletion. ticket#185.
(edit) @779   9 years Yuri Dario python: remove 8.3 file name truncation, use opendir() to avoid …
(edit) @775   9 years Yuri Dario python: generate both 8.3 and long names for pyd dynamic libraries. …
(edit) @611   10 years dmik python: Add dummy plat-os2knix directory. See README inside it for …
(edit) @610   10 years dmik python: Fix silly typo.
(edit) @609   10 years dmik python: Fix a typo in r529.
(edit) @608   10 years dmik python: Make os.path.defpath return '$UNIXROOT/usr/bin' on OS/2 when …
(edit) @607   10 years dmik python: Replace altsep to sep in paths returned by os.path.join. This …
(edit) @606   10 years dmik python: Add ignore patterns for *.pyc and generated files.
(edit) @605   10 years dmik python: configure: Generate correct OS/2 defs and remove pre-built …
(edit) @604   10 years dmik python: Fix building with no OS/2 Toolkit headers in include paths. …
(edit) @603   10 years dmik python: Use configured SHELL in subprocess module. Use the shell that …
(edit) @602   10 years dmik python: ctypes: Provide dummy _dlopen implementation. This makes …
(edit) @568   10 years Yuri Dario python: build mmap module, by psmedley. clean also binaries.
(edit) @560   10 years Yuri Dario python: -O3 breaks the build, at least for pentium4 march.
(edit) @529   11 years Yuri Dario python: use unixroot path for script path replacement. Fixes ticket#114.
(edit) @404   11 years dmik python: Reuse VMS random routine on OS/2 as well. OS/2 has always …
(edit) @403   11 years dmik python: Remove duplicate #undef HAVE_LINK. It was probably meant to …
(edit) @402   11 years dmik python: Fix warnings.
(edit) @401   11 years dmik python: Fix typo in r397.
(edit) @400   11 years dmik python: Add OS/2 bits to configure.ac and sync with configure. …
(edit) @399   11 years dmik python: No HAVE_FD_TRANSFER on OS/2. The SCM_RIGHTS message type …
(edit) @398   11 years dmik python: Fix frozen input in interactive mode. Contributed by Paul Smedley.
(edit) @397   11 years dmik python: Remove one minor bird-like hack and add another one. This is …
(edit) @395   11 years dmik python: Fix EMXCompiler to stop polluting source tree with .obj files.
(edit) @394   11 years dmik python: Use Posix directory scheme everywhere on OS/2.
(edit) @393   11 years dmik python: Fix merge typos.
(edit) @392   11 years dmik python: Fix build break of parser module on OS/2.
(edit) @391   11 years dmik python: Merge vendor 2.7.6 to trunk.
(edit) @390   11 years dmik python: Tag trunk as 2.6.5.
(edit) @389   11 years dmik python: Copy vendor current to 2.7.6.
(edit) @388   11 years dmik python: Update vendor to 2.7.6.
(edit) @385   11 years dmik setup: Add more modules needed for minimal Python install. The …
(edit) @384   11 years dmik setup: Add '/@unixroot' include/lib entries for 'os2knix' platform.
(edit) @383   11 years dmik Restore original dynamic 'sys.prefix' detection. This in particular …
(edit) @382   11 years dmik Make util.change_root ignore empty new_root argument. The makefile …
(edit) @381   11 years dmik Add OS/2 version of os.path.relpath. Based on the NT version (with a …
(edit) @380   11 years dmik Set eol-style to LF (required by scripts).
(edit) @348   12 years Yuri Dario python: add samefile, sameopenfile, samestat to os.path module.
(edit) @325   13 years Yuri Dario python: fix local/bin requirements for python-tools.
(edit) @281   14 years Yuri Dario python: use system configured shell in makefile.
(edit) @162   14 years Yuri Dario python: fix detection of sizeof() constants, fixes largefile support …
(edit) @132   15 years Yuri Dario python: backported bdb 4.8.x code from Python 2.7
(edit) @105   15 years Yuri Dario python: exit infinite loop on tokenizer on EOF, fixes yum …
(edit) @60   15 years Yuri Dario python: use current codepage as charset in locale settings.
(edit) @58   15 years Yuri Dario python: allow selecting default from current locale, fixes unicode …
(edit) @27   15 years Yuri Dario python: add tinfo to required libraries for ncurses module.
(edit) @21   15 years Yuri Dario python: clean up in code.
(edit) @20   15 years Yuri Dario python: fix loading path and prefix access.
(edit) @13   15 years Yuri Dario python: allows submodules to inherit python build flags, so they build …
(edit) @12   15 years Yuri Dario python: drive is 2 letters only, fixes mercurial unbundle.
(edit) @10   15 years Yuri Dario python: merged offline changes.
(edit) @6   15 years Yuri Dario Initial import: imported source code into development tree.
(edit) @5   15 years Yuri Dario Initial import: remove trunk.
(edit) @4   15 years Yuri Dario Initial import: tag vendor current to version.
(edit) @3   15 years Yuri Dario Initial import: move vendor to current.
(edit) @2   15 years Yuri Dario Initial import for vendor code.
(add) @1   15 years Yuri Dario Initial tree setup.
Note: See TracRevisionLog for help on using the revision log.