]> granicus.if.org Git - python/shortlog
python
2010-01-01 Benjamin Petersonfix indentation
2010-01-01 Benjamin Petersonadd note
2010-01-01 Benjamin Petersonuse pkg-config to find the libffi headers when --with...
2010-01-01 Georg BrandlMore yearly updates.
2010-01-01 Ezio Melottimore copyright year updates
2010-01-01 Benjamin Petersonupdate copyright year
2010-01-01 Brett CannonAdd some missing command-line options to the main list...
2009-12-31 Mark DickinsonMore configure fixes: avoid sh 'integer argument expect...
2009-12-31 Mark DickinsonAdd missing quotes.
2009-12-31 Benjamin Petersonadd another advancement
2009-12-31 Andrew M. KuchlingAdd various items
2009-12-31 Benjamin Petersonupdate expat comment
2009-12-31 Andrew M. KuchlingAdd some items
2009-12-31 Ezio Melotti#7613: missing ) in flmodule.c
2009-12-31 Ezio Melottiindentation and further alignment with py3k
2009-12-31 Ezio Melotticleanup and refactoring
2009-12-31 Benjamin Petersonadd a --with-system-expat option to build pyexpat again...
2009-12-30 Benjamin PetersonMerged revisions 77158 via svnmerge from
2009-12-30 Benjamin Petersoncheck if the attribute is set before deleting it with...
2009-12-30 Georg BrandlWe only support Windows NT derivatives now.
2009-12-30 Georg Brandl#7602: improve "clean" and "checkout" targets now that...
2009-12-30 Georg Brandl#7487: update Pygments version.
2009-12-30 Georg BrandlUse new Pygments version.
2009-12-30 Mark DickinsonAdd Marcos Donolo for work on issue 7534 patch.
2009-12-30 Mark DickinsonIssue #7534: Fix handling of nans, infinities, and...
2009-12-30 Ezio Melotti#5511: Added the ability to use ZipFile as a context...
2009-12-30 Benjamin Petersonwrap long line
2009-12-30 Benjamin Petersononly build the nis module when the headers are found...
2009-12-29 Andrew M. KuchlingAdd various items
2009-12-29 Amaury Forgeot... #7579: Add docstrings to the msvcrt module
2009-12-29 Amaury Forgeot... #7413: Passing '\0' as the separator to datetime.dateti...
2009-12-29 Georg Brandl#7595: fix typo in argument default constant.
2009-12-29 Mark DickinsonIssue #7575: An overflow test for math.expm1 was faili...
2009-12-29 Andrew M. KuchlingVarious additions
2009-12-29 Georg BrandlFix wrong markup.
2009-12-29 Georg BrandlImprove markup of ctypes docs.
2009-12-29 Georg Brandl#7569: clarification about c_char_p.
2009-12-29 Benjamin Petersonenable test_main.py
2009-12-28 Benjamin PetersonMerged revisions 76871-76872,77093-77095,77097-77101...
2009-12-28 Benjamin Petersondocument new fix_callable behavior
2009-12-28 Georg Brandl#7404: remove reference to non-existing example files.
2009-12-28 Georg Brandl#7033: add new API function PyErr_NewExceptionWithDoc...
2009-12-28 Georg Brandl#7381: consistency update, and backport avoiding `...
2009-12-28 Georg Brandl#7586: fix typo.
2009-12-28 Georg Brandl#7577: fix signature of PyBuffer_FillInfo().
2009-12-27 Mark DickinsonUse a more idiomatic check in check_truediv.
2009-12-27 Amaury Forgeot... Fix a typo in comment
2009-12-27 Mark DickinsonUse ldexp(q, exp) instead of q*2.**exp in true division...
2009-12-27 Mark DickinsonIssue #1811: Improve accuracy and consistency of true...
2009-12-27 Senthil KumaranFix for issue5625 - test_urllib2 fails - urlopen error...
2009-12-25 Ezio MelottiUpdated sys.flags table in Doc
2009-12-24 Ezio Melotti#6108: unicode(exception) and str(exception) should...
2009-12-24 Mark DickinsonIssue #7568: typo in docstring. Thanks Mike Putnam.
2009-12-24 Benjamin Petersonallow Process name to be unicode #7571
2009-12-24 Ronald OussorenUnittests and news items for the patch in r77026.
2009-12-24 Ronald OussorenFix for issue #7541: python-config --ldflags doesn...
2009-12-24 Ronald OussorenIssue #6834: replace the implementation for the 'python...
2009-12-24 Ronald OussorenAn update to the script that's used to build the binary...
2009-12-24 Ronald OussorenOn OSX the output of "uname -m" always reflects the...
2009-12-24 Ezio MelottiAdded markup and default arg, fixed example
2009-12-24 Senthil KumaranFix for Issue7570: Error in urllib2 example.
2009-12-24 Benjamin Petersonfix alleged refleak
2009-12-23 Gregory P.... Fix possible integer overflow in lchown and fchown...
2009-12-22 Brett CannonMake a word plural.
2009-12-21 Tarek Ziadéadded a note about #7556 in Misc/NEWS
2009-12-21 Tarek Ziadébackported r76993 and r76994 so the trunk behaves the...
2009-12-21 Martin v. LöwisAdd NEWS for OpenSSL changes.
2009-12-21 Martin v. LöwisSwitch to OpenSSL 0.9.8l.
2009-12-21 Martin v. LöwisDrop 2.4 compatibility.
2009-12-21 Mark DickinsonIssue #7553: test_long_future wasn't testing properly...
2009-12-21 Mark DickinsonInverse hyperbolic trigonometric functions should call...
2009-12-21 Mark DickinsonIssue #7518: Move substitute definitions of C99 math...
2009-12-21 R. David MurrayRemove a leftover from a previous iteration of the...
2009-12-21 Mark DickinsonAdditional edge-case tests for test_long_and_overflow.
2009-12-21 Mark DickinsonFix reference counts for test_long_and_overflow.
2009-12-21 Mark DickinsonIssue #7528: Backport PyLong_AsLongAndOverflow from...
2009-12-21 Tarek Ziadémassive import cleaning in Distutils
2009-12-20 Tarek ZiadéFixed #7552: fixed distutils.command.upload failure...
2009-12-20 Mark DickinsonIssue #7554: Various fixups in test_cmath.py: remove...
2009-12-20 Mark DickinsonSilence -3 warnings. Thanks Florent Xicluna.
2009-12-20 Mark DickinsonFix for consistency with py3k keyword-only version...
2009-12-20 Mark DickinsonIssue #7554: Fix incorrect usage of rAssertAlmostEqual...
2009-12-20 R. David MurrayIssue #7376: When called with no arguments doctest...
2009-12-20 R. David MurrayFix comment typo.
2009-12-20 Mark DickinsonAdd missing tests for PyArg_Parse* with format 'h'
2009-12-20 Benjamin Petersonbuiltin-ins -> builtins
2009-12-20 Georg Brandl#7381: subprocess documentation and library docstring...
2009-12-20 Georg BrandlSmall indentation fix.
2009-12-20 Georg Brandl#7495: backport Programming FAQ review to trunk.
2009-12-20 Mark Dickinsonmath.factorial depends on PyLong_AsLong correctly conve...
2009-12-20 Senthil KumaranDocument the headers parameter for set_tunnel.
2009-12-20 Senthil KumaranFix for issue 7291 - urllib2 cannot handle https with...
2009-12-19 Ezio Melotti#7388: "python".capitalize() in the Doc
2009-12-19 Antoine PitrouRemove superfetatory paragraph (left there by mistake).
2009-12-19 Antoine PitrouIssue #7545: improve documentation of the `buffering...
2009-12-19 Georg Brandl#7480: remove tautology.
2009-12-19 Georg Brandl#7479: add note about function availability on Unices.
2009-12-19 Georg Brandl#7493: review of Design FAQ by Florent Xicluna.
2009-12-19 Georg Brandl#7521: remove Py_GetBuildNumber(), which was removed...
2009-12-19 Georg Brandl#7527: use standard versionadded tags.
next