0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed missing endif from bad merge with os390 branch.
Ken Kuhlman
as k2uhl
More... about 5 years ago
Apply iSP 2.4 changes to unicodeobject.h in 2.7. Original commit was 8e1659fca9feed339ca53b8234e06d53ee48a933
Ken Kuhlman
as k2uhl
More... about 5 years ago
Merge iSP pyPort.h change to set size of void. Original 2.4 commit: d66dd33ef8b9d973d2080c8d6bde739f55088ac2
Ken Kuhlman
as k2uhl
More... about 5 years ago
Add Lib/plat-os400 from py5 2.4.
Ken Kuhlman
as k2uhl
More... about 5 years ago
Straight copy of the official cpython-2.7 branch from github.
Ken Kuhlman
as k2uhl
More... about 5 years ago
Convert svn:ignore properties to .gitignore.
Ken Kuhlman
as k2uhl
More... about 5 years ago
Straigthen out respository layout. Oops :-)
Ken Kuhlman
as k2uhl
More... over 16 years ago
Reverted more changes in objects directory. Directory is in decent shape now, with the following exceptions: longobject has ugly, but safe changes (from python 2.4.1 distrib). Could isalpha be used here instead? typeobject has useless comments, but code itself OK.
Ken Kuhlman
as k2uhl
More... about 18 years ago
Reverted unicodeobject to standard python distrib, fixed upper CP0037 in locale, and added missing dynload_mvs.c
Ken Kuhlman
as k2uhl
More... about 18 years ago
Minor change to unicodeobject.c, which didn't help.
Ken Kuhlman
as k2uhl
More... about 18 years ago
Remove leftover print statement from debugging
Ken Kuhlman
as k2uhl
More... about 18 years ago
Diff cleanup on site.py & locale.py
Ken Kuhlman
as k2uhl
More... about 18 years ago
Reverted getcompiler, since changes weren't really needed & trying for a minimal set of diffs!
Ken Kuhlman
as k2uhl
More... about 18 years ago
Minor diff cleanup
Ken Kuhlman
as k2uhl
More... about 18 years ago
Cleaned up a few diffs in Modules directory
Ken Kuhlman
as k2uhl
More... about 18 years ago
Removed unneeded include from grammar.c
Ken Kuhlman
as k2uhl
More... about 18 years ago
Started building grammar.c as a C++ module, since strdup doesn't get included from string.h otherwise. :-)
Ken Kuhlman
as k2uhl
More... about 18 years ago
Created a "stdint.h" to make up for the fact that the i5 doesn't have one. Moved defines from pyport.h to here. Changed pyconfig.h to indicate we had stdint.
Ken Kuhlman
as k2uhl
More... about 18 years ago
Added pyconfig.h to repository. Should have done this before, since I've made changes. Usually this is generated by configure, but we're hand-modifying
Ken Kuhlman
as k2uhl
More... about 18 years ago
Changed to define _OPEN_THREADS if ILEC400 as well as MVS
Ken Kuhlman
as k2uhl
More... about 18 years ago
Reverted unicodeobject.h changes from iPy project, since earlier revision left them unused.
Ken Kuhlman
as k2uhl
More... about 18 years ago
Renaned build400 to "makepy" & put in plat-os400 directory
Ken Kuhlman
as k2uhl
More... about 18 years ago
[no comment]
Ken Kuhlman
as k2uhl
More... about 18 years ago
[no comment]
Ken Kuhlman
as k2uhl
More... about 18 years ago
Added python.cmd, the command source for python. Should be compiled with program as "pythoncmd", and threadsafe *YES
Ken Kuhlman
as k2uhl
More... about 18 years ago
Begin merging py5 2.4 changes in. Orginal SVN commit text was:
Ken Kuhlman
as k2uhl
More... about 18 years ago
Added "pthread.h"--compile was failing on an function we don't use. So I just copied the standard header & removed the offending line.
Ken Kuhlman
as k2uhl
More... about 18 years ago
Starting reapply from py5 2.4. SVN commit message for this first one was:
Ken Kuhlman
as k2uhl
More... about 18 years ago
Moved "as400" directory into new lib/plat-os400.
Ken Kuhlman
as k2uhl
More... about 18 years ago
Moved "as400" directory into new lib/plat-os400.
Ken Kuhlman
as k2uhl
More... about 18 years ago