| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #683592: unicode support for os.listdir() | Just van Rossum | 2003-02-25 | 1 | -1/+8 |
|
|
* | note the demise of the dospath module (was actually in 2.3a2) | Skip Montanaro | 2003-02-25 | 1 | -0/+3 |
|
|
* | 2.3b1 patches | Guido van Rossum | 2003-02-24 | 1 | -2/+5 |
|
|
* | Added a note about MacOS.WMAvailable(). | Jack Jansen | 2003-02-24 | 1 | -1/+2 |
|
|
* | Deleting the 2.2 spec. | Guido van Rossum | 2003-02-24 | 1 | -302/+0 |
|
|
* | RPM spec file for 2.3a2, contributed by Sean Reifschneider. | Guido van Rossum | 2003-02-24 | 1 | -0/+303 |
|
|
* | Fix SF bug #691793, Python 2.3a2 build fails on Tru64 | Neal Norwitz | 2003-02-23 | 1 | -1/+2 |
|
|
* | Fix SF bug #689659, 64-bit int and long hash keys incompatible | Neal Norwitz | 2003-02-23 | 1 | -1/+2 |
|
|
* | User requested changes to the itertools module. | Raymond Hettinger | 2003-02-23 | 1 | -1/+3 |
|
|
* | Prepped for 2.3b1. | Guido van Rossum | 2003-02-20 | 1 | -0/+57 |
|
|
* | Match parentheses. | Guido van Rossum | 2003-02-20 | 1 | -1/+1 |
|
|
* | Merge in changes made to the 2.3a2 release. | Guido van Rossum | 2003-02-20 | 1 | -2/+28 |
|
|
* | fixed markup | David Goodger | 2003-02-19 | 1 | -8/+13 |
|
|
* | Update versions/dates for release of 2.3a2. Added some last-minute news. | Guido van Rossum | 2003-02-19 | 1 | -8/+6 |
|
|
* | Add a note about the recent PEP 293 changes. | Walter Dörwald | 2003-02-19 | 1 | -0/+4 |
|
|
* | - PyEval_GetFrame() is now declared to return a PyFrameObject * | Guido van Rossum | 2003-02-19 | 1 | -0/+3 |
|
|
* | - sys.path[0] (the directory from which the script is loaded) is now | Guido van Rossum | 2003-02-19 | 1 | -0/+4 |
|
|
* | Added a note that MacOSX applets can no longer be run from a terminal window. | Jack Jansen | 2003-02-18 | 1 | -1/+3 |
|
|
* | Make PyNumber_Check() a bit more careful, since all sorts of things | Guido van Rossum | 2003-02-18 | 1 | -0/+8 |
|
|
* | Reword section about moving variables to os.path to match intent (or | Michael W. Hudson | 2003-02-17 | 1 | -3/+4 |
|
|
* | Patch 686397: | Andrew MacIntyre | 2003-02-17 | 1 | -0/+6 |
|
|
* | Added notes about pimp and bundlebuilder to the Mac section. | Jack Jansen | 2003-02-16 | 1 | -0/+8 |
|
|
* | - The audio driver tests (test_ossaudiodev.py and | Guido van Rossum | 2003-02-14 | 1 | -0/+6 |
|
|
* | Add SF reference to news item. | Guido van Rossum | 2003-02-13 | 1 | -1/+1 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 1 | -0/+8 |
|
|
* | SF patch #685738 by Michael Stone. | Guido van Rossum | 2003-02-13 | 1 | -0/+6 |
|
|
* | Provide access to the import lock, fixing SF bug #580952. This is | Guido van Rossum | 2003-02-12 | 1 | -1/+7 |
|
|
* | Issue a warning when int('0...', 0) returns an int with the sign | Guido van Rossum | 2003-02-12 | 1 | -1/+8 |
|
|
* | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 1 | -0/+12 |
|
|
* | Implement another useful feature for proxies: in super(X, x), x may | Guido van Rossum | 2003-02-12 | 1 | -0/+3 |
|
|
* | SF #532767: isinstance(x, X) should work when x is a proxy for an X | Guido van Rossum | 2003-02-12 | 1 | -0/+5 |
|
|
* | Fix from SF #681367: inherit tp_as_buffer. This only applies to C | Guido van Rossum | 2003-02-11 | 1 | -0/+4 |
|
|
* | mention unicode file name support on OSX | Just van Rossum | 2003-02-10 | 1 | -0/+4 |
|
|
* | mention unicode support in compile, eval and exec | Just van Rossum | 2003-02-10 | 1 | -0/+3 |
|
|
* | Fix SF bug #683467, 'int' ability to generate longs not inherited | Neal Norwitz | 2003-02-10 | 1 | -0/+3 |
|
|
* | Add tests and news entry about parser errors from bug #678518. | Neal Norwitz | 2003-02-10 | 1 | -0/+2 |
|
|
* | Alphabetize some names | Neal Norwitz | 2003-02-10 | 1 | -2/+3 |
|
|
* | Comparison for timedelta, time, date and datetime objects: __eq__ and | Tim Peters | 2003-02-07 | 1 | -1/+16 |
|
|
* | Added a note about getting rid of macfs usage (MacPython). | Jack Jansen | 2003-02-06 | 1 | -0/+4 |
|
|
* | Clarify that __module__ applies to various type of functions. | Guido van Rossum | 2003-02-06 | 1 | -6/+7 |
|
|
* | Add news item about __module__ attribute on functions. | Jeremy Hylton | 2003-02-06 | 1 | -0/+8 |
|
|
* | Small function call optimization and special build option for call stats. | Jeremy Hylton | 2003-02-05 | 1 | -0/+10 |
|
|
* | [680789] Debug with long array takes forever | Tim Peters | 2003-02-05 | 1 | -0/+3 |
|
|
* | If a float is passed where a int is expected, issue a DeprecationWarning | Neil Schemenauer | 2003-02-04 | 1 | -3/+4 |
|
|
* | Fix typo. | Walter Dörwald | 2003-02-03 | 1 | -1/+1 |
|
|
* | - Thanks to Scott David Daniels, a subtle bug in how the zlib | Guido van Rossum | 2003-02-03 | 2 | -0/+6 |
|
|
* | braino | Skip Montanaro | 2003-02-03 | 1 | -2/+2 |
|
|
* | add note about new db2pickle.py and pickle2db.py scripts | Skip Montanaro | 2003-02-03 | 1 | -2/+19 |
|
|
* | Add some notes that got python to work on the snake farm | Neal Norwitz | 2003-02-02 | 1 | -0/+16 |
|
|
* | long(string, base) now takes time linear in len(string) when base is a | Tim Peters | 2003-02-02 | 1 | -0/+3 |
|
|