]> granicus.if.org Git - python/shortlog
python
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.
2007-07-29 Georg BrandlClarify PEP 343 description.
2007-07-28 Facundo BatistaMoved all of the capture_server socket setup code into...
2007-07-28 Martin v. LöwisBug #1704793: Return UTF-16 pair if unicodedata.lookup...
2007-07-27 Martin v. LöwisBug #978833: Close https sockets by releasing the _ssl...
2007-07-27 Nick CoghlanMake test_math error messages more meaningful for small...
2007-07-27 Mark HammondCorrectly detect AMD64 architecture on VC2003
2007-07-27 Mark HammondIn consultation with Kristjan Jonsson, only define...
2007-07-26 Nick CoghlanAdd explicit test for a misbehaving math.floor
2007-07-26 Georg Brandltabs, newlines and crs are valid XML characters.
2007-07-25 Martin v. LöwisChange location of the package index to pypi.python...
2007-07-25 Nick CoghlanAdd a temporary diagnostic message before a strange...
2007-07-25 Nick CoghlanMore buildbot cleanup - let the OS assign the port...
2007-07-24 Facundo BatistaNew tests for basic behavior of smtplib.SMTP and
2007-07-24 Nick CoghlanTry to get rid of spurious failure in test_resource...
2007-07-24 Nick CoghlanFix an incompatibility between the -i and -m command...
2007-07-24 Nick CoghlanTweak runpy test to do a better job of confirming that...
2007-07-23 Nick CoghlanCorrectly cleanup sys.modules after executing runpy...
2007-07-22 Nick CoghlanAdd explicit relative import tests for runpy.run_module
2007-07-22 Facundo BatistaSelectively enable tests for asyncore.readwrite based...
2007-07-21 Martin v. LöwisPEP 3123: Provide forward compatibility with Python...
2007-07-19 Facundo BatistaAdded a select.select call in the test server loop...
2007-07-19 Walter DörwaldDocument that codecs.lookup() returns a CodecInfo object.
2007-07-18 Georg BrandlAdd description for wave.setcomptype() values
2007-07-18 Kurt B. KaiserFix failing unicode test caused by change to ast.c...
2007-07-18 Guido van RossumSF patch# 1755885 by Kurt Kaiser: show location of...
2007-07-18 Georg BrandlUse "Unix" as platform name, not "UNIX".
2007-07-17 Facundo BatistaPrevent asyncore.dispatcher tests from hanging by addin...
2007-07-15 Facundo BatistaChanged the used port and commented out some tests...
2007-07-14 Facundo BatistaFirst version. Includes tests for helper functions...
2007-07-14 Andrew M. KuchlingAvoid exception if there's a stray directory inside...
2007-07-14 Andrew M. KuchlingTypo fix
2007-07-14 Georg BrandlClarify webbrowser.open description.
2007-07-14 Georg BrandlBug #1753406: missing \versionadded for subprocess...
2007-07-13 Barry WarsawIn response to this SF bug:
2007-07-13 Thomas HellerPyType_stgdict() returns a borrowed reference which...
2007-07-13 Thomas HellerFix for SF# 1649098: avoid zero-sized array declaration...
2007-07-13 Thomas HellerFix for SF# 1701409: segfault in c_char_p of ctypes...
2007-07-13 Thomas HellerDo not try to load the GLUT library in the ctypes tests...
2007-07-13 Thomas HellerAdd tests for _ctypes.COMError.
2007-07-13 Thomas HellerRepair COMError. Since exceptions are new style classe...
2007-07-13 Raymond HettingerCorrect the docs for takewhile(). Improve the recipe...
2007-07-13 Facundo BatistaAdded tests for basic behavior of DateTime, Binary...
2007-07-12 Georg BrandlPatch #1675424: Added tests for uncovered code in the...
2007-07-12 Georg BrandlBug #1637365: add subsection about "__name__ == __main_...
2007-07-12 Georg BrandlPatch #1731169: clean up expected skips list.
2007-07-12 Georg BrandlPatch #1731659: improve time.strptime docs.
2007-07-12 Georg BrandlPatch #1673759: add a missing overflow check when forma...
2007-07-12 Georg BrandlPatch #1739696: use code.co_code only if really necessary
2007-07-12 Georg BrandlPatch #1752270, #1750931: complain if urllib2 add_handl...
2007-07-11 Georg BrandlFix #1752132: wrong comment in opcode description.
2007-07-09 Ronald OussorenPatch 1673122: be explicit about which libtool to use...
2007-07-09 Ronald OussorenPatch 1693258: Fix for duplicate "preferences" menu...
2007-07-06 Neal NorwitzFix typo in comment
2007-07-05 Kurt B. KaiserMany calls to tk.call involve an arglist containing...
2007-07-04 Mark Hammondcopy built files to the PCBuild directory, where tools...
next