| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extraneous #define as per effbot's instructions in: | Michael W. Hudson | 2002-03-18 | 1 | -2/+0 |
|
|
* | Backport a checkin of lemburg's: | Michael W. Hudson | 2002-03-17 | 1 | -1/+0 |
|
|
* | Backport my fix from a whiles back: | Michael W. Hudson | 2002-03-17 | 1 | -9/+9 |
|
|
* | backport loewis' checkin of | Michael W. Hudson | 2002-03-16 | 1 | -1/+1 |
|
|
* | backport loewis' checkin of | Michael W. Hudson | 2002-03-16 | 1 | -84/+106 |
|
|
* | Update docstrings to use te attribute names of the new structures returned | Fred Drake | 2002-03-12 | 2 | -4/+7 |
|
|
* | backport tim_one's checkin of | Michael W. Hudson | 2002-03-11 | 1 | -2/+1 |
|
|
* | backport jhylton's checkin of | Michael W. Hudson | 2002-03-11 | 1 | -1/+1 |
|
|
* | backport tim_one's checkin of | Michael W. Hudson | 2002-03-08 | 1 | -9/+5 |
|
|
* | backport gvanrossum's checkin of | Michael W. Hudson | 2002-03-05 | 1 | -1/+1 |
|
|
* | start() and stop() methods: return None where there is no exception; | Fred Drake | 2002-02-08 | 1 | -2/+8 |
|
|
* | Backport my fixing up of PyObject_New/PyMem_Del mismatches. | Michael W. Hudson | 2002-02-06 | 2 | -2/+2 |
|
|
* | Fix a bunch of typos found by nnorwitz. | Michael W. Hudson | 2002-02-06 | 1 | -1/+1 |
|
|
* | It's merge time! | Michael W. Hudson | 2002-01-28 | 1 | -2/+2 |
|
|
* | It's merge time! | Michael W. Hudson | 2002-01-28 | 1 | -9/+2 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 18 | -66/+0 |
|
|
* | Add fcntl.h constants from glibc 2.2.4. Fixes #496171. | Martin v. Löwis | 2001-12-28 | 1 | -0/+70 |
|
|
* | Backport gvanrossum's checkin of version 2.217: | Michael W. Hudson | 2001-12-28 | 1 | -1/+1 |
|
|
* | Backport loewis' checkin of version 1.201: | Michael W. Hudson | 2001-12-28 | 1 | -0/+31 |
|
|
* | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-12-28 | 1 | -3/+5 |
|
|
* | SF bug #495021: Crash calling os.stat with a trailing backslash | Tim Peters | 2001-12-19 | 1 | -14/+20 |
|
|
* | save(): Fix for SF bug #494904: Cannot pickle a class with a | Guido van Rossum | 2001-12-19 | 1 | -0/+5 |
|
|
* | SF bug #494738: binascii_b2a_base64 overwrites memory. | Tim Peters | 2001-12-19 | 1 | -3/+5 |
|
|
* | initxxsubtype(): Add a comment to make the magic clearer; I doubt it's | Tim Peters | 2001-12-17 | 1 | -2/+4 |
|
|
* | Use PyType_Ready() for initialization of the ob_type field of our | Guido van Rossum | 2001-12-17 | 1 | -2/+4 |
|
|
* | David Abrahams tried to compile this as a separate DLL under MSVC, and | Tim Peters | 2001-12-17 | 1 | -4/+21 |
|
|
* | 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 |
|
|