| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1581073: add a flag to textwrap that prevents the dropping of | Georg Brandl | 2007-03-13 | 1 | -0/+3 |
|
|
* | Patch #1603688: ConfigParser.SafeConfigParser now checks values that | Georg Brandl | 2007-03-13 | 1 | -0/+4 |
|
|
* | Bug #1622896: fix a rare corner case where the bz2 module raised an | Georg Brandl | 2007-03-13 | 1 | -0/+3 |
|
|
* | This is the implementation of POSIX.1-2001 (pax) format read/write | Lars Gustäbel | 2007-03-13 | 1 | -0/+3 |
|
|
* | Patch #1449244: Support Unicode strings in | Martin v. Löwis | 2007-03-13 | 1 | -0/+3 |
|
|
* | Patch #1569798: fix a bug in distutils when building Python from a | Georg Brandl | 2007-03-13 | 1 | -0/+3 |
|
|
* | Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to | Georg Brandl | 2007-03-13 | 1 | -0/+3 |
|
|
* | Patch #1555098: use str.join() instead of repeated string | Georg Brandl | 2007-03-13 | 1 | -0/+3 |
|
|
* | Patch #1635454: the csv.DictWriter class now includes the offending | Georg Brandl | 2007-03-13 | 1 | -0/+4 |
|
|
* | Patch #1668100: urllib2 now correctly raises URLError instead of | Georg Brandl | 2007-03-13 | 1 | -0/+3 |
|
|
* | Patch #1679379: add documentation for fnmatch.translate(). | Georg Brandl | 2007-03-13 | 1 | -0/+2 |
|
|
* | Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ... | Collin Winter | 2007-03-12 | 1 | -0/+3 |
|
|
* | Bug #1678647: write a newline after printing an exception in any | Georg Brandl | 2007-03-12 | 1 | -0/+3 |
|
|
* | Backport from Py3k branch: | Georg Brandl | 2007-03-12 | 1 | -0/+4 |
|
|
* | Patch #1677862: Require a space or tab after import in .pth files. | Martin v. Löwis | 2007-03-12 | 1 | -0/+2 |
|
|
* | Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. | Martin v. Löwis | 2007-03-12 | 1 | -0/+2 |
|
|
* | Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ... | Collin Winter | 2007-03-11 | 1 | -0/+3 |
|
|
* | Patch #1675981: remove unreachable code from type.__new__() method. | Žiga Seilnacht | 2007-03-11 | 1 | -0/+2 |
|
|
* | Patch #1599845: Add an option to disable the implicit calls to server_bind() ... | Collin Winter | 2007-03-10 | 1 | -0/+4 |
|
|
* | Add proper attribution for a bug fix. | Collin Winter | 2007-03-10 | 1 | -1/+2 |
|
|
* | Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to... | Collin Winter | 2007-03-10 | 1 | -0/+3 |
|
|
* | Bug #1651235: When a tuple was passed to a ctypes function call, | Thomas Heller | 2007-03-09 | 1 | -0/+3 |
|
|
* | Patch #1491866: change the complex() constructor to allow parthensized forms.... | Collin Winter | 2007-03-09 | 1 | -0/+4 |
|
|
* | Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0) | Thomas Heller | 2007-03-09 | 1 | -0/+3 |
|
|
* | Bug #1629566: clarify the docs on the return values of parsedate() and parsed... | Collin Winter | 2007-03-09 | 1 | -0/+3 |
|
|
* | Patch #957003: Implement smtplib.LMTP. | Martin v. Löwis | 2007-03-09 | 1 | -0/+2 |
|
|
* | Add NEWS item for patch #1481079 (r54234). | Collin Winter | 2007-03-09 | 1 | -0/+2 |
|
|
* | Introduce test.test_support.TransientResource. It's a context manager to | Brett Cannon | 2007-03-08 | 1 | -0/+4 |
|
|
* | Add a NEWS entry for rev. 54207,8. | Georg Brandl | 2007-03-08 | 1 | -0/+6 |
|
|
* | Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). | Martin v. Löwis | 2007-03-07 | 1 | -0/+2 |
|
|
* | Patch #787789: allow to pass custom TestRunner instances to unittest's | Georg Brandl | 2007-03-07 | 1 | -0/+3 |
|
|
* | Patches #1550273, #1550272: fix a few bugs in unittest and add a | Georg Brandl | 2007-03-07 | 1 | -0/+3 |
|
|
* | Patch #1001604: glob.glob() now returns unicode filenames if it was | Georg Brandl | 2007-03-07 | 1 | -0/+3 |
|
|
* | Patch #703779: unset __file__ in __main__ after running a file. This | Georg Brandl | 2007-03-07 | 1 | -0/+4 |
|
|
* | Variant of patch #697613: don't exit the interpreter on a SystemExit | Georg Brandl | 2007-03-07 | 1 | -0/+5 |
|
|
* | Document change to curses. | Walter Dörwald | 2007-03-06 | 1 | -0/+2 |
|
|
* | Patch #1654417: make operator.{get,set,del}slice use the full range | Georg Brandl | 2007-03-06 | 1 | -0/+3 |
|
|
* | Patch #1638879: don't accept strings with embedded NUL bytes in long(). | Georg Brandl | 2007-03-06 | 1 | -0/+2 |
|
|
* | Patch #1646728: datetime.fromtimestamp fails with negative | Guido van Rossum | 2007-03-06 | 1 | -0/+3 |
|
|
* | patch 1673619 - identify extension modules which cannot be built | Skip Montanaro | 2007-03-06 | 1 | -0/+3 |
|
|
* | Patch #912410: Replace HTML entity references for attribute values | Martin v. Löwis | 2007-03-06 | 1 | -0/+3 |
|
|
* | Patch #1663234: you can now run doctest on test files and modules | Georg Brandl | 2007-03-06 | 1 | -0/+3 |
|
|
* | Bug #1674503: close the file opened by execfile() in an error condition. | Georg Brandl | 2007-03-06 | 1 | -0/+2 |
|
|
* | Patch #1121142: Implement ZipFile.open. | Martin v. Löwis | 2007-03-06 | 1 | -0/+2 |
|
|
* | Patch #1671450: add a section about subclassing builtin types to the | Georg Brandl | 2007-03-06 | 1 | -0/+3 |
|
|
* | Patch #1674228: when assigning a slice (old-style), check for the | Georg Brandl | 2007-03-05 | 1 | -0/+3 |
|
|
* | note MacPorts/BerkDB change in setup.py | Skip Montanaro | 2007-03-04 | 1 | -0/+2 |
|
|
* | Add collections.NamedTuple | Raymond Hettinger | 2007-03-01 | 1 | -0/+2 |
|
|
* | Add news about changes to metaclasses and __bases__ error checking. | Jeremy Hylton | 2007-02-27 | 1 | -0/+7 |
|
|
* | When printing an unraisable error, don't print exceptions. before the name. | Neal Norwitz | 2007-02-26 | 1 | -0/+3 |
|
|