]> granicus.if.org Git - python/shortlog
python
2001-08-27 Jeremy HyltonAdd everyone I can think of off the top of my head
2001-08-27 Jeremy HyltonRevise regrtest to compile entire standard library.
2001-08-27 Jeremy HyltonAdd -c option to continue if one file has a SyntaxError
2001-08-27 Jeremy HyltonAdd content-type header to ftp URLs (SF patch #454553)
2001-08-27 Michael W.... Docs for the PEP 264 changes.
2001-08-27 Jeremy HyltonIf an integer constant can't be generated from an integ...
2001-08-27 Tim PetersSF bug [#455775] float parsing discrepancy.
2001-08-27 Jack JansenAdded Dean Draayer to the thank you list.
2001-08-27 Jack JansenPatch by Dean Draayer: support for indeterminate progre...
2001-08-27 Jack JansenPatch by Bill Noon: added 'dylib' as a library type...
2001-08-27 Jack JansenFixes by Thomas Heller:
2001-08-27 Jack JansenRefer to the toolbox modules by their official name...
2001-08-27 Jack JansenWhen we're freezing to sourcecode and one of the module...
2001-08-27 Jack JansenUpdated to the current state of affairs.
2001-08-27 Jack JansenAdded targets for building the Carbon and Classic inter...
2001-08-27 Jack Jansen- A forgotten "from Carbon".
2001-08-27 Jack JansenA few forgotten "from Carbon"s.
2001-08-27 Tim PetersSF patch [ #455137 ] Makes popen work with COMMAND...
2001-08-27 Barry WarsawTwo improvements suggested by Greg Stein:
2001-08-25 Jack JansenImport the MacOS toolbox modules from the Carbon package.
2001-08-25 Jack JansenStep 2 in putting the MacOS toolbox modules in a packag...
2001-08-25 Tim PetersPyString_FromFormatV: Massage platform %p output to...
2001-08-24 Guido van RossumUndo previous checkin -- Barry fixed it better.
2001-08-24 Guido van RossumUpdate test output to match new (more informative)...
2001-08-24 Barry WarsawQuick and dirty fix for test_extcall failures trigged...
2001-08-24 Guido van RossumRemove the local 'getset' class -- this is now a built...
2001-08-24 Guido van Rossumgetset_init(): the function name in the PyArg_ParseTupl...
2001-08-24 Guido van RossumImprove the error message issued when an unbound method...
2001-08-24 Barry WarsawRip the import repr truncation test out of here and...
2001-08-24 Barry WarsawAdded lots of tests for reprs of "simple" objects,...
2001-08-24 Barry WarsawPyErr_Format(): Factor out most of this code into
2001-08-24 Barry Warsawrepr's converted to using PyString_FromFormat() instead...
2001-08-24 Barry WarsawPyString_FromFormat() and PyString_FromFormatV(): Large...
2001-08-24 Tim PetersRepair repr of future-features (wasn't updated to inclu...
2001-08-24 Guido van Rossumsupers(): typo -- "if verify" should be "if verbose".
2001-08-24 Guido van RossumAdd test suite for super().
2001-08-24 Guido van RossumAdd 'super' builtin type.
2001-08-24 Guido van RossumAdd decl of PySuper_Type; fixup comments for the two...
2001-08-24 Guido van RossumAdd 'super', another new object type with magical prope...
2001-08-24 Guido van RossumAdd a test for the new getset type.
2001-08-24 Guido van RossumChange the getset type to take an optional third functi...
2001-08-24 Guido van RossumSF patch #454553 by Walter Dörwald: add content-type...
2001-08-24 Guido van Rossumgetset_descr_set(): guard against deletion (indicated...
2001-08-24 Guido van Rossumslot_tp_descr_get(): guard against NULL obj or type...
2001-08-24 Guido van Rossumgetset_init(): make the arguments optional.
2001-08-24 Jack JansenLast renamed module that wasn't removed yet.
2001-08-24 Tim PetersBack out trying to use the C values for CO_xxx.
2001-08-24 Tim PetersLooks like someone forgot the change the expected outpu...
2001-08-23 Tim PetersAdd a test for the new // operator too.
2001-08-23 Tim PetersSF bug [#454456] int overflow code needs tests.
2001-08-23 Tim Petersfloat_pow: Put *all* of the burden on the libm pow...
2001-08-23 Guido van RossumAdd new built-in type 'getset' (PyGetSet_Type).
2001-08-23 Guido van Rossumerr_ovf(): only raise OverflowError when OverflowWarnin...
2001-08-23 Tim Petersint_pow(): Repair typo when passing on to float pow...
2001-08-23 Greg WardPatch #449054 to implement PEP 250. The standard insta...
2001-08-23 Tim PetersRemove test_long's expected-output file.
2001-08-23 Fredrik Lundhuntabification
2001-08-23 Fredrik Lundhupdated to current PythonWare version (1.0b3). fixed...
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
next