October 2012 Archives by thread
Starting: Mon Oct 1 13:25:38 CEST 2012
Ending: Wed Oct 31 21:31:30 CET 2012
Messages: 281
- [New-bugs-announce] [issue16097] Minor fix in comment in codecs.py
Wael Al Jishi
- [New-bugs-announce] [issue16098] Bisect optimization in heapq.nsmallest is never used
Will Haldean Brown
- [New-bugs-announce] [issue16099] robotparser doesn't support request rate and crawl delay parameters
Nikolay Bogoychev
- [New-bugs-announce] [issue16100] Compiling vim with Python 3.3 support fails
Sascha
- [New-bugs-announce] [issue16101] Verify all imported modules at startup are needed
Brett Cannon
- [New-bugs-announce] [issue16102] uuid._netbios_getnode() is outdated
Serhiy Storchaka
- [New-bugs-announce] [issue16103] Help() fails at raw_input readline (IDLE 2.7.3, Win7, pythonw)
Terry J. Reedy
- [New-bugs-announce] [issue16104] Use multiprocessing in compileall script
Daniel Holth
- [New-bugs-announce] [issue16105] Pass read only FD to signal.set_wakeup_fd
Felipe Cruz
- [New-bugs-announce] [issue16106] antigravity tests
Ezio Melotti
- [New-bugs-announce] [issue16107] distutils2.version doesn't str() "1.0.post1" correctly
Richard Jones
- [New-bugs-announce] [issue16108] Include maintainer information in register/upload
Richard Jones
- [New-bugs-announce] [issue16109] urllib2.urlopen throws HTTP Error in python 2.7.2, 2.7.3, but not in python 2.7
Christian Fertig
- [New-bugs-announce] [issue16110] Provide logging.config.configParserConfig
thbach
- [New-bugs-announce] [issue16111] Python 2.7.3 Windows MSI installer installs the VC++ 9 dlls directly to WinSxS folder
Ganesh R.
- [New-bugs-announce] [issue16112] platform.architecture does not correctly escape argument to /usr/bin/file
David Benjamin
- [New-bugs-announce] [issue16113] Add SHA-3 (Keccak) support
Christian Heimes
- [New-bugs-announce] [issue16114] incorrect path in subprocess.Popen() FileNotFoundError message
Chris Jerdonek
- [New-bugs-announce] [issue16115] test that executable arg to Popen() takes precedence over args[0] arg
Chris Jerdonek
- [New-bugs-announce] [issue16116] Can not install C extension modules to inside a venv on Python 3.3.0 for Win32
Masami HIRATA
- [New-bugs-announce] [issue16117] python2.7.3 struct misaligned when returned
Roland Lezuo
- [New-bugs-announce] [issue16118] Implement SHA-3
Jesús Cea Avión
- [New-bugs-announce] [issue16119] Python 2.7 IDLE not working in WinVista
Spiros K.
- [New-bugs-announce] [issue16120] Use |yield from| in stdlib
Berker Peksag
- [New-bugs-announce] [issue16121] shlex.shlex.error_leader() reports incorrect line number
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue16122] Allow *open* to accept file-like objects
samwyse
- [New-bugs-announce] [issue16123] IDLE - deprecate running without a subprocess
Roger Serwy
- [New-bugs-announce] [issue16124] fcntl_ioctl still not 100% sane with unsigned longs
Garrett Cooper
- [New-bugs-announce] [issue16125] open accepts arbitrary mode strings as long as they contain U
Robert Xiao
- [New-bugs-announce] [issue16126] PyErr_Format format mismatch in _testcapimodule.c
Serhiy Storchaka
- [New-bugs-announce] [issue16127] Correct mentions of narrow build in documentation and comments
Serhiy Storchaka
- [New-bugs-announce] [issue16128] hashable documentation error
Max
- [New-bugs-announce] [issue16129] No good way to set 'PYTHONIOENCODING' when embedding python.
Campbell Barton
- [New-bugs-announce] [issue16130] "Porting to Python 3.3" needs to be fixed in "What's new In Python 3.4"
Ramchandra Apte
- [New-bugs-announce] [issue16131] Pylauncher is being installed in Windows system folder
Piotr Dobrogost
- [New-bugs-announce] [issue16132] ctypes incorrectly encodes .format attribute of memory views
David Beazley
- [New-bugs-announce] [issue16133] asyncore.dispatcher.recv doesn't handle EAGAIN / EWOULDBLOCK
Nidan
- [New-bugs-announce] [issue16134] Add support for RTMP schemes to urlparse
Jorge Gomes
- [New-bugs-announce] [issue16135] Removal of OS/2 support
Jesús Cea Avión
- [New-bugs-announce] [issue16136] Removal of VMS support
Jesús Cea Avión
- [New-bugs-announce] [issue16137] Using time.asctime() with an array with negative tm_hour causes Python Crash.
Viktor Chynarov
- [New-bugs-announce] [issue16138] In the glossary there is a small typo about __len__() in the sequence definition
py.user
- [New-bugs-announce] [issue16139] Python 3.3 fails when starting from read-only FS
Andrew Gallagher
- [New-bugs-announce] [issue16140] subprocess.Popen the os.close calls in _execute_child can raise an EBADF exception
Gregory P. Smith
- [New-bugs-announce] [issue16141] Possible simplification for logging.StreamHandler exception handling
Guido van Rossum
- [New-bugs-announce] [issue16142] ArgumentParser inconsistent with parse_known_args
Idan Kamara
- [New-bugs-announce] [issue16143] Building with configure option "--without-doc-strings" crashes first time through PyUnicode_DecodeUTF8Stateful
Gregory Andersen
- [New-bugs-announce] [issue16144] misleading sentence in reference/import
Manuel Pégourié-Gonnard
- [New-bugs-announce] [issue16145] Abort in _csv module
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue16146] MIMEApplication cannot access
yinian1992
- [New-bugs-announce] [issue16147] Rewrite PyUnicode_FromFormatV() to use the _PyUnicodeWriter API
STINNER Victor
- [New-bugs-announce] [issue16148] Implement PEP 424
Alex Gaynor
- [New-bugs-announce] [issue16149] "Decimal(2) != float(2)" documentation bug
Michele Orrù
- [New-bugs-announce] [issue16150] Implement generator interface in itertools.chain.
pyos
- [New-bugs-announce] [issue16151] Deferred KeyboardInterrupt in interactive mode
Serhiy Storchaka
- [New-bugs-announce] [issue16152] Trailing whitespace makes tokenize.generate_tokens pathological
Ned Batchelder
- [New-bugs-announce] [issue16153] PyUnicode_FromFormatV() must fail if the format string is invalid
STINNER Victor
- [New-bugs-announce] [issue16154] Some minor doc fixes in Doc/library
Ravi Sinha
- [New-bugs-announce] [issue16155] Some minor doc fixes in Doc/faq
Ravi Sinha
- [New-bugs-announce] [issue16156] Crash every time I copy or paste any code in IDLE
Raymond Costantini
- [New-bugs-announce] [issue16157] Irrelevant references to Misc/News
Serhiy Storchaka
- [New-bugs-announce] [issue16158] sporadic test_multiprocessing failure
Antoine Pitrou
- [New-bugs-announce] [issue16159] Closing Debugger freezes IDLE shell
jimbo1qaz
- [New-bugs-announce] [issue16160] subclassing types.SimpleNamespace does not work
R. David Murray
- [New-bugs-announce] [issue16161] broken link to Visual Studio 2008 in devguide
Chris Jerdonek
- [New-bugs-announce] [issue16162] Py_FileSystemDefaultEncoding should be updated on locale.setlocale()
Michael Vogt
- [New-bugs-announce] [issue16163] Wrong name in Lib/pkgutil.py:iter_importers
Berker Peksag
- [New-bugs-announce] [issue16164] there is no easy way to force unittest.main to use stdout rather than stderr
Alexander Belchenko
- [New-bugs-announce] [issue16165] sched.scheduler.run() blocks scheduler
Serhiy Storchaka
- [New-bugs-announce] [issue16166] Add PY_BYTE_ORDER macro to get endianess of platform
Christian Heimes
- [New-bugs-announce] [issue16167] Allow printing of str-derived classes
Radu Dan
- [New-bugs-announce] [issue16168] SysLogHandler constructor ignores socktype arg when address refers to a Unix Domain Socket
Vitaly
- [New-bugs-announce] [issue16169] ctypes.WinError() confuses errno with winerror
Richard Oudkerk
- [New-bugs-announce] [issue16170] remove Linux skip from test_subprocess's test_executable() test
Chris Jerdonek
- [New-bugs-announce] [issue16171] "do nothing" load_tests could be improved
Antoine Pitrou
- [New-bugs-announce] [issue16172] Fix is/== misuse
Serhiy Storchaka
- [New-bugs-announce] [issue16173] Wrong offset on SyntaxError when identifier contains non-ascii characters
Baptiste Mispelon
- [New-bugs-announce] [issue16174] Fix suggested usage of dummy_threading module
Berker Peksag
- [New-bugs-announce] [issue16175] Add I/O Completion Ports wrapper
Christian Heimes
- [New-bugs-announce] [issue16176] platform.platform() identifies Windows 8 as post2008Server
Brian Curtin
- [New-bugs-announce] [issue16177] IDLE Crash on Open Parens
Brian Keegan
- [New-bugs-announce] [issue16178] atexit._run_exitfuncs should be a public API
Gregory P. Smith
- [New-bugs-announce] [issue16179] hashlib.md5 / json inconsistency
Robin Åsén
- [New-bugs-announce] [issue16180] cannot quit pdb when there is a syntax error in the debuggee (must kill it)
Xavier de Gaye
- [New-bugs-announce] [issue16181] cookielib.http2time raises ValueError for invalid date.
Charles Jones
- [New-bugs-announce] [issue16182] readline: Wrong tab completion scope indices in Unicode terminals
Kaarle Ritvanen
- [New-bugs-announce] [issue16183] ZipExtFile object close without file handle closed
V.E.O
- [New-bugs-announce] [issue16184] Attack against the pseudorandom number generator
Yury
- [New-bugs-announce] [issue16185] include path in subprocess.Popen() file not found error messages on Windows
Chris Jerdonek
- [New-bugs-announce] [issue16186] shlex bug?
jamesf
- [New-bugs-announce] [issue16187] incoming.irker hook raised an exception: [Errno 111] Connection refused
Chris Jerdonek
- [New-bugs-announce] [issue16188] Windows C Runtime Library Mismatch
rlinscheer
- [New-bugs-announce] [issue16189] ld_so_aix not found
Rainer Schaaf
- [New-bugs-announce] [issue16190] Misleading warning in random module docs
Christian Heimes
- [New-bugs-announce] [issue16191] ceval cleanup
Benjamin Peterson
- [New-bugs-announce] [issue16192] ctypes - documentation example
Brian Thorne
- [New-bugs-announce] [issue16193] display full e-mail name in hg.python.org annotate pages
Chris Jerdonek
- [New-bugs-announce] [issue16194] imp.load_dynamic imports wrong module when called several times on a multi-module .so
Václav Šmilauer
- [New-bugs-announce] [issue16195] Difficult or impossible to figure out how garbage collector and weak references should interact for user-defined extension types
Jean-Paul Calderone
- [New-bugs-announce] [issue16196] Typo in devguide stdlibchanges.html
Mike Hoy
- [New-bugs-announce] [issue16197] Several small errors in winreg documentation
Zachary Ware
- [New-bugs-announce] [issue16198] IDLE - tabbing in a string always brings up file completion window
Roger Serwy
- [New-bugs-announce] [issue16199] 2to3 very minor doc change
Mark Lawrence
- [New-bugs-announce] [issue16200] Setting .posix=True for shlex object causes infinite loop in __next__
Roger Serwy
- [New-bugs-announce] [issue16201] socket.gethostbyname incorrectly parses ip
Michele Orrù
- [New-bugs-announce] [issue16202] sys.path[0] security issues
Jeroen Demeyer
- [New-bugs-announce] [issue16203] Proposal: add re.fullmatch() method
Guido van Rossum
- [New-bugs-announce] [issue16204] PyBuffer_FillInfo returns 'B' buffer, whose behavior has changed w.r.t. 3.1/3.2
Daniele Varrazzo
- [New-bugs-announce] [issue16205] update :class:`str` references to link to the str type section
Chris Jerdonek
- [New-bugs-announce] [issue16206] dict() docs should display multiple signatures
Chris Jerdonek
- [New-bugs-announce] [issue16207] add class name to method signatures in stdtypes docs
Chris Jerdonek
- [New-bugs-announce] [issue16208] getaddrinfo returns wrong results if IPv6 is disabled
Ralf Schmitt
- [New-bugs-announce] [issue16209] add a "class str" entry to the docs
Chris Jerdonek
- [New-bugs-announce] [issue16210] combine the two type() definitions in built-in function docs
Chris Jerdonek
- [New-bugs-announce] [issue16211] MacInstalls break PyDev
Doug Ransom
- [New-bugs-announce] [issue16212] mmap() dumps core upon resizing the underlying file
Vladimir Ushakov
- [New-bugs-announce] [issue16213] Expose private functions in marshal used by importlib
Brett Cannon
- [New-bugs-announce] [issue16214] 2to3 does not remove exceptions import
Chris Mayo
- [New-bugs-announce] [issue16215] Possible double memory free in str.replace
Serhiy Storchaka
- [New-bugs-announce] [issue16216] Arithmetic operations with NULL
Serhiy Storchaka
- [New-bugs-announce] [issue16217] Tracebacks are unnecessarily verbose when using 'python -m'
Matthew Woodcraft
- [New-bugs-announce] [issue16218] Python launcher does not support non ascii characters
Turn
- [New-bugs-announce] [issue16219] segfault when using xml.etree.ElementTree.XMLTreeBuilder
Scott Maxwell
- [New-bugs-announce] [issue16220] wsgiref does not call close() on iterable response when client
Brent Tubbs
- [New-bugs-announce] [issue16221] tokenize.untokenize() "compat" mode misses the encoding when using an iterator
Eric Snow
- [New-bugs-announce] [issue16222] "server-side clone" not found by devguide's search box
Chris Jerdonek
- [New-bugs-announce] [issue16223] untokenize returns a string if no encoding token is recognized
Eric Snow
- [New-bugs-announce] [issue16224] tokenize.untokenize() misbehaves when moved to "compatiblity mode"
Eric Snow
- [New-bugs-announce] [issue16225] list.remove in for loop
Ian Carr-de Avelon
- [New-bugs-announce] [issue16226] IDLE crashes on *File / Path browser*
Francisco Gracia
- [New-bugs-announce] [issue16227] Change unicode howtos as misleading
Mark Lawrence
- [New-bugs-announce] [issue16228] JSON crashes during encoding resized lists
Serhiy Storchaka
- [New-bugs-announce] [issue16229] Module *redemo.py* lacking in recent Python distributions
Francisco Gracia
- [New-bugs-announce] [issue16230] select.select crashes on resized lists
Serhiy Storchaka
- [New-bugs-announce] [issue16231] pickle persistent_id return value
PSchaafsma
- [New-bugs-announce] [issue16232] curses.textpad.Textbox backtrace support
emeaudroid emeaudroid
- [New-bugs-announce] [issue16233] IDLE: conceptual problems with *Class browser*
Francisco Gracia
- [New-bugs-announce] [issue16234] Implement correct block_size and tests for HMAC-SHA3
Christian Heimes
- [New-bugs-announce] [issue16235] Add python-config.sh for use during cross compilation.
Ray Donnelly
- [New-bugs-announce] [issue16236] Doc/Makefile should have $PYTHON=python2
Michele Orrù
- [New-bugs-announce] [issue16237] bdist_rpm SPEC files created with distutils may be distro specific
Nick Coghlan
- [New-bugs-announce] [issue16238] Automatically remove build directory when build options changed
anatoly techtonik
- [New-bugs-announce] [issue16239] PEP8 arithmetic operator examples
Peter Würtz
- [New-bugs-announce] [issue16240] Document a way to escape metacharacters in glob/fnmatch
Serhiy Storchaka
- [New-bugs-announce] [issue16241] "-X faulthandler" is not documented in -X option docs
Ramchandra Apte
- [New-bugs-announce] [issue16242] Pickle and __getattr__
Joseph Fall
- [New-bugs-announce] [issue16243] Regression in inspect module
Alexander Belopolsky
- [New-bugs-announce] [issue16244] TimedRotatingFileHandler forces "write" mode, should use "append"
Richard Jones
- [New-bugs-announce] [issue16245] Update html.entities.html5 dictionary and parseentities.py
Ezio Melotti
- [New-bugs-announce] [issue16246] Multiprocessing infinite loop on Windows
Ethan Furman
- [New-bugs-announce] [issue16247] Report failing url in URLError?
Nick Coghlan
- [New-bugs-announce] [issue16248] Security bug in tkinter allows for untrusted code execution.
Ramchandra Apte
- [New-bugs-announce] [issue16249] unicode name accepts a punctuation glyph
julien tayon
- [New-bugs-announce] [issue16250] URLError invoked with reason as filename
Chris Jerdonek
- [New-bugs-announce] [issue16251] object.__reduce__()
Eric Snow
- [New-bugs-announce] [issue16252] bytes and bytearray methods are undocumented
Antoine Pitrou
- [New-bugs-announce] [issue16253] Docs for PyArg_ParseTupleAndKeywords say it doesn't accept nested tuples
Roger Upole
- [New-bugs-announce] [issue16254] PyUnicode_AsWideCharString() increases string size
David Beazley
- [New-bugs-announce] [issue16255] subrocess.Popen needs /bin/sh but Android only has /system/bin/sh
Ben Rousch
- [New-bugs-announce] [issue16256] permissions wrong on Mac doc dir
Christopher Barker
- [New-bugs-announce] [issue16257] test_socket.test_create_connection tests for wrong errno on Solaris
Trent Nelson
- [New-bugs-announce] [issue16258] test_local.TestEnUSCollection failures on Solaris 10
Trent Nelson
- [New-bugs-announce] [issue16259] Replace exec() in test.regrtest with __import__
Ramchandra Apte
- [New-bugs-announce] [issue16260] change bare except in locale.py
Ramchandra Apte
- [New-bugs-announce] [issue16261] Fix bare excepts in various places in std lib
Ramchandra Apte
- [New-bugs-announce] [issue16262] srcdir != builddir builds fail, if hg is not installed
Matthias Klose
- [New-bugs-announce] [issue16263] sendmsg, recvmsg, recvmsg_into et al not being detected on Solaris
Trent Nelson
- [New-bugs-announce] [issue16264] test_logging failure on Windows 7 buildbot
Antoine Pitrou
- [New-bugs-announce] [issue16265] Code sample does not collapse correctly
Yongzhi Pan
- [New-bugs-announce] [issue16266] Typo in tutorial
Yongzhi Pan
- [New-bugs-announce] [issue16267] order of decorators @abstractmethod and @classmethod is significant (is not documented to be in @abstractclassmethod which advises their combined use)
Christopher the Magnificent
- [New-bugs-announce] [issue16268] dir(closure) claims that a closure has no __dir__, only to work later after manually invoking __dir__ from its type
Christopher the Magnificent
- [New-bugs-announce] [issue16269] multiprocessing.Queue uses select()
William Edwards
- [New-bugs-announce] [issue16270] ftplib hangs when closing connection
Ugra Dániel
- [New-bugs-announce] [issue16271] weird dual behavior with changing __qualname__; different values observed through attribute and descriptor
Christopher the Magnificent
- [New-bugs-announce] [issue16272] C-API documentation clarification for tp_dictoffset
Chris Colbert
- [New-bugs-announce] [issue16273] f.tell() returning negative number on Windows build
Raymond Hettinger
- [New-bugs-announce] [issue16274] test_asyncore failing on Solaris 10 2.7 (nitrogen/s10)
Trent Nelson
- [New-bugs-announce] [issue16275] test_ctypes fails on Solaris 10 SPARC 2.7 (nitrogen/s10) (Sun C compiler)
Trent Nelson
- [New-bugs-announce] [issue16276] OrderedDict constructor do not keep items order
Antoine Dechaume
- [New-bugs-announce] [issue16277] Objects/longobject.c not compiled without long long
Serhiy Storchaka
- [New-bugs-announce] [issue16278] os.rename documentation slightly inaccurate
David Benjamin
- [New-bugs-announce] [issue16279] namedtuple should compare equality with field names taken into account
Julian Berman
- [New-bugs-announce] [issue16280] Inconsistency with PyLong_FromVoidPtr() and PyLong_AsVoidPtr()
Serhiy Storchaka
- [New-bugs-announce] [issue16281] TODO in tailmatch(): it does not support backward in all cases
STINNER Victor
- [New-bugs-announce] [issue16282] The Python Tutorial the previous link needs updating
Mark Lawrence
- [New-bugs-announce] [issue16283] ctypes.util.find_library does not find all DLLs anymore
Marcus von Appen
- [New-bugs-announce] [issue16284] concurrent.futures ThreadPoolExecutor keeps unnecessary references to worker functions.
Mark Dickinson
- [New-bugs-announce] [issue16285] Erroneously encoding tilde to %7e in quote
Matteo Parrucci
- [New-bugs-announce] [issue16286] Optimize a==b and a!=b for bytes and str
STINNER Victor
- [New-bugs-announce] [issue16287] Sporadic test_utime() failures on Solaris
Trent Nelson
- [New-bugs-announce] [issue16288] TextTestResult uses TestCase.__str__() which isn't customisable (vs id() or shortDescription())
Robert Collins
- [New-bugs-announce] [issue16289] Update devguide for 3.4
Ned Deily
- [New-bugs-announce] [issue16290] PyComplex_AsCComplex should allow __complex__ to return float.
Mark Dickinson
- [New-bugs-announce] [issue16291] Fix some general cross compile issues and some darwin specific ones. Tested with build=linux, host=darwin
Ray Donnelly
- [New-bugs-announce] [issue16292] Cross compilation fixes (general)
Ray Donnelly
- [New-bugs-announce] [issue16293] curses.ungetch raises OverflowError when given -1
Julian Berman
- [New-bugs-announce] [issue16294] 8 space indent in tutorial
Yongzhi Pan
- [New-bugs-announce] [issue16295] With VS2010 the select extension links against wsock32 instead of ws2_32
Richard Oudkerk
- [New-bugs-announce] [issue16296] Patch to fix building on Win32/64 under VS 2010
Silverback Networks
- [New-bugs-announce] [issue16297] csv.DictReader
tb
- [New-bugs-announce] [issue16298] httplib.HTTPResponse.read could potentially leave the socket opened forever
Eran Rundstein
- [New-bugs-announce] [issue16299] __build__ as a temp build directory for setup.py
anatoly techtonik
- [New-bugs-announce] [issue16300] Windows raises ValueError for file:///file/not/exists instead of URLError
Senthil Kumaran
- [New-bugs-announce] [issue16301] localhost() and thishost() in urllib/request.py
Senthil Kumaran
- [New-bugs-announce] [issue16302] Fix ResourceWarning in Lib/test/test_urllib.py
Berker Peksag
- [New-bugs-announce] [issue16303] typo in error message in pstats.py
Vladimir Rutsky
- [New-bugs-announce] [issue16304] re: Match Objects always have a boolean value of True
Vladimir Rutsky
- [New-bugs-announce] [issue16305] possible segfault in math.factorial
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue16306] Multiple error line for unknown command line parameter
Thiébaud Weksteen
- [New-bugs-announce] [issue16307] multiprocess.pool.map_async callables not working
Bbb
- [New-bugs-announce] [issue16308] Undocumented (?) behaviour change in argparse from 3.2.3 to 3.3.0
telmich
- [New-bugs-announce] [issue16309] "PYTHONPATH=" different from no PYTHONPATH at all
Armin Rigo
- [New-bugs-announce] [issue16310] zipfile: allow surrogates in filenames
Stefan Holek
- [New-bugs-announce] [issue16311] Use _PyUnicodeWriter API in text decoders
STINNER Victor
- [New-bugs-announce] [issue16312] New command line option supported by unittest.main() for running initialization code before tests
Piotr Dobrogost
- [New-bugs-announce] [issue16313] Support xz compression in shutil module
Serhiy Storchaka
- [New-bugs-announce] [issue16314] Support xz compression in distutils
Serhiy Storchaka
- [New-bugs-announce] [issue16315] Support xz compression in Mac buil script
Serhiy Storchaka
- [New-bugs-announce] [issue16316] Support xz compression in mimetypes module
Serhiy Storchaka
- [New-bugs-announce] [issue16317] Mention lzma module in tutorial
Serhiy Storchaka
- [New-bugs-announce] [issue16318] FTP_TLS in ftplib not supporting prot_p storlines in FTP7.5
Jeremy Brock
- [New-bugs-announce] [issue16319] optional comma inside function argument list triggers syntax error
Inyeol Lee
- [New-bugs-announce] [issue16320] Establish order in bytes/string dependencies
Serhiy Storchaka
- [New-bugs-announce] [issue16321] Move eq.h out of stringlib
Serhiy Storchaka
- [New-bugs-announce] [issue16322] time.tzname on Python 3.3.0 for Windows is decoded by wrong encoding
Masami HIRATA
- [New-bugs-announce] [issue16323] Wrong C API documentation for locale encoding
Serhiy Storchaka
- [New-bugs-announce] [issue16324] MIMEText __init__ does not support Charset instance
Claude Paroz
- [New-bugs-announce] [issue16325] PEP 8 refers to reference to PEP 8
Serhiy Storchaka
- [New-bugs-announce] [issue16326] distutils build_ext fails to set library_dirs in 2.7.2 on Linux
Andy Salnikov
- [New-bugs-announce] [issue16327] subprocess.Popen leaks file descriptors on os.fork() failure
Mark Gius
- [New-bugs-announce] [issue16328] win_add2path.py sets wrong user path
Emil Styrke
- [New-bugs-announce] [issue16329] mimetypes does not support webm type
Giampaolo Rodola'
- [New-bugs-announce] [issue16330] Use surrogate-related macros
Serhiy Storchaka
- [New-bugs-announce] [issue16331] Add a version switcher to python docs site
Yury Selivanov
- [New-bugs-announce] [issue16332] Use new exception handling syntax in Subprocess documentation
Berker Peksag
- [New-bugs-announce] [issue16333] Trailing whitespace in json dump when using indent
Zach Mathew
- [New-bugs-announce] [issue16334] Faster unicode-escape and raw-unicode-escape codecs
Serhiy Storchaka
- [New-bugs-announce] [issue16335] Integer overflow in unicode-escape decoder
Serhiy Storchaka
- [New-bugs-announce] [issue16336] Check input in surrogatepass error handler
Serhiy Storchaka
- [New-bugs-announce] [issue16337] typo in documentation regarding "Bytearray Objects", chapter 4.8.2
Winfried Plappert
- [New-bugs-announce] [issue16338] pysnmp/asyncore - timeout ineffective?
Trenton Craig
- [New-bugs-announce] [issue16339] Document "exec(stmt, global_dict, local_dict)" form in Python 2?
Mark Dickinson
- [New-bugs-announce] [issue16340] Error: 'utf-8' codec can't decode byte 0x9e in position 0: invalid start byte
Konstantin Zemlyak
- [New-bugs-announce] [issue16341] In examples, "except:" should use new syntax
Jesús Cea Avión
- [New-bugs-announce] [issue16342] setup.py not compiling with NDEBUG in non-debug builds
Brett Cannon
- [New-bugs-announce] [issue16343] PyUnicode_FromFormatV() doesn't support utf-8 text
Mariano Reingart
- [New-bugs-announce] [issue16344] Traceback Internationalization Proposal
Mariano Reingart
- [New-bugs-announce] [issue16345] dict.fromkeys() assumes 'self' is empty
Armin Rigo
- [New-bugs-announce] [issue16346] readline problem
Mathieu Dutour Sikiric
- [New-bugs-announce] [issue16347] configure.ac patch
Antonio Cavallo
- [New-bugs-announce] [issue16348] Decimal.remainder_near documentation incorrect.
Mark Dickinson
- [New-bugs-announce] [issue16349] Document whether it's safe to use bytes for struct format string
Thomas Kluyver
- [New-bugs-announce] [issue16350] zlib.Decompress.decompress() after EOF discards existing value of unused_data
Nadeem Vawda
- [New-bugs-announce] [issue16351] Add a function to get GC statistics
Antoine Pitrou
- [New-bugs-announce] [issue16352] Error call
James Lu
- [New-bugs-announce] [issue16353] add function to os module for getting path to default shell
Chris Jerdonek
- [New-bugs-announce] [issue16354] Remember python version choice on docs.python.org
Wichert Akkerman
- [New-bugs-announce] [issue16355] inspect.getcomments() does not work in the interactive shell
Marco Buttu
- [New-bugs-announce] [issue16356] cjson dose not decode \/ properly
Richard Delorenzi
- [New-bugs-announce] [issue16357] SSLSocket created from SSLContext.wrap_socket doesn't include cert/keyfile
Jeff McNeil
- [New-bugs-announce] [issue16358] Enhancement for mmap_read: Consistency with standard file read
Elwyn Davies
- [New-bugs-announce] [issue16359] can't print figures 08 and 09
jose gregorio fernandez trincado
- [New-bugs-announce] [issue16360] argparse: comma in metavar causes assertion failure when formatting long usage message
Ben Gamari
- [New-bugs-announce] [issue16361] HTTPS/TLS Problem in Python 3.3
Phil
- [New-bugs-announce] [issue16362] _LegalCharsPatt in cookies.py includes illegal characters
Simon Blanchard
- [New-bugs-announce] [issue16363] super cannot invoke descriptors
Ronny Pfannschmidt
- [New-bugs-announce] [issue16364] datetime.strftime and locale.getdefaultlocale conflict on Windows ?
jamesf
- [New-bugs-announce] [issue16365] IDLE for Windows 8
Abhijeet Joshi
- [New-bugs-announce] [issue16366] _handleError not very informative
Antoine Pitrou
- [New-bugs-announce] [issue16367] io.FileIO.readall() is not 64-bit safe on Windows
STINNER Victor
- [New-bugs-announce] [issue16368] error when logging message
Tom Kuiper
- [New-bugs-announce] [issue16369] Global PyTypeObjects not initialized with PyType_Ready(...)
Bradley Froehle
- [New-bugs-announce] [issue16370] Regarding embedding Python in Another Application
Andrew Svetlov
- [New-bugs-announce] [issue16371] typo in ctypes
George Yoshida
- [New-bugs-announce] [issue16372] Initialization strange behavior
Wojciech Danilo
- [New-bugs-announce] [issue16373] Recursion error comparing set() and MutableMapping.keys()
Nick Coghlan
- [New-bugs-announce] [issue16374] ConfigParser: Passing a semicolon as a value
Daniel Gordon
- [New-bugs-announce] [issue16375] Warning in Parser/grammar1.c
Serhiy Storchaka
- [New-bugs-announce] [issue16376] wrong type for wintypes.BYTE
anatoly techtonik
- [New-bugs-announce] [issue16377] Fix bisect unittest
Yury Selivanov
Last message date:
Wed Oct 31 21:31:30 CET 2012
Archived on: Wed Oct 31 21:31:31 CET 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).