| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backport 1.160: | Neal Norwitz | 2003-05-29 | 1 | -4/+11 |
|
|
| * | Squash new compiler wng (mistmatching formal/actual pointer types). | Tim Peters | 2003-05-22 | 1 | -1/+1 |
|
|
| * | Backport fix for SF bug 692776. | Jeremy Hylton | 2003-05-22 | 1 | -46/+5 |
|
|
| * | PyType_Ready(): Complain if the type is a base type, and gc'able, and | Tim Peters | 2003-05-21 | 1 | -2/+7 |
|
|
| * | Backport fixes to make more types collectable. | Jeremy Hylton | 2003-05-09 | 1 | -76/+108 |
|
|
| * | fsync(): Implemented for Windows, via calling MS _commit. This counts | Tim Peters | 2003-04-23 | 1 | -0/+2 |
|
|
| * | Backport reference leak fix from HEAD revision 1.79. | Fred Drake | 2003-04-09 | 1 | -2/+2 |
|
|
| * | Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one. | Tim Peters | 2003-04-08 | 1 | -10/+6 |
|
|
| * | More backporting of gc-vs-__del__ fixes. It should be fixed for instances | Tim Peters | 2003-04-08 | 1 | -5/+17 |
|
|
| * | Fix memory corruption in garbage collection. | Jeremy Hylton | 2003-04-03 | 1 | -1/+5 |
|
|
| * | Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614. | Martin v. Löwis | 2003-03-30 | 1 | -3/+6 |
|
|
| * | Backport Patch 659834 checked in by GvR on 2002/12/30 16:25:38 | Neal Norwitz | 2003-03-29 | 1 | -0/+2 |
|
|
| * | SF bug 705836: struct.pack of floats in non-native endian order | Tim Peters | 2003-03-20 | 2 | -24/+67 |
|
|
| * | binascii_a2b_base64: Properly return an empty string if the input was all | Thomas Wouters | 2003-03-17 | 1 | -0/+4 |
|
|
| * | Backport patch from revision 2.80: | Fred Drake | 2003-03-06 | 1 | -24/+52 |
|
|
| * | get_completer() takes no args | Neal Norwitz | 2003-03-01 | 1 | -2/+2 |
|
|
| * | - Backported SF patch #676342: after using pdb, the readline command | Guido van Rossum | 2003-03-01 | 1 | -0/+18 |
|
|
| * | Backport: Add more missing PyErr_NoMemory() after failled memory allocs | Neal Norwitz | 2003-02-11 | 2 | -3/+3 |
|
|
| * | SF bug 684667: Modules/selectmodule.c returns NULL without exception set. | Tim Peters | 2003-02-11 | 1 | -1/+1 |
|
|
| * | Partial backport for changes to fix SF bug #678518 (assert & global). | Neal Norwitz | 2003-02-10 | 1 | -2/+4 |
|
|
| * | SF patch #682514, mmapmodule.c write fix for LP64 executables | Neal Norwitz | 2003-02-07 | 1 | -1/+1 |
|
|
| * | backport: | Neal Norwitz | 2003-02-02 | 1 | -0/+2 |
|
|
| * | Backport SF # 669553, fix memory (ref) leaks | Neal Norwitz | 2003-01-19 | 1 | -10/+20 |
|
|
| * | backport: | Neal Norwitz | 2003-01-10 | 1 | -2/+4 |
|
|
| * | Backport 2.58 from trunk (minus the cleanup): | Guido van Rossum | 2003-01-07 | 1 | -12/+6 |
|
|
| * | Fix SF # 640557, '64-bit' systems and the dbm module | Neal Norwitz | 2002-11-22 | 1 | -6/+17 |
|
|
| * | Fix SF # 505427, socket module fails to build on HPUX10 | Neal Norwitz | 2002-11-14 | 1 | -0/+5 |
|
|
| * | Backport last checkin: | Neal Norwitz | 2002-11-04 | 1 | -2/+4 |
|
|
| * | Backport 2.34. SF #621948, update docstring for md5 by David M. Cooke | Neal Norwitz | 2002-10-11 | 1 | -0/+1 |
|
|
| * | This is Armin Rigo's patch: | Michael W. Hudson | 2002-10-07 | 1 | -1/+1 |
|
|
| * | Backport 2.49: | Raymond Hettinger | 2002-10-06 | 1 | -0/+1 |
|
|
| * | Patch #615069: Fix build problems on SCO Open Server 5. | Martin v. Löwis | 2002-09-30 | 2 | -1/+3 |
|
|
| * | Backport all changes from trunk (all cosmetic). | Guido van Rossum | 2002-09-30 | 1 | -7/+4 |
|
|
| * | Backport Jack's fix for Jaguar. | Michael W. Hudson | 2002-09-27 | 1 | -0/+5 |
|
|
| * | Backport of 2.18: | Guido van Rossum | 2002-09-26 | 1 | -0/+8 |
|
|
| * | The Python 2.2.x version of pyexpat needs more changes to avoid type | Fred Drake | 2002-09-25 | 1 | -8/+8 |
|
|
| * | backport tim_one's checkin of | Michael W. Hudson | 2002-09-25 | 1 | -100/+106 |
|
|
| * | backport tim_one's checkin of | Michael W. Hudson | 2002-09-25 | 1 | -1/+11 |
|
|
| * | backport of the checkin of revision 2.69 of selectmodule.c | Thomas Heller | 2002-09-24 | 1 | -0/+7 |
|
|
| * | Be more careful with the type of the xmlhandlersetter; it takes an | Fred Drake | 2002-09-24 | 1 | -1/+1 |
|
|
| * | backport jhylton's checkin of | Michael W. Hudson | 2002-09-24 | 1 | -3/+4 |
|
|
| * | Backport 2.48 from trunk: | Guido van Rossum | 2002-09-24 | 1 | -1/+1 |
|
|
| * | Backport 2.57 from trunk: | Guido van Rossum | 2002-09-23 | 1 | -27/+54 |
|
|
| * | Add recursion limit to pickling. Fixes #576084. | Martin v. Löwis | 2002-09-22 | 1 | -0/+9 |
|
|
| * | SF # 602108 ensure string is null terminated after strncpy | Neal Norwitz | 2002-09-13 | 1 | -0/+1 |
|
|
| * | Backport of SF bug # 585792, Invalid mmap crashes Python interpreter | Neal Norwitz | 2002-09-05 | 1 | -1/+11 |
|
|
| * | backport gvanrossum's checkin of | Michael W. Hudson | 2002-08-23 | 1 | -1/+1 |
|
|
| * | SF bug 595919: popenN return only text mode pipes | Tim Peters | 2002-08-19 | 1 | -2/+2 |
|
|
| * | Backport of fix for SF bug #595671 from Python 2.3cvs: | Barry Warsaw | 2002-08-15 | 1 | -5/+2 |
|
|
| * | SF bug #592645 fix memory leak in socket.getaddrinfo | Neal Norwitz | 2002-08-09 | 1 | -0/+2 |
|
|