]> granicus.if.org Git - python/shortlog
python
1996-12-16 Barry Warsawinitsignal(): Added SIGXCPU and SIGXFSZ. Left in the...
1996-12-16 Roger E. MasseAdded test_errno to the test suite
1996-12-16 Barry Warsawlist2set(): correct return value (an int, not a PyObject*).
1996-12-16 Guido van RossumBetter tuple hash function.
1996-12-16 Guido van RossumChange comment about MINSIZE -- 10 is optimal for Python.
1996-12-13 Roger E. MasseRemoved a #inlclude <errno.h> since it's implied with...
1996-12-13 Barry Warsawlist2set(): PyList_GetItem could fail.
1996-12-13 Fred Drake(libtime.tex): Merged in changes from Tamito Kajiyama.
1996-12-13 Fred Drake(lib<all sorts of stuff>.tex):
1996-12-13 Fred Drake(tut.tex): Normalized all uses of "UNIX" and "{\UNIX...
1996-12-13 Fred Drake(myformat.sty): Added a note about using \command...
1996-12-13 Roger E. MasseRenamed.
1996-12-13 Roger E. MasseTest for the dl module. This only works for SunOS...
1996-12-13 Barry Warsawnonstandard_expectations is only added when in verbose...
1996-12-13 Barry WarsawHmm, now that I think about it, we *can* use time.time...
1996-12-13 Barry WarsawMore or less portabilized.
1996-12-13 Barry WarsawFixed
1996-12-13 Guido van RossumGet rid of it -- use bsddb!
1996-12-13 Roger E. MasseOpps, fixed a couple of newly introduced wrapping problems.
1996-12-13 Roger E. MasseReindented via GvR recomendation ala Bwarsaw cppy-style.el
1996-12-13 Guido van RossumAdded quote_plus() and unquote_plus(), to do space...
1996-12-13 Guido van RossumAdded quote_plus() and unquote_plus(), to do space...
1996-12-13 Guido van RossumAdded the example "thin ice" from the extensions manual.
1996-12-13 Guido van RossumTypos reported by Tamito Kajiyama.
1996-12-13 Barry WarsawRenamed, and scrutinized for missed potential error...
1996-12-13 Barry WarsawOutput file for module struct test
1996-12-13 Guido van RossumAdded support for 4-channel on SGI.
1996-12-13 Guido van RossumAdded QUADRO.
1996-12-13 Barry WarsawRenamed, however there is no test case. I did test...
1996-12-12 Guido van RossumFixed conversion between seconds and milliseconds.
1996-12-12 Barry WarsawA test of the struct module
1996-12-12 Barry WarsawRenamed.
1996-12-12 Barry Warsaw(python-cc-style): typo "c-offset-alist" => "c-offsets...
1996-12-12 Barry WarsawRenamed, but *not* tested or compiled. I don't even...
1996-12-12 Barry WarsawPrint final report, either all tests OK, or list of...
1996-12-12 Barry WarsawPrint a more meaningful message when a test's output...
1996-12-12 Barry WarsawReworked to eliminate all potential memory problems...
1996-12-12 Guido van RossumMake sure ok_builtin_modules, ok_dynamic_modules and
1996-12-12 Guido van RossumFixed test_strftime to be silent when called from autotest.
1996-12-12 Guido van RossumAdded test_strftime (Skip Montanaro).
1996-12-12 Guido van RossumAdd mktime_tz() which turns a date_tz 10-tuple into...
1996-12-12 Guido van RossumAdded remark about time() and sleep()'s subsecond preci...
1996-12-12 Guido van RossumAdded soundex (sigh)
1996-12-12 Guido van RossumAdded a bunch of new winfo options; we should now be...
1996-12-12 Barry WarsawSeveral changes... Guido *please* take a look!
1996-12-11 Barry WarsawA test of the select module that is actually reproduceable!
1996-12-11 Guido van RossumSome more tuning of quicksort: use pointers instead...
1996-12-11 Barry WarsawOutput of rgbimg module test
1996-12-11 Barry WarsawAdded test of rgbimg module
1996-12-11 Barry Warsawminor formatting nit
1996-12-11 Barry WarsawGrandly renamed.
1996-12-11 Guido van RossumBe more careful with the shuffling of stdout.
1996-12-11 Barry WarsawRenamed.
1996-12-11 Barry WarsawOutput of the nis and pwd module tests
1996-12-11 Barry WarsawTest of the pwd module
1996-12-11 Barry WarsawAdded test_pwd
1996-12-11 Guido van RossumRewrite without using try-except to break out of two...
1996-12-11 Barry WarsawJust test one key/value pair for one NIS map. I.e...
1996-12-11 Barry Warsawtest of the nis module
1996-12-11 Barry Warsawadded test_nis
1996-12-11 Barry Warsawcat and puste errors
1996-12-11 Barry Warsawnis_maplist(): Use check of yp_get_default_domain(...
1996-12-11 Barry WarsawRenamed, and bug fixed:
1996-12-10 Guido van RossumAdded new quicksort implementation, tailored to sorting...
1996-12-10 Barry WarsawRenamed.
1996-12-10 Barry WarsawTest output files in their new location
1996-12-10 Barry WarsawDirectory for test output files: Output => output
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
next