2001-10-15 |
Guido van Rossum | Another contributor. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Add (void *) casts to solve some problems on HP-UX... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Patch 471400: escape single-dot lines; by Jason Hildebrand. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Use an assert() for the REQ() macro instead of making... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Note about fix in list comprehensions. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Very subtle syntax change: in a list comprehension... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Martin v. Löwis | Do not define _POSIX_THREADS if unistd.h defines it. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | SF bug #469910 by Alfonso Baciero: Bugfix for imaplib... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Fred Drake | Added notes to clarify that binascii.crc32(), zlib... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Martin v. Löwis | Check whether pthreads are available without any option... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Barry Warsaw | test_typed_subpart_iterator_default_type(): Test for... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Barry Warsaw | typed_subpart_iterator(): When getting the main type... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Fred Drake | Added documentation for the functions listed in marshal.h. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tim Peters | An MSVC makefile to rebuild the grammar files (graminit... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Guido van Rossum | Redid the slot computation. The initial slot assignmen... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | "ib" should be "boundary"; reported by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | Added missing parameter in call to http_error_default(); |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | SMTPError should be SMTPException; reported by Neal... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | Ignore execfile() return value; reported by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | "f" should be "self"; reported by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | _os should be os; reported by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | Remove extra param from call to self.error(). |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | Remove extra "]" in splitlines() docstring. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Martin v. Löwis | Move grid_location into Misc. Fixes bug #426892. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Martin v. Löwis | Check for term.h and include it on non-ncurses system... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Martin v. Löwis | Test for __sun instead of __sun__, since SUNWspro only... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Martin v. Löwis | Cast argument to set_panel_userptr to void*. Fixes... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tim Peters | Speed the Windows code by using native 64-bit int compi... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | Suppress a bunch of "value computed is not used" warnin... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | Remove some unused imports. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Fred Drake | When we reach the end of the log file, close the logrea... |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tim Peters | Added new hotshot pkg to the Windows installer. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tim Peters | You can't unlink open files on Windows. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tim Peters | This compiles on Windows now. |
commit | commitdiff | tree | snapshot |
2001-10-13 |
Tim Peters | My editor can't deal with long backslash-continued... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Martin v. Löwis | Correct __repr__: include module name, avoid extra... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | SF patch #467455 : Enhanced environment variables,... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Tim Peters | Get hotshot closer to compiling on Windows. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | Jason Lowe |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | Add SF patch #468347 -- mask signals for non-main pthre... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Fred Drake | Add entry for HotShot. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Fred Drake | The HotShot core: look, ma, no hands! |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Fred Drake | Preliminary user-level interface to HotShot. We still... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Fred Drake | A most trivial test for HotShot -- make sure we get... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | Use double curly braces for the generation0/1/2 initial... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | Band-aid solution to SF bug #470634: readlines() on... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Fred Drake | Add entries for the newly split C API manual. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Fred Drake | Break the Python/C API manual into smaller files by... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | PySocket_getaddrinfo(): fix two refcount bugs, both... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | The dynamic performance hack is (mostly) done. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | Suggestion from SF patch #470433 to avoid clobbering... |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Guido van Rossum | Now that COPYBUF is a new local macro, add #undef COPYBUF. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Jeremy Hylton | Progress on SF bug #466175 and general cleanup. |
commit | commitdiff | tree | snapshot |
2001-10-12 |
Tim Peters | SF bug [#470040] ParseTuple t# vs subclasses. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Martin v. Löwis | Patch #469517: Info about rpcgen compilers. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Guido van Rossum | Another step in the right direction: when a new class... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Tim Peters | SF bug [#467145] Python 2.2a4 build problem on HPUX... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Tim Peters | Somebody checked in a version of httplib that doesn... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeremy Hylton | Fix for SF buf #458835 |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeremy Hylton | Use PySocket_Err() instead of PyErr_SetFromErrno(). |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeremy Hylton | Commit parts of SF patch #462759 |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeremy Hylton | Convert socket methods to use METH_O and METH_NOARGS... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeremy Hylton | Document that keyfile and certfile are now optional. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Barry Warsaw | Describe the HeaderParser class. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Barry Warsaw | Add a test for the HeaderParser class. |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Barry Warsaw | HeaderParser: A new subclass of Parser which only parse... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeremy Hylton | Undo part of 2.59: 't' case of convertsimple() should... |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeremy Hylton | Add test of hexlify on Unicode strings |
commit | commitdiff | tree | snapshot |
2001-10-11 |
Jeremy Hylton | Add a bunch of SSL error constants |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | Lots of code reorganization with a few small API changes. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | Do simple error checking before doing any SSL calls. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | USe PyObject_SetString() instead of PyObject_SetObject... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jack Jansen | Rather gross workaround for a bug in the mac GUSI I... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jack Jansen | Some of the lesser used targets still used FMADD/FMSUB... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Skip Montanaro | allow long ints to be marshalled as ints - no check... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Guido van Rossum | Fred's done with weakrefs |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Tim Peters | SF bug [#469732] os.path.walk docstring inconsistent. |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | In newSSLObject(), initialize the various members of... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | A bit of reformatting to match the standard style |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | Fix two memory leaks in socket.ssl(). |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | One more place where PyString_AsString() was used after a |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | Use AS_STRING() following the check and avoid an extra... |
commit | commitdiff | tree | snapshot |
2001-10-10 |
Jeremy Hylton | SF patch [ #468662 ] Allow jython to complete test_grammar |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Jack Jansen | Updated, and added a very terse description of PyMac_Se... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Jack Jansen | Fixed the embedding demo to correctly show the use of |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tim Peters | Add item about new "Edit with IDLE" menu entry created... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tim Peters | If all of Python, IDLE and Tcl/Tk are being installed... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tim Peters | Repair key stutter + auto-complete ugliness. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tim Peters | A copy-and-paste job forget the "paste" half. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Fred Drake | Remove obsolete email address. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Tim Peters | Allow the profiler's calibration constant to be specifi... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Guido van Rossum | Add a bunch of tests for a list subclass that would... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Guido van Rossum | The slot definition table entry for mp_getitem had... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Barry Warsaw | An audio/* class, like MIMEImage, contributed by Anthon... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Guido van Rossum | Halfway checkin. This is still messy, but it's beginni... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Barry Warsaw | Fix minor cut-and-paste typo. |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Fred Drake | Update the documentation for the isinstance() function... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Barry Warsaw | Added tests for MIMEAudio class/module |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Barry Warsaw | Fix __all__ to the current list of exported modules... |
commit | commitdiff | tree | snapshot |
2001-10-09 |
Barry Warsaw | Add documentation for the MIMEAudio class/module, contr... |
commit | commitdiff | tree | snapshot |
next |