summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Deprecate os.popen* and popen2 module in favor of the subprocess module.Neal Norwitz2007-05-111-0/+2
* Don't ever report a failure when the sum of the reference count differencesNeal Norwitz2007-05-111-1/+1
* Verify changes to the trunk go to the normal checkins listNeal Norwitz2007-05-071-1/+0
* Updates of recent changes to logging.Vinay Sajip2007-05-061-5/+16
* Deprecate BaseException.message as per PEP 352.Brett Cannon2007-05-051-0/+2
* Fix for #1303614 and #1174712:Armin Rigo2007-05-021-7/+3
* There really are some tests that are problematic.Neal Norwitz2007-04-291-1/+1
* Patch #1698768: updated the "using Python on the Mac" intro.Georg Brandl2007-04-251-0/+2
* Bug #1706381: Specifying the SWIG option "-c++" in the setup.py fileGeorg Brandl2007-04-241-0/+4
* Added a comment about last change in urllib2.py (all 2xx responsesFacundo Batista2007-04-241-0/+4
* Add an optional address to copy the failure mails to.Neal Norwitz2007-04-201-3/+20
* Add Travis Oliphant.Martin v. Löwis2007-04-171-1/+4
* When __slots__ are set to a unicode string, make it work the same asNeal Norwitz2007-04-141-0/+3
* Fix utf-8-sig incremental decoder, which didn't recognise a BOM when theWalter Dörwald2007-04-121-0/+2
* SF 1193128: Let str.translate(None) be an identity transformationRaymond Hettinger2007-04-121-0/+4
* SF 1191699: Make slices picklableRaymond Hettinger2007-04-111-0/+2
* Add window.chgat() method, submitted via e-mail by Fabian KreutzAndrew M. Kuchling2007-04-111-0/+1
* Doc that file.next() has undefined behaviour when called on a file opened withBrett Cannon2007-04-081-0/+3
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+2
* Implement a contextmanager test.test_support.catch_warning that canWalter Dörwald2007-04-031-0/+3
* - Fix an off-by-one bug in locale.strxfrm().Matthias Klose2007-04-031-0/+3
* time.strptime's caching of its locale object was being recreated when theBrett Cannon2007-04-011-0/+3
* SF #1685563, MSVCCompiler creates redundant and long PATH stringsNeal Norwitz2007-04-011-1/+3
* Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGSGeorg Brandl2007-03-312-1/+7
* Added timout parameter to telnetlib.Telnet. Also createdFacundo Batista2007-03-291-0/+5
* Patch #1489771: update syntax rules in Python Reference Manual.Žiga Seilnacht2007-03-241-0/+3
* Add note about type.__init__().Guido van Rossum2007-03-231-1/+2
* Added a 'create_connect()' function to socket.py, which creates aFacundo Batista2007-03-231-0/+4
* Bug #978833: Revert r50844, as it broke _socketobject.dup.Martin v. Löwis2007-03-231-0/+2
* Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.Martin v. Löwis2007-03-231-0/+3
* Add Mark Dickinson for SF # 1675423.Neal Norwitz2007-03-231-0/+1
* - Bug #1683368: The object.__init__() and object.__new__() methods areGuido van Rossum2007-03-231-1/+8
* Back out "Patch #1643874: memory leak in ctypes fixed."Thomas Heller2007-03-221-2/+0
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-211-0/+3
* New test for rev. 54407 which only uses directories under TESTFN.Georg Brandl2007-03-211-0/+4
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-0/+3
* Remove unused file spotted by Paul HankinNeal Norwitz2007-03-211-0/+2
* Try backing out 54407 to see if it corrects the problems on the WindowsNeal Norwitz2007-03-201-4/+0
* Patch #1630118: add a SpooledTemporaryFile class to tempfile.Collin Winter2007-03-192-0/+3
* move note to the correct sectionGregory P. Smith2007-03-171-3/+3
* Patch #1675423: PyComplex_AsCComplex() now tries to convert an objectGeorg Brandl2007-03-171-0/+5
* Patch 1339796: add a relpath() function to os.path.Collin Winter2007-03-162-0/+3
* Patch #1623563: allow __class__ assignment for classes with __slots__.Žiga Seilnacht2007-03-162-0/+4
* Patch #1273829: os.walk() now has a "followlinks" parameter. If set toGeorg Brandl2007-03-161-0/+4
* Bug #1681228: the webbrowser module now correctly uses the defaultGeorg Brandl2007-03-161-0/+5
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-161-0/+3
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-151-0/+3
* Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-151-0/+3
* Wrap a long line and fix a typo (is -> if)Neal Norwitz2007-03-151-3/+3
* Raise ResourceDenied in test_urllib2net when the Net connection goes bad.Brett Cannon2007-03-141-1/+2