summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* pre-release magicAnthony Baxter2005-03-092-5/+5
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-0/+2
* Mention SF #1149508 (textwrap and hyphenated numbers).Greg Ward2005-03-051-0/+4
* Patches #925152, #1118602: Avoid reading after the end of the bufferMartin v. Löwis2005-03-041-0/+3
* Patch #1075887: Don't require MSVC in distutils if there is nothingMartin v. Löwis2005-03-041-0/+3
* Patch #1103407: Properly deal with tarfile iterators when untarringMartin v. Löwis2005-03-031-0/+3
* SF bug #1155938: Missing None check for __init__().Raymond Hettinger2005-03-031-0/+3
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-0/+3
* Patch #1117339: Add cookielib special name tests.Martin v. Löwis2005-03-031-0/+2
* Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.Martin v. Löwis2005-03-031-0/+2
* Clear internal call error in 'L' format. Fixes #723201.Martin v. Löwis2005-03-031-0/+2
* Patch #1121234: Properly cleanup _exit and tkerror commands.Martin v. Löwis2005-03-011-0/+2
* Patch #1093585: raise a ValueError for negative history items inMartin v. Löwis2005-02-271-1/+7
* Backport: NEWS blurb for fix of:Michael W. Hudson2005-02-171-0/+3
* Update refences to "Macintosh" to reflect the state of affairs for OS X and notBrett Cannon2005-02-131-1/+10
* Fix tzset() check to not require the existence of tm->tm_zone. Also added moreBrett Cannon2005-02-102-0/+7
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-0/+4
* Revert os.py 1.75, and directly implement update.Martin v. Löwis2005-01-291-0/+2
* Partially revert #1074011; don't try to fflush stdin.Martin v. Löwis2005-01-271-1/+1
* Flush std{in,out,err} before closing it. Fixes #1074011.Martin v. Löwis2005-01-231-0/+3
* distutils/command/install.py change.Thomas Heller2005-01-201-0/+2
* Started on Macintosh section.Jack Jansen2005-01-071-1/+19
* Updating the Idle wrapper to match the current CVS copy.Sean Reifschneider2005-01-051-3/+9
* [Bug #1083110] calling .flush() on decompress objects causes a segfault due t...Andrew M. Kuchling2004-12-281-0/+3
* Document bdist_wininst changes.Thomas Heller2004-12-221-0/+2
* Document resolved MSI issues.Martin v. Löwis2004-12-221-0/+11
* Backport checkin:Walter Dörwald2004-12-221-0/+4
* Mentioned marshal.dumps()'s fix in the NEWS.Armin Rigo2004-12-211-0/+3
* SF bug #951915: fix bug in StringIO.truncate - length not changedRaymond Hettinger2004-12-201-0/+3
* Bug #1083645Raymond Hettinger2004-12-181-0/+2
* Move news items to the correct sections.Raymond Hettinger2004-12-171-5/+6
* Backport fixes for bugs #1086555 and #1085744.Raymond Hettinger2004-12-171-0/+5
* SF bug #1083202: UnboundLocalError raised by atexit moduleRaymond Hettinger2004-12-111-0/+3
* SF bug #1078905: Docs for unittest run() methods are misleadingRaymond Hettinger2004-12-041-0/+5
* Properly define HAVE_TERM_H if term.h is detected.Martin v. Löwis2004-11-301-0/+17
* 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