2001-08-31 |
Guido van Rossum | Fix a memory leak in str_subtype_new(). (All the other |
commit | commitdiff | tree | snapshot |
2001-08-31 |
Guido van Rossum | Correct name mangling algorithm, and add a comment. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Give 'super' a decent repr(), and readonly attributes... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | Added all the new files in the right packages and file... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | SF bug #456621: normpath on Win32 not collapsing c... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Andrew M. Kuchling | Add Jack Jansen's explanation of the MacOS X changes |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | Superseded by the (generated) xx.mcp. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | Case mismatch in "import Types". Apparently nobody... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | We should look in the directory containing the module... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Group some projects into "Done" and "To do". Get rid... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | metaclass(): add some more examples of metaclasses... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | SF patch #455966: Allow leading 0 in float/imag literals. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | PyObject_Repr(): add missing ">" back at end of format... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jeremy Hylton | Fix _convert_NAME() so that it doesn't store locals... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | Squash new compiler wng. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Add testcases for inheritance from tricky builtins... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Pytype_GenericAlloc(): round up size so we zap all... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Fred Drake | Revert the previous patch to test_pow.py and move the... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Fred Drake | Added a regression test for the negation-of-exponentiat... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Fred Drake | When re-writing a factor containing a unary negation... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | More stuff discovered while writing the simplest of... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Do the int inlining only if the type is really an int... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Ah, the joy of writing test cases... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jeremy Hylton | spurious pop |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | Add news about GC API change. Explain how to upgrade... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | Update documentation for GC API. Closes SF patch ... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | win_getpass(): if sys.stdin is not sys.__stdin__, use |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Michael W.... | fix for part of bug #453523: disable unmarshalling... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Fred Drake | Update the links to the FIPS document that defines... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed unreachable return to silence SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed an unreachable break statement to silence SGI... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed unreachable goto statement to silence SGI compiler. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed some unreachable break statements to silence... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Sjoerd Mullender | Removed some unreachable break statements to silence... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Jack Jansen | Started on the 2.2a2 installer |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | Give the internal immutable list type .extend and ... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | Add a new function imp.lock_held(), and use it to skip... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Safety measures now that str and tuple are subclassable: |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make 'super' subclassable. (Not sure how useful this... |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make unicode subclassable. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make str and tuple types subclassable. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make getset subclassable. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Fix typo: double semicolons. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Guido van Rossum | Make the Py<type>_Check() macro use PyObject_TypeCheck(). |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Tim Peters | Squash new compiler wng in debug build. |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | gcmodule is now always compiled |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | gcmodule is now enabled here |
commit | commitdiff | tree | snapshot |
2001-08-30 |
Neil Schemenauer | Make more things internal to this file. Remove |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Always build gcmodule. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Flush output more aggressively. This makes things... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Use new GC API. Remove usage of BASICSIZE macros. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Use new GC API. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Remove GC related code. It lives in gcmodule now. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Make frames a PyVarObject. Use new GC API. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Remove bogus PyGC_HEAD_SIZE. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Change the GC type flag since the API has changed.... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Change the GC type flag since the API has changed.... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Make frames a PyVarObject instead of a PyObject. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Neil Schemenauer | Always compile gcmodule. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Track the block stack more reasonably in order to handl... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Improve stack depth computation for try/except and... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Add __getitem__() handler for use by visitContinue() |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jack Jansen | Added xx and xxsubtype modules, for completeness and... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jack Jansen | Started on release notes and readme for 2.2a2. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Tim Peters | SF bug [#456252] Python should never stomp on [u]intptr_t. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Generate SET_LINENO for list and tuple literals when... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Make sure that atoms (Tuple, List, etc.) have lineno... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Fix off-by-one errors in code to find depth of stack. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jack Jansen | Workaround by Tim Peters to skip this test if run from... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Undo change from list to dict for handling varnames... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Change default() to use getChildNodes() instead of... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Support // and //= |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Add support for // and //=. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Add generator detection to symbol table. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Modify name conversion to be (hopefully) a bit more... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Revise implementations of getChildren() and getChildNod... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Add opcodes for floor division and true division (PEP... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Add tests for augmented floor division |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jeremy Hylton | Don't include doc string of class in its code child |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Guido van Rossum | Now that int is subclassable, have to change a test... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Guido van Rossum | Make int, long and float subclassable. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Guido van Rossum | Fix super() so that it is usable for static methods... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Guido van Rossum | Make the PyXXX_Check() macros for the numeric types... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Jack Jansen | GUSI on the Mac creates threads with a default stack... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Fred Drake | Fix a minor markup typo. |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Tim Peters | marshal.c r_long64: When reading a TYPE_INT64 value... |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Barry Warsaw | On Fred's suggestion, convert sprintf() examples to use |
commit | commitdiff | tree | snapshot |
2001-08-29 |
Andrew M. Kuchling | Add METH_O and METH_NOARGS change |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Tim Peters | pickle.py, load_int(): Match cPickle's just-repaired... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Tim Peters | load_int: The fallback to long ints was coded in such... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Barry Warsaw | Update an email address. |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Tim Peters | Note change in fp literal syntax (e.g. "3e-" worked... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Guido van Rossum | Fix a typo in SLOT0 macro for the declaration of cache_str. |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Guido van Rossum | Fix the test again due to fewer calls to __getattr__. |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Guido van Rossum | Finish the previous checkin: also avoid getattr when... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Fred Drake | Revise comments about TeX & LaTeX for accuracy. |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Guido van Rossum | Fix one test to reflect the change in method lookup... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Guido van Rossum | Change in policy: when a slot_tp_xxx function looks... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Jeremy Hylton | Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Guido van Rossum | The "O!" format code should implement an isinstance... |
commit | commitdiff | tree | snapshot |
next |