- 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
- 609c7c8 Add decl of PySuper_Type; fixup comments for the two other types. by Guido van Rossum · 23 years ago
- 705f0f5 Add 'super', another new object type with magical properties. by Guido van Rossum · 23 years ago
- 76f0cb8 Add a test for the new getset type. by Guido van Rossum · 23 years ago
- 271410a Change the getset type to take an optional third function argument: by Guido van Rossum · 23 years ago
- 833a8d8 SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, like by Guido van Rossum · 23 years ago
- 845fc48 getset_descr_set(): guard against deletion (indicated by a set call by Guido van Rossum · 23 years ago
- 2c25239 slot_tp_descr_get(): guard against NULL obj or type (bug reported by by Guido van Rossum · 23 years ago
- 91c0d8a getset_init(): make the arguments optional. by Guido van Rossum · 23 years ago
- 75a2f85 Last renamed module that wasn't removed yet. by Jack Jansen · 23 years ago
- 8967507 Back out trying to use the C values for CO_xxx. by Tim Peters · 23 years ago
- 4e2fbce Looks like someone forgot the change the expected output file. by Tim Peters · 23 years ago
- a365309 Add a test for the new // operator too. by Tim Peters · 23 years ago
- 26c7fa3 SF bug [#454456] int overflow code needs tests. by Tim Peters · 23 years ago
- 96685bf float_pow: Put *all* of the burden on the libm pow in normal by Tim Peters · 23 years ago
- 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
- 0b13116 err_ovf(): only raise OverflowError when OverflowWarning was raised. by Guido van Rossum · 23 years ago
- 31960db int_pow(): Repair typo when passing on to float pow (the 2nd argument was by Tim Peters · 23 years ago
- f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 23 years ago
- 971e069 Remove test_long's expected-output file. by Tim Peters · 23 years ago
- c266bb0 untabification by Fredrik Lundh · 23 years ago
- 78eedce updated to current PythonWare version (1.0b3). fixed type checks in by Fredrik Lundh · 23 years ago
- 84cc9bf Committing and closing SF patch #441348 to help Jython to pass this test. by Finn Bock · 23 years ago
- e98e462 Bump to version 1.3. Also document the new behavior of the chip widgets. by Barry Warsaw · 23 years ago
- 924ea05 Bump to version 1.3 by Barry Warsaw · 23 years ago
- e47e977 Implement some suggestions by Laura Creighton. by Barry Warsaw · 23 years ago
- cf144b0 Wrapper modules underound the toolbox modules, which now have an _ prepended. by Jack Jansen · 23 years ago
- 25a5bd7 Renamed. by Jack Jansen · 23 years ago
- 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 23 years ago
- 3cbf6d9 Mac toolbox modules have gotten an _ prepended to their name. by Jack Jansen · 23 years ago
- 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 23 years ago
- 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
- be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 23 years ago
- 0eb936b The MacOS module may be available on Mac OS X, but it doesn't have a SchedParams() method, and there's no need to call it anyway. by Jack Jansen · 23 years ago
- 83b120d Turn OverflowWarning into an error locally, in order to make the by Guido van Rossum · 23 years ago
- acc21d8 Ignore OverflowWarning by default. To enable the warning, use by Guido van Rossum · 23 years ago
- e27f795 Change all case where we used to raise OverflowError to issue a by Guido van Rossum · 23 years ago
- 87780df When an inlined operation on two small ints causes overflow, don't by Guido van Rossum · 23 years ago
- ae347b3 Introduce OverflowWarning -- to be issued when short int operations by Guido van Rossum · 23 years ago
- 7c198d3 Add pynche's top-level txt files to Windows installer -- I don't believe by Tim Peters · 23 years ago
- edc9931 "The usual" post-release fiddling. by Tim Peters · 23 years ago
- 18b2ecf Add an item about Tim's new installer. This didn't make it into the by Barry Warsaw · 23 years ago
- 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
- 0f10f84 indicate that mktime is platform-dependent. See SF bug 434143. by Skip Montanaro · 23 years ago
- 5ff41d1 indicate that the years for which the calendar function will work are by Skip Montanaro · 23 years ago
- 1a10aac make the gettmarg error message more correct by making it more vague ;-) by Skip Montanaro · 23 years ago
- 6f3410d More NEWS for 2.2a2. by Barry Warsaw · 23 years ago
- 32ce0cd Added a note about --enable-framework on Mac OS X. by Jack Jansen · 23 years ago
- 404e0b7 These long dead files somehow got revived. Killed them (but for how long? :-). by Jack Jansen · 23 years ago
- 0e53685 This file has been dead for aeons. I have no idea how it suddenly by Jack Jansen · 23 years ago