summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Bug #1588287: fix invalid assertion for `1,2` in debug builds.Neal Norwitz2006-11-041-0/+2
* - Patch #1060577: Extract list of RPM files from spec file inMartin v. Löwis2006-11-041-25/+35
* Whitespace normalization.Tim Peters2006-11-0312-21/+21
* Change to improve speed of _fixupChildrenVinay Sajip2006-10-311-2/+5
* I'm assuming this is correct, it fixes the tests so they pass againNeal Norwitz2006-10-291-0/+1
* Add tests for incremental codecs with an errorsWalter Dörwald2006-10-291-0/+24
* Add tests for basic argument errors.Walter Dörwald2006-10-291-0/+27
* Move the check for openpty to the beginning.Georg Brandl2006-10-291-5/+5
* Remove leftover test output file.Georg Brandl2006-10-291-29/+0
* Convert test_openpty to unittest.Georg Brandl2006-10-292-16/+18
* Convert test_MimeWriter to unittest.Georg Brandl2006-10-292-174/+185
* Completely convert test_httplib to unittest.Georg Brandl2006-10-292-103/+63
* Convert test_cgi to unittest.Georg Brandl2006-10-292-167/+135
* Convert test_cookie to unittest.Georg Brandl2006-10-292-73/+73
* Convert test_types to unittest.Georg Brandl2006-10-292-298/+270
* Convert test_nis to unittest.Georg Brandl2006-10-292-37/+37
* Convert test_poll to unittest.Georg Brandl2006-10-292-195/+140
* Convert test_mmap to unittest.Georg Brandl2006-10-292-276/+156
* Bug #1576657: when setting a KeyError for a tuple key, make sure thatGeorg Brandl2006-10-291-0/+10
* Bug #1586773: extend hashlib docstring.Georg Brandl2006-10-291-1/+30
* Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.Georg Brandl2006-10-293-8/+53
* Fix the new EncodedFile test to work with big endian platforms.Georg Brandl2006-10-291-2/+2
* Test assert if __debug__ is true.Georg Brandl2006-10-291-4/+3
* Patch #1583880: fix tarfile's problems with long names and posix/Georg Brandl2006-10-291-88/+81
* Bug #1357915: allow all sequence types for shell arguments inGeorg Brandl2006-10-291-0/+2
* Remove trailing comma.Georg Brandl2006-10-291-1/+1
* Bug #1586448: the compiler module now emits the same bytecode forGeorg Brandl2006-10-291-7/+5
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-292-4/+58
* Fix test_modulefinder so it doesn't fail when run after test_distutils.Neal Norwitz2006-10-281-0/+1
* Fix bug #1565514, SystemError not raised on too many nested blocks.Neal Norwitz2006-10-281-0/+31
* make test_grammar pass with python -OGeorg Brandl2006-10-281-2/+4
* Convert test_opcodes to unittest.Georg Brandl2006-10-282-105/+108
* Convert test_math to unittest.Georg Brandl2006-10-282-229/+207
* Update outstanding bugs test file.Georg Brandl2006-10-281-10/+5
* Convert test_global, test_scope and test_grammar to unittest.Georg Brandl2006-10-288-1288/+1263
* Port test_bufio to unittest.Walter Dörwald2006-10-281-55/+61
* Modulefinder now handles absolute and relative imports, includingThomas Heller2006-10-272-37/+372
* WindowsError.str should display the windows error code,Thomas Heller2006-10-271-0/+13
* [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-272-6/+6
* Clarify docstringAndrew M. Kuchling2006-10-271-1/+1
* [Bug #1575506] The _singlefileMailbox class was using the wrong file object i...Andrew M. Kuchling2006-10-272-1/+17
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-272-1/+8
* Patch #1567274: Support SMTP over TLS.Martin v. Löwis2006-10-271-5/+34
* Patch #1549049: Rewrite type conversion in structmember.Martin v. Löwis2006-10-271-0/+80
* Typo fixAndrew M. Kuchling2006-10-261-1/+1
* Patch [ 1583506 ] tarfile.py: 100-char filenames are truncatedGeorg Brandl2006-10-242-1/+28
* Remove passwd.adjunct.byname from list of mapsMartin v. Löwis2006-10-221-0/+7
* Port test___future__ to unittest.Walter Dörwald2006-10-221-52/+56
* Whitespace normalization.Tim Peters2006-10-182-3/+3
* ctypes callback functions only support 'fundamental' result types.Thomas Heller2006-10-171-0/+13