| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable pymalloc by default. | Neil Schemenauer | 2002-03-22 | 2 | -341/+359 |
|
|
* | Use pymalloc if it's enabled. | Neil Schemenauer | 2002-03-22 | 7 | -24/+24 |
|
|
* | Add pymalloc object memory management functions. These must be | Neil Schemenauer | 2002-03-22 | 1 | -0/+24 |
|
|
* | Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) | Neil Schemenauer | 2002-03-22 | 1 | -8/+23 |
|
|
* | Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) | Jack Jansen | 2002-03-22 | 2 | -2/+188 |
|
|
* | - Weaklink InterfaceLib in _Res module | Jack Jansen | 2002-03-22 | 1 | -3/+6 |
|
|
* | Enable pymalloc by default in the Windows build. | Tim Peters | 2002-03-22 | 1 | -3/+6 |
|
|
* | Add a simple test suite for netrc.py, and remove it from test_sundry | Andrew M. Kuchling | 2002-03-22 | 2 | -1/+43 |
|
|
* | SF bug 533198: Complex power underflow raises exception. | Tim Peters | 2002-03-22 | 1 | -3/+9 |
|
|
* | [Bug #532115] netrc module was broken | Andrew M. Kuchling | 2002-03-22 | 1 | -11/+9 |
|
|
* | [Bug #532136] Change path in README, as suggested by Ralph Corderoy | Andrew M. Kuchling | 2002-03-21 | 1 | -2/+2 |
|
|
* | Add missing Boolean options | Andrew M. Kuchling | 2002-03-21 | 1 | -3/+2 |
|
|
* | Add unlisted Boolean options. Thomas H., can you please check that I | Andrew M. Kuchling | 2002-03-21 | 1 | -1/+2 |
|
|
* | [Bug #517451] bdist_rpm didn't list all of its Boolean options. | Andrew M. Kuchling | 2002-03-21 | 1 | -1/+1 |
|
|
* | Added an open_pathname() method which opens a resource file by pathname, | Jack Jansen | 2002-03-21 | 1 | -7/+12 |
|
|
* | For reasons I don't fully understand we sometimes get unexpected events | Jack Jansen | 2002-03-21 | 2 | -2/+8 |
|
|
* | Solve sync() signature conflict differently: manually return 0 if | Jack Jansen | 2002-03-21 | 1 | -3/+5 |
|
|
* | New checkin to convert from BinHex to AppleSingle encoding. | Jack Jansen | 2002-03-21 | 1 | -0/+0 |
|
|
* | Patch #532729: check for sem_init in -lrt. | Martin v. Löwis | 2002-03-21 | 3 | -264/+313 |
|
|
* | Fix grammar | Neal Norwitz | 2002-03-21 | 1 | -1/+1 |
|
|
* | [Apply SF patch #504943] | Walter Dörwald | 2002-03-21 | 3 | -6/+23 |
|
|
* | Do not insert characters for unicode-escape decoders if the error mode | Martin v. Löwis | 2002-03-21 | 2 | -14/+32 |
|
|
* | [Apply patch #500457 from the PyXML tracker] | Andrew M. Kuchling | 2002-03-20 | 1 | -0/+9 |
|
|
* | Remove compiler warnings on Solaris 8. | Neal Norwitz | 2002-03-20 | 4 | -3/+5 |
|
|
* | Change raw "except:" constructs to pass on KeyboardInterrupt. | Tim Peters | 2002-03-20 | 1 | -0/+4 |
|
|
* | SF# 522426, add doc for common parameter for filecmp.cmpfiles() | Neal Norwitz | 2002-03-20 | 1 | -0/+1 |
|
|
* | Make GzipFile an iterator. Closes bug #532621. | Neil Schemenauer | 2002-03-20 | 1 | -0/+10 |
|
|
* | Arrange to export the _PyMalloc_{Malloc, Realloc, Free} entry points. On | Tim Peters | 2002-03-20 | 1 | -3/+3 |
|
|
* | A faster version of the find_prefix_at_end() function (that I found in the | Andrew M. Kuchling | 2002-03-20 | 1 | -9/+7 |
|
|
* | [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their | Andrew M. Kuchling | 2002-03-19 | 1 | -3/+1 |
|
|
* | Expand LINKCC in configure.in. Suggested in bug report #529713. | Martin v. Löwis | 2002-03-19 | 2 | -5/+5 |
|
|
* | Adjust some poor wording in the text that explains what events are used | Fred Drake | 2002-03-19 | 1 | -27/+29 |
|
|
* | Clarify that copy_reg.pickle() is not intended for use with "classic" classes. | Fred Drake | 2002-03-19 | 1 | -3/+5 |
|
|
* | Record 2.2.1c1 release date. | Tim Peters | 2002-03-19 | 1 | -1/+1 |
|
|
* | [Bug #531616] Make HTTPS work again by adding a sendall method to the | Andrew M. Kuchling | 2002-03-18 | 1 | -0/+3 |
|
|
* | To make 'urllib.py -t' run again, change FTP URL to a file that actually | Andrew M. Kuchling | 2002-03-18 | 1 | -1/+1 |
|
|
* | use -kb on idle/Icons/minusnode.gif ("cvs up" kept checking it out all | Fredrik Lundh | 2002-03-18 | 1 | -0/+0 |
|
|
* | Drop the PyCore_* memory API. | Neil Schemenauer | 2002-03-18 | 4 | -92/+71 |
|
|
* | Re-enable GC of generator objects. | Neil Schemenauer | 2002-03-18 | 1 | -6/+6 |
|
|
* | Re-enable GC of method objects. | Neil Schemenauer | 2002-03-18 | 1 | -7/+6 |
|
|
* | Re-enable GC of iter objects. | Neil Schemenauer | 2002-03-18 | 1 | -14/+12 |
|
|
* | (py-temp-directory): Add /var/tmp to the list of directories this | Barry Warsaw | 2002-03-18 | 1 | -3/+4 |
|
|
* | Remove extraneous #define as per effbot's instructions in: | Neal Norwitz | 2002-03-18 | 1 | -2/+0 |
|
|
* | Simpilify PyCore_* macros by assuming the function prototypes for | Neil Schemenauer | 2002-03-18 | 3 | -154/+34 |
|
|
* | Fix up unescaped tilde; reported by several people. | Fred Drake | 2002-03-18 | 1 | -1/+1 |
|
|
* | Remove extra verb; reported by Detlef Lannert. | Fred Drake | 2002-03-18 | 1 | -2/+1 |
|
|
* | Lurking bug found by patch for 531291: FSSpecs should be passed to | Jack Jansen | 2002-03-18 | 2 | -2/+2 |
|
|
* | Some of the newer routines return an OSErr, like most toolbox calls, in stead... | Jack Jansen | 2002-03-18 | 2 | -95/+67 |
|
|
* | Some structures should be passed to Py_BuildValue by reference, not by value, | Jack Jansen | 2002-03-18 | 2 | -2/+10 |
|
|
* | amk's fix attached to | Michael W. Hudson | 2002-03-18 | 3 | -1/+26 |
|
|