]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1997-01-22  Guido van RossumFix splitext() to go up to the last dot, not the first.
1997-01-21  Guido van RossumAvoid traceback in selection_own_get() when no Tk widge...
1997-01-21  Guido van RossumDarn. Updated version number for configure.in.
1997-01-21  Guido van RossumLet --with-threads be an alias for --with-thread.
1997-01-21  Guido van RossumKill all local variables on function return. This...
1997-01-21  Guido van RossumDon't use static buffers internally for formatstring().
1997-01-21  Guido van RossumOnly call sigcheck() at the ticker code if we don't...
1997-01-21  Guido van RossumArrange for PyErr_CheckSignals() to be called via Py_Ad...
1997-01-21  Guido van RossumIn the Unix version, arrange for sigcheck() to be calle...
1997-01-21  Guido van RossumCleanup:
1997-01-20  Guido van Rossumget build info from elsewhere
1997-01-20  Guido van Rossumwork build# into version string
1997-01-20  Guido van RossumBugfix: remove ref to fast before it's defined.
1997-01-20  Guido van RossumChanges for frame object speedup:
1997-01-20  Guido van RossumChanges that appear to give another 12% speedup.
1997-01-20  Guido van RossumNew lay-out of frame object, for fewer mallocs.
1997-01-18  Guido van RossumRemove unused variable.
1997-01-18  Guido van RossumIntern the string "__complex__".
1997-01-18  Guido van RossumIntern all names and varnames in newcodeobject(), plus...
1997-01-18  Guido van RossumIntern the various string objects created to speed...
1997-01-18  Guido van RossumIntern the strings "__builtins__".
1997-01-18  Guido van RossumIntern the strings created in getattr() and setattr().
1997-01-18  Guido van RossumString interning.
1997-01-18  Guido van RossumBump API version due to the various speedup hacks.
1997-01-18  Guido van RossumTwo speedup hacks. Caching the hash saves recalculatio...
1997-01-18  Guido van RossumAdd "if (x != NULL) continue;" (or similar for err...
1997-01-18  Guido van RossumVersion 1.1. Fix memory leak and expensive comparison...
1997-01-17  Guido van RossumFix the _setmode() patch for MS_WINDOWS: include <fcntl...
1997-01-17  Guido van RossumRemove obsolete PyFrame_ExtendStack.
1997-01-17  Guido van RossumRemoved accessobject.c from file list.
1997-01-17  Guido van RossumAdd stacksize argument to new.code().
1997-01-17  Guido van RossumComment out extend_stack() -- it is no longer needed.
1997-01-17  Guido van RossumMarshal the new stacksize item in code objects.
1997-01-17  Guido van RossumWorking semaphore implementation by Sjoerd.
1997-01-17  Guido van RossumNew MAGIC number (code objects have one more item when...
1997-01-17  Guido van RossumUse the stack size from the code object and the CO_MAXB...
1997-01-17  Guido van RossumAdd co_stacksize field to codeobject structure, and...
1997-01-17  Guido van RossumAdd co_stacksize field to codeobject structure, and...
1997-01-17  Guido van RossumOf course, when the type of the argument to dis() is...
1997-01-17  Guido van RossumMore user friedly interface:
1997-01-17  Roger E. MasseAdded Sjoerd's submitted 'ratecv' method. Made correct...
1997-01-17  Guido van RossumMake as sure as we can that the forked child does not...
1997-01-17  Roger E. MasseRenamed, but not tested. Guido will you try your test...
1997-01-17  Roger E. MasseRenamed.
1997-01-17  Roger E. MasseTest output for the SGI cl C module test script.
1997-01-17  Roger E. MasseLame test script for the SGI cl C module.
1997-01-17  Barry Warsaw(puremodule.c): New module which exports the Purify...
1997-01-16  Barry WarsawREADME file for hints on Purify'ing or Quantify'ing...
1997-01-16  Roger E. MasseAlready renamed. Indented.
1997-01-16  Roger E. MasseOutput from test script for the bsddb C extension module.
1997-01-16  Roger E. MasseTest script for the bsddb C extension module.
1997-01-16  Guido van RossumRewrote lookmapping() according to suggestions by Jyrki...
1997-01-16  Roger E. MasseMinor output message change
1997-01-16  Guido van RossumMerge several mods:
1997-01-16  Roger E. MasseRenamed.
1997-01-16  Roger E. MasseAs per GvR recomendations, remove the restriction that...
1997-01-16  Barry Warsawset_key(): Use Py_CHARMASK macro to get the character...
1997-01-16  Roger E. Massetest output for the binascii C module test script.
1997-01-16  Roger E. Massetest script for the binascii C module.
1997-01-16  Barry Warsawreformatted
1997-01-16  Barry Warsawtest is no longer needed
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...
next