| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | [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 | 1 | -0/+5 |
|
|
* | 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 |
|
|
* | long(string, base) now takes time linear in len(string) when base is a | Tim Peters | 2003-02-02 | 1 | -0/+3 |
|
|
* | There's no good reason for datetime objects to expose __getstate__() | Tim Peters | 2003-02-01 | 1 | -2/+2 |
|
|
* | Move itertools module from the sandbox and into production. | Raymond Hettinger | 2003-02-01 | 1 | -0/+3 |
|
|
* | The various datetime object __setstate__() methods are no longer public | Tim Peters | 2003-01-31 | 1 | -1/+6 |
|
|
* | Patch #669198: Add cflags to RC compile. | Thomas Heller | 2003-01-31 | 1 | -0/+3 |
|
|
* | Fix SF bug# 676155, RuntimeWarning with tp_compare | Neal Norwitz | 2003-01-28 | 1 | -0/+4 |
|
|
* | Support socket timeout in SSL, by Geoff Talvola. | Guido van Rossum | 2003-01-27 | 1 | -0/+3 |
|
|
* | Moving pickletools.py from the sandbox into the std library. I started | Tim Peters | 2003-01-27 | 1 | -2/+6 |
|
|
* | Attempting to keep the Mac section of the NEWS file up-to-date, in stead | Jack Jansen | 2003-01-27 | 1 | -1/+5 |
|
|
* | Patch #670715: Universal Unicode Codec for POSIX iconv. | Martin v. Löwis | 2003-01-26 | 1 | -0/+3 |
|
|
* | SF #642974, logging SysLogHandler proto type wrong | Neal Norwitz | 2003-01-26 | 1 | -0/+3 |
|
|
* | Patch #636005: Filter unicode into unicode. | Martin v. Löwis | 2003-01-25 | 1 | -0/+2 |
|
|
* | date and datetime comparison: when we don't know how to | Tim Peters | 2003-01-24 | 1 | -0/+8 |
|
|
* | Add news about getargs change. | Neil Schemenauer | 2003-01-24 | 1 | -1/+4 |
|
|
* | Bump the Windows build to use Sleepycat's 4.1.25.NC release (the | Tim Peters | 2003-01-24 | 1 | -3/+6 |
|
|
* | SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1). | Tim Peters | 2003-01-23 | 1 | -0/+4 |
|
|
* | Reimplemented datetime.now() to be useful. | Tim Peters | 2003-01-23 | 1 | -0/+11 |
|
|
* | add support for Python's bool type to xmlrpclib - patch # 559288 | Skip Montanaro | 2003-01-22 | 1 | -0/+2 |
|
|
* | "Premature" doc changes, for new astimezone() rules, and the new | Tim Peters | 2003-01-22 | 1 | -3/+19 |
|
|
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 | 1 | -2/+5 |
|
|
* | Patch #661719: Expose compilation errors as exceptions on request. | Martin v. Löwis | 2003-01-15 | 1 | -0/+3 |
|
|