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 |
2001-08-27 |
Jeremy Hylton | If an integer constant can't be generated from an integ... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Tim Peters | SF bug [#455775] float parsing discrepancy. |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Added Dean Draayer to the thank you list. |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Patch by Dean Draayer: support for indeterminate progre... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Patch by Bill Noon: added 'dylib' as a library type... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Fixes by Thomas Heller: |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Refer to the toolbox modules by their official name... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | When we're freezing to sourcecode and one of the module... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Updated to the current state of affairs. |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | Added targets for building the Carbon and Classic inter... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | - A forgotten "from Carbon". |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Jack Jansen | A few forgotten "from Carbon"s. |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Tim Peters | SF patch [ #455137 ] Makes popen work with COMMAND... |
commit | commitdiff | tree | snapshot |
2001-08-27 |
Barry Warsaw | Two improvements suggested by Greg Stein: |
commit | commitdiff | tree | snapshot |
2001-08-25 |
Jack Jansen | Import the MacOS toolbox modules from the Carbon package. |
commit | commitdiff | tree | snapshot |
2001-08-25 |
Jack Jansen | Step 2 in putting the MacOS toolbox modules in a packag... |
commit | commitdiff | tree | snapshot |
2001-08-25 |
Tim Peters | PyString_FromFormatV: Massage platform %p output to... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Guido van Rossum | Undo previous checkin -- Barry fixed it better. |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Guido van Rossum | Update test output to match new (more informative)... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Barry Warsaw | Quick and dirty fix for test_extcall failures trigged... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Guido van Rossum | Remove the local 'getset' class -- this is now a built... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Guido van Rossum | getset_init(): the function name in the PyArg_ParseTupl... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Guido van Rossum | Improve the error message issued when an unbound method... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Barry Warsaw | Rip the import repr truncation test out of here and... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Barry Warsaw | Added lots of tests for reprs of "simple" objects,... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Barry Warsaw | PyErr_Format(): Factor out most of this code into |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Barry Warsaw | repr's converted to using PyString_FromFormat() instead... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Barry Warsaw | PyString_FromFormat() and PyString_FromFormatV(): Large... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Tim Peters | Repair repr of future-features (wasn't updated to inclu... |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Guido van Rossum | supers(): typo -- "if verify" should be "if verbose". |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Guido van Rossum | Add test suite for super(). |
commit | commitdiff | tree | snapshot |
2001-08-24 |
Guido van Rossum | Add 'super' builtin type. |
commit | commitdiff | tree | snapshot |
next |