]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1997-01-15  Roger E. MasseOpps. Added tests for the last two methods that were...
1997-01-15  Roger E. MasseModified to use 'rgbimg' instead of the SGI specific...
1997-01-15  Guido van RossumIrix 6 specific files -- thanks Sjoerd!
1997-01-15  Jack Jansen"ported" Guido's embedding demo to the mac, and wrote...
1997-01-15  Jack JansenAdded PyMac_Initialize() routine, to be used by embeddi...
1997-01-14  Guido van RossumDescribe new ("unsigned") behavior of hex() and oct().
1997-01-14  Barry WarsawRemoved _xdr module
1997-01-14  Barry Warsawtest(): close the pipe, just to shut up Purify.
1997-01-14  Barry WarsawEliminated gcc -Wall complaints:
1997-01-14  Barry WarsawQuieted gcc -Wall by removing unused local variables.
1997-01-14  Barry WarsawQuieted gcc -Wall by removing unused local variables.
1997-01-14  Barry WarsawFormatting.
1997-01-14  Barry WarsawObsolete, now that xdrlib.py uses the new-and-improved...
1997-01-14  Barry WarsawRaise ConversionError instances the new fangled way...
1997-01-14  Guido van RossumIncreased buffer sizes used by hex() and oct() -- on...
1997-01-13  Barry WarsawOutput for test of the timing module
1997-01-13  Barry WarsawTest of the timing module
1997-01-13  Barry WarsawRenamed.
1997-01-13  Barry WarsawUse the new regrtest harness
1997-01-13  Barry WarsawFormatting, and minor error detection
1997-01-13  Barry Warsawupdated the hex(-16) test since hex() of a signed liter...
1997-01-13  Barry Warsawupdated the oct(-100) test since oct() of a signed...
1997-01-13  Barry Warsawinitthread(): Removed extraneous Py_INCREF(ThreadError)
1997-01-13  Barry WarsawCatch sunaudiodev.error on open() and re-raise TestFail...
1997-01-13  Barry WarsawOops, remove debugging statements
1997-01-13  Barry WarsawA slightly better test of sunaudiodev module. Include...
1997-01-13  Barry WarsawRewrite the `hostname mismatch' test as per GvR suggestion.
1997-01-12  Guido van RossumSkip empty paths read from the registry.
1997-01-12  Guido van RossumFix leak involving BuildValue("...O...").
1997-01-12  Guido van RossumChanged hex() and oct() again, to never emit a '-'...
1997-01-11  Guido van RossumAdd the Lib/MACHDEP subdir to TESTPATH.
1997-01-11  Guido van RossumAdd entries for cStringIO and cPickle
1997-01-11  Guido van RossumOn Windows, -u implies binary mode for stdin/stdout
1997-01-11  Guido van RossumNew, better hash for floating point and complex
1997-01-11  Guido van RossumUse new struct which supports standardized sizes
1997-01-11  Guido van RossumAdd __len__ method
1997-01-11  Guido van RossumUse newer struct, which handles unsigned long right
1997-01-11  Guido van RossumAdded warning that gethostname() doesn't always return...
1997-01-10  Barry WarsawThe usual return-value and memory management checks...
1997-01-10  Fred Drake(ftplib.py): Added parse150() function and FTP.ntransf...
1997-01-10  Guido van RossumSubtle change to hex/oct formatting so the largest...
1997-01-10  Jack JansenReturn preferences of unknown type as opaque data
1997-01-10  Jack JansenMinor fix to get non-gusi python to compile again
1997-01-10  Jack JansenMac-specific version of getmtime (for non-GUSI Python...
1997-01-10  Fred Drake(Tkinter.py): Add support for Frame(w, class_="classna...
1997-01-09  Barry WarsawFormatting changes, plus memory management in initsyslog()
1997-01-09  Barry Warsawinitsignal(): Py_DECREFs really should be Py_XDECREFs...
1997-01-09  Barry WarsawPlugged a couple of potential return value problems...
1997-01-09  Barry WarsawPrimarily formatting changes, but I also plugged a...
1997-01-09  Barry WarsawNailed a couple of memory leaks, caught by Purify.
1997-01-09  Jack JansenHigh-level interface to Internet Config
1997-01-07  Barry WarsawTest of the sunaudiodev module -- it simply plays a...
1997-01-07  Barry WarsawAdded an os._exit(0) in the parent so we don't have...
1997-01-07  Jack JansenAdded icglue modules and (optionally) NumPy and PIL...
1997-01-07  Jack Jansen- Added optional profiling support
1997-01-07  Jack JansenAdded profiler initialization/finalization code (if...
1997-01-07  Jack JansenLow-level interface to Internet Config (to be augmented...
1997-01-07  Jack JansenMinimal test of icglue module
1997-01-06  Guido van RossumDocument that sys.builtin_module_names is now a tuple.
1997-01-06  Guido van RossumcPickle, version 0.1.
1997-01-06  Guido van RossumJim's latest version.
1997-01-06  Guido van RossumCheck for duplicate keyword arguments at compile time.
1997-01-06  Guido van RossumMake builtin_module_names a tuple instead of a list.
1997-01-06  Guido van RossumFix overflow test for multiply to catch some cases...
1997-01-06  Guido van RossumJim's latest version
1997-01-06  Barry WarsawNew strop_joinfields implementation, highly optimized...
1997-01-06  Barry WarsawNew output file for strop test
1997-01-06  Barry WarsawAdded a couple of strop.join() tests for large lists...
1997-01-06  Barry Warsawadded PyTuple_GET_SIZE macro
1997-01-06  Barry Warsawadded PyString_GET_SIZE macro
1997-01-06  Barry Warsawadded PyList_GET_SIZE macro
1997-01-06  Guido van RossumRewrote translate() as follows:
1997-01-03  Barry Warsawstrop_upper(), strop_lower(): shared code version cause...
1997-01-03  Guido van RossumFix the following bug:
1997-01-03  Roger E. MasseRenamed but not well tested.
1997-01-03  Roger E. MasseThis is a very inobstrusive test for the existance...
1997-01-03  Roger E. MasseOutput file for test_cd.py
1997-01-03  Barry WarsawSeveral changes:
1997-01-03  Guido van RossumSome small changes.
1997-01-03  Roger E. MasseRenamed, but not throughly tested.
1997-01-03  Roger E. MasseOutput file for test_al.py
1997-01-03  Roger E. MasseThis is a very inobstrusive test for the existance...
1997-01-03  Roger E. MasseRenamed, but untested.
1997-01-03  Guido van RossumAdded PyLong*UnsignedLong and PyCobject interfaces.
1997-01-03  Barry Warsawvery minor typo
1997-01-03  Barry WarsawOutput of socket module test.
1997-01-03  Barry WarsawTest of the socket module. The following functions...
1997-01-03  Roger E. MasseRenamed, reindented. (was already partially complete)
1997-01-03  Guido van Rossum'I' and 'L' now always return a Python long.
1997-01-03  Guido van RossumAdded unsigned data formats (B, H, I, L).
1997-01-03  Roger E. MasseUpdated to include the verbose flag from test_support
1997-01-03  Guido van RossumAdd new formats B, H, I, L for unsigned data types...
1997-01-03  Guido van RossumChanged the ``add/sub_offset'' hacks for dealing with...
1997-01-03  Guido van RossumChange the ``calcsize*3'' test to be portable to 64...
1997-01-03  Roger E. MasseReindented.
1997-01-03  Barry WarsawCheck of return values and proper error handling.
1997-01-03  Guido van RossumAdded PyLong_FromUnsignedLong() and PyLong_AsUnsignedLo...
1997-01-03  Barry WarsawOutput for signal module test
1997-01-03  Guido van RossumAdd $(srcdir) in front of the test program's name ...
1997-01-03  Guido van RossumFill pad bytes with zeros (fixing a bug dating from...
next