| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. | Guido van Rossum | 2005-02-03 | 1 | -0/+4 |
| | | |||||
| * | Backport: Double-fix of crash in Unicode freelist handling. | Jeremy Hylton | 2003-09-17 | 1 | -0/+5 |
| | | |||||
| * | NEWS about email package 794466 patch. | Barry Warsaw | 2003-09-03 | 1 | -1/+2 |
| | | |||||
| * | Describe the fix to the email package. | Barry Warsaw | 2003-08-19 | 1 | -0/+5 |
| | | |||||
| * | Patch #772696: Delete .cvsignore files. | Martin v. Löwis | 2003-08-05 | 1 | -1/+9 |
| | | |||||
| * | backport for 753451 | Anthony Baxter | 2003-07-13 | 1 | -0/+2 |
| | | |||||
| * | Fix SF bug #763023, difflib.py: ratio() zero division not caught | Neal Norwitz | 2003-07-01 | 1 | -0/+3 |
| | | |||||
| * | Backport: | Neal Norwitz | 2003-07-01 | 1 | -0/+2 |
| | | | | | | | SF bug 753592, websucker Pass the proper variable when the user supplies a directory. | ||||
| * | copy and deepcopy builtin functions atomically. Fixes #746304. | Martin v. Löwis | 2003-06-14 | 1 | -0/+5 |
| | | | | | Also backport 2.36 (deepcopy classes atomically). | ||||
| * | Install Sean's updated spec | Barry Warsaw | 2003-06-13 | 1 | -0/+2 |
| | | |||||
| * | Last minute NEWS file updates | Barry Warsaw | 2003-05-30 | 1 | -1/+4 |
| | | |||||
| * | Typo repair. | Tim Peters | 2003-05-29 | 1 | -2/+2 |
| | | |||||
| * | Fleshed out the WeakKeyDictionary.__delitem__ news, since this can change | Tim Peters | 2003-05-29 | 1 | -2/+14 |
| | | | | | visible behavior. | ||||
| * | All the news that's fit to print (I reviewed the CVS log since the | Guido van Rossum | 2003-05-29 | 1 | -0/+15 |
| | | | | | bump of patchlevel.h). | ||||
| * | Add section for 2.2.3 final and memory leak plug for tkinter | Neal Norwitz | 2003-05-29 | 1 | -0/+7 |
| | | |||||
| * | Spec file update from Sean Reifschneider. | Barry Warsaw | 2003-05-27 | 1 | -3/+2 |
| | | |||||
| * | Backport of 1.48: on Mac OS X don't use -R for runtime_library_dirs, use | Jack Jansen | 2003-05-23 | 1 | -0/+3 |
| | | | | | -L in stead. Fixes #723495. | ||||
| * | Go ahead and label this 2.2.3c1 | Barry Warsaw | 2003-05-22 | 1 | -2/+2 |
| | | |||||
| * | A bunch of NEWS file updates | Barry Warsaw | 2003-05-22 | 1 | -1/+24 |
| | | |||||
| * | PyType_Ready(): Complain if the type is a base type, and gc'able, and | Tim Peters | 2003-05-21 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | tp_free is NULL or PyObject_Del at the end. Because it's a base type it must call tp_free in its dealloc function, and because it's gc'able it must not call PyObject_Del. inherit_slots(): Don't inherit tp_free unless the type and its base agree about whether they're gc'able. If the type is gc'able and the base is not, and the base uses the default PyObject_Del for its tp_free, give the type PyObject_GC_Del for its tp_free (the appropriate default for a gc'able type). cPickle.c: The Pickler and Unpickler types claim to be base classes and gc'able, but their dealloc functions didn't call tp_free. Repaired that. Also call PyType_Ready() on these typeobjects, so that the correct (PyObject_GC_Del) default memory-freeing function gets plugged into these types' tp_free slots. | ||||
| * | A few new news items | Barry Warsaw | 2003-05-20 | 1 | -0/+7 |
| | | |||||
| * | Backport fixes to make more types collectable. | Jeremy Hylton | 2003-05-09 | 1 | -0/+3 |
| | | | | | classmethod, staticmethod, cPickle.Pickler, cPickle.UNpickler | ||||
| * | file_truncate(): Backported 2.3 code so that file.truncate(n) works on | Tim Peters | 2003-04-30 | 1 | -0/+4 |
| | | | | | | | Windows when n is too big to fit in a 32-bit int. This was a hole in 2.2's large file support on Windows, and turns out it's a bad hole at least for ZODB. | ||||
| * | Backport the Carlo Verre fix. | Guido van Rossum | 2003-04-25 | 1 | -0/+3 |
| | | |||||
| * | fsync(): Implemented for Windows, via calling MS _commit. This counts | Tim Peters | 2003-04-23 | 1 | -0/+4 |
| | | | | | | | as "a bug" because there's no other way in core Python to ensure that bytes written are actually on disk. At least ZODB wants this guarantee, for robustness against crashes. | ||||
| * | Backport: | Neal Norwitz | 2003-04-11 | 1 | -0/+5 |
| | | | | | | | | | | | | Fix SF bug #697220, string.strip implementation/doc mismatch Attempt to make all the various string/unicode *strip methods the same. * Doc - add doc for when functions were added * UserString * string/unicode object methods * string module functions 'chars' is used for the last parameter everywhere. | ||||
| * | Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one. | Tim Peters | 2003-04-08 | 1 | -0/+8 |
| | | |||||
| * | note test_locale skip | Skip Montanaro | 2003-03-31 | 1 | -0/+2 |
| | | |||||
| * | note test_largefile restriction on Mac OS X | Skip Montanaro | 2003-03-31 | 1 | -0/+2 |
| | | |||||
| * | Patch #710576: Implement per-interpreter-state codec registries. | Martin v. Löwis | 2003-03-30 | 1 | -0/+4 |
| | | |||||
| * | SF bug 705836: struct.pack of floats in non-native endian order | Tim Peters | 2003-03-20 | 1 | -3/+11 |
| | | | | | | | | | | | pack_float, pack_double, save_float: All the routines for creating IEEE-format packed representations of floats and doubles simply ignored that rounding can (in rare cases) propagate out of a long string of 1 bits. At worst, the end-off carry can (by mistake) interfere with the exponent value, and then unpacking yields a result wrong by a factor of 2. In less severe cases, it can end up losing more low-order bits than intended, or fail to catch overflow *caused* by rounding. | ||||
| * | Add some more Distutil changes | Andrew M. Kuchling | 2003-03-12 | 1 | -0/+9 |
| | | |||||
| * | Add item | Andrew M. Kuchling | 2003-03-12 | 1 | -0/+3 |
| | | |||||
| * | Backported fix to [521782] unreliable file.read() error handling. | Gustavo Niemeyer | 2003-03-04 | 1 | -0/+3 |
| | | |||||
| * | - Backported SF patch #676342: after using pdb, the readline command | Guido van Rossum | 2003-03-01 | 1 | -0/+3 |
| | | | | | completion was botched. | ||||
| * | Fix SF bug #691793, Python 2.3a2 build fails on Tru64 | Neal Norwitz | 2003-02-23 | 1 | -0/+3 |
| | | |||||
| * | Backport of rev 2.199 from trunk. | Guido van Rossum | 2003-02-19 | 1 | -0/+5 |
| | | | | | | | | | | | PyObject_Generic{Get,Set}Attr: Don't access tp_descr_{get,set} of a descriptor without checking the flag bits of the descriptor's type. While we know that the main type (the type of the object whose attribute is being accessed) has all the right flag bits (or else PyObject_Generic{Get,Set}Attr wouldn't be called), we don't know that for its class attributes! | ||||
| * | Backport 2.217 and 2.218: | Guido van Rossum | 2003-02-13 | 1 | -0/+6 |
| | | | | | | | Provide access to the import lock, fixing SF bug #580952. This is mostly from SF patch #683257, but I had to change unlock_import() to return an error value to avoid fatal error. | ||||
| * | Backport SF #660455 fix. | Guido van Rossum | 2003-02-12 | 1 | -0/+12 |
| | | |||||
| * | Partial backport for changes to fix SF bug #678518 (assert & global). | Neal Norwitz | 2003-02-10 | 1 | -0/+2 |
| | | |||||
| * | BUILDEXE setting in out-of-tree builds | Skip Montanaro | 2003-02-07 | 1 | -0/+3 |
| | | |||||
| * | backport: | Neal Norwitz | 2003-01-28 | 1 | -0/+3 |
| | | | | | | | Fix SF bug# 676155, RuntimeWarning with tp_compare Check return value of PyLong_AsDouble(), it can return an error. | ||||
| * | Backport: | Neal Norwitz | 2003-01-13 | 1 | -0/+2 |
| | | | | | | | | Fix SF bug #667147, Segmentation fault printing str subclass Fix infinite recursion which occurred when printing an object whose __str__() returned self. | ||||
| * | Since the WH generator never produced zero, it wasn't fair to characterize | Raymond Hettinger | 2003-01-11 | 1 | -1/+3 |
| | | | | | | this as a fix to a long outstanding bug. Instead, it makes sure that the methods work as documented with any generator. | ||||
| * | SF #659228, fix realpath() not being exported from os.path | Neal Norwitz | 2003-01-10 | 1 | -0/+2 |
| | | |||||
| * | Fix for SF #639945, 64-bit bug on AIX when loading dynamic modules | Neal Norwitz | 2003-01-10 | 1 | -0/+2 |
| | | |||||
| * | backport: | Neal Norwitz | 2003-01-10 | 1 | -0/+2 |
| | | | | | | | SF #665913, Fix mmap module core dump with unix Closing an mmap'ed file (calling munmap) twice on Solaris caused a core dump. | ||||
| * | Went through the CVS logs for 2.2 and recorded all the relevant | Guido van Rossum | 2003-01-07 | 1 | -6/+50 |
| | | | | | | fixes. Not that I'm releasing 2.2.3 tomorrow, but I'd like to be prepared. | ||||
| * | Backport 2.58 from trunk (minus the cleanup): | Guido van Rossum | 2003-01-07 | 2 | -0/+11 |
| | | | | | | Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread state swaps in readline). | ||||
| * | Add new encoding for Ukrainian Cyrillic | Neal Norwitz | 2002-10-17 | 1 | -0/+1 |
| | | |||||
