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
|
Nov
|
Dec
(34) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(33) |
Feb
(21) |
Mar
(7) |
Apr
(9) |
May
(15) |
Jun
(14) |
Jul
(60) |
Aug
(31) |
Sep
(4) |
Oct
(38) |
Nov
(69) |
Dec
(67) |
2002 |
Jan
(15) |
Feb
(13) |
Mar
(30) |
Apr
(9) |
May
(19) |
Jun
(8) |
Jul
(15) |
Aug
(7) |
Sep
(41) |
Oct
(29) |
Nov
(7) |
Dec
(8) |
2003 |
Jan
(4) |
Feb
(5) |
Mar
(3) |
Apr
(11) |
May
(17) |
Jun
(8) |
Jul
(48) |
Aug
(2) |
Sep
(5) |
Oct
(12) |
Nov
(11) |
Dec
(5) |
2004 |
Jan
(8) |
Feb
(4) |
Mar
(3) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
(10) |
Aug
(2) |
Sep
(5) |
Oct
(7) |
Nov
|
Dec
(3) |
2005 |
Jan
|
Feb
(12) |
Mar
(3) |
Apr
(4) |
May
(1) |
Jun
(19) |
Jul
(12) |
Aug
(20) |
Sep
(8) |
Oct
(27) |
Nov
(12) |
Dec
(8) |
2006 |
Jan
(4) |
Feb
(8) |
Mar
(9) |
Apr
(9) |
May
(195) |
Jun
(16) |
Jul
(13) |
Aug
(77) |
Sep
(52) |
Oct
(17) |
Nov
(74) |
Dec
(88) |
2007 |
Jan
(171) |
Feb
(184) |
Mar
(54) |
Apr
(91) |
May
(109) |
Jun
(65) |
Jul
(171) |
Aug
(193) |
Sep
(155) |
Oct
(79) |
Nov
(66) |
Dec
(86) |
2008 |
Jan
(52) |
Feb
(13) |
Mar
(14) |
Apr
(9) |
May
(12) |
Jun
(25) |
Jul
(26) |
Aug
(25) |
Sep
(24) |
Oct
(28) |
Nov
(21) |
Dec
(30) |
2009 |
Jan
(40) |
Feb
(11) |
Mar
(30) |
Apr
(37) |
May
(28) |
Jun
(30) |
Jul
(31) |
Aug
(31) |
Sep
(32) |
Oct
(16) |
Nov
(10) |
Dec
(21) |
2010 |
Jan
(19) |
Feb
(16) |
Mar
(23) |
Apr
(15) |
May
(10) |
Jun
(9) |
Jul
(17) |
Aug
(12) |
Sep
(11) |
Oct
(10) |
Nov
(9) |
Dec
(14) |
2011 |
Jan
(10) |
Feb
(11) |
Mar
(13) |
Apr
(18) |
May
(10) |
Jun
(12) |
Jul
(21) |
Aug
(12) |
Sep
(12) |
Oct
(17) |
Nov
(15) |
Dec
(4) |
2012 |
Jan
(6) |
Feb
(10) |
Mar
(27) |
Apr
(8) |
May
(29) |
Jun
(34) |
Jul
(12) |
Aug
(13) |
Sep
(6) |
Oct
(8) |
Nov
(14) |
Dec
(10) |
2013 |
Jan
(8) |
Feb
(10) |
Mar
(15) |
Apr
(7) |
May
(14) |
Jun
(7) |
Jul
(9) |
Aug
(8) |
Sep
(12) |
Oct
(9) |
Nov
(3) |
Dec
(3) |
2014 |
Jan
(5) |
Feb
(3) |
Mar
(4) |
Apr
(13) |
May
(23) |
Jun
(19) |
Jul
(9) |
Aug
(13) |
Sep
(18) |
Oct
(10) |
Nov
(9) |
Dec
(8) |
2015 |
Jan
(21) |
Feb
(13) |
Mar
(33) |
Apr
(43) |
May
(17) |
Jun
(8) |
Jul
(8) |
Aug
(5) |
Sep
(22) |
Oct
(12) |
Nov
(18) |
Dec
(12) |
2016 |
Jan
(7) |
Feb
(25) |
Mar
(10) |
Apr
(6) |
May
(7) |
Jun
(4) |
Jul
(6) |
Aug
(5) |
Sep
(6) |
Oct
(7) |
Nov
(5) |
Dec
(4) |
2017 |
Jan
(5) |
Feb
(16) |
Mar
(14) |
Apr
(9) |
May
(13) |
Jun
(6) |
Jul
(12) |
Aug
(9) |
Sep
(4) |
Oct
(13) |
Nov
(10) |
Dec
(4) |
2018 |
Jan
(2) |
Feb
(2) |
Mar
(6) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
(1) |
10
|
11
(1) |
12
|
13
|
14
|
15
(2) |
16
(1) |
17
(2) |
18
(1) |
19
|
20
|
21
|
22
|
23
|
24
(2) |
25
|
26
(1) |
27
(1) |
28
|
29
|
30
|
31
|
|
|
|
|
From: Anselm Kruis <report@bu...> - 2010-08-24 07:38:47
|
New submission from Anselm Kruis <a.kruis@...>: Hi, Pep 328 introduces besides other features the notation of relative imports (from with dots) and "from __future__ import absolute_import". Unfortunately the jython implementation of both features is either incomplete (#1516) or broken (#1495). Fortunately I need a fully functional pep328 implementation for my current project and could spend some time on this issue. The attached patch adds a new regression test "Lib/test/test_import_pep328.py". This test is pure python and also runs with c-python ("python25 test_import_pep328.py"). With c-python 2.5 the test runs OK. With the current (r7101) jython, several tests fail. test_import_pep328.py contains two test classes: The first tests, how the parser and compiler convert import statements ("import" and "from ... import ...") into calls of the __import__ function. The second class tests, how the __import__ function handles various import situations utilizing the meta_path-hook to observe the inner workings of __import__. I found the following defects. - A coding bug in GrammarActions causing NPE - Relative imports (from with at least one leading dot) call __import__ with a name containing the dots. That's probably wrong, because the information about the dots is in the level parameter of import and c-python strips the dots. - CodeCompiler lacks support for absolute imports for "from A import *" and "import A". - In case of an relative or absolute import (the current default), C-python calls __import__ with 4 arguments only to be compatible with previous implementations. Jython always uses the 5 argument form of __import__ - For relative imports, the computation of the full module name is broken. Of course the test_import_pep328.py is intended to become a part of the jython test suite. I'm not sure, if I need to sign a PSF contributors agreement for it. If so, please let me know. ---------- components: Core files: add_regrtest_for_pep328.diff keywords: patch messages: 6008 nosy: akruis severity: normal status: open title: pep328 related import problems + unittests + fix type: behaviour versions: 2.5.2b1 Added file: http://bugs.jython.org/file869/add_regrtest_for_pep328.diff _______________________________________ Jython tracker <report@...> <http://bugs.jython.org/issue1648> _______________________________________ |
From: stephen layland <report@bu...> - 2010-08-24 00:13:26
|
New submission from stephen layland <cru@...>: For my purposes, all that's been necessary so far is the following one line change. Index: src/com/ziclix/python/sql/DataHandler.java =================================================================== --- src/com/ziclix/python/sql/DataHandler.java (revision 7101) +++ src/com/ziclix/python/sql/DataHandler.java (working copy) @@ -234,6 +234,7 @@ case Types.CHAR: case Types.VARCHAR: + case Types.NVARCHAR: String string = set.getString(col); obj = string == null ? Py.None : Py.newUnicode(string); break; ---------- components: zxjdbc messages: 6007 nosy: cru severity: normal status: open title: zxJDBC does not handle NVARCHAR type: behaviour versions: 2.5.2b1 _______________________________________ Jython tracker <report@...> <http://bugs.jython.org/issue1647> _______________________________________ |