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 |
2001-08-28 |
Jeremy Hylton | XXX_NAME ops should affect varnames |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Jeremy Hylton | Generate FOR_ITER-based loops instead of old FOR_LOOP... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Jeremy Hylton | FOR_ITER is a jrel_op() not a plain old def_op() |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Fred Drake | Added explanation that [...] * n generates shallow... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Jack Jansen | Added list of tests expected to be skipped on the mac. |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Fred Drake | Fix a number of minor markup errors, and improve the... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Eric S. Raymond | Plant a mention in the description of backreferences... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Barry Warsaw | Refcount info for PyString_FromFormat() and PyString_Fr... |
commit | commitdiff | tree | snapshot |
2001-08-28 |
Barry Warsaw | Documentation for PyString_FromFormat() and PyString_Fr... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Experimental feature: allow \n as well as \r as newline... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Handle private names |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | exceptions was missing from the module list. Added. |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | A quick hack to make the test pass on the Mac (similar... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | emit SET_LINENO for augmented assignments |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Many changes -- bug fixes and sundry improvements |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Tim Peters | Fix another test still expecting overflow on big int... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Tim Peters | Change test_overflow to test_no_overflow; looks like... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Use the new macresource module to open the accompanying... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | need() now returns the refno of the resource file opene... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Module to help other modules locate their resources... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | These have long outlived there usefulness, in my opinio... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Fix for sibling nodes that define the same free variable |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Add lookup_name() to optimize use of stack frames |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Two changes to visitor API: |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Why didn't I think of Fred off the top of my head? |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Add everyone I can think of off the top of my head |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Revise regrtest to compile entire standard library. |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Add -c option to continue if one file has a SyntaxError |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jeremy Hylton | Add content-type header to ftp URLs (SF patch #454553) |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Michael W.... | Docs for the PEP 264 changes. |
commit | commitdiff | tree | snapshot |
next |