]> granicus.if.org Git - python/shortlog
python
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.
2009-12-08 Antoine PitrouFix transient refleaks in test_urllib. Thanks to Floren...
2009-12-08 Antoine PitrouFix the transient refleaks in test_zipimport_support.
2009-12-08 Ronald OussorenFix for issue 7452: HAVE_GCC_ASM_FOR_X87 gets set when...
2009-12-08 Antoine PitrouIssue #6986: Fix crash in the JSON C accelerator when...
2009-12-08 Tarek Ziadéremoved the usage of rfc822 in favor of email.message...
2009-12-08 Tarek ZiadéIssue #7457: added a read_pkg_file method to distutils...
2009-12-08 Andrew M. KuchlingTypo fix; grammar fix
2009-12-06 Benjamin Petersonfix test_parser from tokenizer tweak
2009-12-06 Martin v. LöwisAdd UUIDs for 2.7. Drop UUIDs for 2.4.
2009-12-06 Vinay Sajiplogging: Improved support for SMTP over TLS.
2009-12-06 Vinay Sajiplogging: Added optional 'secure' parameter to SMTPHandler.
2009-12-06 Benjamin Petersonrewrite translate_newlines for clarity
2009-12-06 Tarek ZiadéFixed #1923: make sure we don't strip meaningful whites...
2009-12-05 Benjamin Petersonfix date
2009-12-05 Benjamin Petersonpost release version bump
2009-12-05 Benjamin Petersontag 2.7 alpha 1
2009-12-05 Benjamin Petersonbump version to 2.7a1 v2.7a1
2009-12-05 Benjamin Petersonmove RPM spec for 2.7
2009-12-05 Benjamin Petersonregenerate pydoc_topics
2009-12-04 Mark DickinsonAdd missing issue number in Misc/NEWS entry.
2009-12-04 Mark DickinsonAvoid undefined behaviour due to overflow in i_divmod...
next