]> granicus.if.org Git - python/shortlog
python
2011-03-22 Raymond HettingerIssue #11333: Add __slots__ to the collections ABCs.
2011-03-22 Antoine PitrouMerge
2011-03-22 Antoine PitrouMerge
2011-03-22 Antoine PitrouUse shorter timings in test_concurrent_futures to make...
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-22 Victor StinnerIssue #11630, issue #3080: Fix refleak introduced by...
2011-03-22 Raymond HettingerIssue #11628: cmp_to_key should use __slots__.
2011-03-22 Raymond HettingerIssue #11628: cmp_to_key should use __slots__.
2011-03-22 Victor StinnerIssue #3080: On DJGPP, case_bytes() returns -1 to signa...
2011-03-22 Victor StinnerIssue #7330, #10833: Replace %100s by %.100s and %200s...
2011-03-21 R David MurrayFix rename spelling error.
2011-03-21 R David MurrayDummy merge to overlay fixed email.test move on top...
2011-03-21 R David MurrayCorrectly move email package tests to Lib/test.
2011-03-21 R David MurrayPrepare for move of email tests.
2011-03-21 R David MurrayMove email tests to Lib/test package and modernize...
2011-03-21 R David MurrayMake regrtest recognize test packages as well as test...
2011-03-21 Antoine PitrouAlways print out the traceback when a test "crashed"
2011-03-21 Antoine PitrouAlways print out the traceback when a test "crashed"
2011-03-21 Antoine PitrouTry to make test_import a bit more robust
2011-03-21 Antoine PitrouTry to make test_import a bit more robust
2011-03-21 Antoine PitrouRelax timing check (seen a buildbot failure on this)
2011-03-21 Antoine PitrouRelax timing check (seen a buildbot failure on this)
2011-03-21 Victor StinnerIssue #10833: Use PyErr_Format() and PyUnicode_FromForm...
2011-03-21 Victor StinnerIssue #10833: Remove the buffer allocated on the stack...
2011-03-21 Reid KlecknerFix timeout error message on windows to not be in milli...
2011-03-21 Antoine PitrouIssue #11621: fix bootstrap issue with getopt/gettext...
2011-03-21 Victor StinnerIssue #10833: Use PyUnicode_FromFormat() and PyErr_Form...
2011-03-21 Victor Stinner_elementtree.c: remove trailing spaces
2011-03-21 Georg BrandlMerge to default.
2011-03-21 Georg BrandlMerge to 3.2.
2011-03-21 Georg BrandlFix duplicate word.
2011-03-21 Victor Stinnermerge 3.2 (already commited before)
2011-03-21 Victor Stinnermerge 3.1 (already commited before)
2011-03-21 Victor StinnerIssue #8651: PyArg_Parse*() functions raise an Overflow...
2011-03-21 Éric AraujoFix some issue references in NEWS
2011-03-21 Éric AraujoBranch merge
2011-03-21 Éric AraujoFix some issue references in NEWS
2011-03-21 Victor Stinnermerge 3.2
2011-03-21 Victor Stinnermerge 3.1
2011-03-21 Victor StinnerIssue #5537: Fix time2isoz() and time2netscape() functi...
2011-03-21 Victor Stinnermerge 3.2
2011-03-21 Victor Stinnertime.strftime(): replace PyErr_Format() by PyErr_SetStr...
2011-03-21 Victor Stinnermerge
2011-03-21 Victor StinnerIssue #10864 has been fixed: remove the workaround
2011-03-21 Victor StinnerCloses #11210: Remove PyErr_SetFromWindowsErrWithFilena...
2011-03-20 Antoine PitrouMerge
2011-03-20 Antoine PitrouMerge
2011-03-20 Antoine PitrouTry to strengthen test_httpservers (issue #11617)
2011-03-20 Antoine PitrouTry to strengthen test_httpservers (issue #11617)
2011-03-20 Éric AraujoMark getopt error messages as localizable (fixes #11371).
2011-03-20 Éric AraujoFix some issue references in NEWS
2011-03-20 Antoine PitrouIssue #11127: Raise a TypeError when trying to pickle...
2011-03-20 Victor Stinner(merge) Issue #11395: io.FileIO().write() clamps the...
2011-03-20 Victor StinnerIssue #11395: io.FileIO().write() clamps the data lengt...
2011-03-20 Victor Stinnermerge
2011-03-20 Victor StinnerFix #11586: typo in initfsencoding()
2011-03-20 Victor StinnerFix #11586: typo in initfsencoding()
2011-03-20 Victor StinnerIssue #3080: imp.load_module() accepts None for the...
2011-03-20 Éric AraujoUse proper gettext plural forms in optparse (closes...
2011-03-20 Georg Brandltabs are verboten.
2011-03-20 Éric AraujoMerge from 3.1
2011-03-20 Éric AraujoMerge from 3.1
2011-03-20 Éric AraujoFix typo in class name
2011-03-20 Éric AraujoFix a typo (see #3080)
2011-03-20 Antoine PitrouMerge
2011-03-20 Antoine PitrouMerge
2011-03-20 Antoine PitrouCall reap_children() where appropriate
2011-03-20 Antoine PitrouCall reap_children() at the end of test_posix
2011-03-20 Ross LagerwallIssue #11615: Fix sporadic buildbot failures related...
2011-03-20 R David MurrayMerge heads.
2011-03-20 R David MurrayMarkup fixes for #7198 patch.
2011-03-20 Reid KlecknerFix the Windows timeout code.
2011-03-20 R David MurrayMerge markup fixes for #7198 patch.
2011-03-20 R David MurrayMarkup fixes for #7198 patch.
2011-03-20 R David MurrayFix footnote reference.
2011-03-20 Skip Montanaromention newline= in write doc
2011-03-20 R David MurrayDummy merge #7198
2011-03-20 R David MurrayReally merge #7198
2011-03-20 R David Murray#7198: really add newline='' to csv.writer docs.
2011-03-20 Ezio MelottiMerge with 3.2.
2011-03-20 Ezio MelottiSave a copy of sys.warnoptions in test_program.
2011-03-20 Ezio MelottiAdd a check for sys.warnoptions in regrtest.
2011-03-20 Victor StinnerIssue #3080: Fix call to case_ok() in find_init_module()
2011-03-20 Victor StinnerIssue #3080: Fix case_ok() using case_bytes()
2011-03-20 Senthil KumaranMerge from 3.1
2011-03-20 Senthil KumaranIssue #11567 - Let's have the DOCTYPE as HTML instead...
2011-03-20 Senthil KumaranAdd NEWS for Issue #11563.
2011-03-19 Senthil Kumaranbranch merge 3.2
2011-03-19 Senthil KumaranCall unfakehttp in order to close connection while...
2011-03-19 Antoine PitrouIssue #11459: A `bufsize` value of 0 in subprocess...
2011-03-19 Antoine PitrouIssue #11459: A `bufsize` value of 0 in subprocess...
2011-03-19 Senthil KumaranMerging it again.
2011-03-19 Senthil KumaranCloses issue11563 - test_urllibnet ResourceWarning...
2011-03-19 Raymond HettingerIssue 7391: Remove questionable and outdated HOWTO...
2011-03-17 Antoine PitrouOops, wrong issue number in NEWS
2011-03-17 Antoine PitrouAdd news entry for a791dd7d51f3
2011-03-17 Antoine PitrouIssue #10914: fix bogus memory management in Modules...
2011-03-17 Antoine PitrouIssue #5421: merge fix
next