| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 194 | -1384/+195 |
|
|
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 22 | -46/+46 |
|
|
* | append(): Bite the bullet and let charset be the string name of a | Barry Warsaw | 2002-07-23 | 1 | -3/+6 |
|
|
* | make_header(): Watch out for charset is None, which decode_header() | Barry Warsaw | 2002-07-23 | 1 | -3/+2 |
|
|
* | News about StopIteration as a "sink state". | Guido van Rossum | 2002-07-23 | 1 | -0/+8 |
|
|
* | Add news about strptime and socket.setdefaulttimeout(). | Guido van Rossum | 2002-07-23 | 1 | -1/+6 |
|
|
* | SF patch #581396, Canvas "select_item" always returns None | Neal Norwitz | 2002-07-23 | 1 | -1/+1 |
|
|
* | [Bug #580462] Mention changes to GC API | Andrew M. Kuchling | 2002-07-22 | 1 | -84/+116 |
|
|
* | Sort changed modules into alphabetical order; no other changes | Andrew M. Kuchling | 2002-07-22 | 1 | -93/+97 |
|
|
* | Rewrite a paragraph, and use correct mark-up | Andrew M. Kuchling | 2002-07-22 | 1 | -5/+9 |
|
|
* | Remove a strange single quote that didn't seem to upset the compilers! | Mark Hammond | 2002-07-22 | 1 | -1/+1 |
|
|
* | Nuke the only DL_* in this directory. | Mark Hammond | 2002-07-22 | 1 | -1/+1 |
|
|
* | Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place | Neal Norwitz | 2002-07-22 | 1 | -4/+5 |
|
|
* | SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation | Neal Norwitz | 2002-07-22 | 1 | -0/+5 |
|
|
* | 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 |
|
|