March 2011 Archives by thread
Starting: Tue Mar 1 04:06:35 CET 2011
Ending: Thu Mar 31 23:40:38 CEST 2011
Messages: 377
- [New-bugs-announce] [issue11357] Add support for PEP 381 -- Mirror Authenticity
Kelsey
- [New-bugs-announce] [issue11358] Please replace the use of pickle in multiprocessing with json.
david
- [New-bugs-announce] [issue11359] Please replace the use of pickle in subprocess with json.
david
- [New-bugs-announce] [issue11360] In documentation of getopt, advertise argparse instead of optparse
Daniel Haertle
- [New-bugs-announce] [issue11361] suggestion for os.kill(pid, CTRL_C_EVENT)
Igor
- [New-bugs-announce] [issue11362] image/webp missing from mimetypes.py
Richard Rabbat
- [New-bugs-announce] [issue11363] Curses - add missing functions to doc
Sandro Tosi
- [New-bugs-announce] [issue11364] Move from distutils.sysconfig to sysconfig in test_osx_env
Éric Araujo
- [New-bugs-announce] [issue11365] Integrate Buildroot patches (cross-compilation)
STINNER Victor
- [New-bugs-announce] [issue11366] xml.etree.ElementTree.Element: docs should mention immediate subelement
anatoly techtonik
- [New-bugs-announce] [issue11367] xml.etree.ElementTree.find(all): docs are wrong
anatoly techtonik
- [New-bugs-announce] [issue11368] xml.etree.ElementTree.Element should have a reference to parent
anatoly techtonik
- [New-bugs-announce] [issue11369] Add caching for the isEnabledFor() computation
William Hart
- [New-bugs-announce] [issue11370] Fix distutils to carry configure's LIBS through to extension modules.
John Szakmeister
- [New-bugs-announce] [issue11371] Localization of error messages in getopt
Filip Gruszczyński
- [New-bugs-announce] [issue11372] Remove xrange from argparse docs
Ross Lagerwall
- [New-bugs-announce] [issue11373] Fix 2 new typos in the docs
Boštjan Mejak
- [New-bugs-announce] [issue11374] pkgutil.extend_path do not recognize py{c, o} file
Alexandre Badez
- [New-bugs-announce] [issue11375] urllib2 over SOCKS doesn't use proxy for DNS
OJW
- [New-bugs-announce] [issue11376] Solaris/GCC/shared lib problem
Dave Abrahams
- [New-bugs-announce] [issue11377] Deprecate (remove?) platform.popen()
STINNER Victor
- [New-bugs-announce] [issue11378] os.path.join when second starts with '/' (linux/unix)
Alessandro Forghieri
- [New-bugs-announce] [issue11379] Remove "lightweight" from minidom description
Stefan Behnel
- [New-bugs-announce] [issue11380] "close failed in file object destructor" when "Broken pipe" happens on stdout
ulidtko
- [New-bugs-announce] [issue11381] pretending the "not" operator is a function behaves surprisingly
Abafei
- [New-bugs-announce] [issue11382] some posix module functions
Charles-Francois Natali
- [New-bugs-announce] [issue11383] compilation seg faults on insanely large expressions
Nick Coghlan
- [New-bugs-announce] [issue11384] Deprecate, remove or document (correctly) os.popen
STINNER Victor
- [New-bugs-announce] [issue11385] TextTestRunner methods are not documented
anatoly techtonik
- [New-bugs-announce] [issue11386] Fix exception thrown by bytearray.pop() for empty bytearrays
Eli Bendersky
- [New-bugs-announce] [issue11387] Tkinter, callback functions
Nikolay Fomichev
- [New-bugs-announce] [issue11388] Implement MutableSequence.clear()
Eli Bendersky
- [New-bugs-announce] [issue11389] unittest: no way to control verbosity of doctests from cmd
anatoly techtonik
- [New-bugs-announce] [issue11390] doctest: add cmdline parameters
anatoly techtonik
- [New-bugs-announce] [issue11391] mmap write segfaults if PROT_WRITE bit is not set in prot
Charles-Francois Natali
- [New-bugs-announce] [issue11392] Turtle - better explain 'chaos' demo
Sandro Tosi
- [New-bugs-announce] [issue11393] Integrate faulthandler module into Python 3.3
STINNER Victor
- [New-bugs-announce] [issue11394] No Tools/demo on Windows
anatoly techtonik
- [New-bugs-announce] [issue11395] print(s) fails on Windows with long strings
Case Van Horsen
- [New-bugs-announce] [issue11396] add format handler to bytes object
nestor
- [New-bugs-announce] [issue11397] os.path.realpath() may produce incorrect results
Mikhail Kovtun
- [New-bugs-announce] [issue11398] http_proxy on windows won't function due to incorrect case handling
chris nojima
- [New-bugs-announce] [issue11399] python.exe -u fails to parse input to the interactive interpreter
Santoso Wijaya
- [New-bugs-announce] [issue11400] Remove reference to pre 1.5 assignment behavior
Terry J. Reedy
- [New-bugs-announce] [issue11401] email.header error during .flatten()
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11402] _PyUnicode_Init leaks a little memory once
Daniel Stutzbach
- [New-bugs-announce] [issue11403] Add some generated files in PC/ to .hgignore.
Santoso Wijaya
- [New-bugs-announce] [issue11404] support /dev/null for subprocess.call() and friends
Марк Коренберг
- [New-bugs-announce] [issue11405] Wrong reference to string module in tutorial/inputoutput.rst
INADA Naoki
- [New-bugs-announce] [issue11406] There is no os.listdir() equivalent returning generator instead of list
Марк Коренберг
- [New-bugs-announce] [issue11407] unittest.TestCase.run should return result
Michael Foord
- [New-bugs-announce] [issue11408] python locks: blocking acquire calls useless gettimeofday
Charles-Francois Natali
- [New-bugs-announce] [issue11409] pysetup --search should return non-zero when a dist is not installed and print a message stating the fact.
Kelsey
- [New-bugs-announce] [issue11410] Use GCC visibility attrs in PyAPI_*
Thomas Wouters
- [New-bugs-announce] [issue11411] Fix typo in Makefile
Thomas Wouters
- [New-bugs-announce] [issue11412] Section numbers in the Library Reference have a trailing period
Raymond Hettinger
- [New-bugs-announce] [issue11413] Idle doesn't start
Chris
- [New-bugs-announce] [issue11414] Add import fix for email.Message
Scott Kitterman
- [New-bugs-announce] [issue11415] ZipFile don't overwrite compresed files at create
Jesús Leganés Combarro
- [New-bugs-announce] [issue11416] netrc module does not handle multiple entries for a single host
saffroy
- [New-bugs-announce] [issue11417] distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE
Thomas Wouters
- [New-bugs-announce] [issue11418] Method's global scope is module containing function definition, not class.
INADA Naoki
- [New-bugs-announce] [issue11419] Python-ast.[ch] out-of-date w.r.t. sources in fresh 2.5 checkout
Skip Montanaro
- [New-bugs-announce] [issue11420] Make testsuite pass with -B/DONTWRITEBYTECODE set.
Thomas Wouters
- [New-bugs-announce] [issue11421] Subversion keywords missing on 2.5 checkout
Skip Montanaro
- [New-bugs-announce] [issue11422] indentation problem in if, elif, else statements
Victor
- [New-bugs-announce] [issue11423] .py file does not open on click
Victor
- [New-bugs-announce] [issue11424] logging fileConfig may not correctly detect children
Mark Hammond
- [New-bugs-announce] [issue11425] Cleanup sample codes in tutorial.
INADA Naoki
- [New-bugs-announce] [issue11426] CSV examples can't close their files
Graham Wideman
- [New-bugs-announce] [issue11427] ctypes from_buffer no longer accepts bytes
benrg
- [New-bugs-announce] [issue11428] with statement looks up __exit__ incorrectly
benrg
- [New-bugs-announce] [issue11429] ctypes is highly eclectic in its raw-memory support
benrg
- [New-bugs-announce] [issue11430] can't change the sizeof a Structure that doesn't own its buffer
benrg
- [New-bugs-announce] [issue11431] Python 3.2 (r32:88452) F5 crashes
Andrew Lih
- [New-bugs-announce] [issue11432] webbrowser.open on unix fails.
Campbell Barton
- [New-bugs-announce] [issue11433] syntax error at "while" statement in IDLE/python shell
Victor
- [New-bugs-announce] [issue11434] Python 3.2 input() does not remove "\r" at the end of returned string.
Joshua Logan
- [New-bugs-announce] [issue11435] Links to source code should now point to hg repo
SilentGhost
- [New-bugs-announce] [issue11436] Clarify struct doc for format 's'.
Terry J. Reedy
- [New-bugs-announce] [issue11437] IDLE crash on startup with typo in config-keys.cfg
George Dhoore
- [New-bugs-announce] [issue11438] 2to3 does not fix izip_longest
Steve Dower
- [New-bugs-announce] [issue11439] subversion keyword breakage
Stefan Krah
- [New-bugs-announce] [issue11440] fix_callable should be dropped from lib2to3 / changed
SilentGhost
- [New-bugs-announce] [issue11441] compile() raises SystemError if called from except clause
July Tikhonov
- [New-bugs-announce] [issue11442] list_directory() in SimpleHTTPServer.py should add charset=... to Content-type header
Guido van Rossum
- [New-bugs-announce] [issue11443] Zip password issue
Yaroslav
- [New-bugs-announce] [issue11444] logging FileHandler.close should acquire its lock before closing stream
Adam Ernst
- [New-bugs-announce] [issue11445] Something changed w.r.t. <prefix>/pythonN.M/site-packages in the Hg switch
Skip Montanaro
- [New-bugs-announce] [issue11446] Incorrect PEP link in Language Reference section 7.7
Terrence Cole
- [New-bugs-announce] [issue11447] test_pydoc refleak
Antoine Pitrou
- [New-bugs-announce] [issue11448] docs for HTTPConnection.set_tunnel are ambiguous
Ryan Kelly
- [New-bugs-announce] [issue11449] tarfile tries to file_.tell() even when creating a new archive
Dan Stromberg
- [New-bugs-announce] [issue11450] Py_GetBuildInfo() truncates when there are many hg tags
Scott Dial
- [New-bugs-announce] [issue11451] Raw string parsing fails with backslash as last character
Graham Wideman
- [New-bugs-announce] [issue11452] Test suite not symlink-install clean
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11453] asyncore.file_wrapper should implement __del__ and call close there to prevent resource leaks and behave like socket.socket does.
Aldona Majorek
- [New-bugs-announce] [issue11454] urllib.request import time
Ross Lagerwall
- [New-bugs-announce] [issue11455] issue a warning when populating a CPython type dict with non-string keys
Michael Foord
- [New-bugs-announce] [issue11456] Documentation csv RFC4180
Tony Wallace
- [New-bugs-announce] [issue11457] Expose nanosecond precision from system calls
Kris Henriksson
- [New-bugs-announce] [issue11458] tarfile with socket incompatability
Alex Leach
- [New-bugs-announce] [issue11459] Python select.select does not correctly report read readyness
Novimir Pablant
- [New-bugs-announce] [issue11460] Attribute Error
saradayerramalle
- [New-bugs-announce] [issue11461] Reading UTF-16 with codecs.readline() breaks on surrogate pairs
Yuriy Pilgun
- [New-bugs-announce] [issue11462] Peephole creates duplicate and unused constants
Eugene Toder
- [New-bugs-announce] [issue11463] IncompleteRead: IncompleteRead(168 bytes read)
Luís Antônio Araújo de Brito
- [New-bugs-announce] [issue11464] Call Mac API Crash via ctypes
yufun
- [New-bugs-announce] [issue11465] Set documentation: Link to wikipedia
Thomas Guettler
- [New-bugs-announce] [issue11466] getpass.getpass doesn't close tty file
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11467] urlparse.urlsplit() regression for paths consisting of digits
Bastian Kleineidam
- [New-bugs-announce] [issue11468] Improve unittest basic example in the doc
Ezio Melotti
- [New-bugs-announce] [issue11469] Fix resource warning in test_trailers
brian.curtin.test
- [New-bugs-announce] [issue11470] Flag inappropriate uses of callable class attributes
Thomas Wouters
- [New-bugs-announce] [issue11471] If without else generates redundant jump
Eugene Toder
- [New-bugs-announce] [issue11472] upload command fails to read auth information from .pypirc
Jason R. Coombs
- [New-bugs-announce] [issue11473] upload command no longer accepts repository by section name
Jason R. Coombs
- [New-bugs-announce] [issue11474] url2pathname() handling of '/C|/' on Windows
Bastian Kleineidam
- [New-bugs-announce] [issue11475] trunc in documentation of numbers.Real should math.trunc
MATSUI Tetsushi
- [New-bugs-announce] [issue11476] StreamHandler code broken by change of parameter name
follower
- [New-bugs-announce] [issue11477] Bug in code dispatching based on internal slots
Terry J. Reedy
- [New-bugs-announce] [issue11478] Docs list nonexistant PyObject_CopyToData function
Thomas Wouters
- [New-bugs-announce] [issue11479] Add discussion of trailing slash in raw string to tutorial
R. David Murray
- [New-bugs-announce] [issue11480] Cannot copy a class with a metaclass other than type
Daniel Urban
- [New-bugs-announce] [issue11481] The copy module already uses copyreg
Daniel Urban
- [New-bugs-announce] [issue11482] Float Plus Error
Lu Feng
- [New-bugs-announce] [issue11483] python fails to follow symlinks on windows
nw
- [New-bugs-announce] [issue11484] `with_traceback` in 2.7 docs but not implemented
Jonas H.
- [New-bugs-announce] [issue11485] Default SDK value on MacOSX needs changing
Ronald Oussoren
- [New-bugs-announce] [issue11486] Add option to not install into /Applications
Ronald Oussoren
- [New-bugs-announce] [issue11487] build_installer.py should avoid relying on a young Python
Antoine Pitrou
- [New-bugs-announce] [issue11488] Add writelines test coverage in tempfile
ev
- [New-bugs-announce] [issue11489] json.dumps not parsable by json.loads (on Linux only)
Brian Merrell
- [New-bugs-announce] [issue11490] subprocess test_leaking_fds_on_error fails if last directory in path is not accessible
R. David Murray
- [New-bugs-announce] [issue11491] dbm.open(..., flag="n") raises dbm.error if file exists and is rejected by whichdb
Denver Coneybeare
- [New-bugs-announce] [issue11492] email.header.Header doesn't fold headers
Scott Kitterman
- [New-bugs-announce] [issue11493] Add python.exe-gdb.py to .hgignore
Santoso Wijaya
- [New-bugs-announce] [issue11494] Confusing error message from warnings.warn
Gerrit Holl
- [New-bugs-announce] [issue11495] Remove OSF support completelly
Jesús Cea Avión
- [New-bugs-announce] [issue11496] test_readline fails when readline was installed after running configure (and was not re-run)
Natalia B. Bidart
- [New-bugs-announce] [issue11497] Devguide: re-run configure in Unix setup step after installing deps
Matias Bordese
- [New-bugs-announce] [issue11498] test_zipfile.test_unicode_filenames should be skipped of no zlib
Natalia B. Bidart
- [New-bugs-announce] [issue11499] reassignment to bool is left in the file
Jason R. Coombs
- [New-bugs-announce] [issue11500] Fixes failing urllib2 proxy tests on OSX
Scott Wilson
- [New-bugs-announce] [issue11501] distutils.archive_util should handle absence of zlib module
Natalia B. Bidart
- [New-bugs-announce] [issue11502] assignment of winreg module to another name causes NameError
Jason R. Coombs
- [New-bugs-announce] [issue11503] Expand test coverage in posixpath
Evan Dandrea
- [New-bugs-announce] [issue11504] test_subprocess failure
Antoine Pitrou
- [New-bugs-announce] [issue11505] string.py increased test coverage
Alicia Arlen
- [New-bugs-announce] [issue11506] b'' += gives SystemError instead of SyntaxError
Nick Coghlan
- [New-bugs-announce] [issue11507] Misspelled exercises
Piotr Kasprzyk
- [New-bugs-announce] [issue11508] Virtual Interfaces cause uuid._find_mac to raise a ValueError under Linux
Kent Frazier
- [New-bugs-announce] [issue11509] fileinput module unit test coverage improvements
Denver Coneybeare
- [New-bugs-announce] [issue11510] Peephole breaks set unpacking
Eugene Toder
- [New-bugs-announce] [issue11511] Proposal for exposing proxy bypass settings in ProxyHandler
Scott Wilson
- [New-bugs-announce] [issue11512] adding test suite for cgitb
Robbie Clemons
- [New-bugs-announce] [issue11513] Infinite recursion around raising an exception in tarfile
Evan Dandrea
- [New-bugs-announce] [issue11514] Misspelled access
Piotr Kasprzyk
- [New-bugs-announce] [issue11515] Misspelled actually
Piotr Kasprzyk
- [New-bugs-announce] [issue11516] Misspelled additionally
Piotr Kasprzyk
- [New-bugs-announce] [issue11517] Misspelled
Piotr Kasprzyk
- [New-bugs-announce] [issue11518] Misspelled algorithm 2
Piotr Kasprzyk
- [New-bugs-announce] [issue11519] Misspelled algorithm
Piotr Kasprzyk
- [New-bugs-announce] [issue11520] Misspelled alignment 2
Piotr Kasprzyk
- [New-bugs-announce] [issue11521] Misspelled alignment3
Piotr Kasprzyk
- [New-bugs-announce] [issue11522] Misspelled alignment 4
Piotr Kasprzyk
- [New-bugs-announce] [issue11523] Misspelled alignment 5
Piotr Kasprzyk
- [New-bugs-announce] [issue11524] Misspelled alignment 6
Piotr Kasprzyk
- [New-bugs-announce] [issue11525] Misspelled alignment
Piotr Kasprzyk
- [New-bugs-announce] [issue11526] Misspelled alignment
Piotr Kasprzyk
- [New-bugs-announce] [issue11527] Misspelled ambiguous
Piotr Kasprzyk
- [New-bugs-announce] [issue11528] Misspelled anonymously
Piotr Kasprzyk
- [New-bugs-announce] [issue11529] Misspelled application 2
Piotr Kasprzyk
- [New-bugs-announce] [issue11530] Misspelled application
Piotr Kasprzyk
- [New-bugs-announce] [issue11531] Misspelled applications
Piotr Kasprzyk
- [New-bugs-announce] [issue11532] Misspelled arbitrary 2
Piotr Kasprzyk
- [New-bugs-announce] [issue11533] Misspelled arbitrary
Piotr Kasprzyk
- [New-bugs-announce] [issue11534] Misspelled architecture, control
Piotr Kasprzyk
- [New-bugs-announce] [issue11535] Misspelled architecture
Piotr Kasprzyk
- [New-bugs-announce] [issue11536] Misspelled arguments 2
Piotr Kasprzyk
- [New-bugs-announce] [issue11537] Misspelled arguments
Piotr Kasprzyk
- [New-bugs-announce] [issue11538] Misspelled assign
Piotr Kasprzyk
- [New-bugs-announce] [issue11539] Misspelled associated
Piotr Kasprzyk
- [New-bugs-announce] [issue11540] Misspelled assume
Piotr Kasprzyk
- [New-bugs-announce] [issue11541] Misspelled attribute
Piotr Kasprzyk
- [New-bugs-announce] [issue11542] Misspelled augmented
Piotr Kasprzyk
- [New-bugs-announce] [issue11543] Misspelled available, instances
Piotr Kasprzyk
- [New-bugs-announce] [issue11544] Misspelled avoid
Piotr Kasprzyk
- [New-bugs-announce] [issue11545] Misspelled backtracking
Piotr Kasprzyk
- [New-bugs-announce] [issue11546] Misspelled between
Piotr Kasprzyk
- [New-bugs-announce] [issue11547] Misspelled between
Piotr Kasprzyk
- [New-bugs-announce] [issue11548] Passing format= to unpack_archive fails
Evan Dandrea
- [New-bugs-announce] [issue11549] Rewrite peephole to work on AST
Eugene Toder
- [New-bugs-announce] [issue11550] Fix ResourceWarning in test_pulldom
Ben Hayden
- [New-bugs-announce] [issue11551] test_dummy_thread.py test coverage improvement
Denver Coneybeare
- [New-bugs-announce] [issue11552] Confusing error message when hook module cannot be loaded
cournapeau david
- [New-bugs-announce] [issue11553] Docs for: import, packages, site.py, .pth files
Graham Wideman
- [New-bugs-announce] [issue11554] Port email module's test_email_codecs.py to Python 3
Michael Henry
- [New-bugs-announce] [issue11555] email.Message.as_string no longer mangles "From " (doc fix)
Michael Henry
- [New-bugs-announce] [issue11556] email.Message.get_payload can handle bytes payloads (minor doc fix)
Michael Henry
- [New-bugs-announce] [issue11557] Increase coverage in logging module
Natalia B. Bidart
- [New-bugs-announce] [issue11558] Raise a more helpful exception in email.message.Message.attach after set_payload("some string")
Michael Henry
- [New-bugs-announce] [issue11559] Increase test coverage in dis module
Matias Bordese
- [New-bugs-announce] [issue11560] Expand test coverage in shutil
Evan Dandrea
- [New-bugs-announce] [issue11561] "coverage" of Python regrtest cannot see initial import of libs
Brandon Craig Rhodes
- [New-bugs-announce] [issue11562] += on list inside a tuple raises TypeError but succeds anyway
Mike Smith
- [New-bugs-announce] [issue11563] test_urllibnet is triggering a ResourceWarning
Brett Cannon
- [New-bugs-announce] [issue11564] pickle limits most datatypes
Nik Galitsky
- [New-bugs-announce] [issue11565] Another (the last) group of misspellings
Piotr Kasprzyk
- [New-bugs-announce] [issue11566] hypot define in pyconfig.h clashes with g++'s cmath
Ralf Schmitt
- [New-bugs-announce] [issue11567] http.server error message format
Ivan Radigales Creus
- [New-bugs-announce] [issue11568] docstring of select.epoll.register() is wrong
Markus Korn
- [New-bugs-announce] [issue11569] multiprocessing/darwin: sysctl(8) mislocation
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11570] Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS
Jesús Cea Avión
- [New-bugs-announce] [issue11571] Turtle window pops under the terminal on OSX
Alexander Belopolsky
- [New-bugs-announce] [issue11572] bring Lib/copy.py to 100% coverage
Brandon Craig Rhodes
- [New-bugs-announce] [issue11573] Improve Unicode Documentation with Known Caveats
Armin Ronacher
- [New-bugs-announce] [issue11574] Unicode Fallback Encoding on Python 3.3
Armin Ronacher
- [New-bugs-announce] [issue11575] addresses.txt file leaks into search engines
Skip Montanaro
- [New-bugs-announce] [issue11576] timedelta subtraction glitch on big timedelta values
Enrico Zini
- [New-bugs-announce] [issue11577] testcase for exception binhex.Error
Arkady Koplyarov
- [New-bugs-announce] [issue11578] Increase test coverage for timeit.py
Michael Henry
- [New-bugs-announce] [issue11579] python 2.5 does not build from hg - looks for subversion keywords
Senthil Kumaran
- [New-bugs-announce] [issue11580] Add width and precision formatters to PyBytes_FromFormatV()
Ray.Allen
- [New-bugs-announce] [issue11581] buildbot error when pushing to 2.5 branch?
Senthil Kumaran
- [New-bugs-announce] [issue11582] Boilerplate code replaced in Python/ceval.c
knickerkicker
- [New-bugs-announce] [issue11583] os.path.isdir() is slow on windows
Eli Bendersky
- [New-bugs-announce] [issue11584] email/header.py: missing str()ification, and bogus encode()s
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11585] Documentation 1.8 shows Python 2 example
Clive Darke
- [New-bugs-announce] [issue11586] Python/pythonrun.c: get_codec_name() typo
Ray.Allen
- [New-bugs-announce] [issue11587] METH_KEYWORDS alone gives "METH_OLDARGS is no longer supported!"
Clive Darke
- [New-bugs-announce] [issue11588] Add "necessarily inclusive" groups to argparse
John Didion
- [New-bugs-announce] [issue11589] Unit test extensions for email module
Michael Henry
- [New-bugs-announce] [issue11590] email quoprimime.py patch for header_encode of empty string, decode with different eol
Michael Henry
- [New-bugs-announce] [issue11591] "python -S" should be robust against e.g. "from site import addsitedir"
Carl Meyer
- [New-bugs-announce] [issue11592] Compilation warnings in os module
Antoine Pitrou
- [New-bugs-announce] [issue11593] Add encoding parameter to logging.basicConfig
Samuel Michaels
- [New-bugs-announce] [issue11594] 2to3 tool does not preserve line-endings
Alexander Belchenko
- [New-bugs-announce] [issue11595] Miscellaneous bugs in cfg_to_args() utility function
Erik Bray
- [New-bugs-announce] [issue11596] import error in test_fileinput.py when bz2 not installed (windows)
Lorenz
- [New-bugs-announce] [issue11597] Can't get ConfigParser.write to write unicode strings
the_isz
- [New-bugs-announce] [issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express
Carl Meyer
- [New-bugs-announce] [issue11599] Useless error message when distutils fails compiling
Antoine Pitrou
- [New-bugs-announce] [issue11600] PY_CFLAGS and PY_CPPFLAGS inconsistent
Antoine Pitrou
- [New-bugs-announce] [issue11601] UnixCCompiler always uses compiler_so, not compiler
Antoine Pitrou
- [New-bugs-announce] [issue11602] python-config code should be in sysconfig
Antoine Pitrou
- [New-bugs-announce] [issue11603] Python crashes or hangs when rebinding __repr__ as __str__
Carl Banks
- [New-bugs-announce] [issue11604] Have type(n, b, d) check for type(b[i]) is module
Terry J. Reedy
- [New-bugs-announce] [issue11605] EMail generator.flatten() disintegrates over UTF-8 multipart/alternative
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11606] maxlinelen exceeded by email module's body_encode() function
Michael Henry
- [New-bugs-announce] [issue11607] Apllication crashes when saving file
roobman26
- [New-bugs-announce] [issue11608] GzipFile cannot be used for streaming
Enrico Zini
- [New-bugs-announce] [issue11609] urllib-related buildbot failures
Antoine Pitrou
- [New-bugs-announce] [issue11610] Improving property to accept abstract methods
Darren Dale
- [New-bugs-announce] [issue11611] wxPython PropertyGrid Demo error and fix
Arif Zaman
- [New-bugs-announce] [issue11612] xml.dom.minidom fail to parse SVG file.
Campbell Barton
- [New-bugs-announce] [issue11613] test_subprocess fails under Windows
Antoine Pitrou
- [New-bugs-announce] [issue11614] import __hello__ is broken in Python 3
STINNER Victor
- [New-bugs-announce] [issue11615] sporadic failure in test_posix
Antoine Pitrou
- [New-bugs-announce] [issue11616] reap_children should not use WNOHANG
Antoine Pitrou
- [New-bugs-announce] [issue11617] Sporadic failure in test_httpservers
Antoine Pitrou
- [New-bugs-announce] [issue11618] Locks broken wrt timeouts on Windows
sbt
- [New-bugs-announce] [issue11619] On Windows, don't encode filenames in the import machinery
STINNER Victor
- [New-bugs-announce] [issue11620] winsound.PlaySound() with SND_MEMORY should accept bytes instead of strings
Tom Felker
- [New-bugs-announce] [issue11621] DMG build error
Antoine Pitrou
- [New-bugs-announce] [issue11622] Documentation
Roberto De Renzi
- [New-bugs-announce] [issue11623] Distutils is reporting OSX 10.6 w/ XCode 4 as "universal"
Johannes Lindenbaum
- [New-bugs-announce] [issue11624] distutils should support a custom list of exported symbols for Windows dlls.
dholth
- [New-bugs-announce] [issue11625] Typo in collections.abc docs
Doug Latornell
- [New-bugs-announce] [issue11626] Py_LIMITED_API on windows: unresolved symbol __imp___PyArg_ParseTuple_SizeT
Rainer Schaaf
- [New-bugs-announce] [issue11627] segfault raising an arbitrary object as an exception
Michael Foord
- [New-bugs-announce] [issue11628] cmp_to_key generated class should use __slots__
Chris Colbert
- [New-bugs-announce] [issue11629] Reference implementation for PEP 397
Mark Hammond
- [New-bugs-announce] [issue11630] refleak in test_import
Antoine Pitrou
- [New-bugs-announce] [issue11631] Python 2.7.1 64bit, Win7 64bit problem to read and write with UDP.
Kristoffer Nilsson
- [New-bugs-announce] [issue11632] difflib.unified_diff loses context
Brice Videau
- [New-bugs-announce] [issue11633] regression: print buffers output when end=''
anatoly techtonik
- [New-bugs-announce] [issue11634] misleading comment on PyBytes_FromStringAndSize
Eli Bendersky
- [New-bugs-announce] [issue11635] concurrent.futures uses polling
Antoine Pitrou
- [New-bugs-announce] [issue11636] fh is not defined in npyio.py fromregex
William Dawson
- [New-bugs-announce] [issue11637] Add cwd to sys.path for hooks
Éric Araujo
- [New-bugs-announce] [issue11638] pysetup un sdist crashes with weird trace if version is unicode by accident
RonnyPfannschmidt
- [New-bugs-announce] [issue11639] Documentation for *Config functions in logging module should be in logging.config
Santoso Wijaya
- [New-bugs-announce] [issue11640] Shelve references globals in its __del__ method
Peter Davies
- [New-bugs-announce] [issue11641] raw_input() -> input() security issue
anatoly techtonik
- [New-bugs-announce] [issue11642] regression: input() doesn't strip a trailing newline on Windows
anatoly techtonik
- [New-bugs-announce] [issue11643] Use |version| instead of X.Y in the doc
Éric Araujo
- [New-bugs-announce] [issue11644] 2to3 example.py is not a Python 2.x file
anatoly techtonik
- [New-bugs-announce] [issue11645] Pypi reviews "Expand 10 after" shows a duplicate line
Yuval Greenfield
- [New-bugs-announce] [issue11646] 2to3: msvcrt.(get|put)ch -> (get|put)wch
anatoly techtonik
- [New-bugs-announce] [issue11647] function decorated with a context manager can only be invoked once
Antoine Pitrou
- [New-bugs-announce] [issue11648] openlog()s 'logopt' keyword broken in syslog module
Tim Bielawa
- [New-bugs-announce] [issue11649] startElementNS in xml.sax.saxutils.XMLGenerator ignored encoding
Gunnar Aastrand Grimnes
- [New-bugs-announce] [issue11650] CTRL-Z causes interpreter exit
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11651] Improve test targets in Makefile
Antoine Pitrou
- [New-bugs-announce] [issue11652] urlib2 returns a pair of integers as the content-length value
Billy Saelim
- [New-bugs-announce] [issue11653] Problems with some tests using -j2
Skip Montanaro
- [New-bugs-announce] [issue11654] errors in atexit hooks don't change process exit code
Antoine Pitrou
- [New-bugs-announce] [issue11655] map() must not swallow exceptions from PyObject_GetIter
Lukas Lueg
- [New-bugs-announce] [issue11656] Debug builds for Windows would be very helpful
Jack Jansen
- [New-bugs-announce] [issue11657] multiprocessing_{send, recv}fd fail with fds > 256
Ben Darnell
- [New-bugs-announce] [issue11658] complex sqrt error
João Bernardo
- [New-bugs-announce] [issue11659] Fix ResourceWarning in test_subprocess
Ben Hayden
- [New-bugs-announce] [issue11660] closure with too few cells segfaults
Eric Snow
- [New-bugs-announce] [issue11661] test_collections.TestNamedTuple.test_source failing on many buildbots after f09f7ab40ce6
R. David Murray
- [New-bugs-announce] [issue11662] Redirect vulnerability in urllib/urllib2
Guido van Rossum
- [New-bugs-announce] [issue11663] concurrent.futures (or multiprocessing?) doesn't detect killed processes
Antoine Pitrou
- [New-bugs-announce] [issue11664] Add patch method to unittest.TestCase
Éric Araujo
- [New-bugs-announce] [issue11665] Regexp findall freezes
Viktor Ferenczi
- [New-bugs-announce] [issue11666] Test pydoc to display full help for named tuples
Raymond Hettinger
- [New-bugs-announce] [issue11667] 'configure' script overrides users setting of CFLAGS
David Kirkby
- [New-bugs-announce] [issue11668] _multiprocessing.Connection.poll with timeout uses polling under Windows
Antoine Pitrou
- [New-bugs-announce] [issue11669] Clarify Lang Ref "Compound statements" footnote
Graham Wideman
- [New-bugs-announce] [issue11670] configparser read_file now iterates over f, docs still say it calls readline
Larry Hastings
- [New-bugs-announce] [issue11671] Potential misuse of wsgiref.headers.Headers
Felix Gröbert
- [New-bugs-announce] [issue11672] multiprocessing.Array fails if size parameter is a long
Mark Dickinson
- [New-bugs-announce] [issue11673] RawArray does not accept long
Robert Kern
- [New-bugs-announce] [issue11674] list(obj), tuple(obj) swallow TypeError (in _PyObject_LengthHint)
Elvis Pranskevichus
- [New-bugs-announce] [issue11675] multiprocessing Arrays not automatically zeroed.
Mark Dickinson
- [New-bugs-announce] [issue11676] imp.load_module and submodules - doc issue, or bug?
Dave Peck
- [New-bugs-announce] [issue11677] make test has horrendous performance on an ecryptfs
Barry A. Warsaw
- [New-bugs-announce] [issue11678] Add support for Arch Linux to platform.linux_distributions()
Westley Martínez
- [New-bugs-announce] [issue11679] readline interferes with characters beginning with byte \xe9
Thomas Kluyver
- [New-bugs-announce] [issue11680] decimal module generates AttributeError: on call to as_integer_ratio
David Bailey
- [New-bugs-announce] [issue11681] -b option undocumented
Éric Araujo
- [New-bugs-announce] [issue11682] PEP 380 reference implementation for 3.3
Nick Coghlan
- [New-bugs-announce] [issue11683] unittest discover should recurse into packages which are already in sys.path
Calvin Spealman
- [New-bugs-announce] [issue11684] (Maybe) Add email.parser.BytesHeaderParser
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11685] possible SQL injection into db APIs via table names... sqlite3
Rene Dudfield
- [New-bugs-announce] [issue11686] Update of some email/ __all__ lists
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11687] Cannot register using command-line
yac00b
- [New-bugs-announce] [issue11688] SQLite trace callback
Torsten Landschoff
- [New-bugs-announce] [issue11689] sqlite: Incorrect unit test fails to detect failure
Torsten Landschoff
- [New-bugs-announce] [issue11690] Add "communication" FAQ to devguide
Nick Coghlan
- [New-bugs-announce] [issue11691] sqlite3 Cursor.description doesn't set type_code
William Edward Stuart Clemens
- [New-bugs-announce] [issue11692] subprocess demo functions
Ross Lagerwall
- [New-bugs-announce] [issue11693] memory leak in email.generator.Generator().flatten() method
Kaushik Kannan
- [New-bugs-announce] [issue11694] xdrlib raises ConversionError in inconsistent way
Filip Gruszczyński
- [New-bugs-announce] [issue11695] Improve argparse usage/help customization
Steven Bethard
- [New-bugs-announce] [issue11696] msilib.make_id() is not safe for non ASCII characters.
Mark Mc Mahon
- [New-bugs-announce] [issue11697] Unsigned type in mmap_move_method
rmib
- [New-bugs-announce] [issue11698] Improve repr for structseq objects to show named, but unindexed fields
Raymond Hettinger
- [New-bugs-announce] [issue11699] Documentation for get_option_group is wrong
Weeble
- [New-bugs-announce] [issue11700] mailbox.py proxy updates
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11701] email.parser.BytesParser() uses TextIOWrapper
Steffen Daode Nurpmeso
- [New-bugs-announce] [issue11702] dir on return value of msilib.OpenDatabase() crashes python
Mark Mc Mahon
- [New-bugs-announce] [issue11703] Bug in python >= 2.7 with urllib2 fragment
Ivan Ivanenko
- [New-bugs-announce] [issue11704] functools.partial doesn't create bound methods
Alex Gaynor
- [New-bugs-announce] [issue11705] sys.excepthook doesn't work in imported modules
Elias Zamaria
- [New-bugs-announce] [issue11706] Build from hg fails with ancient hg version (0.9.3)
Dave Malcolm
- [New-bugs-announce] [issue11707] Create C version of functools.cmp_to_key()
Raymond Hettinger
- [New-bugs-announce] [issue11708] argparse: suggestion for formatting optional positional args
Peter Williams
- [New-bugs-announce] [issue11709] help-method crashes if sys.stdin is None
Palm Kevin
- [New-bugs-announce] [issue11710] Landing pages in docs for standard library packages
Nick Coghlan
- [New-bugs-announce] [issue11711] socketpair does not accept AF_INET family argument [Linux]
Cloudberry
- [New-bugs-announce] [issue11712] Doc list.sort(cmp=,key=) result.
Terry J. Reedy
- [New-bugs-announce] [issue11713] collections.deque docstring wrong/misleading
Davide Rizzo
- [New-bugs-announce] [issue11714] threading.Semaphore does not use try...finally
Thomas Rachel
- [New-bugs-announce] [issue11715] Building Python on multiarch Debian and Ubuntu
Barry A. Warsaw
- [New-bugs-announce] [issue11716] mixing calls to io.TextIOWrapper.write and io.BufferedWriter.write produces undefined results
Sean Sherrard
- [New-bugs-announce] [issue11717] conflicting definition of ssize_t in pyconfig.h
Wolfgang Rohdewald
- [New-bugs-announce] [issue11718] Teach IDLE's open-modue command to find packages
Raymond Hettinger
- [New-bugs-announce] [issue11719] test_msilib skip unexpected on non-Windows platforms
Nadeem Vawda
- [New-bugs-announce] [issue11720] PyErr_WriteUnraisable while running cProfile
Tennessee Leeuwenburg
- [New-bugs-announce] [issue11721] socket.accept() with a timout socket creates bogus socket
Kristján Valur Jónsson
- [New-bugs-announce] [issue11722] mingw64 does not link when building extensions
Jason Morgan
- [New-bugs-announce] [issue11723] No proper support for mingw64 - patch to add
Jason Morgan
- [New-bugs-announce] [issue11724] concurrent.futures: executor.submit() runs until completion even when future times out or is canceled
jenisys
- [New-bugs-announce] [issue11725] httplib and urllib2 failed ssl connection httplib.BadStatusLine
Isaac Salsberg
- [New-bugs-announce] [issue11726] linecache becomes specific to Python scripts in Python 3
STINNER Victor
- [New-bugs-announce] [issue11727] Add a --timeout option to regrtest.py using the faulthandler module
STINNER Victor
- [New-bugs-announce] [issue11728] mbox parser incorrect behaviour
valera
- [New-bugs-announce] [issue11729] libffi assembler relocation check is not robust, fails with clang
Ismail Donmez
- [New-bugs-announce] [issue11730] Setting sys.stdin to an invalid input stream causes interpreter run loop forever.
ysj.ray
- [New-bugs-announce] [issue11731] Simplify email API via 'policy' objects
R. David Murray
- [New-bugs-announce] [issue11732] Skip decorator for tests requiring manual intervention on Windows
Brian Curtin
- [New-bugs-announce] [issue11733] Implement a `Counter.elements_count` method
Ram Rachum
Last message date:
Thu Mar 31 23:40:38 CEST 2011
Archived on: Thu Mar 31 23:40:39 CEST 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).