]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-03-21  Andrew M. KuchlingFix sentence, and fix typo in example
2007-03-21  Andrew M. KuchlingAdd comments on maintenance of this file
2007-03-21  Georg BrandlFix #1684254: split BROWSER contents with shlex to...
2007-03-21  Georg BrandlPatch #1684834: document some utility C API functions.
2007-03-21  Georg BrandlNew test for rev. 54407 which only uses directories...
2007-03-21  Georg BrandlPatch #1682205: a TypeError while unpacking an iterable...
2007-03-21  Neal NorwitzRemove unused file spotted by Paul Hankin
2007-03-20  Georg BrandlFix for glob.py if filesystem encoding is None.
2007-03-20  Raymond HettingerExtend work on rev 52962 and 53829 eliminating redundan...
2007-03-20  Neal NorwitzTry to get test_urllib to pass on Windows by closing...
2007-03-20  Neal NorwitzTry to be a little more resilient to errors. This...
2007-03-20  Neal NorwitzTry to make this test more resistant to dropping from...
2007-03-20  Neal NorwitzTry to make this test more resistant to dropping from...
2007-03-20  Neal NorwitzTry backing out 54407 to see if it corrects the problem...
2007-03-20  Neal NorwitzGet rid of deprecation warning when testing commands...
2007-03-20  Neal NorwitzAdd a comment about 3k migration
2007-03-20  Neal NorwitzAdd some doc that was left out from some change to...
2007-03-19  Georg BrandlPatch #1683328: fixes and enhancements for "unparse...
2007-03-19  Collin WinterPatch #1630118: add a SpooledTemporaryFile class to...
2007-03-18  Georg BrandlPatch #1678339: test case for bug in difflib.
2007-03-18  Georg BrandlPatch #1682878: the new socket methods are recv_into...
2007-03-17  Gregory P.... move note to the correct section
2007-03-17  Georg BrandlPatch #1675423: PyComplex_AsCComplex() now tries to...
2007-03-16  Collin WinterPatch 1339796: add a relpath() function to os.path.
2007-03-16  Collin WinterRemove test/output/test_popen2 (missed in r54417).
2007-03-16  Collin WinterPatch #1676994: Refactor test_popen2 to use unittest.
2007-03-16  Jeremy HyltonClean up formatting of this file.
2007-03-16  Jeremy HyltonRemove warning: funcion declaration isn't a prototype
2007-03-16  Žiga SeilnachtWhitespace cleanup. Also remove the empty lines
2007-03-16  Žiga SeilnachtPatch #1623563: allow __class__ assignment for classes...
2007-03-16  Georg BrandlRFE #1670167: fix in isinstance() docs.
2007-03-16  Georg BrandlAdd \versionadded tag.
2007-03-16  Georg BrandlPatch #1273829: os.walk() now has a "followlinks" param...
2007-03-16  Georg BrandlBug #1681228: the webbrowser module now correctly uses...
2007-03-16  Collin WinterPatch #1642547: Fix an error/crash when encountering...
2007-03-15  Žiga SeilnachtPatch #1462488: prevent a segfault in object_reduce_ex...
2007-03-15  Georg BrandlPatch #1681153: the wave module now closes a file objec...
2007-03-15  Georg BrandlPatch #1680978: consistently use "alive" instead of...
2007-03-15  Neal NorwitzWrap a long line and fix a typo (is -> if)
2007-03-14  Brett CannonRaise ResourceDenied in test_urllib2net when the Net...
2007-03-14  Brett CannonNote how test_socket_ssl has various exceptions that...
2007-03-14  Martin v. LöwisPatch #1559413: Fix test_cmd_line if sys.executable...
2007-03-14  Žiga SeilnachtPatch #1680015: Don't modify __slots__ tuple if it...
2007-03-14  Georg BrandlBug #767111: fix long-standing bug in urllib which...
2007-03-14  Gregory P.... Its time to stop listing (Unix, Windows) when we really...
2007-03-14  Gregory P.... correct order and names of the less often used keyword...
2007-03-14  Barry WarsawSF bug #1582282; decode_header() incorrectly splits...
2007-03-13  Collin WinterInline PyImport_GetModulesReloading().
2007-03-13  Georg BrandlPatch #1185447: binascii.b2a_qp() now correctly quotes...
2007-03-13  Georg BrandlPatch #1194449: correctly detect unbound methods in...
2007-03-13  Georg BrandlPatch #957650: "%var%" environment variable references...
2007-03-13  Georg BrandlPatch #1429539: pdb now correctly initializes the __mai...
2007-03-13  Georg BrandlNEWS entry for getstatus() deprecation.
2007-03-13  Georg BrandlDeprecate commands.getstatus().
2007-03-13  Georg BrandlPatch #1393667: pdb now has a "run" command which resta...
2007-03-13  Thomas HellerAdd versionadded marker for ctypes.c_bool.
2007-03-13  Georg BrandlPatch #1444529: the builtin compile() now accepts keywo...
2007-03-13  Thomas HellerPatch #1649190: Adding support for _Bool to ctypes...
2007-03-13  Georg BrandlPatch #1530482: add pydoc.render_doc() which returns...
2007-03-13  Georg BrandlPatch #1533909: the timeit module now accepts callables...
2007-03-13  Georg BrandlFix a tab.
2007-03-13  Georg BrandlAcks for recent patches.
2007-03-13  Collin WinterAdd acks for recent patch checkins:
2007-03-13  Georg BrandlPatch #1537850: tempfile.NamedTemporaryFile now has...
2007-03-13  Georg BrandlPatch #1605192: list allowed states in error messages...
2007-03-13  Georg BrandlPatch #1581073: add a flag to textwrap that prevents...
2007-03-13  Georg BrandlPatch #1603688: ConfigParser.SafeConfigParser now check...
2007-03-13  Lars GustäbelQuick fix for tests that fail on systems with an encodi...
2007-03-13  Georg BrandlBug #1622896: fix a rare corner case where the bz2...
2007-03-13  Lars GustäbelThis is the implementation of POSIX.1-2001 (pax) format...
2007-03-13  Martin v. LöwisPatch #1449244: Support Unicode strings in
2007-03-13  Georg BrandlPatch #1569798: fix a bug in distutils when building...
2007-03-13  Georg BrandlPatch #1542681: add entries for "with", "as" and "CONTE...
2007-03-13  Georg BrandlPatch #1555098: use str.join() instead of repeated...
2007-03-13  Georg BrandlPatch #1635454: the csv.DictWriter class now includes...
2007-03-13  Georg BrandlPatch #1668100: urllib2 now correctly raises URLError...
2007-03-13  Georg BrandlPatch #1642844: comments to clarify the complexobject...
2007-03-13  Georg BrandlPatch #1679379: add documentation for fnmatch.translate().
2007-03-13  Georg BrandlTypo and grammar fixes.
2007-03-13  Neal NorwitzFix some style nits:
2007-03-13  Neal NorwitzAdd some other acks for recent checkins:
2007-03-13  Neal NorwitzAdd Jerry Seutter for a bunch of his recent patches...
2007-03-13  Brett CannonFix a typo where the variable name was not updated.
2007-03-13  Brett CannonAdd test.test_support.transient_internet . Returns...
2007-03-12  Tim PetersSet missing svn:eol-style property on text files.
2007-03-12  Tim PetersWhitespace normalization.
2007-03-12  Collin WinterPatch #1670993: Refactor test_threadedtempfile.py to...
2007-03-12  Georg BrandlTypo fix.
2007-03-12  Collin WinterBug #742342: make Python stop segfaulting on infinitely...
2007-03-12  Collin WinterPatch #1678088: convert test_operations to use unittest...
2007-03-12  Georg BrandlBug #1678647: write a newline after printing an excepti...
2007-03-12  Georg BrandlBackport from Py3k branch:
2007-03-12  Martin v. LöwisPatch #1677862: Require a space or tab after import...
2007-03-12  Martin v. LöwisBug #1675511: Use -Kpic instead of -xcode=pic32 on...
2007-03-12  Skip MontanaroSane humans would call these invalid tests, but Andrew...
2007-03-12  Barry WarsawTokio Kikuchi's fix for SF bug #1629369; folding whites...
2007-03-12  Collin WinterPatch #1678662: ftp.python.org does not exist. So the...
2007-03-11  Vinay SajipFix resource leak reported in SF #1516995.
2007-03-11  Collin WinterPatch #1192590: Fix pdb's "ignore" and "condition"...
2007-03-11  Žiga SeilnachtPatch #1675981: remove unreachable code from type.__new...
next