February 2010 Archives by subject
Starting: Mon Feb 1 00:23:49 CET 2010
Ending: Sun Feb 28 23:45:29 CET 2010
Messages: 171
- [New-bugs-announce] [issue7824] assertion error in 2to3
Brian Harring
- [New-bugs-announce] [issue7825] test_threadsignals leaks references
STINNER Victor
- [New-bugs-announce] [issue7826] support caching for 2to3
Brian Harring
- [New-bugs-announce] [issue7827] recv_into() argument 1 must be pinned buffer, not bytearray
Andrew Dalke
- [New-bugs-announce] [issue7828] chr() and ord() documentation for wide characters
nudgenudge
- [New-bugs-announce] [issue7829] dis module documentation gives no indication of the dangers of bytecode inspection
Jean-Paul Calderone
- [New-bugs-announce] [issue7830] Flatten nested functools.partial
Alexander Belopolsky
- [New-bugs-announce] [issue7831] cmp() is missing in 3.x
Florent Xicluna
- [New-bugs-announce] [issue7832] assertSameElements([0, 1, 1], [0, 0, 1]) does not fail
Florent Xicluna
- [New-bugs-announce] [issue7833] Bdist_wininst installers fail to load extensions built with Issue4120 patch
Christoph Gohlke
- [New-bugs-announce] [issue7834] socket.connect() no longer works with AF_BLUETOOTH L2CAP sockets
Mathew Martineau
- [New-bugs-announce] [issue7836] Add /usr/sfw/lib to OpenSSL search path for Solaris.
David Kirkby
- [New-bugs-announce] [issue7837] assertSameElements doesn't filter enough py3k warnings
Ezio Melotti
- [New-bugs-announce] [issue7838] Undocumented subprocess functions on Windows
Brian Curtin
- [New-bugs-announce] [issue7839] Popen should raise ValueError if pass a string when shell=False or a list when shell=True
R. David Murray
- [New-bugs-announce] [issue7840] Lib/ctypes/test/test_pep3118.py should not shadow the memoryview() builtin
Antoine Pitrou
- [New-bugs-announce] [issue7841] test_capi fails when run more than once
Antoine Pitrou
- [New-bugs-announce] [issue7842] py_compile.compile SyntaxError output
Nigel Heron
- [New-bugs-announce] [issue7843] python-dev archives are not updated
Ilya Sandler
- [New-bugs-announce] [issue7844] Add -3 warning for absolute imports.
Mark Dickinson
- [New-bugs-announce] [issue7845] complex.__lt__ should return NotImplemented instead of raising TypeError
Mark Dickinson
- [New-bugs-announce] [issue7846] Fnmatch cache is never cleared during usage
Andrew Clegg
- [New-bugs-announce] [issue7847] Remove 'python -U' or document it
Barry A. Warsaw
- [New-bugs-announce] [issue7848] copy.copy corrupts objects that return false value from __getstate__
Albertas Agejevas
- [New-bugs-announce] [issue7849] Improve "test_support.check_warnings()"
Florent Xicluna
- [New-bugs-announce] [issue7850] platform.system() should be "macosx" instead of "Darwin" on OSX
Ronald Oussoren
- [New-bugs-announce] [issue7851] WatchedFileHandler needs to be references as handlers.WatchedFileHandler in conf files
Tom Aratyn
- [New-bugs-announce] [issue7852] [PATCH] Drop "Computer" from "Apple Computer" in plistlib
Wang Chun
- [New-bugs-announce] [issue7853] on __exit__(), exc_value does not contain the exception.
Florent Xicluna
- [New-bugs-announce] [issue7854] term paper
allisonlong
- [New-bugs-announce] [issue7855] Add test cases for ctypes/winreg for issues found in IronPython
Dino Viehland
- [New-bugs-announce] [issue7856] cannot decode from or encode to big5 \xf9\xd8
Xuefer x
- [New-bugs-announce] [issue7857] test_logging fails
Antoine Pitrou
- [New-bugs-announce] [issue7858] os.utime(file, (0, 0, )) fails on on vfat, but doesn't fail immediately
Damien Elmes
- [New-bugs-announce] [issue7859] support "with self.assertRaises(SomeException) as exc:" syntax
Florent Xicluna
- [New-bugs-announce] [issue7860] 32-bit Python on 64-bit Windows reports incorrect architecture
Brian Curtin
- [New-bugs-announce] [issue7861] 2to3: "import foo" -> "from . import foo"
Thomas Spura
- [New-bugs-announce] [issue7862] fileio.c: ValueError vs. IOError with impossible operations
Stefan Krah
- [New-bugs-announce] [issue7863] platform module doesn't detect Windows 7
Adal Chiriliuc
- [New-bugs-announce] [issue7864] Deprecation markers in unittest docs are unclear
Justin Lebar
- [New-bugs-announce] [issue7865] io close() swallowing exceptions
Pascal Chambon
- [New-bugs-announce] [issue7866] it looks like a typo in unittest
Mezhenin Artyom
- [New-bugs-announce] [issue7867] Proposed FAQ entry on pass-by-? semantics and the meaning of 'variable' in python
R. David Murray
- [New-bugs-announce] [issue7868] add a loggerClass attribute to Manager
Georg Brandl
- [New-bugs-announce] [issue7869] traceback from logging is unusable.
INADA Naoki
- [New-bugs-announce] [issue7870] Duplicate test methods in test_memoryio
Georg Brandl
- [New-bugs-announce] [issue7871] Duplicate test method in test_heapq
Georg Brandl
- [New-bugs-announce] [issue7872] Incorrect error raised on importing invalid module via unittest
Daniel Waterworth
- [New-bugs-announce] [issue7873] Remove precision restriction for integer formatting.
Mark Dickinson
- [New-bugs-announce] [issue7874] logging.basicConfig should raise warning/exception on second call
Tobias
- [New-bugs-announce] [issue7875] test_multiprocessing / importlib failure
Antoine Pitrou
- [New-bugs-announce] [issue7876] unittest docs use deprecated method in code example
Bernt Røskar Brenna
- [New-bugs-announce] [issue7877] Iterators over _winreg EnumKey and EnumValue results
Brian Curtin
- [New-bugs-announce] [issue7878] regrtest should check for changes in import machinery
Brett Cannon
- [New-bugs-announce] [issue7879] Too narrow platform check in test_datetime
Andrej Krpic
- [New-bugs-announce] [issue7880] sysconfig does not like symlinks
Florent Xicluna
- [New-bugs-announce] [issue7881] Hardcoded path, unsafe tempfile in test_logging
Neil Schemenauer
- [New-bugs-announce] [issue7882] Compiling on MOX 10.6 "Snow Leopard" --#warning Building for Intel with Mac OS X Deployment Target < 10.4 is invalid.
WK.
- [New-bugs-announce] [issue7883] CallTips.py _find_constructor does not work
Bernt Røskar Brenna
- [New-bugs-announce] [issue7884] IDLE 3.1.1 crashes with UnicodeDecodeError when I press Ctrl-Space
Bernt Røskar Brenna
- [New-bugs-announce] [issue7885] test_distutils fails if Python built in separate directory
Neil Schemenauer
- [New-bugs-announce] [issue7886] reverse on an empty list returns None
tormen
- [New-bugs-announce] [issue7887] errno 107 socket.recv issure
Jordan Apgar
- [New-bugs-announce] [issue7888] turtle "settiltangle" should be marked deprecated, not "tiltangle"
Michael Newman
- [New-bugs-announce] [issue7889] random produces different output on different architectures
Terrence Cole
- [New-bugs-announce] [issue7890] equal unicode/str objects can have unequal hash
lplatypus
- [New-bugs-announce] [issue7891] add links to SVN for documentation developers
anatoly techtonik
- [New-bugs-announce] [issue7892] [patch] refactor "test_dict.py" using new assertRaises context manager.
Florent Xicluna
- [New-bugs-announce] [issue7893] unittest: have to subclass TextTestRunner to use alternative TestResult
Michael Foord
- [New-bugs-announce] [issue7894] too aggressive dependency tracking in distutils
Ronald Oussoren
- [New-bugs-announce] [issue7895] Mac 10.6 mac_ver() crashes with USING_FORK_WITHOUT_EXEC_IS_NOT_SUPPORTED_BY_FILE_MANAGER
Aahz
- [New-bugs-announce] [issue7896] IDLE.app crashes when attempting to open a .py file
John-Michael Glenn
- [New-bugs-announce] [issue7897] Support parametrized tests in unittest
Fernando Perez
- [New-bugs-announce] [issue7898] rlcompleter add "real tab" when text is empty feature
zhou wei
- [New-bugs-announce] [issue7899] MemoryError While Executing Python Code
Prashanth noble
- [New-bugs-announce] [issue7900] posix.getgroups() failure on Mac OS X
Michael Foord
- [New-bugs-announce] [issue7901] Add Vista/7 symlink support
Robert Paul Allen
- [New-bugs-announce] [issue7902] relative import broken
ganges master
- [New-bugs-announce] [issue7903] Configure script incorrect for reasonably recent OpenBSD
johns
- [New-bugs-announce] [issue7904] urllib.urlparse mishandles novel schemes
mARK
- [New-bugs-announce] [issue7905] Shelf 'keyencoding' keyword argument is undocumented and does not work.
R. David Murray
- [New-bugs-announce] [issue7906] float("INFI") returns inf on certain platforms
Zsolt Cserna
- [New-bugs-announce] [issue7907] winreg docs: CreateKeyEx should be CreateKey (minor)
patraulea
- [New-bugs-announce] [issue7908] remove leftover macos9 support code
Ronald Oussoren
- [New-bugs-announce] [issue7909] os.path.abspath(os.devnull) returns \\\\nul should be nul?
Arno Bakker
- [New-bugs-announce] [issue7910] immutability w/r to tuple.__add__
Matthew Russell
- [New-bugs-announce] [issue7911] unittest.TestCase.longMessage should default to True in Python 3.2
Michael Foord
- [New-bugs-announce] [issue7912] Error in additon of decimal numbers
James Sparenberg
- [New-bugs-announce] [issue7913] Enhance Cmd support for docstrings and document it.
R. David Murray
- [New-bugs-announce] [issue7914] IntVar() - AttributeError: 'NoneType' object has no attribute 'tk'
Nick
- [New-bugs-announce] [issue7915] A lists which list.sort seems to leave out of order.
Alex Coventry
- [New-bugs-announce] [issue7916] zipfile.ZipExtFile passes long to fileobj.read()
Matt Joiner
- [New-bugs-announce] [issue7917] list of list created by *
Andrew Chong
- [New-bugs-announce] [issue7918] distutils always ignores compile errors
Oliver Jeeves
- [New-bugs-announce] [issue7919] reading scientific notation using d instead of e on max osx
ricitron
- [New-bugs-announce] [issue7920] urllib2.HTTPRedirectHandler incorrect redirect
Andres Riancho
- [New-bugs-announce] [issue7921] executemany() link in Connection.executemany should point to Cursor.executemany
Ville Skyttä
- [New-bugs-announce] [issue7922] Python 3's 2to3 does not handle non-ascii source files
mike bayer
- [New-bugs-announce] [issue7923] StreamHandler and FileHandler located in logging, not in logging.handlers
Kirill
- [New-bugs-announce] [issue7924] test_capi crashes with misleading datetime ImportError when _curses is not built
Florent Xicluna
- [New-bugs-announce] [issue7925] minidom: "TypeError: writexml() takes at most 5 positional arguments (6 given)"
Beau
- [New-bugs-announce] [issue7926] Stray parentheses() in context manager "what's new" doc
Edward Welbourne
- [New-bugs-announce] [issue7927] SSL socket is not closed properly
Péter Szabó
- [New-bugs-announce] [issue7928] String formatting: grammar wrongly limits [index] to integer
Edward Welbourne
- [New-bugs-announce] [issue7930] pydoc.stripid doesn't strip ID in py25, py26, py31
Michael Newman
- [New-bugs-announce] [issue7932] print statement delayed IOError when stdout has been closed
tholzer
- [New-bugs-announce] [issue7935] Cross-reference ast.literal_eval() from eval() docs
Kent Johnson
- [New-bugs-announce] [issue7936] sys.argv contains only scriptname
JT Johnson
- [New-bugs-announce] [issue7938] makesetup interprets macros -DA=B as a Make variable definition
Willem de Bruijn
- [New-bugs-announce] [issue7939] subprocess: call([arg, arg2], shell=True) vs call(arg+" "+arg2, shell=True)
anatoly techtonik
- [New-bugs-announce] [issue7942] Inconsistent error types/messages for __len__ between old and new-style classes
Paul Boddie
- [New-bugs-announce] [issue7943] Memory leak due to circular references in ssl.SSLSocket
Péter Szabó
- [New-bugs-announce] [issue7944] Use the 'with' statement in conjunction with 'open' throughout test modules
Dave Fugate
- [New-bugs-announce] [issue7945] typo in operator.isCallable deprecation warning
kenneth dombrowski
- [New-bugs-announce] [issue7946] Convoy effect with I/O bound threads and New GIL
David Beazley
- [New-bugs-announce] [issue7948] Complete your registration to Python tracker -- key yAMyUeuHR9LS2Q86aUUs2GO4rujOhgWH
panzi
- [New-bugs-announce] [issue7949] idle does not handle dark gtk color schemes
Mathias Panzenböck
- [New-bugs-announce] [issue7950] subprocess.Popen documentation should contain a good warning about the security implications when using shell=True
Christoph Neuroth
- [New-bugs-announce] [issue7951] Should str.format allow negative indexes when used for __getitem__ access?
Eric Smith
- [New-bugs-announce] [issue7952] fileobject.c can switch between fread and fwrite without an intervening flush or seek, invoking undefined behaviour
David-Sarah Hopwood
- [New-bugs-announce] [issue7953] RawIOBase.read fails with an AttributeError
Andrew McNabb
- [New-bugs-announce] [issue7954] detach method has no docstring
Andrew McNabb
- [New-bugs-announce] [issue7955] TextIOWrapper Buffering Inconsistent Between _io and _pyio
Andrew McNabb
- [New-bugs-announce] [issue7956] unittest.Testcase assertDictContainsSubset with integer keys
Michael Newman
- [New-bugs-announce] [issue7957] Tutorial issue regarding the sys module
Lucian Ursu
- [New-bugs-announce] [issue7958] test_platform failure on OS X 10.6
Mark Dickinson
- [New-bugs-announce] [issue7959] ctypes memory leak
Thomas Heller
- [New-bugs-announce] [issue7960] test.support.captured_output has invalid docstring example
Michael Newman
- [New-bugs-announce] [issue7963] Misleading error message from object(arg)
Alexander Belopolsky
- [New-bugs-announce] [issue7964] "-m pdb" SyntaxError for "\r\n" formatted py files
Michael Newman
- [New-bugs-announce] [issue7965] Problem with urlparse in Windows XP after a drag and drop
Peter Landgren
- [New-bugs-announce] [issue7968] __dict__ Exception using class attributes
Andrew Shuiu
- [New-bugs-announce] [issue7969] shutil.copytree error handling non-standard and partially broken
Shawn
- [New-bugs-announce] [issue7970] email.Generator fails to flatten message parsed by email.Parser
Charles Cazabon
- [New-bugs-announce] [issue7972] Have sequence multiplication call int() or return NotImplemented so that it can be overridden with __rmul__
Aaron Meurer
- [New-bugs-announce] [issue7974] Valgrind error when running Python command within Vim
Dominique Pellé
- [New-bugs-announce] [issue7975] dbshelve.py throws exception: AttributeError: 'DB' object has no attribute '__iter__'
Adam Collard
- [New-bugs-announce] [issue7978] SocketServer doesn't handle syscall interruption
Vetoshkin Nikita
- [New-bugs-announce] [issue7980] time.strptime not thread safe
Willard
- [New-bugs-announce] [issue7984] missing dependencies using cProfile
Mezhenin Artyom
- [New-bugs-announce] [issue7985] access to infinitely recursive list
LukMak
- [New-bugs-announce] [issue7986] Python 3 cannot recognize url like: https://sinojellycn:123456 at storage.msn.com
Jelly Chen
- [New-bugs-announce] [issue7987] Python 3.1's http.client doesn't support HTTPS
Jelly Chen
- [New-bugs-announce] [issue7988] complex.__format__ has incorrect default alignment
Eric Smith
- [New-bugs-announce] [issue7989] Transition time/datetime C modules to Python
Brian Curtin
- [New-bugs-announce] [issue7994] object.__format__ should reject format strings
Eric Smith
- [New-bugs-announce] [issue7995] On Mac / BSD sockets returned by accept inherit the parent's FD flags
Justin Cappos
- [New-bugs-announce] [issue7996] concurrency problem in regrtest -jX
Antoine Pitrou
- [New-bugs-announce] [issue7997] http://www.python.org/dev/faq/ doesn't seem to explain how to regenerate "configure"
Dave Malcolm
- [New-bugs-announce] [issue7998] MacPython 2.7a3 posix_spawn error for build using --with-framework-name
Tom Loredo
- [New-bugs-announce] [issue8001] os.stat on osx 10.5 or later doesn't expose all fields in struct stat
Ronald Oussoren
- [New-bugs-announce] [issue8003] Fragile and unexpected error-handling in asyncore
Mads Kiilerich
- [New-bugs-announce] [issue8004] add small server to serve docs
Dirkjan Ochtman
- [New-bugs-announce] [issue8007] conhost.exe crashes when pasting 230 characters into python
Leo Shklovskii
- [New-bugs-announce] [issue8009] email.parser.Parser is inefficient with large strings
Márcio Faustino
- [New-bugs-announce] [issue8010] tkFileDialog.askopenfiles crashes on Windows 7
Patrick Holz
- [New-bugs-announce] [issue8011] traceback tb_lineno example needs correction for Python3
Michael Newman
- [New-bugs-announce] [issue8014] Setting a T_INT attribute raises internal error
Walter Dörwald
- [New-bugs-announce] [issue8015] pdb "commands" command throws you into postmortem if you enter an empty command
Ilya Sandler
- [New-bugs-announce] [issue8017] c_char_p.value does not return a bytes object in Windows.
DavidCzech
- [New-bugs-announce] [issue8019] struct.unpack() expects wrong number of bytes
Nick
- [New-bugs-announce] [issue8020] Crash in Py_ADDRESS_IN_RANGE macro
Matt Bandy
- [New-bugs-announce] [issue8021] sys.exit() doesn't execute inside a signal handler while blocked inside an try/except
David Schere
- [New-bugs-announce] [issue8022] Leak when creating certain classes that subclass ABCs
Daniel Stutzbach
- [New-bugs-announce] [issue8023] bug in s.append(x)
ughacks
- [New-bugs-announce] [issue8025] TypeError: string argument expected, got 'str'
Florent Xicluna
- [New-bugs-announce] [issue8027] distutils fail to determine c++ linker with unixcompiler if using ccache
Alexander Sulfrian
- [New-bugs-announce] [issue8028] self.terminate() from a multiprocessing.Process raises AttributeError exception
5houston
- [New-bugs-announce] [issue8029] bug in 2to3 dealing with "print FOO, " followed by "sys.stdout.write('')"
Trent Mick
- [New-bugs-announce] [issue8030] documentation bugs and improvements
Christopher the Magnificent
- [New-bugs-announce] [issue8031] Can't get f2py to work at all
Peter Jones
Last message date:
Sun Feb 28 23:45:29 CET 2010
Archived on: Sun Feb 28 23:45:30 CET 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).