]> granicus.if.org Git - python/shortlog
python
2001-08-28 Tim Peterspickle.py, load_int(): Match cPickle's just-repaired...
2001-08-28 Tim Petersload_int: The fallback to long ints was coded in such...
2001-08-28 Barry WarsawUpdate an email address.
2001-08-28 Tim PetersNote change in fp literal syntax (e.g. "3e-" worked...
2001-08-28 Guido van RossumFix a typo in SLOT0 macro for the declaration of cache_str.
2001-08-28 Guido van RossumFix the test again due to fewer calls to __getattr__.
2001-08-28 Guido van RossumFinish the previous checkin: also avoid getattr when...
2001-08-28 Fred DrakeRevise comments about TeX & LaTeX for accuracy.
2001-08-28 Guido van RossumFix one test to reflect the change in method lookup...
2001-08-28 Guido van RossumChange in policy: when a slot_tp_xxx function looks...
2001-08-28 Jeremy HyltonMake sure the JUMP_ABSOLUTE and POP_BLOCK at the end...
2001-08-28 Guido van RossumThe "O!" format code should implement an isinstance...
2001-08-28 Jeremy HyltonXXX_NAME ops should affect varnames
2001-08-28 Jeremy HyltonGenerate FOR_ITER-based loops instead of old FOR_LOOP...
2001-08-28 Jeremy HyltonFOR_ITER is a jrel_op() not a plain old def_op()
2001-08-28 Fred DrakeAdded explanation that [...] * n generates shallow...
2001-08-28 Jack JansenAdded list of tests expected to be skipped on the mac.
2001-08-28 Fred DrakeFix a number of minor markup errors, and improve the...
2001-08-28 Eric S. RaymondPlant a mention in the description of backreferences...
2001-08-28 Barry WarsawRefcount info for PyString_FromFormat() and PyString_Fr...
2001-08-28 Barry WarsawDocumentation for PyString_FromFormat() and PyString_Fr...
2001-08-27 Jack JansenExperimental feature: allow \n as well as \r as newline...
2001-08-27 Jeremy HyltonHandle private names
2001-08-27 Jack Jansenexceptions was missing from the module list. Added.
2001-08-27 Jack JansenA quick hack to make the test pass on the Mac (similar...
2001-08-27 Jeremy Hyltonemit SET_LINENO for augmented assignments
2001-08-27 Jeremy HyltonMany changes -- bug fixes and sundry improvements
2001-08-27 Tim PetersFix another test still expecting overflow on big int...
2001-08-27 Tim PetersChange test_overflow to test_no_overflow; looks like...
2001-08-27 Jack JansenUse the new macresource module to open the accompanying...
2001-08-27 Jack Jansenneed() now returns the refno of the resource file opene...
2001-08-27 Jack JansenModule to help other modules locate their resources...
2001-08-27 Jack JansenThese have long outlived there usefulness, in my opinio...
2001-08-27 Jeremy HyltonFix for sibling nodes that define the same free variable
2001-08-27 Jeremy HyltonAdd lookup_name() to optimize use of stack frames
2001-08-27 Jeremy HyltonTwo changes to visitor API:
2001-08-27 Jeremy HyltonWhy didn't I think of Fred off the top of my head?
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...
next