| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Temporary bump of the version number. | Barry Warsaw | 2003-03-26 | 1 | -1/+1 |
|
|
| * | typed_subpart_iterator(): Fix these to use non-deprecated APIs, | Barry Warsaw | 2003-03-26 | 1 | -3/+10 |
|
|
| * | typed_subpart_iterator(): Fix these to use non-deprecated APIs, | Barry Warsaw | 2003-03-26 | 1 | -2/+2 |
|
|
| * | Fix typo. | Walter Dörwald | 2003-03-26 | 1 | -1/+1 |
|
|
| * | Modified to accept a command line argument too. | Jack Jansen | 2003-03-26 | 1 | -4/+8 |
|
|
| * | Add two tests for simple error cases. | Walter Dörwald | 2003-03-26 | 1 | -0/+4 |
|
|
| * | SF patch #707257: Improve code generation | Raymond Hettinger | 2003-03-26 | 1 | -2/+94 |
|
|
| * | CommandTests.testgetoutput(): | Thomas Wouters | 2003-03-25 | 1 | -1/+3 |
|
|
| * | Frank Vercruesse gave an okay on removing the copyright notice: | Jack Jansen | 2003-03-25 | 2 | -1/+2 |
|
|
| * | Refactoring: rename update_these_slots() into update_subclasses() and | Guido van Rossum | 2003-03-24 | 1 | -47/+68 |
|
|
| * | symtable_cellvar_offsets(): This leaked references to little integers | Tim Peters | 2003-03-24 | 1 | -1/+5 |
|
|
| * | Added a Mac note that EasyDialogs dialogs now bring the application to | Jack Jansen | 2003-03-24 | 1 | -1/+3 |
|
|
| * | Allow floating point values in ProgressBar. | Jack Jansen | 2003-03-24 | 1 | -0/+2 |
|
|
| * | Regenerated with Donovan Prestons patch #702620. | Jack Jansen | 2003-03-23 | 45 | -117/+331 |
|
|
| * | Not all objects have an _propdict and _privpropdict, so cater for that. | Jack Jansen | 2003-03-23 | 1 | -3/+3 |
|
|
| * | Typo in comment. | Tim Peters | 2003-03-23 | 1 | -1/+1 |
|
|
| * | Improved new Py_TRACE_REFS gimmicks. | Tim Peters | 2003-03-23 | 4 | -21/+54 |
|
|
| * | add comment about 2.2 compatibility | Skip Montanaro | 2003-03-23 | 1 | -1/+13 |
|
|
| * | SF patch #708201, unchecked return value in import.c by Jason Harper | Neal Norwitz | 2003-03-23 | 1 | -0/+2 |
|
|
| * | Make private function and data static. | Neal Norwitz | 2003-03-23 | 1 | -2/+3 |
|
|
| * | slot_sq_contains(): This leaked a reference to the result of calling | Tim Peters | 2003-03-23 | 1 | -11/+12 |
|
|
| * | Refactored some of the Py_TRACE_REFS code. New private API function | Tim Peters | 2003-03-23 | 3 | -10/+27 |
|
|
| * | Oops! Used a wrong preprocessor symbol. | Tim Peters | 2003-03-23 | 1 | -1/+1 |
|
|
| * | When Py_TRACE_REFS is defined, a list of all live objects is maintained in | Tim Peters | 2003-03-23 | 2 | -6/+28 |
|
|
| * | Correct error in last checkin noticed by Neal Norwitz. And some more. | Kurt B. Kaiser | 2003-03-22 | 1 | -4/+4 |
|
|
| * | M PyShell.py | Kurt B. Kaiser | 2003-03-22 | 2 | -19/+95 |
|
|
| * | Improve error message handling. | Kurt B. Kaiser | 2003-03-22 | 1 | -3/+21 |
|
|
| * | Include Python.h first which defines _XOPEN_SOURCE | Neal Norwitz | 2003-03-22 | 1 | -3/+3 |
|
|
| * | Back out previous change as discussed on python-checkins | Neal Norwitz | 2003-03-22 | 1 | -1/+0 |
|
|
| * | Stop creating empty CVS directories in the csv subtree. | Tim Peters | 2003-03-22 | 1 | -1/+7 |
|
|
| * | Add lib/mimelib.tex to dependencies | Neal Norwitz | 2003-03-22 | 1 | -0/+1 |
|
|
| * | Lots of tweaks to make this work in the new setting. Not fully tested yet. | Jack Jansen | 2003-03-22 | 2 | -33/+44 |
|
|
| * | Tools to build a disk image with a binary installer for MacPython-OSX, | Jack Jansen | 2003-03-21 | 5 | -0/+300 |
|
|
| * | use os.path.realpath() instead of os.readlink() | Just van Rossum | 2003-03-21 | 1 | -3/+1 |
|
|
| * | email is at version 2.5 now | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
|
|
| * | Email version 2.5 -- I will now backport this to Python 2.2.3. | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
|
|
| * | Add PEP 307 section | Andrew M. Kuchling | 2003-03-21 | 1 | -0/+44 |
|
|
| * | Add PEP305 section | Andrew M. Kuchling | 2003-03-21 | 1 | -0/+50 |
|
|
| * | Update datetime section a bit | Andrew M. Kuchling | 2003-03-21 | 1 | -16/+15 |
|
|
| * | _PyFloat_Pack4(): Removed needless call of floor(). | Tim Peters | 2003-03-21 | 1 | -1/+1 |
|
|
| * | Give a better error message when a string of the wrong size is | Jack Jansen | 2003-03-21 | 2 | -5/+9 |
|
|
| * | Generate all the standard OSA suite packages. Has absolute pathname | Jack Jansen | 2003-03-21 | 1 | -0/+44 |
|
|
| * | Got rid of the "enum not found" interaction, and added code to allow | Jack Jansen | 2003-03-21 | 1 | -20/+43 |
|
|
| * | Allow gensuitemodule to be run non-interactively, from the OSX command | Jack Jansen | 2003-03-21 | 1 | -22/+79 |
|
|
| * | Rename variables _seq to _it and seq to it, to emphasize that this is | Guido van Rossum | 2003-03-21 | 1 | -5/+5 |
|
|
| * | Added _csv module, and getting rid of macfs. | Jack Jansen | 2003-03-21 | 2 | -2/+4 |
|
|
| * | Getting rid of macfs. | Jack Jansen | 2003-03-21 | 2 | -11/+11 |
|
|
| * | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ... | Jack Jansen | 2003-03-21 | 3 | -5/+9 |
|
|
| * | Patch 702620 by Donovan Preston: Fix AE inheritance. | Jack Jansen | 2003-03-21 | 2 | -9/+10 |
|
|
| * | only set $PYTHONHOME when building a standalone app. | Just van Rossum | 2003-03-21 | 1 | -1/+3 |
|
|