| Commit message (Expand) | Author | Age | Files | Lines |
* | This is my patch: | Michael W. Hudson | 2005-05-27 | 1 | -0/+110 |
|
|
* | Fix test_site to not call open('...', 'wU'), as that now raises an error. | Michael W. Hudson | 2005-05-27 | 1 | -1/+1 |
|
|
* | Disallow opening files with modes 'aU' or 'wU' as specified by PEP | Skip Montanaro | 2005-05-20 | 1 | -0/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-05-18 | 1 | -1/+1 |
|
|
* | This test relied on short-circuiting details of dictobject.py to avoid | Armin Rigo | 2005-05-15 | 1 | -4/+2 |
|
|
* | Add better datetime support to xmlrpclib module. Closes patch #1120353. | Skip Montanaro | 2005-05-14 | 2 | -17/+87 |
|
|
* | Improve subprocess link error notification | Kurt B. Kaiser | 2005-05-10 | 3 | -3/+9 |
|
|
* | SF bug #1193890: calendar.weekheader not found in __all__ | Raymond Hettinger | 2005-05-10 | 1 | -1/+2 |
|
|
* | Use Queue's blocking feature instead of sleeping in the main | Kurt B. Kaiser | 2005-05-05 | 2 | -2/+4 |
|
|
* | Don't use 'is not' to compare strings. | Michael W. Hudson | 2005-05-04 | 1 | -1/+1 |
|
|
* | SF patch #1191489: Simplify logic in random.py | Raymond Hettinger | 2005-04-30 | 1 | -9/+10 |
|
|
* | Fix error in a docstring where a single quote started the docstring but triple | Brett Cannon | 2005-04-30 | 1 | -1/+1 |
|
|
* | Fixed a typo in docstring I happened upon. | Guido van Rossum | 2005-04-30 | 1 | -1/+1 |
|
|
* | Make subclasses of int, long, complex, float, and unicode perform type | Brett Cannon | 2005-04-26 | 4 | -1/+245 |
|
|
* | Make parse_makefile fallback to environment variables if nothing is | Martin v. Löwis | 2005-04-25 | 1 | -21/+14 |
|
|
* | Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. Meant | Brett Cannon | 2005-04-24 | 1 | -3/+4 |
|
|
* | Update test to the current readline() behaviour. | Walter Dörwald | 2005-04-21 | 1 | -0/+2 |
|
|
* | Fix comment. | Walter Dörwald | 2005-04-21 | 1 | -2/+2 |
|
|
* | If the data read from the bytestream in readline() ends in a '\r' read one more | Walter Dörwald | 2005-04-21 | 1 | -12/+4 |
|
|
* | Fix tests dependent on the exception raised by non-settable descriptors. | Barry Warsaw | 2005-04-20 | 3 | -5/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-04-20 | 2 | -2/+2 |
|
|
* | typo fix, thanks Jeremy Sanders | Anthony Baxter | 2005-04-15 | 1 | -1/+1 |
|
|
* | Flush out support for ``class B(): pass`` syntax by adding support to the | Brett Cannon | 2005-04-09 | 3 | -1/+9 |
|
|
* | Add test for ``class B1(): pass``. | Brett Cannon | 2005-04-09 | 1 | -1/+2 |
|
|
* | test_default_encoding_issues(): Fully restore sys.setdefaultencoding. | Tim Peters | 2005-04-08 | 1 | -0/+7 |
|
|
* | SF bug #1168983: ftplib.py string index out of range | Raymond Hettinger | 2005-04-05 | 1 | -7/+16 |
|
|
* | Fix typos. | Walter Dörwald | 2005-04-04 | 1 | -2/+2 |
|
|
* | Fix for SF bug #1175396: readline() will now read one more character, if | Walter Dörwald | 2005-04-04 | 2 | -9/+91 |
|
|
* | Fix testcase for 64bit BSD systems: long is 8 bytes for those systems | Hye-Shik Chang | 2005-04-04 | 1 | -2/+8 |
|
|
* | Added threadName and now using re-entrant lock | Vinay Sajip | 2005-03-31 | 1 | -2/+5 |
|
|
* | Since PyPI only accepts UTF-8 encoded data now, make sure that the data is | Walter Dörwald | 2005-03-31 | 1 | -2/+2 |
|
|
* | Fix for rather inaccurately titled bug | Michael W. Hudson | 2005-03-30 | 1 | -0/+10 |
|
|
* | SF patch 1167316: doctest.py fails self-test if run directly. | Tim Peters | 2005-03-28 | 1 | -5/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-03-28 | 13 | -29/+27 |
|
|
* | Two lines in this file had unbalanced parentheses -- couldn't possibly | Tim Peters | 2005-03-28 | 1 | -2/+2 |
|
|
* | SF patch #1171417: bug fix for islice() in docs | Raymond Hettinger | 2005-03-27 | 1 | -0/+5 |
|
|
* | * Fix decimal's handling of foreign types. Now returns NotImplemented | Raymond Hettinger | 2005-03-27 | 2 | -11/+89 |
|
|
* | SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. | Raymond Hettinger | 2005-03-27 | 1 | -0/+6 |
|
|
* | Add missing socket import | Martin v. Löwis | 2005-03-24 | 1 | -0/+1 |
|
|
* | minor cleanup | Fred Drake | 2005-03-24 | 1 | -7/+6 |
|
|
* | Make SRPMs pyversion 'any'. | Martin v. Löwis | 2005-03-23 | 1 | -1/+1 |
|
|
* | Make dist_files a triple, with the Python target version included, | Martin v. Löwis | 2005-03-23 | 6 | -14/+38 |
|
|
* | Make the signature detached. | Martin v. Löwis | 2005-03-22 | 1 | -1/+1 |
|
|
* | Add tests for tuple, list and UserList that initialize the object from | Walter Dörwald | 2005-03-22 | 2 | -83/+97 |
|
|
* | Fix registration of output file. | Martin v. Löwis | 2005-03-22 | 1 | -1/+1 |
|
|
* | Don't set the Python version for sdist uploads. | Martin v. Löwis | 2005-03-22 | 1 | -0/+2 |
|
|
* | Upload GPG signature. | Martin v. Löwis | 2005-03-22 | 1 | -3/+16 |
|
|
* | Fix typo. | Walter Dörwald | 2005-03-22 | 1 | -1/+1 |
|
|
* | fix Python style guide conformance | Fred Drake | 2005-03-22 | 1 | -1/+1 |
|
|
* | Add list tests that ensure that remove() removes the first occurrence. | Walter Dörwald | 2005-03-21 | 1 | -0/+20 |
|
|