]> granicus.if.org Git - python/shortlog
python
2003-01-21 Martin v. LöwisConditionalize features not found in PyXML 1.95.2.
2003-01-21 Martin v. LöwisMerge with PyXML 1.71:
2003-01-21 Martin v. LöwisDon't use Posix semaphores on Solaris 8. Fixes #662787.
2003-01-21 Kurt B. Kaiser1. Restore the rest of Python IDLE setup.py Rev 1.4...
2003-01-21 Skip Montanaroflesh out open() docstring
2003-01-21 Skip Montanaromore tweaks
2003-01-21 Skip Montanaro* document open() function
2003-01-20 Tim PetersNew rule for tzinfo subclasses handling both standard...
2003-01-20 Tim PetersRecursive compare machinery: The code that intended...
2003-01-20 Jack JansenOn MacOSX, added -prebind option to link phase for...
2003-01-20 Just van RossumFix bug #670845: cut & clear in the output window now...
2003-01-20 Kurt B. Kaiser...and the old pyclbr.py faked Function instances with...
2003-01-20 Walter DörwaldAdd comments and remove duplicate tests.
2003-01-20 Barry WarsawInstall email/test, email/test/data and bsddb/test...
2003-01-19 Walter DörwaldPort test_userdict.py to PyUnit. From SF patch #662807,
2003-01-19 Jack JansenAdded a convenience routine pathname() which accepts...
2003-01-19 Jack JansenSigh, due to sloppiness on my part bgen has become...
2003-01-19 Walter DörwaldPort test_unicode.py to PyUnit and add tests for error
2003-01-19 Walter DörwaldCombine test_b1.py and test_b2.py into test_builtin.py,
2003-01-19 Neal NorwitzSF # 669553, fix memory (ref) leaks
2003-01-19 Raymond HettingerFix typo
2003-01-19 Raymond HettingerSF patch #634557: inspect.BlockFinder didn't do a good...
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
next