| Commit message (Expand) | Author | Age | Files | Lines |
* | Add note about DL_IMPORT deprecation. | Mark Hammond | 2002-07-22 | 1 | -0/+4 |
|
|
* | Fixed potential refcount problems with interned strings, adapted comments, ad... | Jack Jansen | 2002-07-22 | 1 | -6/+16 |
|
|
* | Finally found out why te cf project sometimes worked and someimes didn't. Fix... | Jack Jansen | 2002-07-22 | 1 | -1/+1 |
|
|
* | New test "+sort", tacking 10 random floats on to the end of a sorted | Tim Peters | 2002-07-21 | 1 | -6/+9 |
|
|
* | Changed import from | Tim Peters | 2002-07-21 | 1 | -1/+1 |
|
|
* | Bug: clearing the shell undo list after a prompt was allowing files to be | Kurt B. Kaiser | 2002-07-21 | 1 | -5/+11 |
|
|
* | Get popen test to work even if python is not in the path | Neal Norwitz | 2002-07-20 | 1 | -1/+1 |
|
|
* | Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them | Martin v. Löwis | 2002-07-20 | 4 | -12/+39 |
|
|
* | Added new test "3sort". This is sorted data but with 3 random exchanges. | Tim Peters | 2002-07-20 | 1 | -1/+9 |
|
|
* | add versionadded to doc | Neal Norwitz | 2002-07-20 | 1 | -0/+3 |
|
|
* | unpack_string(): avoid a compiler warning (about a real bug!) by | Guido van Rossum | 2002-07-20 | 1 | -1/+4 |
|
|
* | Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to | Guido van Rossum | 2002-07-20 | 1 | -1/+2 |
|
|
* | Shut the test up and add a missing import | Barry Warsaw | 2002-07-19 | 2 | -2/+4 |
|
|
* | The email package's tests live much better in a subpackage | Barry Warsaw | 2002-07-19 | 6 | -2045/+2294 |
|
|
* | The email package's tests live much better in a subpackage | Barry Warsaw | 2002-07-19 | 31 | -0/+1182 |
|
|
* | message_from_string(), message_from_file(): The consensus on the | Barry Warsaw | 2002-07-19 | 1 | -2/+2 |
|
|
* | Parser.__init__(): The consensus on the mimelib-devel list is that | Barry Warsaw | 2002-07-19 | 1 | -2/+2 |
|
|
* | To better support default content types, fix an API wart, and preserve | Barry Warsaw | 2002-07-19 | 1 | -13/+62 |
|
|
* | _structure(): Take an optional `fp' argument which would be the object | Barry Warsaw | 2002-07-19 | 1 | -3/+7 |
|
|
* | _dispatch(): Use the new Message.get_content_type() method as hashed | Barry Warsaw | 2002-07-19 | 1 | -6/+1 |
|
|
* | Follow PyXML: Remove all prints from successful tests. This means we can | Fred Drake | 2002-07-19 | 2 | -241/+14 |
|
|
* | Return NULL instead of 0 from function with a pointer return value. | Fred Drake | 2002-07-19 | 1 | -1/+1 |
|
|
* | Alas, roll back the definition of _XOPEN_SOURCE. It breaks the tests | Guido van Rossum | 2002-07-19 | 3 | -12/+1 |
|
|
* | Remove a few lines that aren't used and cause problems on platforms | Guido van Rossum | 2002-07-19 | 1 | -6/+0 |
|
|
* | 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 |
|
|