anatoly techtonik added the comment:
Martin, shouldn't there be at least majority to reach consensus on this matter,
or you're self-proclaimed BSDL II? =)
At least failed .pyd module name should be present in error message.
--
status: clos
anatoly techtonik added the comment:
Fixed Ezio comments at http://codereview.appspot.com/1774043
Eric, if I understand you correctly, the mbcs issue you're experiencing is
unrelated to the patch. What else do you need?
--
___
Python tr
Changes by anatoly techtonik :
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue8871>
___
___
Python-bugs-
Changes by anatoly techtonik :
--
resolution: invalid -> out of date
___
Python tracker
<http://bugs.python.org/issue8871>
___
___
Python-bugs-list mai
Changes by anatoly techtonik :
Added file: http://bugs.python.org/file20325/suffix.patch
___
Python tracker
<http://bugs.python.org/issue8954>
___
___
Python-bugs-list m
Changes by anatoly techtonik :
Removed file: http://bugs.python.org/file17961/suffix.patch
___
Python tracker
<http://bugs.python.org/issue8954>
___
___
Python-bugs-list m
anatoly techtonik added the comment:
Classic user developer impedance mismatch. =)
I agree that Python should guard its users against crazy standards that creep
into standard lib, because nobody had time to think about pythonic API.
I propose the following change:
http://docs.python.org
anatoly techtonik added the comment:
IIUC #9527 is about datetime and this request is about time.localtime, i.e.
about making the API more intuitive for users. I don't think this issue should
be closed.
--
status: pending -> open
__
New submission from anatoly techtonik :
Tarek, can you add link to
http://groups.google.com/group/the-fellowship-of-the-packaging to distutils dev
pages at https://bitbucket.org/tarek/distutils2/wiki/Home ?
--
assignee: tarek
components: Distutils2
messages: 125998
nosy: eric.araujo
anatoly techtonik added the comment:
On Tue, Jan 11, 2011 at 4:52 PM, Alexander Belopolsky
wrote:
> ..
>> http://docs.python.org/library/time.html#time.daylight
>> - Nonzero if a DST timezone is defined.
>> + .. To check if DST is currently active, use `time.localtime(t).
anatoly techtonik added the comment:
On Tue, Jan 11, 2011 at 9:42 PM, Alexander Belopolsky
wrote:
>
>> I have to agree with the OP that the current state of the docs is not as
>>clear as it could be.
>
> In some ways the state of the docs is reflective of the state of the
anatoly techtonik added the comment:
This one is a different issue. Even though it can not be solved without by
#9527, it is not superseded by it. So, better add to dependencies.
--
resolution: rejected ->
status: pending -> open
___
anatoly techtonik added the comment:
I am tired. Do as you wish.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7662>
___
___
Py
Changes by anatoly techtonik :
--
nosy: -techtonik
___
Python tracker
<http://bugs.python.org/issue7662>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from anatoly techtonik :
http://docs.python.org/library/wsgiref.html#wsgiref.util.guess_scheme
The documentation says servers typically set HTTPS variable to a value of “1”
or “yes”, when a request is received via SSL, but CGI tutorials, IIS and Apache
set this to “on
anatoly techtonik added the comment:
Great. Thanks!
--
___
Python tracker
<http://bugs.python.org/issue10854>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from anatoly techtonik :
http://www.python.org/dev/peps/pep-0333/#id7
Link to CGI spec is broken.
--
assignee: docs@python
components: Documentation
messages: 126361
nosy: docs@python, techtonik
priority: normal
severity: normal
status: open
title: PEP 333 link to CGI
anatoly techtonik added the comment:
w00t
--
___
Python tracker
<http://bugs.python.org/issue10917>
___
___
Python-bugs-list mailing list
Unsubscribe:
anatoly techtonik added the comment:
Nevermind. It's just another word for gr8.
--
___
Python tracker
<http://bugs.python.org/issue10917>
___
___
Pytho
anatoly techtonik added the comment:
No surprises. Core Python community is so old that it is unlikely that people
there ever experienced online gameplay. The only online game they've ever
installed was probably EVE Online and if they've installed it - that was just
because Stackle
anatoly techtonik added the comment:
Is this issue really critical?
Bump.
--
___
Python tracker
<http://bugs.python.org/issue8954>
___
___
Python-bugs-list m
Changes by anatoly techtonik :
Added file: http://bugs.python.org/file20451/issue1774043_7001.diff
___
Python tracker
<http://bugs.python.org/issue8954>
___
___
Python-bug
anatoly techtonik added the comment:
I believe it is better to start and commit a testcase .
--
nosy: +techtonik
___
Python tracker
<http://bugs.python.org/issue10
anatoly techtonik added the comment:
Please don't ask me about patches. Core devs won't accept them.
--
___
Python tracker
<http://bugs.python.o
anatoly techtonik added the comment:
Backlink to project web site won't hurt either. ;)
--
___
Python tracker
<http://bugs.python.org/issue10887>
___
___
anatoly techtonik added the comment:
Link on group description page to FOTP project site. I thought that
https://bitbucket.org/tarek/distutils2/wiki/Home is that site.
--
___
Python tracker
<http://bugs.python.org/issue10
anatoly techtonik added the comment:
The problem that most scripts check for 'on', and not for '1'.
http://www.cgi101.com/book/ch3/text.html
More than that - I don't know any servers that set this to '1', except
mod_wsgi, and perhaps other implementations
anatoly techtonik added the comment:
Still actual, esp. with this -
http://google-opensource.blogspot.com/2011/01/make-quick-fixes-quicker-on-google.html
and this http://codemirror.net/
--
status: closed -> open
___
Python tracker
&l
New submission from anatoly techtonik :
I'm studying old code that uses urllib.splituser() call and can't find
description of this function in Python 2.6.6 docs.
--
assignee: docs@python
components: Documentation
messages: 127047
nosy: docs@python, techtonik
priority: norma
New submission from anatoly techtonik :
The MSI installer is generated using msilib.py from
http://svn.python.org/projects/python/branches/release27-maint/Tools/msi that
is dependent from external win32com module. We also have internal 'msilib'
module that is unused for some reas
New submission from anatoly techtonik :
When configuration is specified in external file, qualname attribute should
allow several values. Maybe comma separated.
--
messages: 127992
nosy: techtonik
priority: normal
severity: normal
status: open
title: logging: allow multiple entries in
anatoly techtonik added the comment:
This damn bug ruined my day. MoinMoin couldn't reset password on many outdated
wikies < 1.8.2 (including Python's one probably), because of it.
http://moinmo.in/MoinMoinBugs/1.8_ResetPasswordError
--
nos
anatoly techtonik added the comment:
Where is this configuration?
--
___
Python tracker
<http://bugs.python.org/issue11129>
___
___
Python-bugs-list mailin
anatoly techtonik added the comment:
And how do you intend to parse the dictionary stored in external file?
Evaluating this script is unsafe.
--
___
Python tracker
<http://bugs.python.org/issue11
Changes by anatoly techtonik :
--
type: -> security
___
Python tracker
<http://bugs.python.org/issue11129>
___
___
Python-bugs-list mailing list
Unsubscri
anatoly techtonik added the comment:
Does argparse display version by default?
--
status: closed -> open
___
Python tracker
<http://bugs.python.org/iss
New submission from anatoly techtonik :
I've just noticed that my application is incompatible with Python 2.5, because
ctypes.wintypes is missing SHORT constants. However, I can't find the
information when these symbols were introduced first. To prevent such confusion
in future i
anatoly techtonik added the comment:
I still see w9xpopen.exe in my Python 3.2 installation, which is kind of
strange to me.
--
nosy: +techtonik
versions: +Python 3.3
___
Python tracker
<http://bugs.python.org/issue2
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
What kind of registered users are available? I thought this site uses
single sign on system.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
I mean that it is rather common practice for internet projects that
every member of community has one one login that works for all services
this community uses. This is called "single sign-on" or SSO
http://en.wi
New submission from anatoly techtonik <[EMAIL PROTECTED]>:
Make curses available on Windows by using PDCurses library. Alternative
patch for issue 1005895 using current trunk.
Attached .bat file is used to compile it under MinGW, but I'd be glad to
know how to integrate the patch
Changes by anatoly techtonik <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file10340/curses_win_compile.bat
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from anatoly techtonik <[EMAIL PROTECTED]>:
Current BaseCookie and SimpleCookie may crash web-application when
running on the same domain with other scripts. Other scripts may create
invalid cookies that lead to Cookie.CookieError: Illegal key value in
Python.
This c
Changes by anatoly techtonik <[EMAIL PROTECTED]>:
--
nosy: +techtonik
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1005895>
___
_
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
* use newer 2.0 public interface of httplib for connection handling
Attached patch is for trunk/
Tested for Python 2.5
issue1767370 is a separate issue that can be fixed later
--
keywords: +patch
nosy: +techtonik
ve
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
I will be second to emphasize the importance of using XML-RPC through a
proxy. bzr behind a proxy can't be used with launchpad because of this bug.
--
nosy: +techtonik
___
Pyt
New submission from anatoly techtonik <[EMAIL PROTECTED]>:
optparse API documentation is incomplete. It doesn't mention at least
some useful functions such as print_usage(), get_usage(),
get/print_version() present in optparse.py docstrings.
--
assignee: georg.brandl
New submission from anatoly techtonik <[EMAIL PROTECTED]>:
It would be convenient to have "Suggest a change" link in the bottom of
documentation pages to allow people propose fixes and additions.
This can be a simple feedback form with an optional "patch" field that
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
Filed a proposal for online documentation editing tool.
http://bugs.python.org/issue3341
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from anatoly techtonik <[EMAIL PROTECTED]>:
If you'll try to search 'patch' word in this bugtracker, you will likely
to get the error saved in attached file.
--
files: bugs.python.org.txt
messages: 69588
nosy: techtonik
severity: normal
status: o
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
Thanks.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3349>
___
___
Python-bugs
New submission from anatoly techtonik <[EMAIL PROTECTED]>:
'rU' universal newline support is useless, because read lines end with
'\n' regardless of actual line end in the source file. Applications that
care about line ends still open file in binary mode and gather th
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
If you open file with 'r' - all line endings will be mapped precisely to
'\n' anyways, so it has nothing to do with 'U' mode.
___
Python tracker <[EMAIL PROTEC
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
That's weird and the worst is that it is not documented. Manual says:
"If Python is built without universal newline support a mode with 'U' is
the same as normal text mode."
but no information about what
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
Any links to alpha code?
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3341>
___
_
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
> This behavior is inherited from the C-level fopen() and therefore
> "normal text mode" is whatever that defines.
> Is this really nowhere documented?
Relation to fopen() function may be documented, but there
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
That's fine with me. I just need a 'rbU' mode to know in which format
should I write the output file if I want to preserve proper line endings
regardless of platform.
As for Python 2.6 note - I would replace "m
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
If lineends are mixed I would like to leave them as is.
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
Thanks for the hints. It appeared that "universal text mode" is not for
crossplatform but for platform-specific programming. =)
So I gave it up and ended with my own 'rb' newlines counter and 'wb'
wr
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
This '\r' makes things worse. I am also on Windows and didn't thought
that "rb" processes '\r\n' linefeeds as a side-effect of '\n' being the
last character. Thanks.
newline=''
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
I've run into the same problem.
Attached patch (updated with Lev code) is almost the same except that it
doesn't attempt to return executable files without executable extension.
It also accounts that os2 executables ca
Changes by anatoly techtonik <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file11358/spawn.patch.txt
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by anatoly techtonik <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file11359/spawn.patch.txt
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
New submission from anatoly techtonik <[EMAIL PROTECTED]>:
Distutils contains code to make scripts executable on posix platform.
Here is a patch to for the same feature for nt. It adds .bat file for
every script that doesn't have executable launcher.
--
components: Dist
anatoly techtonik <[EMAIL PROTECTED]> added the comment:
1. Associations still do not show Scripts/ among executable files in Run
dialog.
2. Association works only for one version of properly installed Python.
It won't work if Python is installed for different user, if extensi
anatoly techtonik added the comment:
By the way, where is the tracker for python.org websites?
--
___
Python tracker
<http://bugs.python.org/issue4137>
___
___
anatoly techtonik added the comment:
This functionality is specific request for python documentation, so adjustments
should be made to Sphinx customization layer for docs.python.org if Sphinx
itself doesn't provide such feature.
Is there a bug tracker for python.org infrastru
New submission from anatoly techtonik :
docs.python.org site search is sluggish or may seem not working at all.
The reason is that before search starts, it requires a 800k+ index file to be
loaded http://docs.python.org/searchindex.js
This file is usually cached. You might not notice
anatoly techtonik added the comment:
It appears the doctools project is outdated and development for documentation
generation tools moved to Sphinx project. Patch for Sphinx is in Sphinx bug
tracker at
http://bitbucket.org/birkenfeld/sphinx/issue/322/improve-search-responsiveness
anatoly techtonik added the comment:
I would keep this ticket open until the issue is fixed for docs.python.org
--
___
Python tracker
<http://bugs.python.org/issue7
New submission from anatoly techtonik :
pydoc contains some useful methods like "pager()" that could be reused in many
python application, and it would be handy to have a documentation for them in
Python manual http://docs.python.org/library/pydoc
--
assignee: georg.brandl
anatoly techtonik added the comment:
I won't mind against the pager module in the main library.
--
___
Python tracker
<http://bugs.python.org/issue7798>
___
___
anatoly techtonik added the comment:
Can this be considered a duplicate of issue 2889?
--
versions: +Python 2.7 -Python 2.6
___
Python tracker
<http://bugs.python.org/issue1005
anatoly techtonik added the comment:
So, is that right that even if time.daylight specifies the offset, this doesn't
mean that this offset is active?
MS documentation you referenced is unclear: "The _get_daylight function
retrieves the number of hours in daylight saving time as
anatoly techtonik added the comment:
You are right.
[pydst.py]--
import time
print time.asctime()
print time.localtime().tm_isdst
print time.daylight
Tue Feb 09 10:31:47 2010
0
1
Sun May 09 10:33:20 2010
1
1
There is already an issue #7229 to correct the docs
New submission from anatoly techtonik :
http://www.python.org/dev/doc/ - this wordy page miss one important code
snippet:
{{{
svn co http://svn.python.org/projects/python/trunk/Doc
}}}
the result of reduce(meditate("http://www.python.org/dev/doc/";, "how to make a
patch?"
anatoly techtonik added the comment:
Run into the same problem in issue #7582. Patch attached, but wording can be
improved.
http://docs.python.org/library/time.html#time.daylight
--
keywords: +patch
nosy: +techtonik
title: Manual entry for time.daylight can be misleading -> [PA
anatoly techtonik added the comment:
Perhaps altzone() documentation is also wrong. Brian, can you comment on this?
http://docs.python.org/library/time.html#time.altzone
--
nosy: +brian.curtin
___
Python tracker
<http://bugs.python.org/issue7
anatoly techtonik added the comment:
Finally! (I really hope so)
--
Added file:
http://bugs.python.org/file16184/diff.py_iso_timestamps_true_with_true_dst.diff
___
Python tracker
<http://bugs.python.org/issue7
anatoly techtonik added the comment:
Updated Python code according to discussion from aforementioned issue #7582.
Unfortunately, I can't find Python source for `time` module to make a proper
patch out of it.
def time.utcoffset():
"""Return current UTC offset i
anatoly techtonik added the comment:
I use this tool in instructions how to generate patches on windows, so I am
interested to see this fix in the version, that users will likely to use for
next couple of years, but I'd be happy to see this committed in any branch.
If it is going
anatoly techtonik added the comment:
The reason is to provide a good usage example.
--
___
Python tracker
<http://bugs.python.org/issue7585>
___
___
Python-bug
anatoly techtonik added the comment:
I am sorry - too much windows to reply. This must be *unified*, of course.
--
___
Python tracker
<http://bugs.python.org/issue7
anatoly techtonik added the comment:
Ok. Let's commit it at least to 2.7 - I'll create a separate issue for
discussion of unified diff format later.
--
___
Python tracker
<http://bugs.python.
anatoly techtonik added the comment:
I can't see changes to subprocess.call() docs in issue #6760. I reopen this
bug, because call() definitely need a visible note about this significant
behavior. I can not reopen #6760
http://docs.python.org/library/subprocess.html#convenience-func
anatoly techtonik added the comment:
I still do not agree. There should be a note in call() documentation, because
users will waste their time experiencing the bug before reading documentation
again.
If you can't make something just work without rereading the whole doc - that's
no
anatoly techtonik added the comment:
Thanks. That should be enough, although I wouldn't mind against more prominent
notice to urge users to go and see Popen parameters. I would also add a second
example to allow users see the difference. For instance, how to execute another
Python s
anatoly techtonik added the comment:
The last one should be:
retcode = call([sys.executable, "diff.py oldfile newfile"])
--
___
Python tracker
<http://bugs.python.
anatoly techtonik added the comment:
You are right - I should read the docs, but one of the outstanding features of
Python is that in many cases you can test the code faster than read
documentation. =) It would help if ["ls", "-la"] example included third
argument thu
New submission from anatoly techtonik :
http://www.python.org/download/windows/
This page lacks information about which versions of Python were last supported
for Windows 95, Windows 98 and Windows 2000. Which may run even though they are
not supported on these platforms anymore
New submission from anatoly techtonik :
http://docs.python.org/library/os.html#os.system
...This is implemented by calling the Standard C function system(), and has the
same limitations...
Which limitations?
BTW, is the Windows 98 comment can be dropped.
--
assignee: georg.brandl
New submission from anatoly techtonik :
http://codereview.appspot.com/577041/show
Index: make.bat
===
--- make.bat(revision 78986)
+++ make.bat(working copy)
@@ -1,4 +1,4 @@
-@@echo off
+...@echo off
setlocal
set
Changes by anatoly techtonik :
--
versions: +Python 2.6, Python 2.7
___
Python tracker
<http://bugs.python.org/issue8151>
___
___
Python-bugs-list mailin
Changes by anatoly techtonik :
--
versions: +Python 2.6, Python 2.7
___
Python tracker
<http://bugs.python.org/issue1059244>
___
___
Python-bugs-list mailin
anatoly techtonik added the comment:
I am creating packages for PyPI and they all are created wrong. If the module
is pure Python - 'bdist' should be equal to 'sdist'.
--
nosy: +techtonik
___
Python tracker
<http://bugs.
Changes by anatoly techtonik :
--
keywords: +patch
Added file: http://bugs.python.org/file16712/issue7583.doctest.tabs.diff
___
Python tracker
<http://bugs.python.org/issue7
Changes by anatoly techtonik :
--
title: doctest should normalize tabs when comparing output -> [patch] doctest
should normalize tabs when comparing output
___
Python tracker
<http://bugs.python.org/iss
anatoly techtonik added the comment:
depends on issue #7583
--
___
Python tracker
<http://bugs.python.org/issue7585>
___
___
Python-bugs-list mailing list
Unsub
anatoly techtonik added the comment:
http://codereview.appspot.com/848043/show
--
___
Python tracker
<http://bugs.python.org/issue7583>
___
___
Python-bugs-list m
anatoly techtonik added the comment:
It would be nice to see standalone test case that illustrates the problem.
--
nosy: +techtonik
___
Python tracker
<http://bugs.python.org/issue7
201 - 300 of 977 matches
Mail list logo