summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prevent asyncore.dispatcher tests from hanging by adding loop countersFacundo Batista2007-07-171-20/+46
| | | | | | to server & client, and by adding asyncore.close_all calls in tearDown. Also choose correct expected logging results based on the value of __debug__ [Alan McIntyre - GSoC]
* Changed the used port and commented out some tests that usesFacundo Batista2007-07-151-72/+82
| | | | | a non documented function that appers to uses resources not present in Windows.
* First version. Includes tests for helper functions: read, write,Facundo Batista2007-07-141-0/+370
| | | | | | _exception, readwrite, closeall, compact_traceback; and for classes dispatcher, dispatcher_with_send, and file_wrapper. [Alan McIntyre - GSoC]
* Avoid exception if there's a stray directory inside a Maildir folder.Andrew M. Kuchling2007-07-142-2/+17
| | | | | | | The Maildir specification doesn't seem to say anything about this situation, and it can happen if you're keeping a Maildir mailbox in Subversion (.svn directories) or some similar system. The patch just ignores directories in the cur/, new/, tmp/ folders.
* Typo fixAndrew M. Kuchling2007-07-141-1/+1
|
* Clarify webbrowser.open description.Georg Brandl2007-07-141-1/+1
|
* Bug #1753406: missing \versionadded for subprocess.check_call.Georg Brandl2007-07-141-0/+2
|
* In response to this SF bug:Barry Warsaw2007-07-132-0/+23
| | | | | | | | | | [ 1752723 ] email.message_from_string: initial line gets discarded I added a test to assert that when the first line of text passed to message_from_string() contains a leading space, the message ends up with the appropriate FirstHeaderLineIsContinuationDefect on its defects list. The bug is invalid.
* PyType_stgdict() returns a borrowed reference which must not beThomas Heller2007-07-131-2/+0
| | | | Py_DECREF'd.
* Fix for SF# 1649098: avoid zero-sized array declaration in structure.Thomas Heller2007-07-133-2/+5
|
* Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr outputThomas Heller2007-07-132-0/+12
| | | | of c_char_p and c_wchar_p has changed as a sideeffect.
* Do not try to load the GLUT library in the ctypes tests. This testThomas Heller2007-07-131-24/+2
| | | | | adds little value, but has a large problem on OS X, as explained in SF# 1581906.
* Add tests for _ctypes.COMError.Thomas Heller2007-07-131-0/+9
|
* Repair COMError. Since exceptions are new style classes now, settingThomas Heller2007-07-131-7/+13
| | | | | the methods and docstring after the type creation does not work, they must be in the dictionary before creating the type.
* Correct the docs for takewhile(). Improve the recipe for nth(). Should be ↵Raymond Hettinger2007-07-131-3/+3
| | | | backported
* Added tests for basic behavior of DateTime, Binary, and Fault classesFacundo Batista2007-07-131-1/+134
| | | | | | and the escape function. Check that marshalling recursive sequences & dicts raises TypeError. Check that marshalling out-of-range ints raises OverflowError [Alan McIntyre - GSoC]
* Patch #1675424: Added tests for uncovered code in the zipfile module.Georg Brandl2007-07-124-21/+171
| | | | | The KeyError raised by Zipfile.getinfo for nonexistent names now has a descriptive message.
* Bug #1637365: add subsection about "__name__ == __main__" to theGeorg Brandl2007-07-122-0/+41
| | | | Python tutorial.
* Patch #1731169: clean up expected skips list.Georg Brandl2007-07-121-214/+18
|
* Patch #1731659: improve time.strptime docs.Georg Brandl2007-07-121-9/+17
|
* Patch #1673759: add a missing overflow check when formatting floatsGeorg Brandl2007-07-124-5/+24
| | | | with %G.
* Patch #1739696: use code.co_code only if really necessaryGeorg Brandl2007-07-121-4/+3
|
* Patch #1752270, #1750931: complain if urllib2 add_handler calledGeorg Brandl2007-07-122-0/+10
| | | | without handler.
* Fix #1752132: wrong comment in opcode description.Georg Brandl2007-07-111-1/+1
|
* Patch 1673122: be explicit about which libtool to use, to avoid name clashesRonald Oussoren2007-07-091-1/+1
| | | | when a users install GNU libtool early in his PATH
* Patch 1693258: Fix for duplicate "preferences" menu-OS XRonald Oussoren2007-07-091-18/+31
|
* Fix typo in commentNeal Norwitz2007-07-061-1/+1
|
* Many calls to tk.call involve an arglist containing a single tuple.Kurt B. Kaiser2007-07-051-0/+6
| | | | | | | | | | Calls using METH_OLDARGS unpack this tuple; calls using METH_VARARG don't. Tcl's concatenation of args was affected; IDLE doesn't start. Modify Tkapp_Call() to unpack single tuple arglists. Bug 1733943 Ref http://mail.python.org/pipermail/python-checkins/2007-May/060454.html
* copy built files to the PCBuild directory, where tools likeMark Hammond2007-07-041-1/+12
| | | | distutils or external build processes can find them.
* Remove duplicate sentence from alarm() doc.Georg Brandl2007-07-021-2/+1
|
* Fix a few webbrowser.py problems.Georg Brandl2007-07-011-0/+2
|
* Document smtp.SMTPAuthenticationError.Georg Brandl2007-06-301-0/+4
|
* Fix a variable name in winreg docs.Georg Brandl2007-06-271-1/+1
|
* Bug #1742901: document None behavior of shlex.split.Georg Brandl2007-06-251-0/+3
|
* Bug #1739115: make shutil.rmtree docs clear wrt. file deletion.Georg Brandl2007-06-191-5/+6
|
* Bug #1737864: allow empty message in logging format routines.Georg Brandl2007-06-191-2/+2
|
* Added missing \versionchanged tag for the new excludeLars Gustäbel2007-06-181-0/+1
| | | | parameter.
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-184-7/+39
|
* Revert last change for SF #1738754, there's no print in there.Neal Norwitz2007-06-181-1/+1
|
* SF #1738754, remove extra backslash in stringNeal Norwitz2007-06-181-1/+1
|
* SF #1738670, make example in doc workNeal Norwitz2007-06-171-0/+6
|
* Add missing \versionadded.Georg Brandl2007-06-161-0/+1
|
* Mention Senthil Kumaran.Martin v. Löwis2007-06-161-0/+4
|
* Add a wordAndrew M. Kuchling2007-06-151-1/+1
|
* urllib2_localnet says it leaks probably due to threads. So ignore it.Neal Norwitz2007-06-151-2/+1
| | | | | popen2 is also complaining probably for similar reasons. make install always reports failure, so don't mail in this case.
* Patch #1734014: Use _I64_MAX instead of LLONG_MAX.Martin v. Löwis2007-06-141-3/+3
| | | | Will backport to 2.5.
* Add T_PYSSIZET in structmember.h: This can be used forWalter Dörwald2007-06-135-168/+120
| | | | | | | | | Py_ssize_t members. Simplify the implementation of UnicodeError objects: start and end attributes are now stored directly as Py_ssize_t members, which simplifies various get and set functions.
* Build bzip2.Thomas Heller2007-06-131-0/+5
|
* Notes about building tcl/tk for windows/AMD64.Thomas Heller2007-06-131-0/+36
|
* Do not hardcode the buildbot's directory name.Thomas Heller2007-06-131-3/+4
|