]> granicus.if.org Git - python/shortlog
python
2003-01-19 Raymond HettingerSF patch #634866: Alex Martelli's corrections to the...
2003-01-19 Raymond HettingerSF patch #670367: Micro-optimizations for ceval.c
2003-01-19 Tim PetersWindows flavor of floatsleep(): folded long lines...
2003-01-19 Tim PetersSF patch 670194: Performance enhancement for _strptime.py.
2003-01-19 Raymond HettingerSF bug #668906: class browser raises AttributeError
2003-01-19 Raymond HettingerSF bug #670229: doc improvement for cStringIO.h
2003-01-18 Raymond HettingerSF patch #670423: Add missing identity tests to operator.c
2003-01-18 Raymond HettingerSF bug #668906: class browser raises AttributeError
2003-01-18 Tim PetersSF patch 670012: Compatibility changes for _strptime.py.
2003-01-17 Jack JansenFixed the first two bugs in the new file dialogs (found...
2003-01-17 Jack JansenIt turns out that some calls return AEDesc records...
2003-01-17 Fred DrakeVarious markup changes.
2003-01-17 Fred DrakeFix a couple of markup errors.
2003-01-17 Tim PetersCVS patch 669645: wininst.exe missing in Windows insta...
2003-01-17 Fred DrakeClean up some files that LaTeX2HTML drops in the HTML...
2003-01-17 Tim PetersWhen time.localtime() is passed a tick count the platfo...
2003-01-17 Just van Rossummake sure src exists before creating a symlink
2003-01-17 Raymond Hettinger* Migrate sample distribution test from random.py to...
2003-01-17 Raymond HettingerCorrect typos in example code.
2003-01-17 Jack JansenFor reasons unknown previewProc and filterProc were...
2003-01-17 Jack JansenAdded methods AskFileForOpen(), AskFileForSave() and...
2003-01-17 Gregory P.... bugfix: do not double-close DB cursor during deallocati...
2003-01-17 Gregory P.... bugfix: allow the module to work with python compiled...
2003-01-17 Gregory P.... bugfix: disallow use of DB_TXN after commit() or abort...
2003-01-17 Kurt B. KaiserPatch 611069 (Christos Georgiou) IDLE TODO:left/right...
2003-01-16 Kurt B. KaiserSF Bug 667812: Some Linux distros have Alt and Meta...
2003-01-16 Michael W.... A. Lloyd Flanagan pointed out a spelling error on c...
2003-01-16 Raymond HettingerLet test_random cover the endpoints.
2003-01-16 Raymond HettingerTest optional slice arguments.
2003-01-16 Raymond HettingerAdded doctest for examples in the library reference.
2003-01-16 Raymond HettingerConvert to unittest format so that more tests can be...
2003-01-16 Martin v. LöwisPatch #662454: import a.b as c is ok, fixes #660811.
2003-01-16 Martin v. LöwisProperly find and install icons even if calling setup...
2003-01-16 Martin v. LöwisCatch IOErrors.
2003-01-16 Martin v. LöwisSupport copying booleans. Fixes #668925.
2003-01-16 Mark HammondThis test previously failed when run from the 'test...
2003-01-15 Jack JansenOn Mac OS X calling setlocale will raise locale.Error...
2003-01-15 Mark HammondCorrect docstring for SetValueEx()
2003-01-15 Jack JansenChecking in Brett Cannon's patch #662053, which fixes...
2003-01-15 Jack JansenAdded ismount().
2003-01-15 Jack JansenImplemented FSCatalogInfo structure support, and used...
2003-01-15 Skip Montanaroreference the os module and the lock flags in the os...
2003-01-15 Raymond Hettinger* Add test for __cmp__()
2003-01-15 Neil SchemenauerRemove misleading advice. VERSION was not intended...
2003-01-15 Raymond HettingerDocument that __cmp__() is not defined for sets.
2003-01-15 Martin v. LöwisGyro Func for patch #661719.
2003-01-15 Martin v. LöwisPatch #661719: Expose compilation errors as exceptions...
2003-01-15 Martin v. LöwisPatch #473586: Implement CGIXMLRPCRequestHandler.
2003-01-15 Raymond HettingerSF patch #664192 bug #661913: inconsistent error messag...
2003-01-14 Mark HammondFix [ 665014 ] files with long lines and an encoding...
2003-01-14 Kurt B. KaiserUpdated IDLE Help to reflect changes in Additional...
2003-01-14 Kurt B. KaiserM Bindings.py
2003-01-14 Guido van RossumExplicitly raise an exception in __cmp__ -- this clarif...
2003-01-14 Raymond HettingerReplaced POP() with STACKADJ(-1) on lines where the...
2003-01-14 Raymond HettingerSF bug #661184: inspect.getsource bug
2003-01-13 Just van Rossummake sure Info.plist has a CFBundleIdentifier entry
2003-01-13 Tim PetersA new test here was failing on Windows, because the...
2003-01-13 Guido van RossumDuh. cmdqueue should be an instance variable, not...
2003-01-13 Guido van RossumDuh. The do_EOF() implementation was bogus. Make...
2003-01-13 Neal NorwitzFix SF bug #667147, Segmentation fault printing str...
2003-01-13 Andrew M. KuchlingMove the date/time section into the modules section...
2003-01-13 Neal NorwitzUpdate comment, QnewFlag will go away in 3.0, not 2.3
2003-01-13 Guido van RossumFix NameError in getquotaroot(), sanctioned by Piers.
2003-01-13 Andrew M. KuchlingLink to MRO article
2003-01-13 Raymond HettingerSF patch 664183 and SF bug 664044: Note that both...
2003-01-12 Jack JansenImplemented FSCatalogInfo.
2003-01-12 Neal NorwitzTry to make a sentance more readable.
2003-01-12 Neal NorwitzSF #665570, curses causes interpreter crash
2003-01-11 Fred DrakeMinor correction and clarification.
2003-01-11 Tim PetersGot rid of the internal datetimetz type.
2003-01-11 Tim PetersMinor fiddling to make the next part easier. Introduce...
2003-01-10 Neal NorwitzSF #639945 was fixed in alpha 1
2003-01-10 Neal NorwitzFix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto
2003-01-10 Neal NorwitzGet build working on Redhat 7.2 linux 2.4.7
2003-01-10 Kurt B. KaiserUpdate documentation.
2003-01-10 Kurt B. KaiserSF bug #652933 (for IdleFork): Open Module "math" Fails...
2003-01-10 Neal NorwitzSF #665913, Fix mmap module core dump with unix
2003-01-10 Neal NorwitzSF #665913, Fix mmap module core dump with unix
2003-01-10 Kurt B. KaiserM configDialog.py
2003-01-10 Barry WarsawPython 2.1's string module doesn't have ascii_letters...
2003-01-10 Barry WarsawCleanups, and conversion of assert to assertEqual()
2003-01-10 Raymond HettingerAs discussed on python-dev, removed from DUP_TOPX suppo...
2003-01-10 Neal NorwitzAs discussed briefly on python-dev, add Pending Depreca...
2003-01-10 Neal NorwitzGet rid of compiler warnings
2003-01-10 Neal NorwitzRemove extra 'types'
2003-01-10 Raymond HettingerSF bug #652888: bad documentation for the "type" builtin
2003-01-10 Kurt B. Kaiser1. Make finding Python help docs more robust, including...
2003-01-10 Tim PetersGot rid of the timetz type entirely. This was a bit...
2003-01-10 Kurt B. KaiserDefault the OK key in the Save Before Run dialog.
2003-01-10 Tim PetersRemoved more now-pointless pickle code.
2003-01-09 Jack JansenStarted on implementing support for FSCatalogInfo....
2003-01-09 Just van Rossuminterpret utf-8 file names on OSX
2003-01-09 Just van Rossumsupport unicode in menu items
2003-01-09 Just van Rossumremoved silly & mask, avoiding FutureWarning
2003-01-09 Just van Rossumcleaned up Jack's Mac OS9 changes
2003-01-09 Tim PetersPurged reference to defunct datetimetz.
2003-01-09 Raymond HettingerSF patch #664320: Replace push/pop clusters in ceval.c
2003-01-09 Andrew M. KuchlingVarious minor edits
2003-01-09 Andrew M. KuchlingMarkup fix
2003-01-09 Walter DörwaldMake the test scripts work again with narrow Python...
next