| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix typo, refer to proper argument name | Neal Norwitz | 2003-06-30 | 1 | -1/+1 |
|
|
* | restore 2.2 compatibility: | Just van Rossum | 2003-06-29 | 1 | -11/+11 |
|
|
* | - added --semi-standalone option that builds apps that depend on an | Just van Rossum | 2003-06-29 | 1 | -26/+50 |
|
|
* | More tests | Raymond Hettinger | 2003-06-29 | 1 | -3/+59 |
|
|
* | Fix broken markup, & tweak a couple of things for consistency. | Fred Drake | 2003-06-29 | 1 | -4/+4 |
|
|
* | Fix sf bug 666219: assertion error in httplib. | Jeremy Hylton | 2003-06-29 | 1 | -0/+4 |
|
|
* | Add several news items for changes I made since b1. | Jeremy Hylton | 2003-06-29 | 1 | -8/+36 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 1 | -2/+2 |
|
|
* | Removed XXX comments about missing threading.py functions. | Tim Peters | 2003-06-29 | 1 | -4/+0 |
|
|
* | Added news about os.environ['PYTHONINSPECT'] = 'yes' | Barry Warsaw | 2003-06-29 | 1 | -0/+5 |
|
|
* | Remove stub settrace() and setprofile() calls. | Jeremy Hylton | 2003-06-29 | 1 | -8/+0 |
|
|
* | Py_Main(): Add a check for the PYTHONINSPECT environment variable | Barry Warsaw | 2003-06-29 | 1 | -0/+9 |
|
|
* | Fix grammar in comment. | Jeremy Hylton | 2003-06-29 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Jeremy Hylton | 2003-06-29 | 1 | -1/+1 |
|
|
* | Add settrace() and setprofile() functions to the threading library. | Jeremy Hylton | 2003-06-29 | 2 | -0/+34 |
|
|
* | Typo repair. | Tim Peters | 2003-06-29 | 1 | -1/+1 |
|
|
* | Update copyright years. | Fred Drake | 2003-06-29 | 1 | -1/+1 |
|
|
* | Provide dummy (do-nothing) settrace() and setprofile() functions until | Tim Peters | 2003-06-29 | 2 | -1/+13 |
|
|
* | Filled in release date; repaired grammar in a news item. | Tim Peters | 2003-06-29 | 1 | -3/+3 |
|
|
* | minor wordsmithing | Skip Montanaro | 2003-06-29 | 1 | -6/+6 |
|
|
* | Removed invalid test. | Raymond Hettinger | 2003-06-29 | 1 | -3/+0 |
|
|
* | FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions | Andrew MacIntyre | 2003-06-29 | 1 | -0/+12 |
|
|
* | SF bug #762455: Python segfaults when sys.stdout is changed in getattr | Raymond Hettinger | 2003-06-29 | 1 | -0/+15 |
|
|
* | Fix SF #762455, segfault when sys.stdout is changed in getattr | Neal Norwitz | 2003-06-29 | 1 | -0/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 5 | -8/+8 |
|
|
* | Some nifty doctest extensions from Jim Fulton, currently used in Zope3. | Tim Peters | 2003-06-29 | 2 | -0/+283 |
|
|
* | SF bug #430160: CGIHTTPServer.py POST bug using IE | Raymond Hettinger | 2003-06-29 | 1 | -2/+4 |
|
|
* | SF patch #760257: add socket.timeout exception | Raymond Hettinger | 2003-06-29 | 1 | -1/+9 |
|
|
* | Minor fixes to punctuation and grammar. | Raymond Hettinger | 2003-06-29 | 1 | -5/+5 |
|
|
* | Add missing self. before curNode. This may need to be committed | Neal Norwitz | 2003-06-29 | 1 | -1/+1 |
|
|
* | SF patch #760257: add socket.timeout exception | Raymond Hettinger | 2003-06-29 | 1 | -2/+57 |
|
|
* | Fix arguments for instantiating InterpolationSyntaxError | Neal Norwitz | 2003-06-29 | 1 | -3/+3 |
|
|
* | Comment out cap, it was unused. | Neal Norwitz | 2003-06-29 | 1 | -1/+2 |
|
|
* | whitespace normalization | Neal Norwitz | 2003-06-29 | 1 | -1/+1 |
|
|
* | remove unused import math | Neal Norwitz | 2003-06-29 | 1 | -1/+0 |
|
|
* | remove extra parameter from _java_getprop, remove duplicate imports | Neal Norwitz | 2003-06-29 | 1 | -2/+2 |
|
|
* | use == like all the other conditionals | Neal Norwitz | 2003-06-29 | 1 | -1/+1 |
|
|
* | fix problems found by pychecker | Neal Norwitz | 2003-06-29 | 1 | -2/+3 |
|
|
* | SF patch #760257: add socket.timeout exception | Raymond Hettinger | 2003-06-29 | 1 | -0/+3 |
|
|
* | Added Bob Halley for work on socket.timeout | Raymond Hettinger | 2003-06-29 | 1 | -0/+1 |
|
|
* | Missed a spot where the new optional optionflags argument needed to get | Tim Peters | 2003-06-29 | 1 | -1/+1 |
|
|
* | SF patch #760257: add socket.timeout exception | Raymond Hettinger | 2003-06-29 | 1 | -38/+113 |
|
|
* | Bump version information for Python 2.3 beta 2. | Fred Drake | 2003-06-29 | 2 | -3/+3 |
|
|
* | Document PyThreadState_SetAsyncExc(). | Fred Drake | 2003-06-29 | 1 | -0/+14 |
|
|
* | Bump release level to 2.3b2. | Tim Peters | 2003-06-29 | 2 | -6/+6 |
|
|
* | Slight clarification on running the examples from the Finder. | Jack Jansen | 2003-06-29 | 1 | -2/+5 |
|
|
* | Suggest people visit www.python.org/packman if the default database | Jack Jansen | 2003-06-29 | 1 | -1/+3 |
|
|
* | Use http://www.python.org/packman as the base URL. Also upped the version | Jack Jansen | 2003-06-29 | 1 | -3/+3 |
|
|
* | By default build docs, don't download them. | Jack Jansen | 2003-06-28 | 1 | -3/+3 |
|
|
* | Add PyThreadState_SetAsyncExc(long, PyObject *). | Guido van Rossum | 2003-06-28 | 3 | -1/+51 |
|
|