| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NEWS entry about bug #1076985. | Walter Dörwald | 2004-12-22 | 1 | -0/+4 |
|
|
* | Changing the idle wrapper to use Python and execvp() to pass arguments to | Sean Reifschneider | 2004-12-21 | 1 | -3/+9 |
|
|
* | SF bug #951915: fix bug in StringIO.truncate - length not changed | Raymond Hettinger | 2004-12-20 | 1 | -0/+3 |
|
|
* | SF #1085304: Make array.array pickle-able | Raymond Hettinger | 2004-12-16 | 1 | -0/+2 |
|
|
* | locale.py now uses an updated locale alias table (built using | Marc-André Lemburg | 2004-12-10 | 1 | -0/+5 |
|
|
* | Combined several entries. | Raymond Hettinger | 2004-12-07 | 1 | -6/+2 |
|
|
* | Eliminate the deprecated option to return None instead of a tuple of argument... | Raymond Hettinger | 2004-12-07 | 1 | -0/+6 |
|
|
* | Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse | Brett Cannon | 2004-12-07 | 1 | -0/+2 |
|
|
* | setup.py now uses the library directories specified in LDFLAGS (``-L`` | Brett Cannon | 2004-12-07 | 1 | -0/+9 |
|
|
* | Removed deprecated tzparse module. | Raymond Hettinger | 2004-12-05 | 1 | -0/+2 |
|
|
* | Added optional None arguments to itertools.islice(). | Raymond Hettinger | 2004-12-05 | 1 | -0/+4 |
|
|
* | Removed the deprecated bin parameter from the pickle module. | Raymond Hettinger | 2004-12-05 | 1 | -0/+2 |
|
|
* | Remove the deprecated statcache module. | Raymond Hettinger | 2004-12-05 | 1 | -0/+2 |
|
|
* | Removed deprecated method arguments from the shelve module. | Raymond Hettinger | 2004-12-05 | 1 | -0/+2 |
|
|
* | Removed deprecated method from pstats. | Raymond Hettinger | 2004-12-05 | 1 | -0/+2 |
|
|
* | Removed deprecated use_statcache argument. | Raymond Hettinger | 2004-12-05 | 1 | -0/+2 |
|
|
* | SF bug #1078905: Docs for unittest run() methods are misleading | Raymond Hettinger | 2004-12-04 | 1 | -0/+4 |
|
|
* | Remove the deprecated whrandom module. | Raymond Hettinger | 2004-12-04 | 1 | -0/+2 |
|
|
* | Remove PyRange_New(). | Raymond Hettinger | 2004-12-03 | 1 | -0/+2 |
|
|
* | Acknowledge contribution of a thorough tutorial review. | Raymond Hettinger | 2004-12-03 | 1 | -0/+1 |
|
|
* | SF patch #1077353: add key= argument to min and max | Raymond Hettinger | 2004-12-03 | 2 | -1/+5 |
|
|
* | Add key= argument to heapq.nsmallest() and heapq.nlargest(). | Raymond Hettinger | 2004-12-02 | 1 | -0/+40 |
|
|
* | whoops! | Anthony Baxter | 2004-11-30 | 1 | -2/+2 |
|
|
* | doodedoodedoo on the way to 2.4 final | Anthony Baxter | 2004-11-30 | 1 | -39/+3 |
|
|
* | preparing for 2.4 final (wooooooo!) | Anthony Baxter | 2004-11-29 | 1 | -1/+1 |
|
|
* | Hye-Shik Chang's fix for Bug 875692. | Kurt B. Kaiser | 2004-11-23 | 1 | -0/+13 |
|
|
* | 2.4rc1 | Anthony Baxter | 2004-11-18 | 2 | -2/+2 |
|
|
* | Mark PyRange_New() as deprecated. | Raymond Hettinger | 2004-11-18 | 1 | -1/+2 |
|
|
* | split functionality into pystack and pystackv commands. The former will | Skip Montanaro | 2004-11-17 | 1 | -4/+19 |
|
|
* | SF bug 1065388: calendar day/month name lookup too slow | Tim Peters | 2004-11-13 | 1 | -0/+11 |
|
|
* | SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contribute... | Raymond Hettinger | 2004-11-10 | 1 | -0/+1 |
|
|
* | test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton | Tim Peters | 2004-11-08 | 1 | -1/+4 |
|
|
* | SF bug 1061968: threads: segfault or Py_FatalError at exit | Tim Peters | 2004-11-08 | 1 | -1/+4 |
|
|
* | Fix for SF bug 988120 via patch 1061941. | Jeremy Hylton | 2004-11-07 | 1 | -0/+1 |
|
|
* | Add comment about removal of CoreServices/CoreFoundation compilation against | Brett Cannon | 2004-11-07 | 1 | -1/+3 |
|
|
* | Essentially SF patch 1061679: add missing __all__ to pickletools.py. | Tim Peters | 2004-11-06 | 1 | -0/+2 |
|
|
* | Comment cleanup. | Brett Cannon | 2004-11-06 | 1 | -11/+11 |
|
|
* | post-release | Anthony Baxter | 2004-11-04 | 1 | -39/+55 |
|
|
* | Fix bug 1052242. Also includes rewrite of test case using unittest and | Skip Montanaro | 2004-11-04 | 1 | -0/+11 |
|
|
* | release shenanigans | Anthony Baxter | 2004-11-03 | 2 | -2/+2 |
|
|
* | SF patch #1056967, changes the semantics of Template.safe_substitute() to not | Barry Warsaw | 2004-11-01 | 1 | -0/+4 |
|
|
* | SF 1055820: weakref callback vs gc vs threads | Tim Peters | 2004-10-30 | 1 | -0/+11 |
|
|
* | Patch #1044395: Allow configure option --enable-shared in FreeBSD. | Hye-Shik Chang | 2004-10-26 | 1 | -2/+2 |
|
|
* | SF #737473: Show up-to-date source code in tracebacks always. | Hye-Shik Chang | 2004-10-26 | 1 | -0/+3 |
|
|
* | SF bug #1054139: serious string hashing error in 2.4b1 | Raymond Hettinger | 2004-10-26 | 1 | -1/+1 |
|
|
* | SF bug #1052503: pdb runcall should accept keyword arguments | Raymond Hettinger | 2004-10-24 | 1 | -0/+2 |
|
|
* | SF bug #1048870: call arg of lambda not updating | Raymond Hettinger | 2004-10-24 | 1 | -1/+4 |
|
|
* | Move to version 2 of the PSF license, approved by the Board earlier today. | Tim Peters | 2004-10-23 | 1 | -2/+22 |
|
|
* | Fix minor reST error in Misc/NEWS. | Brett Cannon | 2004-10-22 | 2 | -0/+2 |
|
|
* | Latest version for beta 1. | Sean Reifschneider | 2004-10-21 | 1 | -37/+50 |
|
|