summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #813342: Start the IDLE subprocess with -Qnew if the parentGeorg Brandl2006-10-121-0/+3
* Bug #1565150: Fix subsecond processing for os.utime on Windows.Martin v. Löwis2006-10-091-0/+2
* Patch #1572724: fix typo ('=' instead of '==') in _msi.c.Georg Brandl2006-10-091-0/+2
* Add news item for rev. 52211 changeAndrew M. Kuchling2006-10-091-0/+3
* Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfaultHye-Shik Chang2006-10-081-0/+3
* Add missing NEWS entry for rev. 52129.Georg Brandl2006-10-081-0/+3
* Add MSVC8 project files to create wininst-8.exe.Martin v. Löwis2006-10-041-0/+2
* Forward-port of r52136,52138: a review of overflow-detecting code.Armin Rigo2006-10-041-2/+8
* Fix integer negation and absolute value to not relyMartin v. Löwis2006-10-041-0/+3
* Convert test_imp over to unittest.Brett Cannon2006-10-031-0/+2
* Fix test for uintptr_t. Fixes #1568842.Martin v. Löwis2006-10-021-0/+2
* Bug #1546052: clarify that PyString_FromString(AndSize) copies theGeorg Brandl2006-09-301-0/+3
* Bug #1446043: correctly raise a LookupError if an encoding name givenGeorg Brandl2006-09-301-0/+3
* Bug #1556784: allow format strings longer than 127 characters inGeorg Brandl2006-09-301-0/+3
* Bug #1560617: in pyclbr, return full module name not only for classes,Georg Brandl2006-09-301-0/+3
* Bug #1457823: cgi.(Sv)FormContentDict's constructor now takesGeorg Brandl2006-09-301-0/+3
* Bug #1566602: correct failure of posixpath unittest when $HOME endsGeorg Brandl2006-09-301-0/+3
* Bug #1566663: remove obsolete example from datetime docs.Georg Brandl2006-09-301-0/+2
* Bug #1566800: make sure that EnvironmentError can be called with anyGeorg Brandl2006-09-301-0/+3
* Patch #1567691: super() and new.instancemethod() now don't acceptGeorg Brandl2006-09-301-0/+4
* Bug #1565661: in webbrowser, split() the command for the defaultGeorg Brandl2006-09-301-0/+3
* wording changeGregory P. Smith2006-09-301-1/+1
* Add news item for rev. 51815Andrew M. Kuchling2006-09-271-0/+6
* Make the error message for when the time data and format do not match clearer.Brett Cannon2006-09-261-0/+3
* Fix a bug in traceback.format_exception_only() that led to an errorGeorg Brandl2006-09-241-0/+4
* Fix a bug in the parser's future statement handling that led to "with"Georg Brandl2006-09-241-0/+4
* Fix webbrowser.BackgroundBrowser on Windows.Georg Brandl2006-09-241-0/+3
* Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)).Neal Norwitz2006-09-221-0/+2
* Fix %zd string formatting on Mac OS X so it prints negative numbers.Neal Norwitz2006-09-221-0/+2
* added itertools.count(-n) fixJack Diederich2006-09-211-0/+2
* Make python.vim output more deterministic.Brett Cannon2006-09-203-32/+36
* Allow exceptions to be directly sliced againBrett Cannon2006-09-201-0/+2
* Accidentally didn't commit Misc/NEWS entry on when __unicode__() was removedBrett Cannon2006-09-201-0/+3
* Fixes a bug with bsddb.DB.stat where the flags and txn keywordGregory P. Smith2006-09-191-0/+2
* Patch #1557515: Add RLIMIT_SBSIZE.Martin v. Löwis2006-09-161-0/+2
* Forward-port of rev. 51857:Georg Brandl2006-09-111-0/+3
* Forward port of 51850 from release25-maint branch.Neal Norwitz2006-09-111-0/+2
* Add missing NEWS entry for rev 51803Nick Coghlan2006-09-081-0/+3
* Typo fixAndrew M. Kuchling2006-09-071-1/+1
* Fixed subprocess bug #1531862 again, after removing testsGustavo Niemeyer2006-09-071-0/+2
* Add news item for bug fix of SF bug report #1546372.Marc-André Lemburg2006-09-061-0/+7
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-061-0/+6
* with and as are now keywords. There are some generated files I can't recreate.Neal Norwitz2006-09-061-0/+2
* Bug #1550983: emit better error messages for erroneous relativeGeorg Brandl2006-09-061-0/+3
* Bug #1551427: fix a wrong NULL pointer check in the win32 versionGeorg Brandl2006-09-061-0/+3
* Revert 51758 because it broke all the buildbotsNeal Norwitz2006-09-061-2/+0
* Fixing #1531862: Do not close standard file descriptors in theGustavo Niemeyer2006-09-061-0/+2
* Fix a typo: 2013 -> 0213Hye-Shik Chang2006-09-051-1/+1
* Fix a few bugs on cjkcodecs found by Oren Tirosh:Hye-Shik Chang2006-09-051-0/+6
* Bug #1520864 (again): unpacking singleton tuples in list comprehensions andNeal Norwitz2006-09-051-0/+5