2002-07-22 |
Andrew M. Kuchling | Rewrite a paragraph, and use correct mark-up |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Mark Hammond | Remove a strange single quote that didn't seem to upset... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Mark Hammond | Nuke the only DL_* in this directory. |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Neal Norwitz | Move DL_IMPORT/DL_EXPORT to Build section, I think... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Neal Norwitz | SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Mark Hammond | Add note about DL_IMPORT deprecation. |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Jack Jansen | Fixed potential refcount problems with interned strings... |
commit | commitdiff | tree | snapshot |
2002-07-22 |
Jack Jansen | Finally found out why te cf project sometimes worked... |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Tim Peters | New test "+sort", tacking 10 random floats on to the... |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Tim Peters | Changed import from |
commit | commitdiff | tree | snapshot |
2002-07-21 |
Kurt B. Kaiser | Bug: clearing the shell undo list after a prompt was... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Neal Norwitz | Get popen test to work even if python is not in the... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Martin v. Löwis | Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Tim Peters | Added new test "3sort". This is sorted data but with... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Neal Norwitz | add versionadded to doc |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Guido van Rossum | unpack_string(): avoid a compiler warning (about a... |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Guido van Rossum | Move the setting of os.environ['LANGUAGE'] to setup... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | Shut the test up and add a missing import |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | The email package's tests live much better in a subpackage |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | The email package's tests live much better in a subpackage |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | message_from_string(), message_from_file(): The consens... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | Parser.__init__(): The consensus on the mimelib-devel... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | To better support default content types, fix an API... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | _structure(): Take an optional `fp' argument which... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Barry Warsaw | _dispatch(): Use the new Message.get_content_type(... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Fred Drake | Follow PyXML: Remove all prints from successful tests... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Fred Drake | Return NULL instead of 0 from function with a pointer... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Alas, roll back the definition of _XOPEN_SOURCE. It... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Remove a few lines that aren't used and cause problems... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Neal Norwitz | Pure Python strptime implementation by Brett Cannon... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Doc patch from SF 474274 (pure Python strptime by Brett... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Patch to call the Pure python strptime implementation... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Pure Python strptime implementation by Brett Cannon... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Michael W.... | Silly typo. Not sure how that got in. |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Michael W.... | Substantially flesh out extended slice section. I... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Michael W.... | A few days ago, Guido said (in the thread "[Python... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Add test for previous core dump when sending on closed... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Guido van Rossum | Bail out early from internal_select() when socket file... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Tim Peters | More sort cleanup: Moved the special cases from sample... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Mark Hammond | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Mark Hammond | Add description for _XOPEN_SOURCE_ - needed to allow... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Tim Peters | binarysort() cleanup: Documented the key invariants... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Tim Peters | listreverse(): Don't call the new reverse_slice unless... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Tim Peters | Cleanup yielding a small speed boost: before rich... |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2002-07-19 |
Tim Peters | Cleanup: Define one internal utility for reversing... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Barry Warsaw | Anthony Baxter's cleanup patch. Python project SF... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Mark Hammond | Fix bug [ 549731 ] Unicode encoders appears to leak... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Jeremy Hylton | Define _XOPEN_SOURCE in configure and Python.h. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tim Peters | A Python float is a C double; redeclare defaulttimeout... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Barry Warsaw | Anthony Baxter's patch to expose the parser's `strict... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Guido van Rossum | Silence warning about getdefaulttimeout in PyMethodDef. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Jeremy Hylton | Fix indentation. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Jeremy Hylton | Use AC_FUNC_SETPGRP. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Guido van Rossum | Add clarifying comment. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Fred Drake | Script to run the pystones "benchmark" under HotShot. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Fred Drake | Simplify; the low-level log reader is now always a... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Fred Drake | Expose the fileno() method of the underlying profiler. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Fred Drake | Expose the fileno() method of the underlying log reader. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Fred Drake | - When the log reader detects end-of-file, close the... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Jeremy Hylton | Remove extraneous semicolon. |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Guido van Rossum | Add default timeout functionality. This adds setdefaul... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tim Peters | Gave this a facelift: "/" vs "//", whrandom vs random... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Tim Peters | Gave hotshot.LogReader a close() method, to allow users... |
commit | commitdiff | tree | snapshot |
2002-07-18 |
Guido van Rossum | We're no longer trying to support older Python versions... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | test_hotshot fails on Windows now. Added XXX comment... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Barry Warsaw | (py-pychecker-run): Use the last pychecker invocation... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Added documentation for the buffer_text and related... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Mark the closed attribute of the profiler with PyDoc_ST... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Added a docstring for the closed attribute. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | SF patch 552161 - Py_AddPendingCall doesn't unlock... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | Removed more stray instances of statichere, but left... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Change staticforward and statichere to just use static. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Remove now-obsolete staticforward/statichere discussion. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Jeremy Hylton | staticforward bites the dust. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | Some modernization. Get rid of the redundant next... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | Add a test for the 'closed' attribute on the C-profiler... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Jeremy Hylton | Add missing comma. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Jeremy Hylton | Add test_zlib and test_struct to list of slow tests |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | Windows has no actual need for BAD_STATIC_FORWARD,... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | Add a rather generous set of tests allowed to be skippe... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Remove RCSId; this produces annoying warnings. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | Wipe out some warnings about non-ANSI code and an unsaf... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | reduce(): Clarified what is returned in the case of... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Barry Warsaw | We need to (require 'compile) to guarantee that compile... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | Use sys.executable to run Python, as suggested by Neal... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | There's no need for generators to define an explicit... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Bunch of tests to make sure that StopIteration is a... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | Fix typos and such caught by the pycheckerbot. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | Send HTTP requests with a single send() call instead... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Remove the next() method -- one is supplied automatical... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Remove the next() method -- one is supplied automatical... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Make StopIteration a sink state. This is done by clear... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Make StopIteration a sink state. This is done by clear... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Make StopIteration a sink state. This is done by clear... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Record the decision that StopIteration is a sink state... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | Given the persistent id code a shot at a class before... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | The object returned by tp_new() may not have a tp_init. |
commit | commitdiff | tree | snapshot |
next |