New submission from Joseph :
Process: Python [91080]
Path:
/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier:Python
Version: 3.7.7 (3.7.7)
Code Type
Joseph added the comment:
Sorry I should've added more context. I recently re-installed python on my
computer and started getting these errors. It's hard to pinpoint when I get the
error exactly, but I find it happens when I shutdown a Jupyter notebook. I'm
wondering if this
Joseph added the comment:
Seems to work fine for me, operating system still Windows 64 bit, Python
2.7.2, IDLE 2.7.2
On Sat, Apr 14, 2012 at 6:08 PM, Roger Serwy wrote:
>
> Roger Serwy added the comment:
>
> Joseph, Jeff,
>
> Is this still a valid issue with the late
Change by Joseph :
--
components: +macOS
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<https://bugs.python.org/issue34584>
___
___
Python-bugs-list mailin
Joseph added the comment:
Problem saved... turns out I saved a math.py file in my python location and
thats what cause the crash. when i remove the math.py file or change its name,
python got back to work. thanks
--
___
Python tracker
<ht
New submission from Joseph :
Every time IDLE is opened this message "IDLE's subprocess didn't make
connection. Either IDLE can't start a subprocess or personal firewall software
is blocking the connection" shows up.
When I open IDLE through .py programs the app cr
New submission from Joseph :
I am on Windows 7 64 bit. Issue occurs trying to open IDLE or Module Docs.
My problem is very similar to this one: http://bugs.python.org/issue8247
Also, it is almost identical to this: http://bugs.python.org/issue7265
Followed the directions in issue 7265, here is
Joseph added the comment:
I'm using python version 2.6.5.
--
___
Python tracker
<http://bugs.python.org/issue8820>
___
___
Python-bugs-list mailing list
New submission from joseph:
Since the changeset 91853:88a532a31eb3 _freeze_importlib.c resides in the
Programs dir. The header comment of Python/importlib.h should be changed to
reflect this.
--
components: Build
files: freeze_importlib_comment.patch
keywords: patch
messages: 231617
Joseph Perez added the comment:
There is also https://bugs.python.org/issue44293 about inspect.isclass
--
nosy: +joperez
___
Python tracker
<https://bugs.python.org/issue45
New submission from Joseph Armbruster:
The following observations were made of the PCBuild8 solution:
1 pyproject.vsprops was missing usermacros for tcltk / msi
2 no vcproj for ssl module like the PCBuild solution has
3 _msi project did not havea valid includedir
4 _tkinter did not have a
New submission from Joseph Armbruster:
Trunk revision: 58963
Description: No warning or error is reported it a file pointed to by
PYTHONSTARTUP is not readable.
Request: To display a warning so that the user may be notified.
Note: Errors that may occur in PyRun_SimpleFileExFlags are being
New submission from Joseph Armbruster:
Trunk Revision: 58651
Example of potential issue:
>>> a = [1,2,3,4,5]
>>>
>>> for x in a:
... a.remove(x)
...
>>>
>>> a
[2, 4]
If this is the expected behavior of iteration in this case, my
apologies. If
Joseph Armbruster added the comment:
I applied the change to:
Python 2.6a0 (trunk:58651M, Nov 18 2007, 08:46:54) [MSC v.1400 32 bit
(Intel)] on win32
and test_popen passes appeared to pass.
--
nosy: +JosephArmbruster
_
Tracker <[EMAIL PROTEC
Joseph Armbruster added the comment:
Is there any reason this is not part of the windows installer? So, that
if you select to install the full Documentation feature, this as a
checkbox-type option to 'build html documentation'?
Thoughts?
--
nosy: +Joseph
New submission from Joseph Armbruster:
Operating System:
OS Name: Microsoft Windows XP Professional
OS Version:5.1.2600 Service Pack 2 Build 2600
Using the latest Python 2.5.1.msi from:
http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi
Perform the
Joseph Armbruster added the comment:
I believe the issue lies with the cmd command line parameters and
insufficient quoting:
Currently, if this string is passed into CreateProcess as args, the call
will fail:
C:\WINDOWS\System32\cmd.exe /c "C:\Documents and
Settings\joe\Desktop\Develo
New submission from Joseph Armbruster:
Revision: 59073
make_versioninfo.vcproj is missing the debug configuration. As a
result, if you try to build python in debug, you will receive an error
during compile in python_nt.rc, due to this block:
#define MS_WINDOWS
#include "modsupport.h"
Changes by Joseph Armbruster:
--
nosy: +tiran
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1476>
__
___
Python-bugs-list mailing list
Unsubs
Joseph Armbruster added the comment:
Whoops, looks like I missed the solution, which is also needed for the
patch. Here's the correct version. Do the following to test:
- Load up the PCBuild9 solution
- set python as the "Start Up" project,
- select Debug configuration
- pre
Joseph Armbruster added the comment:
Applying quotations around args within the shell case appears to take
care of it, any thoughts?
Added file: http://bugs.python.org/file8788/subprocesspatch.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.p
New submission from Joseph Armbruster:
Executable path should be quoted, in case build environment is located
in a path containing spaces. I also made the Debug / Release versions
similar in style.
--
components: Windows
files: pythoncore.patch
messages: 57718
nosy: JosephArmbruster
Changes by Joseph Armbruster:
--
nosy: +tiran
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1478>
__
___
Python-bugs-list mailing list
Unsubs
New submission from Joseph Armbruster:
When you attempt to build the _ssl project in release or debug you can
possibly encounter errors in the following scenarios:
1) having spaces in the build path
2) if you launch the build in debug, it attempts to run build_ssl.py
with the python.exe found
Joseph Armbruster added the comment:
Looks like the libpaths were pointing to out32 instead of out32.dll.
Although that may have been due to my switch from nt.mak to ntdll.mak.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Joseph Armbruster added the comment:
Whoops. This may have been an error on my part. nt.mak I think bombed
for me except it was probably due to some of my tinkering. My apologies.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
New submission from Joseph Armbruster:
I found two code blocks that look as if they can be safely removed:
>From _csv.c:
/* begin 2.2 compatibility macros */
#ifndef PyDoc_STRVAR
/* Define macros for inline documentation. */
#define PyDoc_VAR(name) static char name[]
#define PyDoc_STRVAR(n
New submission from Joseph Armbruster:
Question: Is there any harm in removing this block from pyconfig.h?
#ifndef PY_LONG_LONG
# define PY_LONG_LONG __int64
# define PY_LLONG_MAX _I64_MAX
# define PY_LLONG_MIN _I64_MIN
# define PY_ULLONG_MAX _UI64_MAX
#endif
New submission from Joseph Armbruster:
URL: http://svn.python.org/projects/python/branches/py3k
Rev: 59215
Session illustrating issue:
>>> a = None
[40667 refs]
>>> cmp(a,None)
Traceback (most recent call last):
File "", line 1, in
TypeError: unorderable
Joseph Armbruster added the comment:
I had looked at the behavior in 2.5 and did not know if this would still
be the case:
>>> cmp(None,'a')
-1
>>> cmp('a',None)
1
>>> cmp(None,None)
0
__
Tracker <[E
New submission from Joseph Armbruster:
When I run the following from a windows command line, the resulting html
can not be browsed stand-alone:
python tools/sphinx-build.py -bhtml . build/htmlwin
It looks like the paths are getting hosed up; for example:
htmlcygwin/c-api/index.html contains
New submission from Joseph Copenhaver :
The IO readlines() facility incorrectly processes utf8 files for some unknown
reason. Specifically, the call generates too many entries in the lines array
result after a character sequence "\x85 blah" which gets cut as ("\x85
","
Joseph Copenhaver added the comment:
I now recognize the issue was in regard to format problems and not python, but
the area where this code will be used requires the use of the codecs module.
Is there any way to get the efficiency of codecs I/O readlines() chunking
behavior and specify a
Joseph Copenhaver added the comment:
It is better, thanks.
--
___
Python tracker
<http://bugs.python.org/issue9593>
___
___
Python-bugs-list mailing list
Unsub
New submission from Joseph Schaeffer :
Reading the Python 2.6 docs, it appeared that using random.jumpahead would
allow the initialization of several generators with the same seed but having
much different internal states. While the resulting PRNG appear to have
different internal states, the
Joseph Schaeffer added the comment:
Thanks for looking into it! I'm glad that issue will be fixed, as at least one
website was actually recommending using .jumpahead(i) for i in 1..100 for
independent seed.
I suspect in my use case I'll want to continue my previous methods; I
Joseph Walton added the comment:
The behaviour is unchanged in Python 3.1 and the sample program still fails.
--
versions: +Python 3.1
___
Python tracker
<http://bugs.python.org/issue923
Sijin Joseph added the comment:
>From reading http://support.microsoft.com/kb/899147 it does look like the .dll
>extension needs to have the "Read & Execute" permission in order to have code
>from the .dll be executed. It's odd that there isn't documentat
Sijin Joseph added the comment:
Looking at object.h the buffer interface is defined as
/* buffer interface */
typedef struct bufferinfo {
void *buf;
PyObject *obj;/* owned reference */
Py_ssize_t len;
Py_ssize_t itemsize; /* This is Py_ssize_t so it can be
Sijin Joseph added the comment:
Patch attached.
--
keywords: +patch
nosy: +sijinjoseph
Added file: http://bugs.python.org/file21774/11901.patch
___
Python tracker
<http://bugs.python.org/issue11
Changes by Sijin Joseph :
Removed file: http://bugs.python.org/file21774/11901.patch
___
Python tracker
<http://bugs.python.org/issue11901>
___
___
Python-bugs-list mailin
Sijin Joseph added the comment:
Fixed minor typo.
--
Added file: http://bugs.python.org/file21775/11901.patch
___
Python tracker
<http://bugs.python.org/issue11
Sijin Joseph added the comment:
Is anyone working on this?
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue8808>
___
___
Python-bugs-list m
Sijin Joseph added the comment:
I was not able to reproduce this on Python 2.7 x64 or Python 3.2 x64 on Win 7
SP1.
I am curious what the output is if you just run test.py, do you still get an
error?
--
nosy: +sijinjoseph
___
Python tracker
<h
Changes by Sijin Joseph :
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue9035>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sijin Joseph :
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue11893>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sijin Joseph added the comment:
I'd like to add the win_ismount function mentioned by Tim. Is anyone else
working on this presently?
--
___
Python tracker
<http://bugs.python.org/i
Sijin Joseph added the comment:
Should True, False and None be keywords? Technically True and False are objects
of type bool, in fact the only objects of that type allowed. And None is a
specially designated object as well.
P.S: Can anyone point me to where the help function is defined in
Sijin Joseph added the comment:
@Ezio - help(True), help(False) and help(None) all return the correct
documentation for me using latest trunk. I think the quotes around True, False
and None might be throwing things off in your case.
--
___
Python
Sijin Joseph added the comment:
@Amaury - That sounds exactly like the issue described.
To summarize the error is caused because in some versions of windows there is a
bug that causes the handles to stdin/stdout to not be inherited correctly for
apps run from the console "via
Sijin Joseph added the comment:
Should we add a unit test for this as well?
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue11927>
___
___
Sijin Joseph added the comment:
I am attaching a patch for the default branch that adds a ssl_context parameter
to IMAP4_SSL. Also added a couple of tests to test_imaplib to test the existing
ctor with certfile and file and also the new one that accepts an SSLContext.
Currently if the
Changes by Sijin Joseph :
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue11620>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sijin Joseph added the comment:
Thanks Antoine. I've attached an updated patch.
>>
- the keyfile / certfile pair and the context parameter should be mutually
exclusive (see e.g. the POP3_SSL constructor in Lib/poplib.py)
[Sijin] - Yes, Thanks, I don't know why I didn
Changes by Sijin Joseph :
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue12018>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sijin Joseph :
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue12034>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sijin Joseph :
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue11882>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sijin Joseph :
--
nosy: +sijinjoseph
___
Python tracker
<http://bugs.python.org/issue12045>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sijin Joseph :
--
nosy: -sijinjoseph
___
Python tracker
<http://bugs.python.org/issue12018>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sijin Joseph :
--
nosy: -sijinjoseph
___
Python tracker
<http://bugs.python.org/issue12045>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sijin Joseph :
--
nosy: -sijinjoseph
___
Python tracker
<http://bugs.python.org/issue11882>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sijin Joseph added the comment:
Is this related to some other issue? The fix seems trivial, however I am
curious as to how you stumbled upon this?
Is there more to this issue than just performance?
--
___
Python tracker
<http://bugs.python.
Sijin Joseph added the comment:
Attaching patch.
Removed the second call to os.popen and used the dump variable that was read
earlier as the argument to re.search.
--
keywords: +patch
nosy: +sijinjoseph
Added file: http://bugs.python.org/file22010/12045.patch
Joseph Rothrock <[EMAIL PROTECTED]> added the comment:
Hi,
This problem still exists in 2.5.2. Setting the libdir argument doesn't
correctly set LIBDIR in the Makefile.
[EMAIL PROTECTED] Python-2.5.2]$ ./configure --prefix=/home/y
--libdir=/home/y/lib64
...
[EMAIL PROTECTED] P
Sijin Joseph added the comment:
Looking at the code in httplib it seems that response.will_close is set under
the following circumstances,
1. HTTP version is 0.9
2. HTTP response header connection is set to close
3. Non-chunked content with a length of zero
This suggests that the underlying
Joseph Armbruster added the comment:
Tim,
Post up a patch of what you have up to now and I will look at it today.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Joseph Armbruster added the comment:
Tim,
Appears you are on your way to a fix. If you need it tested on an
alternate windows machine, post up and i'll run through it.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python
Joseph Armbruster added the comment:
The good news:
At a glance, the following look good:
- building target html in cmd
- building target htmlhelp then generating chm
- building target html in cygwin
- building target htmlhelp then generating chm
The bad news [should a different bug be created
Joseph Armbruster added the comment:
Typo in my last comment:
- building target html in cmd
- building target htmlhelp then generating chm
- building target html in cygwin
- building target htmlhelp in cygwin then generating chm
__
Tracker <[EMAIL PROTEC
New submission from Joseph Armbruster:
URL: http://svn.python.org/projects/python/branches/py3k
Revision: 59467
The spacing of the builtin_format function did not appear to be
consistent with the rest of the .c file.
See attached patch
--
components: Interpreter Core
files
Joseph Armbruster added the comment:
Tiran, agreed. You can reproduce this issue quickly outside of IDLE
with this snippet:
from Tkinter import *
import tkMessageBox
class App(Frame):
def __init__(self, master):
Frame.__init__(self,master)
self.master.title("Wierd
New submission from Joseph Armbruster:
Error detailed below.. I reverted the changes to sysconfig.py from rev
59488 and the error goes away. I believe the suspect line is:
# head
python_build = os.path.isfile(os.path.join(project_base, "Mo
New submission from Joseph Armbruster:
There were various files in the source tree that contained low ascii 12
characters throughout. The list includes:
url: http://svn.python.org/projects/python/branches/py3k
rev: 59539
files:
_ctypes.c
cfield.c
_tkinter.c
stringobject.c
Joseph Armbruster added the comment:
url: http://svn.python.org/projects/python/trunk
rev: 59539
files:
stringobject.c
Added file: http://bugs.python.org/file8974/ascii12sPyTrunk.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Joseph Armbruster added the comment:
I apparently missed this one. Disregard this issue.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1639>
__
___
Python-bugs-
Joseph Armbruster added the comment:
For the record, I tested this out with:
url: http://svn.python.org/projects/python/branches/py3k:
rev: 59540
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600
The following snippet appeared to behave as intended (i
New submission from Joseph Armbruster:
I added an option to msi.py (and a support script) that allows the user
to optionally decompile the python30.chm post installation. In doing
so, I was testing out help() from the interpreter and stumbled upon a
few things that I think are issues. One of
Joseph Armbruster added the comment:
I left out some important info and made a typo:
url: http://svn.python.org/projects/python/branches/py3k
rev: 59543
For Issue 1: The two test ifs at lines 1674 and 1678 never are
satisfied, not the #windows statement never gets reached
Joseph Armbruster added the comment:
>I think it's bad to mix separate issues in a single report, as it makes
>it difficult to track which of them had been resolved.
Martin, agreed. Please close this issue and I will generate new issues
(with patches) for each item as encountered
New submission from Joseph Armbruster:
I was wondering what would happen, so I tried this out for the heck of
it with:
Python 3.0a2 (py3k:59572M, Dec 19 2007, 15:54:07) [MSC v.1500 32 bit
(Intel)]
on win32
class a(int):
def __new__(cls,number):
return int.__new__(cls,number)
for x in
Changes by Joseph Armbruster:
--
type: crash -> behavior
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1666>
__
___
Python-bugs-list mailing li
New submission from Joseph Armbruster:
url: http://svn.python.org/projects/python/branches/py3k
rev: 59577
The license() function does not appear to process keyboard input
correctly. Symptoms:
- Carriage returns do not move license pages downwards
- q option did not quit
Patch to site.py
New submission from Joseph Armbruster:
url: http://svn.python.org/projects/python/branches/py3k
rev: 59577
The intent of the -E command line parameter is not entirely clear from
it's description. If it implies that All environment variables will be
ignored then this is not currently the
New submission from Joseph Armbruster:
Subprocess contains a minor temporary file getter that failed in one of
my terminals due to the method used to obtain a temporary directory
location.
Patch attached.
--
components: Tests
files: subprocess.patch
messages: 58875
nosy
New submission from Joseph Armbruster:
test_pep277 failed on one of my windows boxes. It looks as if an import
unicode is missing.
See attached patch.
--
components: Tests
files: testpep277.patch
messages: 58876
nosy: JosephArmbruster
severity: normal
status: open
title: test_pep277
Joseph Armbruster added the comment:
had to rush this one as i'm at work right now and did not verify it.
disregard that patch!
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python
Joseph Armbruster added the comment:
I used str( instead of unicode(
python -E -tt ../lib/test/regrtest.py test_pep277
test_pep277
1 test OK.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Changes by Joseph Armbruster:
--
title: test_pep277 missing unicode import -> test_pep277 fails
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1673>
__
___
Joseph Armbruster added the comment:
and.. after performing an svn update :-)
rt test_pep277
Deleting .pyc/.pyo files ...
36 .pyc deleted, 0 .pyo deleted
python -E -tt ../lib/test/regrtest.py test_pep277
test_pep277
1 test OK.
About to run again without deleting .pyc/.pyo first:
Press any key
Joseph Armbruster added the comment:
Here's some other quick tests for posterity:
TEST 1 [from a downloaded msi from a while ago]
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits"
Joseph Armbruster added the comment:
Here are two examples of why I created this issue:
example 1: that is the output I received when pressing Return 5 times
using license()
python
Python 3.0a2 (py3k:59579M, Dec 20 2007, 08:46:46) [MSC v.1500 32 bit
(Intel)] on win32
Type "help",
Joseph Armbruster added the comment:
Here's the results, i'll look into it briefly.
>>> import sys
>>> x = input()
Hi:
>>> len(x)
3
>>> x = sys.stdin.readline()
Hi:
>>> len(x)
4
__
Tracke
Joseph Armbruster added the comment:
>>> import sys
>>> x = input()
Hi:
>>> repr(x)
"'Hi:'"
>>> x = sys.stdin.readline()
Hi:
>>> repr(x)
"'Hi:\\n'"
___
Joseph Armbruster added the comment:
Ok, just did as so:
sys.stdout.write(prompt)
sys.stdout.flush()
key = sys.stdin.readline()
print(repr(key))
print(len(key))
if key not in ('', 'q'):
Results:
All Python releases are Open Source (see http://www.opensource.org for
Hit R
Joseph Armbruster added the comment:
Looks good :-)
Python 3.0a2 (py3k:59579M, Dec 20 2007, 08:46:46) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> license()
A. HISTORY OF TH
Joseph Armbruster added the comment:
This issue has already been reported.
http://bugs.python.org/issue1458
--
nosy: +JosephArmbruster
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Changes by Joseph Armbruster:
--
components: +Windows
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1700463>
_
___
Python-bugs-list mailing list
Changes by Joseph Armbruster:
--
components: +Windows
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1677>
__
___
Python-bugs-list mailing list
Unsubs
Changes by Joseph Armbruster:
--
components: +Windows
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1472>
__
___
Python-bugs-list mailing list
Unsubs
Joseph Armbruster added the comment:
This issue should probably be closed. Performing the decompile on the
command line as directed by the interpreter is as trivial as firing up
the interpreter itself.
It would make more sense to add an option to the installer that would
automagically perform
1 - 100 of 244 matches
Mail list logo