| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1191700: Adjust column alignment in bdb breakpoint lists. | Martin v. Löwis | 2006-04-15 | 1 | -0/+2 |
|
|
* | Patch #1191065: Fix preprocessor problems on systems where recvfrom | Martin v. Löwis | 2006-04-15 | 1 | -0/+3 |
|
|
* | Patch #1161914: Add python-config. | Martin v. Löwis | 2006-04-15 | 2 | -0/+51 |
|
|
* | Typo fix | Andrew M. Kuchling | 2006-04-14 | 1 | -1/+1 |
|
|
* | Patch #1324762: Change --with-cxx to --with-cxx-main. | Martin v. Löwis | 2006-04-14 | 1 | -0/+5 |
|
|
* | SF Bug #1454485, array.array('u') could crash the interpreter when | Neal Norwitz | 2006-04-14 | 1 | -0/+7 |
|
|
* | Added George Yoshida. | Tim Peters | 2006-04-14 | 1 | -0/+6 |
|
|
* | raise the minimum supported BerkeleyDB version to 3.3 and add notes to | Gregory P. Smith | 2006-04-13 | 1 | -1/+10 |
|
|
* | reverting r45321: Patch #860326: traceback.format_exception_only() now | Anthony Baxter | 2006-04-13 | 1 | -4/+0 |
|
|
* | Patch #860326: traceback.format_exception_only() now prepends the | Georg Brandl | 2006-04-12 | 1 | -0/+4 |
|
|
* | Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. | Anthony Baxter | 2006-04-12 | 1 | -0/+3 |
|
|
* | Update comments and the skip list, maybe some of these tests don't | Neal Norwitz | 2006-04-12 | 1 | -3/+10 |
|
|
* | Bug #1467952: os.listdir() now correctly raises an error if readdir() | Georg Brandl | 2006-04-11 | 1 | -0/+3 |
|
|
* | Typo repair. | Tim Peters | 2006-04-11 | 1 | -2/+2 |
|
|
* | More words on patch #837242, since 4 or 5 tests started | Tim Peters | 2006-04-11 | 1 | -8/+19 |
|
|
* | Add notes to NEWS for other work today. | Phillip J. Eby | 2006-04-11 | 1 | -0/+10 |
|
|
* | Updated the warnings, linecache, inspect, traceback, site, and doctest modules | Phillip J. Eby | 2006-04-11 | 1 | -0/+4 |
|
|
* | Patch #837242: id() for large ptr should return a long. | Martin v. Löwis | 2006-04-10 | 1 | -0/+4 |
|
|
* | Patch #1467770: Add Popen objects to _active only in __del__. | Martin v. Löwis | 2006-04-10 | 1 | -0/+3 |
|
|
* | Patch #1429775: Link Python modules to libpython on linux if | Martin v. Löwis | 2006-04-10 | 1 | -0/+2 |
|
|
* | Patch #1462222: Fix Tix.Grid. Closes #1036406. | Martin v. Löwis | 2006-04-10 | 1 | -0/+2 |
|
|
* | I wonder if we can be too graceful? One oughta be enough. :-) | Neal Norwitz | 2006-04-10 | 1 | -2/+1 |
|
|
* | Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) | Anthony Baxter | 2006-04-09 | 2 | -0/+7 |
|
|
* | glob('anything*/') would fail because isdir is in os.path, not os. | Neal Norwitz | 2006-04-09 | 1 | -0/+2 |
|
|
* | Fix bsddb.db.DBError derived exceptions so they can be unpickled. | Gregory P. Smith | 2006-04-08 | 1 | -0/+2 |
|
|
* | Hopefully this makes test_urllib2 have inconsistent leak results | Neal Norwitz | 2006-04-06 | 1 | -1/+1 |
|
|
* | I don't think we know of any tests that really leak anymore | Neal Norwitz | 2006-04-06 | 1 | -2/+2 |
|
|
* | blank spots for Misc/NEWS, post alpha1 (plus testing buildbot 0.7.2) | Anthony Baxter | 2006-04-05 | 1 | -0/+28 |
|
|
* | - correct patch number | Matthias Klose | 2006-04-03 | 1 | -1/+1 |
|
|
* | - Patch #360466: Replace the MD5 implementation from RSA Data Security Inc | Matthias Klose | 2006-04-03 | 1 | -0/+3 |
|
|
* | preparation for 2.5a1 | Anthony Baxter | 2006-04-03 | 2 | -5/+8 |
|
|
* | Bug #1421664: Set sys.stderr.encoding | Martin v. Löwis | 2006-04-03 | 1 | -0/+3 |
|
|
* | The email module's parsedate_tz function now sets the daylight savings | Anthony Baxter | 2006-04-03 | 2 | -0/+5 |
|
|
* | Accept keyword arguments for __import__ and doc the addition of the level par... | Neal Norwitz | 2006-04-03 | 1 | -0/+2 |
|
|
* | Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results | Fred Drake | 2006-04-01 | 1 | -0/+3 |
|
|
* | Some typo & grammar fixes | Andrew M. Kuchling | 2006-04-01 | 1 | -12/+12 |
|
|
* | Update SQLite version requirement. | Georg Brandl | 2006-04-01 | 1 | -1/+1 |
|
|
* | patch #1462498: handle entityrefs in attribute values. | Georg Brandl | 2006-04-01 | 1 | -0/+3 |
|
|
* | Bug #947906: Add classes LocaleTextCalendar and LocaleHTMLCalendar, | Walter Dörwald | 2006-04-01 | 1 | -1/+3 |
|
|
* | merged the sqlite-integration branch. | Anthony Baxter | 2006-04-01 | 1 | -0/+5 |
|
|
* | Another crack at bug #1460340: make random.sample(dict) | Tim Peters | 2006-04-01 | 1 | -0/+5 |
|
|
* | Patch #1460496: round() now accepts keyword arguments. | Georg Brandl | 2006-03-31 | 1 | -0/+2 |
|
|
* | Bug #1445068: getpass.getpass() can now be given an explicit stream | Georg Brandl | 2006-03-31 | 1 | -0/+3 |
|
|
* | Patch #1462313, bug #1443328: the pickle modules now can handle classes | Georg Brandl | 2006-03-31 | 1 | -0/+3 |
|
|
* | Patch #1380952: fix SSL objects timing out on consecutive read()s | Georg Brandl | 2006-03-31 | 1 | -0/+2 |
|
|
* | Bug #1250170, Patch #1462230: handle socket.gethostname() | Georg Brandl | 2006-03-31 | 1 | -0/+3 |
|
|
* | Bug #947906: An object oriented interface has been added to the calendar | Walter Dörwald | 2006-03-31 | 1 | -0/+4 |
|
|
* | Add a NEWS entry for the Alpha fixes | Neal Norwitz | 2006-03-31 | 1 | -0/+3 |
|
|
* | Fixed bug #1459029 - unicode reprs were double-escaped. | Anthony Baxter | 2006-03-30 | 1 | -0/+2 |
|
|
* | Oops, forgot to checkin the NEWS for --identity | Phillip J. Eby | 2006-03-30 | 1 | -0/+3 |
|
|