2001-10-17 |
Guido van Rossum | SF patch #467430. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | SF patch #471894: Makefile installs pydoc incorrectly |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | Folder.getlast(): avoid PyChecker warning. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Tim Peters | Simplify and regularize docstrings. Also reformat... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Tim Peters | Removed more comments that didn't make much sense. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Tim Peters | Removed obsolete comments about confused string refcoun... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Fred Drake | Remove unused import; reported by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Fred Drake | Minor code cleanups based on comments from Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guido van Rossum | YAPC. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Undo needless INCREF chicanery introduced by SF patch... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Simplify and fix error handling for most cases. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tim Peters | SF bug [#471111] inspect.getframeinfo() needs docs. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | More reformatting. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Add zlib_error() helper. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Fix a bug in the previous checkin. The wrong bootstrap... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Add fix for getattr(obj, name, default). Rearrange... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | SF patch #471852 (anonymous) notes that getattr(obj... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Remove many calls to set MemoryError exceptions. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Reformat! |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Partial patch from SF #452266, by Jason Petrone. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Add note about new zlib feature. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | [ #403753 ] zlib decompress; uncontrollable memory... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Document required return values -1, 0, 1 for tp_compare... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Tim Peters | SF bug [#468061] __str__ ignored in str subclass. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Add Shane. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | SF patch #471839: Bug when extensions import extensions... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Fix SF bug #459767: ftplib fails with files > 2GB |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Fred Drake | Update the description of PyTrace_EXCEPT. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Fred Drake | Fix a few usage and style-guide conformance issues. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Must terminate the Pickler_members[] and Pickler_getset... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Refactored the update_slot() code a bit to be hopefully... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jeremy Hylton | Put descr name in "bad memberdescr type" error message. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Fred Drake | Added information about setprofile() and settrace(... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Fred Drake | Fix thinko in a comment about seeking with a file object. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Guido van Rossum | Reword the text on the demise of __dynamic__ somewhat... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tim Peters | Remove obsolete __dynamic__ distinction. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tim Peters | Remove obsolete __dynamic__ distinction. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Tim Peters | Remove obsolete __static__/__dynamic__ distinction. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Fred Drake | pstats-compatible analysis module. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Fred Drake | runcall(): Expose the return value of the profiled... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Fred Drake | Removed useless code to count the number of calls into... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Fred Drake | Avoid deep recursion when reading the header of the... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Get rid of __defined__ and tp_defined -- there's no... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Jeremy Hylton | Covert pickle tests to use unittest. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Jeremy Hylton | Better fix for core dumps on recursive objects in fast... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Jeremy Hylton | Use cStringIO when available. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Remove a couple of tp_xxx fields that you are not expec... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Fix a bunch of warnings reported by Skip. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Guido van Rossum | Completely get rid of __dynamic__ and the corresponding |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Skip Montanaro | make getarray static - it's only called from ceval... |
commit | commitdiff | tree | snapshot |
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 |
next |