]> granicus.if.org Git - python/shortlog
python
2007-08-24 Georg BrandlRemove test_rgbimg output file, there is no test_rgbimg.py.
2007-08-24 Georg BrandlDocument new utility functions in test_support.
2007-08-24 Georg BrandlPort test_frozen to unittest.
2007-08-24 Georg BrandlPatch #1008: port test_signal to unittest.
2007-08-24 Georg BrandlFix #1012: wrong URL to :mod:`site` in install/index...
2007-08-24 Georg BrandlPatch #1006: port test_winreg to unittest.
2007-08-24 Georg BrandlBug #1011: fix rfc822.Message.getheader docs.
2007-08-24 Guido van RossumFix silly typo in test name.
2007-08-24 Georg BrandlBug #1765375: fix stripping of unwanted LDFLAGS.
2007-08-24 Georg Brandluuid creation is now threadsafe, backport from py3k...
2007-08-24 Gregory P.... Fix bug 1725856.
2007-08-23 Georg BrandlPatch #1779550: remove redundant code in logging.
2007-08-23 Georg BrandlBug #1758696: more info about descriptors.
2007-08-23 Georg BrandlBug #1625381: clarify match vs search introduction.
2007-08-23 Georg BrandlBug #1688564: document os.path.join's absolute path...
2007-08-23 Georg BrandlBug #1734111: document struct.Struct.size.
2007-08-23 Georg BrandlBug #1752332: httplib no longer uses socket.getaddrinfo().
2007-08-23 Georg BrandlClarify wording a bit.
2007-08-23 Georg BrandlBug #1594966: fix misleading usage example
2007-08-23 Georg BrandlBug #1694833: fix imp.find_module() docs wrt. packages.
2007-08-23 Georg BrandlBug #1573854: fix docs for sqlite3 cursor rowcount...
2007-08-23 Georg BrandlBug #1697820: document that the old slice protocol...
2007-08-23 Georg BrandlUse try-except-finally in contextlib.
2007-08-23 Georg BrandlSecond half of #1752175: #ifdef out references to PyImp...
2007-08-23 Georg BrandlBug #1766421: "return code" vs. "status code".
2007-08-23 Georg BrandlBug #1768121: fix wrong/missing opcode docs.
2007-08-23 Brett CannonMake test_runpy re-entrant.
2007-08-22 Jeffrey YasskinWhen setup.py fails to find the necessary bits to build...
2007-08-22 Gregory P.... stop leaving log.0000001 __db.00* and xxx.db turds...
2007-08-22 Alex MartelliFix compile.c so that it records 0.0 and -0.0 as separa...
2007-08-22 Skip Montanarowhoops - need to check in configure as well
2007-08-22 Skip MontanaroNote that BeOS is unsupported as of Python 2.6.
2007-08-21 Facundo BatistaAdded test for behavior of operations on an unconnected...
2007-08-21 Georg BrandlBug #1777168: replace operator names "opa"... with...
2007-08-21 Georg BrandlBug #1777160: mention explicitly that e.g. -1**2 is -1.
2007-08-21 Georg BrandlRevert accidental checkins from last commit.
2007-08-21 Georg BrandlDemand version 2.5.1 since 2.5 has a bug with codecs...
2007-08-21 Mark Hammond[ 1761786 ] distutils.util.get_platform() return value...
2007-08-21 Mark Hammond[ 1761786 ] distutils.util.get_platform() return value...
2007-08-21 Facundo BatistaCatch ProtocolError exceptions and include the header...
2007-08-20 Guido van RossumAdd a hack (originally devised in a slightly different...
2007-08-20 Hye-Shik ChangAdd cheot-ga-keut composed make-up sequence support...
2007-08-19 Georg BrandlFix stray backticks.
2007-08-18 Brett CannonRemove Mikael as the maintainer of BeOS at his request...
2007-08-18 Georg BrandlFix PDB command descriptions.
2007-08-17 Brett CannonMake test_warnings re-entrant.
2007-08-17 Facundo BatistaAdded a flag (_send_traceback_header) to the SimpleXMLR...
2007-08-17 Brett CannonRemove news entry for test.test_support.guard_warnings_...
2007-08-17 Brett CannonClarify the comment about setting the PYTHON variable...
2007-08-17 Walter DörwaldMove another variable declaration up.
2007-08-17 Georg BrandlUse glossary x-refs, document new ``!`` feature.
2007-08-17 Walter DörwaldMove variable declaration up.
2007-08-17 Walter DörwaldBackport r57105 and r57145 from the py3k branch: UTF...
2007-08-17 Georg BrandlMove the glossary from the tutorial to toplevel.
2007-08-17 Georg BrandlNote that smtplib example needs a mailserver.
2007-08-17 Georg BrandlFix problem reported by Andre Roberge.
2007-08-17 Neal NorwitzUpdate the tools before building the docs
2007-08-17 Guido van RossumIgnore a few more files.
2007-08-17 Guido van RossumIgnore *.py[co] files.
2007-08-16 Matthias Klose- mark the findCaller 2-element tuple/3-element tuple...
2007-08-16 Mark SummerfieldAdded a note in each regarding the fact that unicode...
2007-08-16 Neal NorwitzTry to make the comment a little clearer.
2007-08-16 Neal NorwitzSupport the new doc system.
2007-08-15 Georg BrandlReplace "Caveat" paragraphs by .. warning::s.
2007-08-15 Georg BrandlMark deprecated modules as such.
2007-08-15 Georg BrandlFix a wrong path in the Makefile.
2007-08-15 Georg BrandlDon't use "?=" which seems to be a GNUism.
2007-08-15 Georg BrandlAdd the roman.py module which docutils require.
2007-08-15 Georg BrandlFail somewhat more gracefully when using Python < 2.5.
2007-08-15 Facundo BatistaWhen passed a bad formed literal to Decimal, now we...
2007-08-15 Georg BrandlMove the 2.6 reST doc tree in place.
2007-08-15 Georg BrandlDelete the LaTeX doc tree.
2007-08-15 Georg BrandlTag last revision with LaTeX docs.
2007-08-14 Brett CannonFix a missed instance of test.test_support.guard_warnin...
2007-08-14 Facundo BatistaAdded tests for simple function calls and introspection...
2007-08-14 Brett CannonRemove test.test_support.guard_warnings_filter.
2007-08-14 Martin v. LöwisAdd a UUID for python26.dll.
2007-08-14 Brett CannonClarify the docs for TransientResource.
2007-08-14 Brett CannonFix a minor typo in a docstring.
2007-08-12 Neal NorwitzFix memory leak in os.readlink
2007-08-10 Neal NorwitzAdded Jeffrey Yasskin, reformat some lines to be consis...
2007-08-09 Guido van RossumBackport r56875 from py3k; double LEAVE_PYTHON when...
2007-08-08 Georg BrandlFix compilation warning.
2007-08-08 Georg BrandlRevert the fix for #1548891, it broke backwards compati...
2007-08-07 Georg BrandlBug #1769002: fix a now-wrong sentence in the tutorial.
2007-08-06 Georg BrandlPatch #1765839: add link to https+proxy urllib2 opener.
2007-08-06 Georg BrandlReplace unnecessary function call.
2007-08-06 Georg BrandlPlace #ifdef Py_USING_UNICODE around decode_unicode().
2007-08-05 Neal NorwitzHandle errors when generating a warning.
2007-08-04 Hye-Shik ChangFix gb18030 codec's bug that doesn't map two-byte chara...
2007-08-03 Neal NorwitzPy_ssize_t is defined regardless of HAVE_LONG_LONG...
2007-08-02 Matthias Klose- Allow Emacs 22 for building the documentation in...
2007-08-01 Facundo BatistaAllow the OS to select a free port for each test server...
2007-07-31 Martin v. LöwisDefine _BSD_SOURCE, to get access to POSIX extensions...
2007-07-31 Nick CoghlanEliminate RLock race condition reported in SF bug ...
2007-07-31 Facundo BatistaWhen running asynchat tests on OS X (darwin), the test...
2007-07-30 Mark HammondCorrect use of Py_BUILD_CORE - now make sure it is...
2007-07-29 Georg BrandlBug #1763149: use proper slice syntax in docstring.
2007-07-29 Facundo BatistaAdded tests for asynchat classes simple_producer &...
2007-07-29 Georg Brandltry-except-finally is new in 2.5.
next