]> granicus.if.org Git - python/shortlog
python
2001-08-23 Finn BockCommitting and closing SF patch #441348 to help Jython...
2001-08-23 Barry WarsawBump to version 1.3. Also document the new behavior...
2001-08-23 Barry WarsawBump to version 1.3
2001-08-23 Barry WarsawImplement some suggestions by Laura Creighton.
2001-08-23 Jack JansenWrapper modules underound the toolbox modules, which...
2001-08-23 Jack JansenRenamed.
2001-08-23 Jack JansenRenamed the Mac toolbox modules to have an initial...
2001-08-23 Jack JansenMac toolbox modules have gotten an _ prepended to their...
2001-08-23 Jack JansenThe MacOS toolbox modules have acquired an _ in front...
2001-08-23 Guido van RossumSF patch #454553 by Walter Dörwald: auto-guess content...
2001-08-23 Jack JansenDon't make even the _slightest_ modification between...
2001-08-23 Jack JansenThe MacOS module may be available on Mac OS X, but...
2001-08-23 Guido van RossumTurn OverflowWarning into an error locally, in order...
2001-08-23 Guido van RossumIgnore OverflowWarning by default. To enable the warni...
2001-08-23 Guido van RossumChange all case where we used to raise OverflowError...
2001-08-23 Guido van RossumWhen an inlined operation on two small ints causes...
2001-08-23 Guido van RossumIntroduce OverflowWarning -- to be issued when short...
2001-08-22 Tim PetersAdd pynche's top-level txt files to Windows installer...
2001-08-22 Tim Peters"The usual" post-release fiddling.
2001-08-22 Barry WarsawAdd an item about Tim's new installer. This didn't...
2001-08-22 Barry WarsawMerge changes from r22a2-branch back into trunk. Also...
2001-08-22 Skip Montanaroindicate that mktime is platform-dependent. See SF...
2001-08-22 Skip Montanaroindicate that the years for which the calendar function...
2001-08-22 Skip Montanaromake the gettmarg error message more correct by making...
2001-08-22 Barry WarsawMore NEWS for 2.2a2.
2001-08-21 Jack JansenAdded a note about --enable-framework on Mac OS X.
2001-08-21 Jack JansenThese long dead files somehow got revived. Killed them...
2001-08-21 Jack JansenThis file has been dead for aeons. I have no idea how...
2001-08-21 Ka-Ping YeeEnhancements:
2001-08-21 Skip MontanaroThis is supposed to help configure better sort out...
2001-08-20 Barry WarsawA test of SSL support, using a roundabout method sugges...
2001-08-20 Barry WarsawUse test_support.requires() to decide whether additiona...
2001-08-20 Barry WarsawRemoved --have-resources flag in favor of the more...
2001-08-20 Barry Warsawuse_large_resources => use_resources
2001-08-20 Barry WarsawSSL_dealloc(): Apply the change suggested in SF bug...
2001-08-20 Tim PetersWhitespace normalization.
2001-08-20 Tim PetersTest failed because these was no expected-output file...
2001-08-20 Fred DrakeNew \grammartoken markup, similar to \token but allowed...
2001-08-20 Fred DrakeAdd another name.
2001-08-20 Fred DrakeDeal more appropriately with bare ampersands and pointy...
2001-08-20 Jeremy HyltonAdd test case to cover multiple future statements on...
2001-08-20 Jeremy HyltonFix SF bug [ #450245 ] Error in parsing future stmts
2001-08-20 Jeremy HyltonFix SF bug [ #450245 ] Error in parsing future stmts
2001-08-20 Barry WarsawCommitting and closing SF patch #403671 by Finn Bock...
2001-08-20 Skip Montanaroadd a few test cases for threading module.
2001-08-20 Skip MontanaroAdded new BoundedSemaphore class. Closes bug 452836.
2001-08-20 Jeremy HyltonSilence warnings during test_os
2001-08-20 Fred DrakeSplit "Extending & Embedding" into separate files,...
2001-08-20 Jeremy HyltonIt will always be a string, because it is created just...
2001-08-20 Fred DrakeAdded documentation for BoundedSemaphore(), contributed...
2001-08-20 Fred DrakeDocument PyTuple_GET_SIZE(), removing confusing sentenc...
2001-08-20 Jack JansenOops, these compatibility modules were missing. Which...
2001-08-20 Jack JansenVarious toolbox modules were generated in lib-dynload...
2001-08-20 Eric S. RaymondClean up some argument profiles, enrich the docstring.
2001-08-20 Jack JansenOops, this file shouldn't have been removed.
2001-08-19 Jack JansenThe destination folder is now :Lib:lib-dynload
2001-08-19 Jack JansenPATCHLEVEL is outdated, use PY_VERSION.
2001-08-19 Jack JansenStep 1 in packaging the toolbox modules and making...
2001-08-19 Jack JansenDynamic modules are now put in :Lib:lib-dynload by...
2001-08-19 Jack JansenCompatibility modules. lib-compat is on the default...
2001-08-19 Jack JansenMoved to either :Mac:Lib (WASTEconst and files that...
2001-08-19 Jack JansenThe modules with toolbox constants.
2001-08-19 Jack JansenCarbon is now a package encapsulating all the toolbox...
2001-08-19 Jack JansenMoved here form lib-toolbox, for lack of a better place...
2001-08-19 Jack JansenMoved here from lib-toolbox, where they should never...
2001-08-19 Jack JansenStep 1 in packaging the toolbox modules and making...
2001-08-19 Jack JansenTemporarily disabled the import hook. It breaks with...
2001-08-19 Jack JansenRemoved NEXT-NOTES, the NeXT is no longer supported.
2001-08-19 Jack JansenRemoved NeXT notes (replacing them with a line saying...
2001-08-19 Jack JansenGot rid of all the plugin xml files: they are generated...
2001-08-19 Skip Montanaroof course I muffed it separating the notes code from...
2001-08-19 Guido van RossumAvoid total dependency on the new module. This address...
2001-08-19 Skip Montanaroadd debug calls to self._note for the Semaphore class...
2001-08-19 Tim PetersImprove Windows time.clock() blurb; was missing return...
2001-08-19 Tim PetersWindows fiddling for 2.2a2: bump build number; update...
2001-08-18 Guido van RossumSF patch #452239 by Gordon McMillan, to fix SF bug...
2001-08-18 Guido van RossumAdd dependencies for Python/thread.c on all of the...
2001-08-18 Guido van RossumInspired by Greg Stein's proposed simplification of...
2001-08-18 Tim PetersExpose the CO_xxx flags via the "new" module (re-solvin...
2001-08-18 Skip Montanaroadded warnings about security risk of using tmpnam...
2001-08-18 Guido van RossumFix SF bug #443600:
2001-08-18 Eric S. RaymondFramework code for compilerlike scripts.
2001-08-18 Greg SteinResolve patch #449367.
2001-08-18 Ka-Ping YeeAdd some fairly important file extensions: bmp css...
2001-08-18 Ka-Ping YeeInitial check-in of cgitb.
2001-08-18 Guido van RossumWhen the socket is closed, don't just assign 0 to self...
2001-08-18 Jeremy HyltonAdd a little introductory text.
2001-08-18 Jeremy HyltonGenerate correct reprs for Mul, Add, etc.
2001-08-18 Jeremy HyltonTrack removal of doc string from Module().nodes[0]
2001-08-18 Jeremy HyltonAdd Yield() node
2001-08-18 Tim PetersRemove the horrid generators hack from doctest.py....
2001-08-18 Jeremy HyltonAdd Yield() statement handler
2001-08-17 Tim PetersFix for bug [#452230] future division isn't propagated.
2001-08-17 Jack JansenThe OSX framework Headers symlink pointed the wrong...
2001-08-17 Tim PetersA fiddled version of the rest of Michael Hudson's SF...
2001-08-17 Martin v. LöwisUse raw-unicode-escape for the tests that require it.
2001-08-17 Guido van RossumAddress SF bug #442813. The sequence getitem wrappers...
2001-08-17 Guido van RossumAdd test for weak references.
2001-08-17 Guido van RossumAdd note on type/class unification.
2001-08-17 Tim Petersceval, PyEval_MergeCompilerFlags: wasn't merging in the
next