]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1996-12-10  Barry WarsawWhen run as a script, runs each test and sends results...
1996-12-10  Barry WarsawNew regression testing harness.
1996-12-10  Guido van RossumMoved the raise logic out of the main interpreter loop...
1996-12-10  Guido van RossumThe usual
1996-12-10  Guido van RossumAdded -lld to AIX LINKFORSHARED. Monty Stein.
1996-12-10  Barry WarsawAdded a provide so the corresponding require will succeed.
1996-12-10  Barry WarsawA test of the `new' module. The new.code() test is...
1996-12-10  Barry WarsawAdded test_new.
1996-12-10  Barry WarsawRenamed.
1996-12-10  Guido van RossumThe usual; added several test modules, too.
1996-12-10  Guido van RossumAdd optional data argument to urlopen() and open_http...
1996-12-10  Guido van RossumIn the HTTP reply header, be more accepting in the...
1996-12-10  Guido van RossumAdded remaining declarations needed/used in glmodule...
1996-12-10  Guido van RossumBetter way to handle 64-bit ints, keeping gcc -Wall...
1996-12-10  Guido van RossumAdd unistd.h to make gcc -Wall happy.
1996-12-10  Guido van RossumAdd const to error and newstring functions
1996-12-10  Guido van RossumFix operator priority bug found thanks to gcc -Wall.
1996-12-10  Guido van RossumMake gcc -Wall happy; remove dummy variable (can't...
1996-12-10  Guido van RossumAdded extern decl for gethostname() to keep gcc -Wall...
1996-12-10  Guido van RossumGreat renaming.
1996-12-10  Guido van RossumRemoved redundant inclusion of <errno.h> (sorry, Roj!).
1996-12-10  Roger E. Masserenamed in a grand fashion.
1996-12-10  Roger E. MasseAdded a test script for dbmmodule.c and added it to...
1996-12-10  Barry WarsawAdded test_new
1996-12-09  Barry WarsawRenamed a few symbols that were found in comments.
1996-12-09  Barry WarsawRenamed, ungrandly. We don't have the GNU MP library...
1996-12-09  Roger E. Masserenamed grandly.
1996-12-09  Roger E. Massenew test script for cryptmodule.py
1996-12-09  Roger E. MasseTest script/output for cryptmodule.c added to testall...
1996-12-09  Barry Warsaw(python-cc-style): Although open braces for substatemen...
1996-12-09  Roger E. MasseRenamed Grandly
1996-12-09  Roger E. MasseNew test module for complex math module
1996-12-09  Roger E. MasseAdded test_cmath.py to test complex math module
1996-12-09  Barry Warsaw(testall.py): Slightly improved test harness to make...
1996-12-09  Barry WarsawRenamed
1996-12-09  Roger E. MasseRemoved some unneeded header files and reedited with...
1996-12-09  Barry Warsaw(python-cc-style): Oops, we decided to use TABs for...
1996-12-09  Barry WarsawC coding standard for Python C files.
1996-12-09  Barry WarsawAdded test_strop
1996-12-09  Barry WarsawAdded tests of all strop module functions, and touching...
1996-12-09  Guido van RossumAdded test_array output line.
1996-12-09  Roger E. MasseRenamed Grandly (I think).
1996-12-09  Roger E. Massemodule to test the arraymodule created and added to...
1996-12-09  Guido van RossumChanges to keep gcc -Wall happy.
1996-12-09  Guido van RossumAdded `void' to declaration of initgl(), to keep gcc...
1996-12-09  Guido van RossumAdded a bunch of extern void decls, to keep gcc -Wall...
1996-12-09  Guido van RossumInclude <sys/ioctl.h>, to keep gcc -Wall happy.
1996-12-09  Guido van RossumMake dummy int public (with _Py_ prefix), to keep gcc...
1996-12-09  Guido van RossumAdd ``extern void bzero();'' for SGI, to keep gcc ...
1996-12-09  Guido van RossumInclude unistd.h to keep gcc -Wall happy.
1996-12-09  Guido van RossumAdded ``extern int get_default_domain();'' for SGI...
1996-12-09  Guido van RossumAdded #ifdef around ``extern int ftime();'' for MS...
1996-12-09  Barry WarsawGreatly renamed.
1996-12-09  Barry Warsawins(): missed a renaming in a string: dictinsert =>
1996-12-06  Barry WarsawGreatly renamed.
1996-12-06  Barry WarsawAdded test_time
1996-12-06  Barry WarsawAdded 'test_time'
1996-12-06  Barry Warsawtest of time module. not terribly fancy, but it does...
1996-12-06  Guido van RossumAdded descriptions of parsedate(), parsedate_tz(),...
1996-12-06  Guido van RossumAdded section for operator module (compiled Skip Montan...
1996-12-06  Guido van RossumThe usual.
1996-12-06  Guido van RossumTest for sys/file.h.
1996-12-06  Guido van RossumAdd extern decl of ftime() to make gcc -Wall happy.
1996-12-06  Guido van RossumFix core dump from pow(x,y,0).
1996-12-06  Fred Drake(Makefile): Added sym links for each manual, i.e....
1996-12-06  Fred Drake(Makefile): The sed hack is needed for all 3 manuals...
1996-12-06  Fred Drake(Makefile): Rip out old partparse.py / texi2html.py...
1996-12-06  Fred Drake(myformat.perl): Don't italicize the '[]' characters...
1996-12-06  Fred Drake(.latex2html-init): Restore one setting to the default...
1996-12-05  Guido van RossumKeep gcc -Wall happy.
1996-12-05  Guido van RossumAdd case for 'R' and a little bit of cleanup. Andrew...
1996-12-05  Guido van RossumJim F's brainchild
1996-12-05  Guido van RossumFix bad format char in error msg (%s should be %d).
1996-12-05  Guido van RossumKeep gcc -Wall happy.
1996-12-05  Guido van RossumSupport __complex__ method on instances, for complex...
1996-12-05  Guido van RossumChange the Don Beaudry hack into the Don B + Jim F...
1996-12-05  Guido van RossumSome extra flags that an HPUX user wants me to add.
1996-12-05  Guido van RossumTentative changes to make this work better on 64-bit...
1996-12-05  Fred Drake(libparser.tex): Added note that the line number for...
1996-12-05  Guido van RossumMore stale info.
1996-12-05  Guido van RossumNew URL for Swiss ftp mirror.
1996-12-05  Guido van RossumMake gcc -Wall happy
1996-12-05  Guido van RossumFix newlongobject so it will work for 64-bit as well...
1996-12-05  Guido van RossumExperimental new implementation of dictionary compariso...
1996-12-05  Guido van RossumMake gcc -Wall happy.
1996-12-05  Guido van RossumBetter implementation of PyCObject_AsVoidPtr().
1996-12-05  Guido van RossumYet more elaborate message for exception in __del__.
1996-12-05  Guido van RossumAdded missing PySequence_List.
1996-12-05  Guido van RossumAdded missing for PySequence_List.
1996-12-05  Guido van RossumCorrect typo -- repeat implements *, not +.
1996-12-04  Barry WarsawDescribe the new Unpacker.get_buffer() method.
1996-12-04  Barry WarsawUnpacker.get_buffer(): new method to access the interna...
1996-12-02  Guido van RossumMake gcc -Wall happy
1996-12-02  Guido van RossumAdded [nh]to[hn][sl]().
1996-11-27  Guido van RossumAdded .ilg (makeindex logfile)
1996-11-27  Guido van RossumAdded some more turd files we can't avoid: .MIF, .ps...
1996-11-27  Guido van Rossum/usr/local/bin/python -> /usr/bin/env python
1996-11-27  Guido van RossumWebmaker instructions
1996-11-27  Guido van RossumScript to write MIF files from ref*.{book,doc}
1996-11-27  Guido van RossumPass self as master to Entry() widget constructor.
next