Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(38) |
Nov
(98) |
Dec
(58) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(114) |
Feb
(123) |
Mar
(96) |
Apr
(66) |
May
(84) |
Jun
(72) |
Jul
(128) |
Aug
(126) |
Sep
(82) |
Oct
(80) |
Nov
(148) |
Dec
(55) |
2002 |
Jan
(137) |
Feb
(85) |
Mar
(118) |
Apr
(67) |
May
(71) |
Jun
(28) |
Jul
(69) |
Aug
(48) |
Sep
(83) |
Oct
(79) |
Nov
(54) |
Dec
(32) |
2003 |
Jan
(44) |
Feb
(47) |
Mar
(59) |
Apr
(57) |
May
(43) |
Jun
(45) |
Jul
(44) |
Aug
(39) |
Sep
(27) |
Oct
(62) |
Nov
(17) |
Dec
(23) |
2004 |
Jan
(41) |
Feb
(51) |
Mar
(38) |
Apr
(30) |
May
(25) |
Jun
(12) |
Jul
(11) |
Aug
(27) |
Sep
(16) |
Oct
(56) |
Nov
(23) |
Dec
(29) |
2005 |
Jan
(75) |
Feb
(82) |
Mar
(50) |
Apr
(77) |
May
(19) |
Jun
(104) |
Jul
(47) |
Aug
(42) |
Sep
(28) |
Oct
(143) |
Nov
(62) |
Dec
(13) |
2006 |
Jan
(20) |
Feb
(10) |
Mar
(59) |
Apr
(45) |
May
(25) |
Jun
(129) |
Jul
(162) |
Aug
(91) |
Sep
(15) |
Oct
(39) |
Nov
(186) |
Dec
(191) |
2007 |
Jan
(134) |
Feb
(140) |
Mar
(106) |
Apr
(77) |
May
(92) |
Jun
(63) |
Jul
(233) |
Aug
(102) |
Sep
(119) |
Oct
(63) |
Nov
(68) |
Dec
(32) |
2008 |
Jan
(69) |
Feb
(91) |
Mar
(129) |
Apr
(44) |
May
(18) |
Jun
(53) |
Jul
(50) |
Aug
(25) |
Sep
(11) |
Oct
(28) |
Nov
(67) |
Dec
(36) |
2009 |
Jan
(20) |
Feb
(24) |
Mar
(66) |
Apr
(53) |
May
(48) |
Jun
(48) |
Jul
(59) |
Aug
(82) |
Sep
(49) |
Oct
(30) |
Nov
(16) |
Dec
(16) |
2010 |
Jan
(52) |
Feb
(25) |
Mar
(36) |
Apr
(34) |
May
(14) |
Jun
(15) |
Jul
(14) |
Aug
(16) |
Sep
(23) |
Oct
(6) |
Nov
(4) |
Dec
(5) |
2011 |
Jan
(4) |
Feb
(22) |
Mar
(45) |
Apr
(9) |
May
(8) |
Jun
(13) |
Jul
(12) |
Aug
(4) |
Sep
(6) |
Oct
(10) |
Nov
(21) |
Dec
(5) |
2012 |
Jan
(6) |
Feb
(9) |
Mar
(25) |
Apr
(6) |
May
(4) |
Jun
(23) |
Jul
(6) |
Aug
(18) |
Sep
(21) |
Oct
(34) |
Nov
(19) |
Dec
(25) |
2013 |
Jan
(8) |
Feb
(34) |
Mar
(35) |
Apr
(4) |
May
(11) |
Jun
(4) |
Jul
(7) |
Aug
(5) |
Sep
(20) |
Oct
(12) |
Nov
(11) |
Dec
(7) |
2014 |
Jan
(10) |
Feb
(18) |
Mar
(50) |
Apr
(26) |
May
(53) |
Jun
(21) |
Jul
(12) |
Aug
(39) |
Sep
(43) |
Oct
(26) |
Nov
(8) |
Dec
(6) |
2015 |
Jan
(18) |
Feb
(32) |
Mar
(31) |
Apr
(42) |
May
(38) |
Jun
(13) |
Jul
(6) |
Aug
(11) |
Sep
(29) |
Oct
(25) |
Nov
(10) |
Dec
(11) |
2016 |
Jan
(24) |
Feb
(12) |
Mar
(13) |
Apr
(15) |
May
(22) |
Jun
(8) |
Jul
(12) |
Aug
(25) |
Sep
(8) |
Oct
(6) |
Nov
(13) |
Dec
(7) |
2017 |
Jan
(6) |
Feb
(29) |
Mar
(32) |
Apr
(8) |
May
(82) |
Jun
(42) |
Jul
(20) |
Aug
(17) |
Sep
(27) |
Oct
(14) |
Nov
(22) |
Dec
(6) |
2018 |
Jan
(12) |
Feb
(9) |
Mar
(22) |
Apr
(12) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
(1) |
3
(3) |
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
(3) |
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
(1) |
21
|
22
(1) |
23
(1) |
24
(3) |
25
|
26
(1) |
27
(2) |
28
(1) |
29
|
30
(5) |
31
(3) |
|
|
|
From: Jeff Norton <jnorton@ac...> - 2006-05-27 15:06:46
|
I porting a large source base from CPython to Jython. I have found a number of libraries missing in Jython notably: logging datetime decimal platform xml.sax For logging the source is part of the standard Cpython distribution so I just copied it into my Jython/lib directory and it seems to work just fine. For datetime I've seen hints that it might be available soon. Is there an implementation around somewhere that I could grab? I presume I'll have to write the others, is there anything available? Thanks, Jeff Norton. |
From: Frank Wierzbicki <fwierzbicki@gm...> - 2006-05-27 02:09:29
|
Jeff, Adding a BooleanType isn't really that hard -- It would just be a subclass of PyInterger. The hard part is that the java dispatch algorithm has to be re-written so calls to java methods like javaMethod(int value) javaMethod(boolean value) choose the correct method (today the int will always get called). David Patterson is working on a new dispatch that was prototyped by Samuele Pedroni, but it will not make it into the coming release, which is primarily based on Python 2.2. However, the 2.2 release is getting pretty close to feature completion, and a beta is not far away. I know I've said that before -- but I have a better feel for it now. I'm going to avoid giving a particular date, but as soon as reduce, slots, and (probably) PyType subclassing is done we'll be feature complete for a beta. Around that time I'm likely to make a 2.3 branch and then a PyBoolean would be a good idea. If you want to have a try at writing a PyBoolean, download the trunk from subversion and look at PyString and PyUnicode, since the relationship will be similar (PyUnicode subclasses PyString as PyBoolean will subclass PyInteger). Note that a big part of the code is generated. For that see the sandbox/jt which contains str.expose, str.derived, unicode.expose, unicode.derived. There is mainly bugfixing left for 2.2, but there is plenty of work we to be done on 2.3, so please, have a go at it. Thanks, -Frank On 5/26/06, Jeff Norton <jnorton@...> wrote: > > > I'd really like to add BooleanType to Jython (mostly because I have a lot= of > Python code that uses it). > Any ideas on how I would go about it? > > Thanks, > Jeff Norton. |