]> granicus.if.org Git - python/shortlog
python
2000-02-04 Guido van RossumAdded a simple test program to disassemble a file,...
2000-02-04 Guido van RossumActually, the previous batch's comment should have...
2000-02-04 Guido van RossumThe third and final doc-string sweep by Ka-Ping Yee.
2000-02-04 Guido van RossumMore trivial comment -> docstring transformations by...
2000-02-04 Jeremy Hyltonchecking in initial weekend's work
2000-02-04 Jeremy Hyltonmake p2c a package
2000-02-04 Jeremy Hyltonthree files from the p2c cvs tree. the message here...
2000-02-03 Greg WardImproved an error message.
2000-02-03 Greg WardChanged 'compile()' method to compile files one-at...
2000-02-03 Guido van RossumMark Hammond renames the x86 projects back to what...
2000-02-03 Fred DrakeThe dircmp module is now obsolete.
2000-02-03 Fred DrakeThese modules are now declared obsolete.
2000-02-03 Guido van RossumAccording to Harri Pasanen, the Solaris+gcc test for...
2000-02-03 Guido van RossumAccording to Harri Pasanen, the Solaris+gcc test for...
2000-02-03 Guido van Rossum# module filecmp
2000-02-02 Guido van RossumIn _fileobject, optimize read() a bit (it could be...
2000-02-02 Guido van RossumOptimize abspath() slightly for the case that win32api...
2000-02-02 Guido van RossumMake read() and readlines() conform more to the file...
2000-02-02 Guido van RossumMass patch by Ka-Ping Yee:
2000-02-02 Greg WardPatch from Joe Van Andel: fix arg to % operator in...
2000-02-02 Greg WardComment fix.
2000-02-01 Guido van RossumSjoerd Mullender writes:
2000-02-01 Fred DrakeAdded docstring to crypt.crypt() based on the documenta...
2000-01-31 Guido van RossumThe initialization of posix_putenv_garbage should only...
2000-01-30 Greg WardAllow either README or README.txt as a "standard file".
2000-01-30 Greg WardFixed broken list extend in 'copy_tree()'.
2000-01-30 Greg WardAdded 'description' class attribute to every command...
2000-01-30 Greg WardAdded 'dist' command.
2000-01-30 Greg WardImprovements to the help system:
2000-01-30 Greg WardAdded missing run of corresponding 'build' command.
2000-01-24 Jack JansenBig oops: macfs has always been using a private excepti...
2000-01-24 Jack JansenHmm, the project wasn't a 5.3 file, despite the log...
2000-01-24 Jack JansenBuild the Nav module too.
2000-01-24 Jack JansenIf there's an error in an fsspec argument raise MacOS...
2000-01-21 Guido van RossumTrent Mick: Setup PC configuration so that MSDEV choose...
2000-01-20 Fred DrakeDon't insert extra indentation before <title> elements.
2000-01-20 Guido van RossumThe rest of the changes by Trent Mick and Dale Nagata...
2000-01-20 Guido van RossumFix some broken links.
2000-01-20 Guido van RossumChanges by Trent Mick (of ActiveState) and Dale Nagata...
2000-01-20 Guido van RossumTwo patches from Jack Jansen:
2000-01-20 Jeremy HyltonEXPERIMENTAL
2000-01-19 Guido van RossumChange two occurrences of type(x) <> types.CodeType...
2000-01-18 Jack JansenMade all textfields in message and question boxes minim...
2000-01-17 Greg WardFix indentation bug.
2000-01-17 Greg WardCatch OSError from 'spawnv()' in '_spawn_nt()'.
2000-01-17 Greg WardRemoved /GD switch -- currently ignored by MSVC.
2000-01-17 Greg WardAdded compiler flags suggested by Thomas Heller: optimi...
2000-01-17 Greg WardAdded missing import.
2000-01-17 Greg WardAdded code to use Jim Ahlstrom's zipfile.py module...
2000-01-17 Greg WardFix library filename methods -- there is no 'lib' prefi...
2000-01-17 Greg WardAlways run sys.prefix and sys.exec_prefix through ...
2000-01-17 Greg WardDitch unneeded imports.
2000-01-17 Guido van RossumFix by Nick Russo in processing of timezone in test...
2000-01-14 Guido van RossumAccording to Ron Bickers, and with apparent approval...
2000-01-13 Jack Jansen- Actually _implemented_ SetFolder()
2000-01-13 Jack JansenHandling of defaultLocation argument was wrong, causing...
2000-01-13 Jack JansenList objects obtained through as_List(resource) are...
2000-01-13 Jack JansenGet/set sys.path initializer in new appearance way.
2000-01-12 Guido van RossumFix a bug in exec_statement() noted incidentally by...
2000-01-12 Guido van RossumThe functions asctime() and mktime() are documented...
2000-01-12 Guido van RossumOn Linux, one sometimes sees spurious errors after...
2000-01-09 Greg Ward'newer_group()' can now deal with missing files, in...
2000-01-09 Greg WardAbstracted '_fix_link_args()' out of 'link_shared_objec...
2000-01-09 Greg WardRemoved a bunch of irrelevant parameters from 'link_sta...
2000-01-09 Greg WardTypo fix: 'file.warn' should have been 'manifest.warn...
2000-01-07 Jack JansenTwo constants were missing.
2000-01-07 Jack JansenAdded initializer routine optionally to be used as...
2000-01-03 Guido van RossumThe correct RFC to reference is RFC-1521 (MIME part...
2000-01-03 Greg Steinredesign/rebuild around the ImportManager concept.
2000-01-01 Jack JansenCW Pro 5.3 projects.
1999-12-30 Fred Drakesetup_confname_table(): Use size_t instead of int...
1999-12-29 Jack JansenNasty error: handle parameters are passed by _address_...
1999-12-29 Jack JansenRenamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING
1999-12-24 Jack JansenModified for new dll import source organisation by...
1999-12-24 Jack JansenModified for appearance.
1999-12-23 Jack JansenOops, forgot & in ParseTuple argument in ControlGetData...
1999-12-23 Just van Rossumskip CVS folders when building the Scripts menu -- jvr
1999-12-23 Just van Rossumupdated copyright string
1999-12-23 Guido van RossumImplement the other easy thing: repr() of a float now...
1999-12-23 Fred DrakeAdded item about specific missing entries in the C...
1999-12-23 Just van Rossumchanged the "method find" algorithm so the function...
1999-12-23 Fred Drakelong_format(): Now takes a third parameter, addL;...
1999-12-23 Fred DrakeRevise tests to support str(<long int object>) not...
1999-12-23 Jack JansenAdded a reference to oldPICTbrowse.py.
1999-12-23 Jack JansenConverted to Appearance and using a List control in...
1999-12-23 Jack JansenPartially converted to Appearance, the dialog still...
1999-12-23 Jack JansenConverted to Appearance.
1999-12-23 Jack JansenUnified handle-conversion scheme to
1999-12-23 Fred DrakeAdjusted apply() docstring based on comments from Gerri...
1999-12-22 Fred DrakeDon't call len() if the value is already cached! Caugh...
1999-12-22 Fred DrakeFor ZlibError and ZLIB_VERSION, only attempt to add...
1999-12-22 Guido van RossumCleanup patches from Greg Stein:
1999-12-21 Fred DrakeRemoved a couple of items that got done(!).
1999-12-21 Fred DrakeDocument GetoptError and label error an alias.
1999-12-21 Guido van RossumContribution from Gerrit Holl:
1999-12-21 Fred DrakeDocument 1.5.2+ aspects of the NotANumber exception...
1999-12-21 Fred DrakeDocument that the |mode| parameter to open() is optiona...
1999-12-21 Guido van RossumVladimir Marangozov:
1999-12-20 Guido van RossumAdded setargv.obj to the link link.
1999-12-20 Guido van RossumAdd dynload_win.c to project.
next