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.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
(31) |
Jul
(50) |
Aug
(79) |
Sep
(45) |
Oct
(41) |
Nov
(56) |
Dec
(103) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(75) |
Feb
(37) |
Mar
(40) |
Apr
(41) |
May
(91) |
Jun
(41) |
Jul
(38) |
Aug
(48) |
Sep
(146) |
Oct
(98) |
Nov
(65) |
Dec
(64) |
2006 |
Jan
(40) |
Feb
(123) |
Mar
(57) |
Apr
(69) |
May
(49) |
Jun
(51) |
Jul
(50) |
Aug
(103) |
Sep
(89) |
Oct
(23) |
Nov
(73) |
Dec
(63) |
2007 |
Jan
(74) |
Feb
(76) |
Mar
(40) |
Apr
(46) |
May
(97) |
Jun
(45) |
Jul
(57) |
Aug
(74) |
Sep
(42) |
Oct
(15) |
Nov
(63) |
Dec
(10) |
2008 |
Jan
(40) |
Feb
(40) |
Mar
(25) |
Apr
(51) |
May
(34) |
Jun
(70) |
Jul
(52) |
Aug
(55) |
Sep
(44) |
Oct
(66) |
Nov
(44) |
Dec
(42) |
2009 |
Jan
(26) |
Feb
(32) |
Mar
(40) |
Apr
(81) |
May
(44) |
Jun
(49) |
Jul
(45) |
Aug
(58) |
Sep
(23) |
Oct
(62) |
Nov
(40) |
Dec
(48) |
2010 |
Jan
(24) |
Feb
(74) |
Mar
(62) |
Apr
(31) |
May
(42) |
Jun
(24) |
Jul
(39) |
Aug
(61) |
Sep
(21) |
Oct
(24) |
Nov
(26) |
Dec
(41) |
2011 |
Jan
(27) |
Feb
(27) |
Mar
(45) |
Apr
(15) |
May
(13) |
Jun
(26) |
Jul
(20) |
Aug
(52) |
Sep
(11) |
Oct
(32) |
Nov
(5) |
Dec
(5) |
2012 |
Jan
(7) |
Feb
(21) |
Mar
(2) |
Apr
(5) |
May
(9) |
Jun
|
Jul
(14) |
Aug
(20) |
Sep
(5) |
Oct
(8) |
Nov
(11) |
Dec
(4) |
2013 |
Jan
(7) |
Feb
(9) |
Mar
(8) |
Apr
(7) |
May
(22) |
Jun
(7) |
Jul
(4) |
Aug
(10) |
Sep
(7) |
Oct
(1) |
Nov
(17) |
Dec
(2) |
2014 |
Jan
(4) |
Feb
(2) |
Mar
(6) |
Apr
(6) |
May
(15) |
Jun
|
Jul
(9) |
Aug
(7) |
Sep
(21) |
Oct
(13) |
Nov
|
Dec
(2) |
2015 |
Jan
(5) |
Feb
|
Mar
(11) |
Apr
(3) |
May
(9) |
Jun
(5) |
Jul
(2) |
Aug
(2) |
Sep
(8) |
Oct
(9) |
Nov
(6) |
Dec
(1) |
2016 |
Jan
|
Feb
(5) |
Mar
(32) |
Apr
|
May
|
Jun
(10) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
(7) |
Nov
(3) |
Dec
|
2017 |
Jan
(5) |
Feb
|
Mar
(1) |
Apr
(1) |
May
(5) |
Jun
(1) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2018 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
(3) |
7
|
8
|
9
(2) |
10
|
11
(2) |
12
|
13
|
14
(6) |
15
|
16
(6) |
17
|
18
|
19
|
20
|
21
(3) |
22
|
23
(1) |
24
|
25
(2) |
26
(5) |
27
|
28
(7) |
29
(4) |
30
(7) |
31
(2) |
From: David Fraser <davidf@sj...> - 2004-07-09 21:13:09
|
Wow! Have been waiting for this... thanks Thomas! David Thomas Heller wrote: >The following message is a courtesy copy of an article >that has been posted to comp.lang.python.announce,comp.lang.python as well. > > >**py2exe 0.5.2** released >========================= > >py2exe is a Python distutils extension which converts python scripts >into executable windows programs, able to run without requiring a >python installation. Console and Windows (GUI) applications, windows >NT services, exe and dll COM servers are supported. > >This is a bugfix release. > > * Print a message explaining what's going on whan a service > exe is started from the command line. > > * py2exe did build invalid version resources, they didn't show up > correctly on Win98 at least. Patch by Roger Upole. > > * Fix a buffer overflow in the C code. Patch by Ralf Sieger, closes > bug item #893310 > > * py2exe now (again) has a builtin list of dlls which should never be > distributed > > * Patch sys.winver in the distributed pythonXY.dll, so that there is > no possibility of conflicts with existing distributions and the > registry keys found there. Patch by Mark Hammond. > > * Fix several problems when an exception in a 'windows' exe occurs. > > * Include a workaround for unbounded recursion in modulefinder when > Jason Jorendorff's path module is installed > See also http://python.org/sf/876278 > > * Fix problems when package_dir is set in the setup script, > see http://tinyurl.com/yuc5l > > * py2exe can now be built from the sources with mingw32 > > * py2exe does now handle precompile .pyo and .pyc files (patch by > Shane Holloway) > > * Fix a problem when the exe's directory contains single quotes > > * Register service dependencies when installing a service > > * Return an exit code of 255 from the exe when there's an uncatched > exception running the main script. > > * Print a warning instead of failing to build with weird version numbers. > Suggested by Cory Dodt. > >Homepage: > > <http://starship.python.net/crew/theller/py2exe> > >Download from the usual location: > > <http://sourceforge.net/project/showfiles.php?group_id=15583> > >Enjoy, > >Thomas > > |
From: Thomas Heller <theller@py...> - 2004-07-09 19:37:35
|
The following message is a courtesy copy of an article that has been posted to comp.lang.python.announce,comp.lang.python as well. **py2exe 0.5.2** released ========================= py2exe is a Python distutils extension which converts python scripts into executable windows programs, able to run without requiring a python installation. Console and Windows (GUI) applications, windows NT services, exe and dll COM servers are supported. This is a bugfix release. * Print a message explaining what's going on whan a service exe is started from the command line. * py2exe did build invalid version resources, they didn't show up correctly on Win98 at least. Patch by Roger Upole. * Fix a buffer overflow in the C code. Patch by Ralf Sieger, closes bug item #893310 * py2exe now (again) has a builtin list of dlls which should never be distributed * Patch sys.winver in the distributed pythonXY.dll, so that there is no possibility of conflicts with existing distributions and the registry keys found there. Patch by Mark Hammond. * Fix several problems when an exception in a 'windows' exe occurs. * Include a workaround for unbounded recursion in modulefinder when Jason Jorendorff's path module is installed See also http://python.org/sf/876278 * Fix problems when package_dir is set in the setup script, see http://tinyurl.com/yuc5l * py2exe can now be built from the sources with mingw32 * py2exe does now handle precompile .pyo and .pyc files (patch by Shane Holloway) * Fix a problem when the exe's directory contains single quotes * Register service dependencies when installing a service * Return an exit code of 255 from the exe when there's an uncatched exception running the main script. * Print a warning instead of failing to build with weird version numbers. Suggested by Cory Dodt. Homepage: <http://starship.python.net/crew/theller/py2exe> Download from the usual location: <http://sourceforge.net/project/showfiles.php?group_id=15583> Enjoy, Thomas |