summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due t...Andrew M. Kuchling2004-12-281-0/+3
* Add NEWS entry about bug #1076985.Walter Dörwald2004-12-221-0/+4
* Changing the idle wrapper to use Python and execvp() to pass arguments toSean Reifschneider2004-12-211-3/+9
* SF bug #951915: fix bug in StringIO.truncate - length not changedRaymond Hettinger2004-12-201-0/+3
* SF #1085304: Make array.array pickle-ableRaymond Hettinger2004-12-161-0/+2
* locale.py now uses an updated locale alias table (built usingMarc-André Lemburg2004-12-101-0/+5
* Combined several entries.Raymond Hettinger2004-12-071-6/+2
* Eliminate the deprecated option to return None instead of a tuple of argument...Raymond Hettinger2004-12-071-0/+6
* Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparseBrett Cannon2004-12-071-0/+2
* setup.py now uses the library directories specified in LDFLAGS (``-L``Brett Cannon2004-12-071-0/+9
* Removed deprecated tzparse module.Raymond Hettinger2004-12-051-0/+2
* Added optional None arguments to itertools.islice().Raymond Hettinger2004-12-051-0/+4
* Removed the deprecated bin parameter from the pickle module.Raymond Hettinger2004-12-051-0/+2
* Remove the deprecated statcache module.Raymond Hettinger2004-12-051-0/+2
* Removed deprecated method arguments from the shelve module.Raymond Hettinger2004-12-051-0/+2
* Removed deprecated method from pstats.Raymond Hettinger2004-12-051-0/+2
* Removed deprecated use_statcache argument.Raymond Hettinger2004-12-051-0/+2
* SF bug #1078905: Docs for unittest run() methods are misleadingRaymond Hettinger2004-12-041-0/+4
* Remove the deprecated whrandom module.Raymond Hettinger2004-12-041-0/+2
* Remove PyRange_New().Raymond Hettinger2004-12-031-0/+2
* Acknowledge contribution of a thorough tutorial review.Raymond Hettinger2004-12-031-0/+1
* SF patch #1077353: add key= argument to min and maxRaymond Hettinger2004-12-032-1/+5
* Add key= argument to heapq.nsmallest() and heapq.nlargest().Raymond Hettinger2004-12-021-0/+40
* whoops!Anthony Baxter2004-11-301-2/+2
* doodedoodedoo on the way to 2.4 finalAnthony Baxter2004-11-301-39/+3
* preparing for 2.4 final (wooooooo!)Anthony Baxter2004-11-291-1/+1
* Hye-Shik Chang's fix for Bug 875692.Kurt B. Kaiser2004-11-231-0/+13
* 2.4rc1Anthony Baxter2004-11-182-2/+2
* Mark PyRange_New() as deprecated.Raymond Hettinger2004-11-181-1/+2
* split functionality into pystack and pystackv commands. The former willSkip Montanaro2004-11-171-4/+19
* SF bug 1065388: calendar day/month name lookup too slowTim Peters2004-11-131-0/+11
* SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contribute...Raymond Hettinger2004-11-101-0/+1
* test_doctest.py test_pdb_set_trace_nested(): A new test from Jim FultonTim Peters2004-11-081-1/+4
* SF bug 1061968: threads: segfault or Py_FatalError at exitTim Peters2004-11-081-1/+4
* Fix for SF bug 988120 via patch 1061941.Jeremy Hylton2004-11-071-0/+1
* Add comment about removal of CoreServices/CoreFoundation compilation againstBrett Cannon2004-11-071-1/+3
* Essentially SF patch 1061679: add missing __all__ to pickletools.py.Tim Peters2004-11-061-0/+2
* Comment cleanup.Brett Cannon2004-11-061-11/+11
* post-releaseAnthony Baxter2004-11-041-39/+55
* Fix bug 1052242. Also includes rewrite of test case using unittest andSkip Montanaro2004-11-041-0/+11
* release shenanigansAnthony Baxter2004-11-032-2/+2
* SF patch #1056967, changes the semantics of Template.safe_substitute() to notBarry Warsaw2004-11-011-0/+4
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-301-0/+11
* Patch #1044395: Allow configure option --enable-shared in FreeBSD.Hye-Shik Chang2004-10-261-2/+2
* SF #737473: Show up-to-date source code in tracebacks always.Hye-Shik Chang2004-10-261-0/+3
* SF bug #1054139: serious string hashing error in 2.4b1Raymond Hettinger2004-10-261-1/+1
* SF bug #1052503: pdb runcall should accept keyword argumentsRaymond Hettinger2004-10-241-0/+2
* SF bug #1048870: call arg of lambda not updatingRaymond Hettinger2004-10-241-1/+4
* Move to version 2 of the PSF license, approved by the Board earlier today.Tim Peters2004-10-231-2/+22
* Fix minor reST error in Misc/NEWS.Brett Cannon2004-10-222-0/+2