| Commit message (Expand) | Author | Age | Files | Lines |
* | Pure Python strptime implementation by Brett Cannon. See SF patch 474274. | Neal Norwitz | 2002-07-19 | 1 | -0/+1 |
|
|
* | Doc patch from SF 474274 (pure Python strptime by Brett Cannon). | Guido van Rossum | 2002-07-19 | 1 | -7/+0 |
|
|
* | Patch to call the Pure python strptime implementation if there's no | Guido van Rossum | 2002-07-19 | 1 | -3/+18 |
|
|
* | Pure Python strptime implementation by Brett Cannon. See SF patch 474274. | Guido van Rossum | 2002-07-19 | 3 | -0/+779 |
|
|
* | Silly typo. Not sure how that got in. | Michael W. Hudson | 2002-07-19 | 1 | -1/+1 |
|
|
* | Substantially flesh out extended slice section. I think this is probably | Michael W. Hudson | 2002-07-19 | 1 | -0/+83 |
|
|
* | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 3 | -1/+57 |
|
|
* | Add test for previous core dump when sending on closed socket with | Guido van Rossum | 2002-07-19 | 1 | -1/+10 |
|
|
* | Bail out early from internal_select() when socket file descriptor | Guido van Rossum | 2002-07-19 | 1 | -0/+5 |
|
|
* | More sort cleanup: Moved the special cases from samplesortslice into | Tim Peters | 2002-07-19 | 1 | -65/+73 |
|
|
* | Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. | Mark Hammond | 2002-07-19 | 12 | -256/+209 |
|
|
* | Add description for _XOPEN_SOURCE_ - needed to allow autoheader to succeed. | Mark Hammond | 2002-07-19 | 1 | -1/+1 |
|
|
* | binarysort() cleanup: Documented the key invariants, explained why they | Tim Peters | 2002-07-19 | 1 | -2/+13 |
|
|
* | listreverse(): Don't call the new reverse_slice unless the list | Tim Peters | 2002-07-19 | 1 | -1/+2 |
|
|
* | Cleanup yielding a small speed boost: before rich comparisons were | Tim Peters | 2002-07-19 | 1 | -50/+32 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2002-07-19 | 1 | -22/+22 |
|
|
* | Cleanup: Define one internal utility for reversing a list slice, and | Tim Peters | 2002-07-19 | 1 | -28/+20 |
|
|
* | Anthony Baxter's cleanup patch. Python project SF patch # 583190, | Barry Warsaw | 2002-07-18 | 2 | -22/+29 |
|
|
* | Fix bug [ 549731 ] Unicode encoders appears to leak references. | Mark Hammond | 2002-07-18 | 1 | -4/+10 |
|
|
* | Define _XOPEN_SOURCE in configure and Python.h. | Jeremy Hylton | 2002-07-18 | 3 | -7/+9 |
|
|
* | A Python float is a C double; redeclare defaulttimeout as such; stops | Tim Peters | 2002-07-18 | 1 | -1/+1 |
|
|
* | Anthony Baxter's patch to expose the parser's `strict' flag in these | Barry Warsaw | 2002-07-18 | 1 | -5/+5 |
|
|
* | Silence warning about getdefaulttimeout in PyMethodDef. | Guido van Rossum | 2002-07-18 | 1 | -1/+1 |
|
|
* | Fix indentation. | Jeremy Hylton | 2002-07-18 | 1 | -5/+5 |
|
|
* | Use AC_FUNC_SETPGRP. | Jeremy Hylton | 2002-07-18 | 2 | -85/+30 |
|
|
* | Add clarifying comment. | Guido van Rossum | 2002-07-18 | 1 | -0/+1 |
|
|
* | Script to run the pystones "benchmark" under HotShot. | Fred Drake | 2002-07-18 | 1 | -0/+35 |
|
|
* | Simplify; the low-level log reader is now always a modern iterator, | Fred Drake | 2002-07-18 | 1 | -6/+1 |
|
|
* | Expose the fileno() method of the underlying profiler. | Fred Drake | 2002-07-18 | 1 | -0/+4 |
|
|
* | Expose the fileno() method of the underlying log reader. | Fred Drake | 2002-07-18 | 1 | -6/+4 |
|
|
* | - When the log reader detects end-of-file, close the file. | Fred Drake | 2002-07-18 | 1 | -45/+84 |
|
|
* | Remove extraneous semicolon. | Jeremy Hylton | 2002-07-18 | 1 | -1/+1 |
|
|
* | Add default timeout functionality. This adds setdefaulttimeout() and | Guido van Rossum | 2002-07-18 | 3 | -1/+97 |
|
|
* | Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted | Tim Peters | 2002-07-18 | 1 | -35/+46 |
|
|
* | Gave hotshot.LogReader a close() method, to allow users to close the | Tim Peters | 2002-07-18 | 2 | -4/+4 |
|
|
* | We're no longer trying to support older Python versions with this | Guido van Rossum | 2002-07-18 | 1 | -7/+2 |
|
|
* | test_hotshot fails on Windows now. Added XXX comment explaining why, | Tim Peters | 2002-07-17 | 1 | -0/+4 |
|
|
* | (py-pychecker-run): Use the last pychecker invocation as the default | Barry Warsaw | 2002-07-17 | 1 | -1/+3 |
|
|
* | Added documentation for the buffer_text and related attributes of the | Fred Drake | 2002-07-17 | 1 | -0/+23 |
|
|
* | Mark the closed attribute of the profiler with PyDoc_STR(), and added | Fred Drake | 2002-07-17 | 1 | -2/+3 |
|
|
* | Added a docstring for the closed attribute. | Fred Drake | 2002-07-17 | 1 | -4/+9 |
|
|
* | SF patch 552161 - Py_AddPendingCall doesn't unlock on fail (Daniel | Guido van Rossum | 2002-07-17 | 1 | -1/+3 |
|
|
* | Removed more stray instances of statichere, but left _sre.c alone. | Tim Peters | 2002-07-17 | 8 | -9/+9 |
|
|
* | Change staticforward and statichere to just use static. | Fred Drake | 2002-07-17 | 1 | -2/+2 |
|
|
* | Remove now-obsolete staticforward/statichere discussion. | Fred Drake | 2002-07-17 | 1 | -10/+2 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 61 | -222/+126 |
|
|
* | Some modernization. Get rid of the redundant next() method. Always | Guido van Rossum | 2002-07-17 | 1 | -66/+37 |
|
|
* | Add a test for the 'closed' attribute on the C-profiler object. | Guido van Rossum | 2002-07-17 | 1 | -0/+3 |
|
|
* | Add missing comma. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Add test_zlib and test_struct to list of slow tests | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|