Final head of the former 2.1 branch
- 78c4095 PyModule_AddObject(): Added missing exceptions. Closes SF bug #523473. by Fred Drake · 23 years ago
- 63ab3e2 Fix SF #561858 Assertion with very long lists by Neal Norwitz · 23 years ago
- 34d316c backport tim_one's patch: by Anthony Baxter · 23 years ago
- f599b74 Backport fixes for two nested scopes bugs. by Jeremy Hylton · 23 years ago
- ded18d6 Backport for 2.1.3 (if we ever release it; we may have to because by Guido van Rossum · 23 years ago
- a472771 Backport revision 2.69. by Guido van Rossum · 24 years ago
- a03453d Attempted to update all the copyright notices (we're releasing this in by Tim Peters · 24 years ago
- f226f40 cosmetic change to add a commit message for the last commit, accidently by Anthony Baxter · 24 years ago
- ca1512c thread_pthread.h by Anthony Baxter · 24 years ago
- 64d8547 backport of solaris thread patch, adding PTHREAD_SCOPE_SYSTEM support: by Anthony Baxter · 24 years ago
- ba5a3f2 backport 2.35: by Anthony Baxter · 24 years ago
- 8d0b5ad backport 2.153: Missing DECREFs when exception is raised in sys.excepthook. by Anthony Baxter · 24 years ago
- 047f687 backport 2.9: by Anthony Baxter · 24 years ago
- f3f6cfe backport 2.144: by Anthony Baxter · 24 years ago
- f7adf24 Backport rev 2.301 to the 2.1 maintenance branch. by Jeremy Hylton · 24 years ago
- 55aa02b backport of jeremy's 2.227: by Anthony Baxter · 24 years ago
- d2d88ae backport of tim's 2.66: by Anthony Baxter · 24 years ago
- b104606 backport of 2.8, after checking with MarkH by Anthony Baxter · 24 years ago
- a700e18 backport of patches 2.10, 2.11, 2.12, by MvL. by Anthony Baxter · 24 years ago
- 057a2e7 backport of 2.8 by jack: by Anthony Baxter · 24 years ago
- b78e593 backport of 2.242: by Anthony Baxter · 24 years ago
- 1534ab5 backport of 2.90: by Anthony Baxter · 24 years ago
- dc009f3 Backport fix from 2.277 - incorrectly swapped arguments to PyFrame_BlockSetup. by Anthony Baxter · 24 years ago
- d4a75dc Backport of Tim's checkin 2.178: by Thomas Wouters · 24 years ago
- 44c3679 Backport Tim's checkin 2.247: by Thomas Wouters · 24 years ago
- 671e257 Backport Tim's checkin 2.201: by Thomas Wouters · 24 years ago
- 689f4fa Backport Jeremy's checkin 2.57: by Thomas Wouters · 24 years ago
- 7a5b674 Backport Jeremy's checkin 2.244: by Thomas Wouters · 24 years ago
- a29e4f3 Backport of Tim's checkin 2.177: by Thomas Wouters · 24 years ago
- db9486f Backport Tim's checkin 2.199: by Thomas Wouters · 24 years ago
- f7844d0 Backport Jeremy's checkin 2.198: by Thomas Wouters · 24 years ago
- a839747 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- f68d8e5 Make some private symbols static. by Guido van Rossum · 24 years ago
- 37832f0 split long line by Jeremy Hylton · 24 years ago
- c76770c Change error message raised when free variable is not yet bound. It by Jeremy Hylton · 24 years ago
- d9994e0 Patch by Ping (SF bug 415879, Exception.__init__() causes segfault): by Guido van Rossum · 24 years ago
- 23f7aed Because this code was derived from Python 1.6.1 (amongst others), the by Guido van Rossum · 24 years ago
- ce260d5 Update copyright to PSF. by Guido van Rossum · 24 years ago
- 512a237 Fix exception handling for non-PyFunction objects, SF bug 414743. by Jeremy Hylton · 24 years ago
- bceccf5 Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger by Guido van Rossum · 24 years ago
- 4471400 test_pickle works on sizeof(long)==8 boxes again. by Tim Peters · 24 years ago
- a830b38 Warn when assigning to __debug__ instead of raising an error. by Jeremy Hylton · 24 years ago
- 388ed08 SF patch #413552 - Premature decref on object by Tim Peters · 24 years ago
- 673a4fd Bug fix: compile() called from a nested-scopes-enable Python was not by Jeremy Hylton · 24 years ago
- 66e8e86 Finishing touch to Ping's changes. This is a patch that Ping sent me by Guido van Rossum · 24 years ago
- 6a12d8d call_sys_exitfunc(): Remove unused variable f. by Fred Drake · 24 years ago
- 26fabb0 Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit(). by Ka-Ping Yee · 24 years ago
- 897b821 Make it illegal to assign to __debug__ as per Guido's request. by Jeremy Hylton · 24 years ago
- 4131830 Fix memory leak with SyntaxError. (The DECREF was originally hidden by Guido van Rossum · 24 years ago
- b5c5132 Add sys.excepthook. by Ka-Ping Yee · 24 years ago
- 2e2cded Set the line number correctly for a nested function with an exec or by Jeremy Hylton · 24 years ago
- 280e6bd Make error messages clearer for illegal combinations of nested by Jeremy Hylton · 24 years ago
- bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 24 years ago
- 061d106 If a code object is compiled with nested scopes, define the CO_NESTED flag. by Jeremy Hylton · 24 years ago
- 66b0e9c Use PyObject_IsInstance() to check whether the first argument to an by Guido van Rossum · 24 years ago
- ded4bd7 Update PyNode_CompileSymtable() to understand future statements by Jeremy Hylton · 24 years ago
- 823649d Move the code implementing isinstance() and issubclass() to new C by Guido van Rossum · 24 years ago
- 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 24 years ago
- 4df3c52 Case-checking was broken on the Macintosh. Fixed. by Jack Jansen · 24 years ago
- ce7ef59 Fixup handling of free variables in methods when the class scope also by Jeremy Hylton · 24 years ago
- 23b4227 Fix crashes in nested list comprehensions SF bugs 409230 and 407800 by Jeremy Hylton · 24 years ago
- 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 24 years ago
- aec7924 Py_BuildValue(): Add "D" conversion to create a Python complex value from by Fred Drake · 24 years ago
- 198457a When iterating over the names imported in a future statement, ignore the by Fred Drake · 24 years ago
- 2b6727b Use Py_CHARMASK for ctype macros. Fixes bug #232787. by Martin v. Löwis · 24 years ago
- a76ba6e Add some spaces around the "=" in assignments. by Fred Drake · 24 years ago
- 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 24 years ago
- 207fda6 Refactored the warning-issuing code more. by Guido van Rossum · 24 years ago
- 677898a Thanks to Steven Majewski, finally putting MacOS X imports to bed for 2.1b1. by Tim Peters · 24 years ago
- 9f324e9 Useful future statement support for the interactive interpreter by Jeremy Hylton · 24 years ago
- d1e87a8 More MacOSX fiddling. As noted in a comment, I believe all variations by Tim Peters · 24 years ago
- dbe6ebb More fiddling w/ the new-fangled Mac import code. by Tim Peters · 24 years ago
- c63d3e9 Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least) by Fred Drake · 24 years ago
- 7889107 Fix core dump in example from Samuele Pedroni: by Jeremy Hylton · 24 years ago
- 5819aa8 Remove extra close curly in code #ifdef'ed out on my box. by Tim Peters · 24 years ago
- 430f5d4 In Steven's apparent absence, check in *something* with a non-zero chance by Tim Peters · 24 years ago
- 5125773 Don't add global names to st->st_global if we're already iterating by Jeremy Hylton · 24 years ago
- 3dd5ad3 undo introduction of st_global_star by Jeremy Hylton · 24 years ago
- c176132 Warn about global statement at the module level. by Jeremy Hylton · 24 years ago
- 4419ac1 Add warning/error handlin for problematic nested scopes cases as by Jeremy Hylton · 24 years ago
- ee34ac1 Let's have some sanity. Introduce a helper to issue a symbol table warning. by Guido van Rossum · 24 years ago
- 0bba7f8 Use the new PyErr_WarnExplicit() API to issue better warnings for by Guido van Rossum · 24 years ago
- 9da7f3b SyntaxError__init__(): Be a little more robust when picking apart the by Fred Drake · 24 years ago
- 2fd4565 Add PyErr_WarnExplicit(), which calls warnings.warn_explicit(), with by Guido van Rossum · 24 years ago
- b797f1f Now that Jeremy is asking about this code, it looks really bogus to me, by Fred Drake · 24 years ago
- ad3d3f2 Improve SyntaxErrors for bad future statements. Set file and location by Jeremy Hylton · 24 years ago
- 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 24 years ago
- 9f1b993 Print the offending line of code in the traceback for SyntaxErrors by Jeremy Hylton · 24 years ago
- e860f9b Ack -- my eyes are getting bleary. Typos in the comment typo repairs. by Tim Peters · 24 years ago
- f91ed2d Comment typos. by Tim Peters · 24 years ago
- 50d8d37 Implement PEP 235: Import on Case-Insensitive Platforms. by Tim Peters · 24 years ago
- 280c81a Need to support single_input explicitly so from __future__ imports by Jeremy Hylton · 24 years ago
- 39e2f3f Presumed correct compiler pass for future statements by Jeremy Hylton · 24 years ago
- 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 24 years ago
- be77cf7 Add warnings about undefined "global" SF bug #233532 by Jeremy Hylton · 24 years ago
- 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 24 years ago
- 1e54211 Shuffle premature decref; nuke unreachable code block. by Tim Peters · 24 years ago
- 0372af7 symtable_update_free_vars(), symtable_undo_free(), by Barry Warsaw · 24 years ago
- 74b3bc4 Fix for bug 133489: compiler leaks memory by Jeremy Hylton · 24 years ago
- 85cd1d6 The code in PyImport_Import() tried to save itself a bit of work and by Guido van Rossum · 25 years ago