| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backport revision 2.69. | Guido van Rossum | 2002-01-15 | 1 | -2/+3 |
|
|
| * | Attempted to update all the copyright notices (we're releasing this in | Tim Peters | 2002-01-10 | 1 | -1/+1 |
|
|
| * | cosmetic change to add a commit message for the last commit, accidently | Anthony Baxter | 2002-01-10 | 1 | -1/+1 |
|
|
| * | thread_pthread.h | Anthony Baxter | 2002-01-10 | 1 | -1/+1 |
|
|
| * | backport of solaris thread patch, adding PTHREAD_SCOPE_SYSTEM support: | Anthony Baxter | 2001-12-23 | 1 | -0/+11 |
|
|
| * | backport 2.35: | Anthony Baxter | 2001-12-21 | 1 | -3/+3 |
|
|
| * | backport 2.153: | Anthony Baxter | 2001-12-21 | 1 | -0/+3 |
|
|
| * | backport 2.9: | Anthony Baxter | 2001-12-21 | 1 | -0/+1 |
|
|
| * | backport 2.144: | Anthony Baxter | 2001-12-21 | 1 | -0/+1 |
|
|
| * | Backport rev 2.301 to the 2.1 maintenance branch. | Jeremy Hylton | 2001-12-20 | 1 | -1/+5 |
|
|
| * | backport of jeremy's 2.227: | Anthony Baxter | 2001-11-21 | 1 | -19/+51 |
|
|
| * | backport of tim's 2.66: | Anthony Baxter | 2001-11-21 | 1 | -1/+1 |
|
|
| * | backport of 2.8, after checking with MarkH | Anthony Baxter | 2001-11-21 | 1 | -17/+14 |
|
|
| * | backport of patches 2.10, 2.11, 2.12, by MvL. | Anthony Baxter | 2001-11-21 | 1 | -4/+8 |
|
|
| * | backport of 2.8 by jack: | Anthony Baxter | 2001-11-21 | 1 | -3/+7 |
|
|
| * | backport of 2.242: | Anthony Baxter | 2001-11-21 | 1 | -2/+3 |
|
|
| * | backport of 2.90: | Anthony Baxter | 2001-11-21 | 1 | -0/+5 |
|
|
| * | Backport fix from 2.277 - incorrectly swapped arguments to PyFrame_BlockSetup. | Anthony Baxter | 2001-10-21 | 1 | -2/+2 |
|
|
| * | Backport of Tim's checkin 2.178: | Thomas Wouters | 2001-07-11 | 1 | -11/+28 |
|
|
| * | Backport Tim's checkin 2.247: | Thomas Wouters | 2001-06-27 | 1 | -2/+3 |
|
|
| * | Backport Tim's checkin 2.201: | Thomas Wouters | 2001-06-27 | 1 | -10/+54 |
|
|
| * | Backport Jeremy's checkin 2.57: | Thomas Wouters | 2001-06-27 | 1 | -9/+7 |
|
|
| * | Backport Jeremy's checkin 2.244: | Thomas Wouters | 2001-06-27 | 1 | -1/+7 |
|
|
| * | Backport of Tim's checkin 2.177: | Thomas Wouters | 2001-05-23 | 1 | -8/+5 |
|
|
| * | Backport Tim's checkin 2.199: | Thomas Wouters | 2001-05-23 | 1 | -9/+19 |
|
|
| * | Backport Jeremy's checkin 2.198: | Thomas Wouters | 2001-05-23 | 1 | -6/+20 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-04-17 | 1 | -211/+0 |
|
|
| * | Make some private symbols static. | Guido van Rossum | 2001-04-14 | 2 | -3/+4 |
|
|
| * | split long line | Jeremy Hylton | 2001-04-13 | 1 | -1/+2 |
|
|
| * | Change error message raised when free variable is not yet bound. It | Jeremy Hylton | 2001-04-13 | 1 | -10/+16 |
|
|
| * | Patch by Ping (SF bug 415879, Exception.__init__() causes segfault): | Guido van Rossum | 2001-04-13 | 1 | -3/+2 |
|
|
| * | Because this code was derived from Python 1.6.1 (amongst others), the | Guido van Rossum | 2001-04-12 | 1 | -1/+1 |
|
|
| * | Update copyright to PSF. | Guido van Rossum | 2001-04-12 | 1 | -1/+1 |
|
|
| * | Fix exception handling for non-PyFunction objects, SF bug 414743. | Jeremy Hylton | 2001-04-11 | 1 | -16/+54 |
|
|
| * | Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger | Guido van Rossum | 2001-04-10 | 1 | -0/+4 |
|
|
| * | test_pickle works on sizeof(long)==8 boxes again. | Tim Peters | 2001-04-10 | 1 | -1/+1 |
|
|
| * | Warn when assigning to __debug__ instead of raising an error. | Jeremy Hylton | 2001-04-09 | 1 | -7/+2 |
|
|
| * | SF patch #413552 - Premature decref on object | Tim Peters | 2001-04-07 | 1 | -3/+7 |
|
|
| * | Bug fix: compile() called from a nested-scopes-enable Python was not | Jeremy Hylton | 2001-03-26 | 1 | -1/+1 |
|
|
| * | Finishing touch to Ping's changes. This is a patch that Ping sent me | Guido van Rossum | 2001-03-23 | 1 | -11/+11 |
|
|
| * | call_sys_exitfunc(): Remove unused variable f. | Fred Drake | 2001-03-23 | 1 | -1/+1 |
|
|
| * | Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit(). | Ka-Ping Yee | 2001-03-23 | 1 | -32/+37 |
|
|
| * | Make it illegal to assign to __debug__ as per Guido's request. | Jeremy Hylton | 2001-03-23 | 1 | -1/+12 |
|
|
| * | Fix memory leak with SyntaxError. (The DECREF was originally hidden | Guido van Rossum | 2001-03-23 | 1 | -0/+1 |
|
|
| * | Add sys.excepthook. | Ka-Ping Yee | 2001-03-23 | 2 | -20/+83 |
|
|
| * | Set the line number correctly for a nested function with an exec or | Jeremy Hylton | 2001-03-22 | 1 | -2/+5 |
|
|
| * | Make error messages clearer for illegal combinations of nested | Jeremy Hylton | 2001-03-22 | 1 | -15/+36 |
|
|
| * | Extend support for from __future__ import nested_scopes | Jeremy Hylton | 2001-03-22 | 3 | -16/+112 |
|
|
| * | If a code object is compiled with nested scopes, define the CO_NESTED flag. | Jeremy Hylton | 2001-03-22 | 2 | -1/+11 |
|
|
| * | Use PyObject_IsInstance() to check whether the first argument to an | Guido van Rossum | 2001-03-21 | 1 | -13/+19 |
|
|