]> granicus.if.org Git - python/shortlog
python
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...
2007-03-11 Georg BrandlAdd missing "return" statements in exception handler.
2007-03-10 Collin WinterPatch #1599845: Add an option to disable the implicit...
2007-03-10 Collin WinterConvert an assert to a raise so it works even in the...
2007-03-10 Georg BrandlTypos.
2007-03-10 Collin WinterAdd proper attribution for a bug fix.
2007-03-10 Neal NorwitzSimplify a little by handling the TCP case first.
2007-03-10 Collin WinterBug #1531963: Make SocketServer.TCPServer's server_addr...
2007-03-10 Collin Winter* Unlink test files before and after each test; hopeful...
2007-03-09 Collin WinterHashing simplification pointed out by Thomas Wouters.
2007-03-09 Thomas HellerBug #1651235: When a tuple was passed to a ctypes funct...
2007-03-09 Collin WinterPatch #1491866: change the complex() constructor to...
2007-03-09 Martin v. LöwisAdd Ziga Seilnacht.
2007-03-09 Thomas HellerFix bug #1646630: ctypes.string_at(buf, 0) and ctypes...
2007-03-09 Collin WinterBug #1629566: clarify the docs on the return values...
2007-03-09 Martin v. LöwisPatch #957003: Implement smtplib.LMTP.
2007-03-09 Georg BrandlTypo.
2007-03-09 Neal NorwitzFix SF #1676971, Complex OverflowError has a typo
2007-03-09 Collin WinterAdd NEWS item for patch #1481079 (r54234).
2007-03-09 Collin WinterPatch #1481079: Support of HTTP_REFERER in CGIHTTPServer.py
2007-03-08 Brett CannonIntroduce test.test_support.TransientResource. It...
2007-03-08 Collin WinterPatch #1668482: don't use '-' in mkstemp
2007-03-08 Raymond HettingerSF #1637850: make_table in difflib did not work with...
2007-03-08 Collin WinterBackported r54226 from p3yk: Move test_unittest, test_d...
2007-03-08 Raymond HettingerSF 1676321: empty() returned wrong result
2007-03-08 Georg BrandlAdd a NEWS entry for rev. 54207,8.
2007-03-08 Georg BrandlFix #1676656: \em is different from \emph...
2007-03-08 Martin v. LöwisAdd missing ) in parenthical remark.
2007-03-07 Guido van RossumWindows doesn't support negative timestamps. Skip...
2007-03-07 Georg BrandlAdd some sanity checks to unittest.TestSuite's addTest...
next