| Commit message (Expand) | Author | Age | Files | Lines |
* | Give xxsubtype a module docstring, so its oddball purpose is discoverable | Tim Peters | 2001-12-10 | 1 | -2/+8 |
|
|
* | Mods by Tony Lownds (patch 490100, slightly massaged by me) to make Tkinter | Jack Jansen | 2001-12-09 | 2 | -1/+74 |
|
|
* | bug #133283, #477728, #483789, #490573 | Fredrik Lundh | 2001-12-09 | 1 | -19/+11 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 34 | -44/+46 |
|
|
* | SF patch #489989 (Charles G Waldman) linuxaudiodev.c - fix initialization | Guido van Rossum | 2001-12-08 | 1 | -9/+8 |
|
|
* | SF patch #489173: Make os.spawnv not block the interpreter, from | Tim Peters | 2001-12-07 | 1 | -3/+10 |
|
|
* | O_cwrite(): rewrote for clarity, replacing all the (Oobject *)self | Guido van Rossum | 2001-12-07 | 1 | -16/+17 |
|
|
* | Fix for #489672 (Neil Norwitz): memory leak in test_sre. | Guido van Rossum | 2001-12-07 | 1 | -1/+4 |
|
|
* | audioop_ratecv() again: settle for a sloppier upper bound that's less | Tim Peters | 2001-12-07 | 1 | -34/+19 |
|
|
* | Undefine addrinfo.h constants if the system header defined them. | Martin v. Löwis | 2001-12-06 | 1 | -4/+35 |
|
|
* | Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot. | Jeremy Hylton | 2001-12-06 | 1 | -0/+1 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 1 | -1/+4 |
|
|
* | audioop_ratecv(): I left a potentially unsafe multiply unchecked | Tim Peters | 2001-12-05 | 1 | -15/+15 |
|
|
* | Fix memory leak in the parser module: There were two leaks in | Fred Drake | 2001-12-05 | 1 | -5/+22 |
|
|
* | SF bug 482574: audioop.ratecv crashes. | Tim Peters | 2001-12-05 | 1 | -6/+62 |
|
|
* | Make sure to propogate errors that arise when profiling data cannot be | Fred Drake | 2001-12-04 | 1 | -71/+112 |
|
|
* | More sprintf -> PyOS_snprintf. | Tim Peters | 2001-12-04 | 1 | -2/+3 |
|
|
* | posix_execve(), posix_spawnve(), posix_putenv(): | Tim Peters | 2001-12-03 | 1 | -6/+14 |
|
|
* | Changed logic for finding python home in Mac OS X framework Pythons. | Jack Jansen | 2001-12-02 | 1 | -47/+45 |
|
|
* | Check for NULL return value of PyList_New (follow-up to patch #486743). | Martin v. Löwis | 2001-12-02 | 1 | -0/+3 |
|
|
* | Patch #481718: Time module doc string changes. | Martin v. Löwis | 2001-12-02 | 1 | -2/+4 |
|
|
* | Patch #486743: remove bad INCREF, propagate exception in append_objects. | Martin v. Löwis | 2001-12-02 | 1 | -6/+11 |
|
|
* | Remove INET6 define. Use ENABLE_IPV6 instead. | Martin v. Löwis | 2001-12-02 | 3 | -33/+33 |
|
|
* | unicodedata_decomposition(): sprintf -> PyOS_snprintf. | Tim Peters | 2001-11-30 | 1 | -2/+4 |
|
|
* | Use identity instead of equality when looking for referrers. Fixes #485781. | Martin v. Löwis | 2001-11-29 | 1 | -3/+4 |
|
|
* | More sprintf -> PyOS_snprintf. | Tim Peters | 2001-11-28 | 4 | -7/+11 |
|
|
* | Use PyOS_snprintf() instead of sprintf(). | Jeremy Hylton | 2001-11-28 | 1 | -4/+4 |
|
|
* | Repair a botched PyOS_snprintf conversion. | Tim Peters | 2001-11-28 | 1 | -1/+1 |
|
|
* | sprintf -> PyOS_snprintf in some "obviously safe" cases. | Tim Peters | 2001-11-28 | 13 | -36/+50 |
|
|
* | Fixes for possible buffer overflows in sprintf() usages. | Marc-André Lemburg | 2001-11-28 | 3 | -4/+4 |
|
|
* | Fix docstring typo | Andrew M. Kuchling | 2001-11-28 | 1 | -1/+1 |
|
|
* | Correct typo. Fixes #484611. | Martin v. Löwis | 2001-11-24 | 1 | -1/+1 |
|
|
* | Rename get_referents to get_referrers. Fixes #483815. | Martin v. Löwis | 2001-11-24 | 1 | -12/+12 |
|
|
* | Test for negative buffer sizes. Fixes #482871. | Martin v. Löwis | 2001-11-19 | 1 | -0/+5 |
|
|
* | assert.h was not always included by Python.h; make sure we import it for | Fred Drake | 2001-11-18 | 1 | -0/+3 |
|
|
* | A change to sync with pickle.py: | Barry Warsaw | 2001-11-15 | 1 | -8/+0 |
|
|
* | CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. | Tim Peters | 2001-11-13 | 1 | -69/+166 |
|
|
* | new_code(): The last patch to this left behind an unreferenced local; | Tim Peters | 2001-11-13 | 1 | -1/+0 |
|
|
* | load_string(): Force use of unsigned compare in a context that was | Tim Peters | 2001-11-12 | 1 | -6/+8 |
|
|
* | Limit string size on one-character-strings. Fixes #480384. | Martin v. Löwis | 2001-11-11 | 1 | -2/+2 |
|
|
* | Patch in bug report #477700: Fix memory leaks in gdbm & curses. | Martin v. Löwis | 2001-11-11 | 2 | -3/+5 |
|
|
* | Patch #473265: UpdatePairedHandlers nonsensical. | Martin v. Löwis | 2001-11-10 | 1 | -3/+3 |
|
|
* | Merge 1.42 from PyXML: Flag errors resulting from argument conversion problems. | Martin v. Löwis | 2001-11-10 | 1 | -2/+1 |
|
|
* | Use PyObject_CheckReadBuffer(). | Jeremy Hylton | 2001-11-09 | 1 | -6/+1 |
|
|
* | Fix memory leak. This is part of SF patch #478006. | Fred Drake | 2001-11-09 | 1 | -0/+1 |
|
|
* | Fix memory leak. This is (very!) similar to part of SF patch #478006. | Fred Drake | 2001-11-09 | 1 | -0/+1 |
|
|
* | Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly | Michael W. Hudson | 2001-11-09 | 2 | -5/+10 |
|
|
* | Fix memory leaks detecting in bug report #478003. | Martin v. Löwis | 2001-11-07 | 2 | -5/+11 |
|
|
* | Remove obsolete e-mail address | Andrew M. Kuchling | 2001-11-05 | 1 | -1/+1 |
|
|
* | SF patch 473749 compile under OS/2 VA C++, from Michael Muller. | Tim Peters | 2001-11-05 | 1 | -1/+4 |
|
|