| Commit message (Expand) | Author | Age | Files | Lines |
* | - replaced a couple of asserts with proper exceptions | Just van Rossum | 2003-07-01 | 1 | -4/+5 |
|
|
* | Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros | Neal Norwitz | 2003-07-01 | 4 | -5/+5 |
|
|
* | Make the classes exposed by threading.py new-style classes. This is | Tim Peters | 2003-07-01 | 2 | -3/+10 |
|
|
* | Resolved minor XXX question in the obvious way. | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | - note that super() only applies to new-style classes; | Fred Drake | 2003-07-01 | 1 | -2/+4 |
|
|
* | normalize markup for consistency | Fred Drake | 2003-07-01 | 1 | -15/+16 |
|
|
* | Remove carriage returns | Neal Norwitz | 2003-07-01 | 0 | -0/+0 |
|
|
* | Fix SF bug #763023, difflib.py: ratio() zero division not caught | Neal Norwitz | 2003-07-01 | 3 | -3/+23 |
|
|
* | connector(): You can't use an empty string as an argument to connect() | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | showwarning() calls formatwarning(), not showwarning(). | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | Fix SF bug #763770, test_socket_ssl crash | Neal Norwitz | 2003-07-01 | 1 | -2/+2 |
|
|
* | Improve the wording a bit | Raymond Hettinger | 2003-07-01 | 1 | -1/+1 |
|
|
* | Fix spelling, grammar, usage, and markup. | Raymond Hettinger | 2003-07-01 | 1 | -2/+3 |
|
|
* | SF #751062: Tutorial: remove string exceptions, add parnassus, #posts | Raymond Hettinger | 2003-07-01 | 1 | -8/+9 |
|
|
* | Test Brett's addition of __all__ to Queue. | Raymond Hettinger | 2003-07-01 | 1 | -0/+1 |
|
|
* | Add __all__ . | Brett Cannon | 2003-07-01 | 1 | -0/+2 |
|
|
* | Make temporary change of using _strptime for time.strptime permanent. | Brett Cannon | 2003-07-01 | 3 | -49/+15 |
|
|
* | SF bug 753592, websucker bug | Neal Norwitz | 2003-07-01 | 2 | -1/+3 |
|
|
* | Fix SF #763362, test_posixpath failed | Neal Norwitz | 2003-07-01 | 1 | -4/+6 |
|
|
* | Support 'mbcs' as a 'built-in' encoding, so the C API can use it without | Mark Hammond | 2003-07-01 | 1 | -0/+19 |
|
|
* | Add versionadded info for the 2 new threading module functions | Neal Norwitz | 2003-06-30 | 1 | -0/+2 |
|
|
* | Document the DISTUTILS_DEBUG variable. | Thomas Heller | 2003-06-30 | 1 | -0/+21 |
|
|
* | Fix typo in error message | Neal Norwitz | 2003-06-30 | 1 | -1/+1 |
|
|
* | We are now post-beta 2. | Fred Drake | 2003-06-30 | 1 | -2/+2 |
|
|
* | Added missing name (textwrap.dedent() docs). | Fred Drake | 2003-06-30 | 1 | -0/+1 |
|
|
* | Don't require that a RuntimeError is raised when playing a second | Walter Dörwald | 2003-06-30 | 1 | -5/+9 |
|
|
* | SF bug #762990: Awful Grammar in Python Tutorial | Raymond Hettinger | 2003-06-30 | 1 | -1/+1 |
|
|
* | Fix SF 762891: "del p[key]" on proxy object raises SystemError() | Raymond Hettinger | 2003-06-30 | 3 | -1/+49 |
|
|
* | Merge branch updates back into the main trunk | Raymond Hettinger | 2003-06-30 | 1 | -0/+40 |
|
|
* | Fix SF #754870, SSL crash interpreter when remote side closes during connect | Neal Norwitz | 2003-06-30 | 2 | -2/+39 |
|
|
* | Bump version string to "2.3b2+". | Tim Peters | 2003-06-30 | 1 | -1/+1 |
|
|
* | 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 |
|
|