- 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 23 years ago
- 028f2d5 Started on release notes and readme for 2.2a2. by Jack Jansen · 23 years ago
- 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
- 1936745 Generate SET_LINENO for list and tuple literals when the open paren by Jeremy Hylton · 23 years ago
- 7845cf8 Make sure that atoms (Tuple, List, etc.) have lineno attributes by Jeremy Hylton · 23 years ago
- 4ba9001 Fix off-by-one errors in code to find depth of stack. by Jeremy Hylton · 23 years ago
- 8779787 Workaround by Tim Peters to skip this test if run from test.autotest, by Jack Jansen · 23 years ago
- bf77c46 Undo change from list to dict for handling varnames, consts, etc. by Jeremy Hylton · 23 years ago
- 5a9ac97 Change default() to use getChildNodes() instead of getChildren() by Jeremy Hylton · 23 years ago
- 94afe32 Support // and //= by Jeremy Hylton · 23 years ago
- 7abf520 Add support for // and //=. by Jeremy Hylton · 23 years ago
- d4be10d Add generator detection to symbol table. by Jeremy Hylton · 23 years ago
- e4e9cd4 Modify name conversion to be (hopefully) a bit more efficient. by Jeremy Hylton · 23 years ago
- 5477f52 Revise implementations of getChildren() and getChildNodes(). by Jeremy Hylton · 23 years ago
- 96d68d5 Add opcodes for floor division and true division (PEP 238) by Jeremy Hylton · 23 years ago
- 4de8df9 Add tests for augmented floor division by Jeremy Hylton · 23 years ago
- da8db8c Don't include doc string of class in its code child by Jeremy Hylton · 23 years ago
- 8aea0cc Now that int is subclassable, have to change a test that tests for by Guido van Rossum · 23 years ago
- bef1417 Make int, long and float subclassable. by Guido van Rossum · 23 years ago
- e705ef1 Fix super() so that it is usable for static methods (like __new__) as well. by Guido van Rossum · 23 years ago
- c16fcdf Make the PyXXX_Check() macros for the numeric types inheritance-aware. by Guido van Rossum · 23 years ago
- c51395d GUSI on the Mac creates threads with a default stack size of 20KB, which is by Jack Jansen · 23 years ago
- f9dc043 Fix a minor markup typo. by Fred Drake · 23 years ago
- 8211237 marshal.c r_long64: When reading a TYPE_INT64 value on a box with 32-bit by Tim Peters · 23 years ago
- da21ce3 On Fred's suggestion, convert sprintf() examples to use by Barry Warsaw · 23 years ago
- 0ab31b8 Add METH_O and METH_NOARGS change by Andrew M. Kuchling · 23 years ago
- 19ef62d pickle.py, load_int(): Match cPickle's just-repaired ability to unpickle by Tim Peters · 23 years ago
- 12778e3 load_int: The fallback to long ints was coded in such a way that it by Tim Peters · 23 years ago
- 08f9956 Update an email address. by Barry Warsaw · 23 years ago
- c6d9581 Note change in fp literal syntax (e.g. "3e-" worked by accident before). by Tim Peters · 23 years ago
- 5592e4d Fix a typo in SLOT0 macro for the declaration of cache_str. by Guido van Rossum · 23 years ago
- ce129a5 Fix the test again due to fewer calls to __getattr__. by Guido van Rossum · 23 years ago
- 2730b13 Finish the previous checkin: also avoid getattr when calling the method by Guido van Rossum · 23 years ago
- b5f17f2 Revise comments about TeX & LaTeX for accuracy. This closes SF bug #456222. by Fred Drake · 23 years ago
- a5be8ed Fix one test to reflect the change in method lookup policy. by Guido van Rossum · 23 years ago
- 6071873 Change in policy: when a slot_tp_xxx function looks for the __xxx__ method, by Guido van Rossum · 23 years ago
- 2ac9c3e Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop are by Jeremy Hylton · 23 years ago
- cbfc855 The "O!" format code should implement an isinstance() test by Guido van Rossum · 23 years ago
- 63db7b9 XXX_NAME ops should affect varnames by Jeremy Hylton · 23 years ago
- f354575 Generate FOR_ITER-based loops instead of old FOR_LOOP-based loops by Jeremy Hylton · 23 years ago
- 318e167 FOR_ITER is a jrel_op() not a plain old def_op() by Jeremy Hylton · 23 years ago
- d800cff Added explanation that [...] * n generates shallow copies of [...], so by Fred Drake · 23 years ago
- 49a806e Added list of tests expected to be skipped on the mac. by Jack Jansen · 23 years ago
- 5cb29a4 Fix a number of minor markup errors, and improve the consistency a bit. by Fred Drake · 23 years ago
- 46ccd1d Plant a mention in the description of backreferences of the fact that by Eric S. Raymond · 23 years ago
- 8c64a54 Refcount info for PyString_FromFormat() and PyString_FromFormatV(). by Barry Warsaw · 23 years ago
- c86aa57 Documentation for PyString_FromFormat() and PyString_FromFormatV(). by Barry Warsaw · 23 years ago
- 3070ee6 Experimental feature: allow \n as well as \r as newline for text files, by breaking in to the lowlevel I/O system. Can be disabled by defining WITHOUT_UNIX_NEWLINES. by Jack Jansen · 23 years ago
- c59e220 Handle private names by Jeremy Hylton · 23 years ago
- e7d8322 exceptions was missing from the module list. Added. by Jack Jansen · 23 years ago
- 535c524 A quick hack to make the test pass on the Mac (similar to the quick hack by Jack Jansen · 23 years ago
- 80ea40d emit SET_LINENO for augmented assignments by Jeremy Hylton · 23 years ago
- 2afff32 Many changes -- bug fixes and sundry improvements by Jeremy Hylton · 23 years ago
- 9f44815 Fix another test still expecting overflow on big int literals. by Tim Peters · 23 years ago
- c15a828 Change test_overflow to test_no_overflow; looks like big int literals by Tim Peters · 23 years ago
- 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
- a5d7da5 need() now returns the refno of the resource file opened, or None if the by Jack Jansen · 23 years ago
- de3226f Module to help other modules locate their resources. It currently knows about by Jack Jansen · 23 years ago
- 8f2b13e These have long outlived there usefulness, in my opinion. Moved to Unsupported. by Jack Jansen · 23 years ago
- cd8a127 Fix for sibling nodes that define the same free variable by Jeremy Hylton · 23 years ago
- 7e30c9b Add lookup_name() to optimize use of stack frames by Jeremy Hylton · 23 years ago
- 058a5ad Two changes to visitor API: by Jeremy Hylton · 23 years ago
- cccc478 Why didn't I think of Fred off the top of my head? by Jeremy Hylton · 23 years ago
- 6276733 Add everyone I can think of off the top of my head by Jeremy Hylton · 23 years ago
- 2a8ec79 Revise regrtest to compile entire standard library. by Jeremy Hylton · 23 years ago
- 33c2a62 Add -c option to continue if one file has a SyntaxError by Jeremy Hylton · 23 years ago
- 6d8c1aa Add content-type header to ftp URLs (SF patch #454553) by Jeremy Hylton · 23 years ago
- 53da317 Docs for the PEP 264 changes. by Michael W. Hudson · 23 years ago
- 71b6af9 If an integer constant can't be generated from an integer literal by Jeremy Hylton · 23 years ago
- 9aa70d9 SF bug [#455775] float parsing discrepancy. by Tim Peters · 23 years ago
- de1d495 Added Dean Draayer to the thank you list. by Jack Jansen · 23 years ago
- 911e87d Patch by Dean Draayer: support for indeterminate progress bars. You by Jack Jansen · 23 years ago
- e259e59 Patch by Bill Noon: added 'dylib' as a library type along with by Jack Jansen · 23 years ago
- 9403591 Fixes by Thomas Heller: by Jack Jansen · 23 years ago
- 06bd323 Refer to the toolbox modules by their official name (Carbon.AE), not the internal name (_AE). This can slow things down (once) but it's the only way I can get things to work on OSX, OS9 dynamically loaded and OS9 frozen. by Jack Jansen · 23 years ago
- 206bd57 When we're freezing to sourcecode and one of the modules is a dynamic module that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package. by Jack Jansen · 23 years ago
- 60aa4cc Updated to the current state of affairs. by Jack Jansen · 23 years ago
- 1c2a2b7 Added targets for building the Carbon and Classic interpreter if you don't want to go through fullbuild.py. by Jack Jansen · 23 years ago
- dc4d925 - A forgotten "from Carbon". by Jack Jansen · 23 years ago
- 4d3052a A few forgotten "from Carbon"s. by Jack Jansen · 23 years ago
- 402d598 SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from by Tim Peters · 23 years ago
- 7c47beb Two improvements suggested by Greg Stein: by Barry Warsaw · 23 years ago
- 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
- 6dba6bc Step 2 in putting the MacOS toolbox modules in a package: issue a DepracationWarning in the compatibility modules. by Jack Jansen · 23 years ago
- 6af5bbb PyString_FromFormatV: Massage platform %p output to match what gcc does, by Tim Peters · 23 years ago
- ea46fa8 Undo previous checkin -- Barry fixed it better. by Guido van Rossum · 23 years ago
- d320ad0 Update test output to match new (more informative) error message about by Guido van Rossum · 23 years ago
- 1914873 Quick and dirty fix for test_extcall failures trigged by Guido's by Barry Warsaw · 23 years ago
- 70d4491 Remove the local 'getset' class -- this is now a built-in type with by Guido van Rossum · 23 years ago
- 239abf7 getset_init(): the function name in the PyArg_ParseTuple() format by Guido van Rossum · 23 years ago
- a15dece Improve the error message issued when an unbound method is called with by Guido van Rossum · 23 years ago
- 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
- 0bcf6d8 Added lots of tests for reprs of "simple" objects, such as file, by Barry Warsaw · 23 years ago
- 876c8cb PyErr_Format(): Factor out most of this code into by Barry Warsaw · 23 years ago
- 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
- dadace0 PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from by Barry Warsaw · 23 years ago
- 16c018d Repair repr of future-features (wasn't updated to include the new by Tim Peters · 23 years ago
- 9881fc1 supers(): typo -- "if verify" should be "if verbose". by Guido van Rossum · 23 years ago
- c4a1880 Add test suite for super(). by Guido van Rossum · 23 years ago
- f5cb357 Add 'super' builtin type. by Guido van Rossum · 23 years ago