You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(15) |
Sep
(21) |
Oct
(15) |
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(7) |
Feb
(6) |
Mar
(2) |
Apr
(5) |
May
(6) |
Jun
(3) |
Jul
(4) |
Aug
(4) |
Sep
(3) |
Oct
(14) |
Nov
(16) |
Dec
(10) |
2004 |
Jan
(5) |
Feb
(10) |
Mar
(4) |
Apr
(8) |
May
(1) |
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(10) |
Oct
(3) |
Nov
(4) |
Dec
|
2005 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(15) |
May
(12) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(6) |
Oct
(7) |
Nov
(21) |
Dec
(11) |
2006 |
Jan
(16) |
Feb
(12) |
Mar
(4) |
Apr
(6) |
May
(5) |
Jun
(9) |
Jul
|
Aug
(5) |
Sep
(1) |
Oct
(10) |
Nov
(4) |
Dec
(3) |
2007 |
Jan
(6) |
Feb
(4) |
Mar
(6) |
Apr
(11) |
May
(1) |
Jun
(21) |
Jul
|
Aug
(6) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2008 |
Jan
(14) |
Feb
(1) |
Mar
(5) |
Apr
(22) |
May
(4) |
Jun
(1) |
Jul
(7) |
Aug
(5) |
Sep
(7) |
Oct
(3) |
Nov
|
Dec
(1) |
2009 |
Jan
(14) |
Feb
(1) |
Mar
(9) |
Apr
(5) |
May
(6) |
Jun
(7) |
Jul
(8) |
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2010 |
Jan
(2) |
Feb
|
Mar
(6) |
Apr
(6) |
May
(34) |
Jun
|
Jul
(8) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(3) |
Dec
(1) |
2011 |
Jan
|
Feb
(4) |
Mar
(3) |
Apr
|
May
|
Jun
(5) |
Jul
(9) |
Aug
(5) |
Sep
(9) |
Oct
(3) |
Nov
(10) |
Dec
(1) |
2012 |
Jan
(1) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(9) |
2014 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
(1) |
9
|
10
(1) |
11
|
12
(1) |
13
(2) |
14
|
15
(3) |
16
(2) |
17
|
18
(1) |
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
From: Michael H. <mh...@al...> - 2005-12-15 22:28:17
|
Matthew Fulmer wrote: > I made the changes you requested it and tested it via test.py. I > also replaced occurences of the deprecated apply function with > the recommended syntax. I did this because it makes it easier to > call the _NewFileItem with keyword parameters that are not part > of keyw (like filename). I will reverse that change if necessary > (tested with python 2.4). > > I am subscribed to the mailing list now (I had a procmail bug > that sent the subscription confirmation to the wrong place). > Here is the new patch Thanks for the revised patch. I may not have time to look it over before leaving on a Xmas trip to America, but I'll try to get to it early in January. Lurkers should also feel free to jump in and help reviewing this (or any other) code. Yours, Michael |
From: Michael H. <mh...@al...> - 2005-12-15 22:25:30
|
Hello, Presently, I think that Gnuplot.py should work with Python 1.5.2. Who would object to requiring Python version 2.0 for Gnuplot.py? Who would object to requiring Python version 2.2 for Gnuplot.py? The reason for asking this question now is that Matthew Fulmer has submitted a patch with aspects that would require Python 2.0. These aspects could be removed if necessary, but it is probably reasonable to require 2.0 anyway. Python 2.2 has been out almost as long and added a few other nice features; therefore I also ask whether there are people who would be upset by jumping the Python version requirement directly to Python 2.2. Speak now or forever hold your peace. Michael |
From: Matthew F. <mat...@as...> - 2005-12-15 20:25:00
|
I made the changes you requested it and tested it via test.py. I also replaced occurences of the deprecated apply function with the recommended syntax. I did this because it makes it easier to call the _NewFileItem with keyword parameters that are not part of keyw (like filename). I will reverse that change if necessary (tested with python 2.4). I am subscribed to the mailing list now (I had a procmail bug that sent the subscription confirmation to the wrong place). Here is the new patch -- Matthew Fulmer |