]> granicus.if.org Git - python/shortlog
python
2003-03-29 Jack JansenMoved gensuitemodule from Mac/scripts to Lib/plat-mac...
2003-03-29 Jack Jansen- Added an is_scriptable method to test applications...
2003-03-29 Jack JansenThe test for setpgrp having two arguments didn't actual...
2003-03-29 Neal NorwitzMove Mac/Windows specific expected skips from each...
2003-03-29 Martin v. LöwisRename LONG_LONG to PY_LONG_LONG. Fixes #710285.
2003-03-29 Martin v. LöwisPatch #707701: Expect '??' in event fields. Fixes ...
2003-03-29 Jack JansenRegenerated with the new way to get terminology (throug...
2003-03-29 Jack Jansen- Prefer using events (in stead of poking around in...
2003-03-29 Jack JansenSometimes a class is used as a base class of itself...
2003-03-28 Jack JansenOn OSX the finder will return from an open() event...
2003-03-28 Jack JansenSigh: didn't catch all lists that needed to be sorted...
2003-03-28 Jack JansenSigh: didn't catch all lists that needed to be sorted.
2003-03-28 Skip Montanaromake nt altsep forward slash - closes bug 709428
2003-03-28 Jack JansenRegenerated (from resource files) with sorting version...
2003-03-28 Jack Jansen- Sort various lists (list of events, OSA-classes,...
2003-03-28 Jack JansenMinimal test suite of the generated packages in plat...
2003-03-28 Martin v. LöwisDisable _XOPEN_SOURCE for Solaris 2.6. Fixes #690317.
2003-03-28 Martin v. LöwisAdd test for setpgrp. Fixes #690317.
2003-03-28 Ka-Ping YeePyWeakref_GetObject returns None (not NULL) when the...
2003-03-28 Ka-Ping YeeHide private names beginning with _ (but don't hide...
2003-03-28 Ka-Ping YeeMake module lookup a little more robust (certain kinds...
2003-03-28 Ka-Ping YeeMove testing code into "if __name__ == '__main__'"...
2003-03-28 Raymond HettingerFactored out test for absolute jumps.
2003-03-27 Gregory P.... 4.1.5
2003-03-27 Gregory P.... Adds support for the DBEnv->set_timeout() method.
2003-03-27 Martin v. LöwisReplace criterium with criterion. Fixes #705120.
2003-03-26 Jack JansenIf GetAppTerminology fails (which seems to be the usual...
2003-03-26 Barry WarsawTemporary bump of the version number.
2003-03-26 Barry Warsawtyped_subpart_iterator(): Fix these to use non-deprecat...
2003-03-26 Barry Warsawtyped_subpart_iterator(): Fix these to use non-deprecat...
2003-03-26 Walter DörwaldFix typo.
2003-03-26 Jack JansenModified to accept a command line argument too.
2003-03-26 Walter DörwaldAdd two tests for simple error cases.
2003-03-26 Raymond HettingerSF patch #707257: Improve code generation
2003-03-25 Thomas WoutersCommandTests.testgetoutput():
2003-03-25 Jack JansenFrank Vercruesse gave an okay on removing the copyright...
2003-03-24 Guido van RossumRefactoring: rename update_these_slots() into update_su...
2003-03-24 Tim Peterssymtable_cellvar_offsets(): This leaked references...
2003-03-24 Jack JansenAdded a Mac note that EasyDialogs dialogs now bring...
2003-03-24 Jack JansenAllow floating point values in ProgressBar.
2003-03-23 Jack JansenRegenerated with Donovan Prestons patch #702620.
2003-03-23 Jack JansenNot all objects have an _propdict and _privpropdict...
2003-03-23 Tim PetersTypo in comment.
2003-03-23 Tim PetersImproved new Py_TRACE_REFS gimmicks.
2003-03-23 Skip Montanaroadd comment about 2.2 compatibility
2003-03-23 Neal NorwitzSF patch #708201, unchecked return value in import...
2003-03-23 Neal NorwitzMake private function and data static.
2003-03-23 Tim Petersslot_sq_contains(): This leaked a reference to the...
2003-03-23 Tim PetersRefactored some of the Py_TRACE_REFS code. New private...
2003-03-23 Tim PetersOops! Used a wrong preprocessor symbol.
2003-03-23 Tim PetersWhen Py_TRACE_REFS is defined, a list of all live objec...
2003-03-22 Kurt B. KaiserCorrect error in last checkin noticed by Neal Norwitz...
2003-03-22 Kurt B. KaiserM PyShell.py
2003-03-22 Kurt B. KaiserImprove error message handling.
2003-03-22 Neal NorwitzInclude Python.h first which defines _XOPEN_SOURCE
2003-03-22 Neal NorwitzBack out previous change as discussed on python-checkins
2003-03-22 Tim PetersStop creating empty CVS directories in the csv subtree.
2003-03-22 Neal NorwitzAdd lib/mimelib.tex to dependencies
2003-03-22 Jack JansenLots of tweaks to make this work in the new setting...
2003-03-21 Jack JansenTools to build a disk image with a binary installer...
2003-03-21 Just van Rossumuse os.path.realpath() instead of os.readlink()
2003-03-21 Barry Warsawemail is at version 2.5 now
2003-03-21 Barry WarsawEmail version 2.5 -- I will now backport this to Python...
2003-03-21 Andrew M. KuchlingAdd PEP 307 section
2003-03-21 Andrew M. KuchlingAdd PEP305 section
2003-03-21 Andrew M. KuchlingUpdate datetime section a bit
2003-03-21 Tim Peters_PyFloat_Pack4(): Removed needless call of floor().
2003-03-21 Jack JansenGive a better error message when a string of the wrong...
2003-03-21 Jack JansenGenerate all the standard OSA suite packages. Has absol...
2003-03-21 Jack JansenGot rid of the "enum not found" interaction, and added...
2003-03-21 Jack JansenAllow gensuitemodule to be run non-interactively, from...
2003-03-21 Guido van RossumRename variables _seq to _it and seq to it, to emphasiz...
2003-03-21 Jack JansenAdded _csv module, and getting rid of macfs.
2003-03-21 Jack JansenGetting rid of macfs.
2003-03-21 Jack JansenAdding unicode filename support to FSRefs broke things...
2003-03-21 Jack JansenPatch 702620 by Donovan Preston: Fix AE inheritance.
2003-03-21 Just van Rossumonly set $PYTHONHOME when building a standalone app.
2003-03-21 Just van RossumPatch #681927 from Robin Dunn: add option to add shared...
2003-03-21 Neal NorwitzGet locale module to build on aix4
2003-03-21 Neal NorwitzGet rid of warning on IRIX
2003-03-21 Tim PetersChanged the DLL base-address assignment for _csv so...
2003-03-21 Tim PetersTeach the Windows build & installer about the new csv...
2003-03-21 Neal NorwitzAdd support for os.openpty() on AIX which uses /dev...
2003-03-21 Neal Norwitz/dev/ptmx doesn't exist on AIX, they had to be differen...
2003-03-21 Neal NorwitzPrevent the pty test from hanging by setting an alarm.
2003-03-21 Tim PetersSquash compiler wng about signed-vs-unsigned mismatch.
2003-03-21 Guido van RossumThe message "*** skipping leakage tests ***" was causin...
2003-03-21 Neal NorwitzAdd new CSV module to doc dependancies
2003-03-20 Skip Montanaroadd several people involved with PEP 305 and the csv...
2003-03-20 Skip Montanaroadd _csv build line
2003-03-20 Skip Montanaroannounce csv package
2003-03-20 Skip Montanaroinclude the csv package during installation
2003-03-20 Skip Montanaroinclude csv doc section - Fred, you may want to change...
2003-03-20 Skip Montanarobuild _csv extension module
2003-03-20 Skip Montanaroforgot Cliff's sniffer
2003-03-20 Skip Montanaronew CSV file processing module - see PEP 305
2003-03-20 Fred Drake- added example of using a comparison function with...
2003-03-20 Just van Rossumset $PYTHONHOME in the bootstrap script, for no good...
2003-03-20 Tim PetersNew private API functions _PyFloat_{Pack,Unpack}(4...
2003-03-20 Tim PetersSF bug 705836: struct.pack of floats in non-native...
next