]> granicus.if.org Git - python/shortlog
python
2001-08-30 Sjoerd MullenderRemoved an unreachable break statement to silence SGI...
2001-08-30 Sjoerd MullenderRemoved unreachable goto statement to silence SGI compiler.
2001-08-30 Sjoerd MullenderRemoved some unreachable break statements to silence...
2001-08-30 Sjoerd MullenderRemoved some unreachable break statements to silence...
2001-08-30 Jack JansenStarted on the 2.2a2 installer
2001-08-30 Tim PetersGive the internal immutable list type .extend and ...
2001-08-30 Tim PetersAdd a new function imp.lock_held(), and use it to skip...
2001-08-30 Guido van RossumSafety measures now that str and tuple are subclassable:
2001-08-30 Guido van RossumMake 'super' subclassable. (Not sure how useful this...
2001-08-30 Guido van RossumMake unicode subclassable.
2001-08-30 Guido van RossumMake str and tuple types subclassable.
2001-08-30 Guido van RossumMake getset subclassable.
2001-08-30 Guido van RossumFix typo: double semicolons.
2001-08-30 Guido van RossumMake the Py<type>_Check() macro use PyObject_TypeCheck().
2001-08-30 Tim PetersSquash new compiler wng in debug build.
2001-08-30 Neil Schemenauergcmodule is now always compiled
2001-08-30 Neil Schemenauergcmodule is now enabled here
2001-08-30 Neil SchemenauerMake more things internal to this file. Remove
2001-08-29 Neil SchemenauerAlways build gcmodule.
2001-08-29 Neil SchemenauerFlush output more aggressively. This makes things...
2001-08-29 Neil SchemenauerUse new GC API. Remove usage of BASICSIZE macros.
2001-08-29 Neil SchemenauerUse new GC API.
2001-08-29 Neil SchemenauerRemove GC related code. It lives in gcmodule now.
2001-08-29 Neil SchemenauerMake frames a PyVarObject. Use new GC API.
2001-08-29 Neil SchemenauerRemove bogus PyGC_HEAD_SIZE.
2001-08-29 Neil SchemenauerChange the GC type flag since the API has changed....
2001-08-29 Neil SchemenauerChange the GC type flag since the API has changed....
2001-08-29 Neil SchemenauerMake frames a PyVarObject instead of a PyObject.
2001-08-29 Neil SchemenauerAlways compile gcmodule.
2001-08-29 Jeremy HyltonTrack the block stack more reasonably in order to handl...
2001-08-29 Jeremy HyltonImprove stack depth computation for try/except and...
2001-08-29 Jeremy HyltonAdd __getitem__() handler for use by visitContinue()
2001-08-29 Jack JansenAdded xx and xxsubtype modules, for completeness and...
2001-08-29 Jack JansenStarted on release notes and readme for 2.2a2.
2001-08-29 Tim PetersSF bug [#456252] Python should never stomp on [u]intptr_t.
2001-08-29 Jeremy HyltonGenerate SET_LINENO for list and tuple literals when...
2001-08-29 Jeremy HyltonMake sure that atoms (Tuple, List, etc.) have lineno...
2001-08-29 Jeremy HyltonFix off-by-one errors in code to find depth of stack.
2001-08-29 Jack JansenWorkaround by Tim Peters to skip this test if run from...
2001-08-29 Jeremy HyltonUndo change from list to dict for handling varnames...
2001-08-29 Jeremy HyltonChange default() to use getChildNodes() instead of...
2001-08-29 Jeremy HyltonSupport // and //=
2001-08-29 Jeremy HyltonAdd support for // and //=.
2001-08-29 Jeremy HyltonAdd generator detection to symbol table.
2001-08-29 Jeremy HyltonModify name conversion to be (hopefully) a bit more...
2001-08-29 Jeremy HyltonRevise implementations of getChildren() and getChildNod...
2001-08-29 Jeremy HyltonAdd opcodes for floor division and true division (PEP...
2001-08-29 Jeremy HyltonAdd tests for augmented floor division
2001-08-29 Jeremy HyltonDon't include doc string of class in its code child
2001-08-29 Guido van RossumNow that int is subclassable, have to change a test...
2001-08-29 Guido van RossumMake int, long and float subclassable.
2001-08-29 Guido van RossumFix super() so that it is usable for static methods...
2001-08-29 Guido van RossumMake the PyXXX_Check() macros for the numeric types...
2001-08-29 Jack JansenGUSI on the Mac creates threads with a default stack...
2001-08-29 Fred DrakeFix a minor markup typo.
2001-08-29 Tim Petersmarshal.c r_long64: When reading a TYPE_INT64 value...
2001-08-29 Barry WarsawOn Fred's suggestion, convert sprintf() examples to use
2001-08-29 Andrew M. KuchlingAdd METH_O and METH_NOARGS change
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.
next