]> granicus.if.org Git - python/shortlog
python
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...
2009-12-03 R. David MurrayIssue 7431: use TESTFN in test_linecache instead of...
2009-12-03 Martin v. LöwisAdd Christoph Gohlke, for the issue 4120 work.
2009-12-03 Martin v. LöwisIssue #4120: Drop reference to CRT from manifest when...
2009-12-03 Mark DickinsonIssue #6985: number of range() items should be constra...
2009-12-03 Benjamin Petersondisable pymalloc tricks with the --with-valgrind option...
2009-12-03 Philip Jenveyactually close files
2009-12-03 Philip Jenvey#7177: clarify the potential PIPE deadlock warnings
2009-12-02 Antoine PitrouIssue #7333: The `posix` module gains an `initgroups...
2009-12-02 Eric SmithIssue #4482: Add tests for special float value formatting.
2009-12-02 Mark DickinsonIssue #7406: Fix some occurrences of potential signed...
2009-12-02 Andrew M. KuchlingMarkup fixes
2009-12-01 Amaury Forgeot... #7419: Fix a crash on Windows in locale.setlocale(...
2009-12-01 Ronald OussorenFix for issue #7416: SIZEOF_UINTPTR_T can be invalid...
2009-11-30 Mark DickinsonAdd dtoa.c and dtoa.h to the relevant project files.
2009-11-30 Raymond HettingerUpdate project file for new file: dtoa.c
2009-11-30 Raymond HettingerHandle step values other than one.
2009-11-30 Raymond HettingerIssue 7410: deepcopy of itertools.count resets the...
2009-11-29 Benjamin Petersonnow that deepcopy can handle instance methods, this...
2009-11-29 Tarek ZiadéFixed #7408: dropped group ownership checking because...
2009-11-29 Eric SmithIssue #3382: Make '%F' and float.__format__('F') conver...
2009-11-28 Mark DickinsonIssue #1678380: When distinguishing between -0.0 and...
2009-11-28 Antoine PitrouIssue #1515: Enable use of deepcopy() with instance...
2009-11-28 Mark DickinsonMultiprocessing configure checks don't need LIBM
2009-11-28 Mark DickinsonInclude ieeefp.h (when available) in pyport.h instead...
2009-11-28 Georg BrandlFix versions and spacing.
2009-11-28 Mark DickinsonIssue #7272, continued: don't re-use existing HAVE_BRO...
2009-11-27 Gregory P.... fix typo
2009-11-27 Vinay SajipIssue #7403: Fixed possible race condition in lock...
2009-11-27 Martin v. LöwisIssue #6508: Add posix.{getresuid,getresgid,setresuid...
2009-11-27 Antoine PitrouAdd ACKS entry for Pablo Mouzo
2009-11-27 Antoine PitrouIssue #6845: Add restart support for binary upload...
2009-11-26 Georg Brandl#7400: typo.
2009-11-26 Antoine PitrouWhen open_urlresource() fails, HTTPException is another...
2009-11-26 Martin v. LöwisFix typo.
2009-11-25 Antoine PitrouForgot to add a `versionadded` tag
2009-11-25 Antoine PitrouIssue #5788: `datetime.timedelta` objects get a new...
2009-11-25 Barry WarsawAdd mktime_tz to __all__. It's documented as being...
2009-11-25 Benjamin PetersonMerged revisions 76160-76161,76250,76252,76447,76506...
2009-11-25 Vinay Sajiplogging: Issue 6615: Changed handler prepend to append.
2009-11-25 Vinay Sajiplogging: made _handlers a WeakValueDictionary.
2009-11-25 Vinay SajipIssue #6615: logging: Used weak references in internal...
2009-11-24 Mark DickinsonIssue #7228: Fix format mismatch when printing somethi...
2009-11-24 Alexandre VassalottiIssue 7128: Removed reference to the non-existent copyr...
2009-11-24 Vinay SajipMade logging classes new-style and added name property...
2009-11-24 Mark DickinsonIssue #7117: Update float formatting testcases to...
2009-11-24 Mark DickinsonFix some documentation examples involving the repr...
2009-11-24 Jesse Nollercomment out test added in r76438, which caused refleaks
next