]> granicus.if.org Git - python/shortlog
python
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.
2009-12-19 Mark DickinsonIssue #3366: Add error function and complementary error...
2009-12-17 Vinay SajipIssue #7529: logging: Minor correction to documentation.
2009-12-17 Mark DickinsonAdd _math.h to math module dependencies in setup.py.
2009-12-16 Mark DickinsonIssue #3366: Add expm1 function to math module. Thanks...
2009-12-16 R. David MurrayIssue #7396: fix -s, which was broken by the -j enhance...
2009-12-16 Benjamin Petersonremove type_compare, since type_richcompare does the...
2009-12-16 Benjamin Petersonremove lib2to3 resource
2009-12-15 Tarek Ziadécleaned up the module (PEP 8 + old fashion test removal)
2009-12-15 Benjamin Petersonadverb
2009-12-14 R. David MurrayIssue #7498: make test_multiprocessing use test_support...
2009-12-14 R. David MurrayIssue #1680159: unicode coercion during an 'in' operati...
2009-12-14 R. David MurrayClarify phrasing that explains that there are currently...
2009-12-13 Tarek Ziadéreorganized the distutils doc a bit : the MANIFEST...
2009-12-13 Benjamin Petersonadd a test of loading the datetime capi
2009-12-13 Benjamin Petersoninitialize to NULL
2009-12-13 Benjamin Petersonavoid having to update this statement all the time
2009-12-13 Mark DickinsonIssue #7492: Autoconf tests were leaving semaphore...
2009-12-13 Benjamin Petersonremove unused variable
2009-12-13 Benjamin Petersonaccept None as the same as having passed no argument...
2009-12-13 Ezio Melotti#7342: make sure that the datetime object in test_fract...
2009-12-13 Benjamin Petersonadd NEWS note
2009-12-13 Benjamin Petersonmake StringIO like other file objects in that readline...
2009-12-13 Benjamin Petersonfix the ignoring of __cmp__ method on metaclasses ...
2009-12-13 Antoine PitrouAdd NEWS entry as per RDM's suggestion (the bug was...
2009-12-13 Benjamin Petersonadd 2.6.x point releases
2009-12-13 Lars GustäbelIssue #7357: No longer suppress fatal extraction errors by
2009-12-13 Benjamin Petersonaccount for PyObject_IsInstance's new ability to fail
2009-12-12 Antoine PitrouIssue #7466: segmentation fault when the garbage collec...
2009-12-11 Mark DickinsonIssue #3366: Add lgamma function to math module.
2009-12-11 Vinay SajipIssue #7470: logging: fix bug in Unicode encoding fallback.
2009-12-10 Tarek Ziadéusing an existing file to avoid dealing with a sleep...
2009-12-10 Tarek Ziadéadded test coverage for distutils.dep_util, and cleaned...
2009-12-10 Mark DickinsonReplace the size check for PyMem_MALLOC and PyMem_REALL...
2009-12-10 Ronald OussorenFix an issue with the detection of a non-existing SDK
2009-12-10 Raymond HettingerAdd a reverse() method to collections.deque().
2009-12-10 Raymond HettingerFix variants of deque.extend: d.extend(d) d+=d ...
2009-12-10 Benjamin Petersonsubstitute PyDict_Check() for PyObject_IsInstance
2009-12-09 R. David MurraySkip new imaplib SSL tests if ssl is not available.
2009-12-09 R. David MurrayIssue 5949: fixed IMAP4_SSL hang when the IMAP server...
2009-12-08 Antoine PitrouMake test_pipes a little bit more robust.
next