September 2012 Archives by thread
Starting: Sat Sep 1 00:27:20 CEST 2012
Ending: Sun Sep 30 20:34:11 CEST 2012
Messages: 263
- [New-bugs-announce] [issue15834] 2to3 benchmark not working under Python 3
Brett Cannon
- [New-bugs-announce] [issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX
Trent Nelson
- [New-bugs-announce] [issue15836] unittest assertRaises should verify excClass is actually a BaseException class
Daniel Wagner-Hall
- [New-bugs-announce] [issue15837] Added test to test_random.py testing Random.shuffle
Alessandro Moura
- [New-bugs-announce] [issue15838] make install tries to create lib2to3 grammar pickles in source directory
Ned Deily
- [New-bugs-announce] [issue15839] SystemError raised by super() should be NameError or RuntimeError
Ramchandra Apte
- [New-bugs-announce] [issue15840] Ambiguity with regard to the effect of accessing a closed IOBase instance
Alexander Konovalenko
- [New-bugs-announce] [issue15841] Some StringIO and BytesIO methods can succeed after close
Antoine Pitrou
- [New-bugs-announce] [issue15842] Some SocketIO methods can succeed after close()
Antoine Pitrou
- [New-bugs-announce] [issue15843] aifc.open expects only str or file pointer
Alastair Porter
- [New-bugs-announce] [issue15844] weird import errors
Daniel Swanson
- [New-bugs-announce] [issue15845] Fixing some byte-to-string conversion warnings
Alessandro Moura
- [New-bugs-announce] [issue15846] literal_eval raises SystemError instead of SyntaxError, because of illegal escape sequence
David Halter
- [New-bugs-announce] [issue15847] parse_args stopped accepting tuples
Zbyszek Jędrzejewski-Szmek
- [New-bugs-announce] [issue15848] PEP 3121, 384 Refactoring applied to xxsubtype module
Robin Schreiber
- [New-bugs-announce] [issue15849] PEP 3121, 384 Refactoring applied to xx module
Robin Schreiber
- [New-bugs-announce] [issue15850] list.count() results wrong if both booleans & 1's/0's are present in the list
Varun Masuraha
- [New-bugs-announce] [issue15851] Lib/robotparser.py doesn't accept setting a user agent string, instead it uses the default.
Eduardo A. Bustamante López
- [New-bugs-announce] [issue15852] typos in curses argument error messages
Chris Jerdonek
- [New-bugs-announce] [issue15853] Idle "quit unexpectedly" w/ attempted edit of preferences
David Pietz
- [New-bugs-announce] [issue15854] curses test_curses test_unget_wch
Chris Jerdonek
- [New-bugs-announce] [issue15855] memoryview methods are missing docstrings
Alexander Belopolsky
- [New-bugs-announce] [issue15856] inspect.getsource(SomeClass) doesn't show @decorators
Thomas Kluyver
- [New-bugs-announce] [issue15857] memoryview of a ctypes struct has incompatible invalid format
Alexander Belopolsky
- [New-bugs-announce] [issue15858] tarfile missing entries due to omitted uid/gid fields
Tom Lynn
- [New-bugs-announce] [issue15859] PyUnicode_EncodeFSDefault win32 inconsistancy.
Campbell Barton
- [New-bugs-announce] [issue15860] Use TestCase assertion methods in unittest.mock.assert* to make them easier to read
Julian Berman
- [New-bugs-announce] [issue15861] ttk.Treeview "unmatched open brace in list"
Bryan Oakley
- [New-bugs-announce] [issue15862] IDLE not working when due to wrong Hard Drive point of os.path.expanduser
Cemal Duman
- [New-bugs-announce] [issue15863] Fine-grained info about Python versions which support changes introduced in micro releases
Alexander Konovalenko
- [New-bugs-announce] [issue15864] Package cache doesn't cache packages with overlapping sys.path entries
Daniel Wagner-Hall
- [New-bugs-announce] [issue15865] reflect bare star * in function signature documentation
Chris Jerdonek
- [New-bugs-announce] [issue15866] encode(..., 'xmlcharrefreplace') produces entities for surrogate pairs
Wim
- [New-bugs-announce] [issue15867] It's hard to decypher how to build off of the provided objects from the importlib docs
Julian Berman
- [New-bugs-announce] [issue15868] leak in bytesio.c
Stefan Krah
- [New-bugs-announce] [issue15869] Include .desktop file and icon
Dominik George
- [New-bugs-announce] [issue15870] PyType_FromSpec should take metaclass as an argument
Alexander Belopolsky
- [New-bugs-announce] [issue15871] Online docs: make index search always available.
Terry J. Reedy
- [New-bugs-announce] [issue15872] shutil.rmtree(..., ignore_errors=True) doesn't ignore all errors
Jakub Wilk
- [New-bugs-announce] [issue15873] "datetime" cannot parse ISO 8601 dates and times
John Nagle
- [New-bugs-announce] [issue15874] argparse cannot parse bash variable arguments in file-given arguments
Nat Hillard
- [New-bugs-announce] [issue15875] tarfile may not make @LongLink for non-ascii character
Manuke
- [New-bugs-announce] [issue15876] test_curses refleak
Ross Lagerwall
- [New-bugs-announce] [issue15877] xml.dom.minidom cannot parse ISO-2022-JP
Dan Callaghan
- [New-bugs-announce] [issue15878] struct long type size
Сергей Ковба
- [New-bugs-announce] [issue15879] set.__or__, __and__, etc create subclass types, but ignore __new__
Jon Obermark
- [New-bugs-announce] [issue15880] os.path.split() and long UNC names
Kalle Rutanen
- [New-bugs-announce] [issue15881] multiprocessing 'NoneType' object is not callable
Chris McDonough
- [New-bugs-announce] [issue15882] _decimal.Decimal constructed from tuple
Aaron
- [New-bugs-announce] [issue15883] Add Py_errno to work around multiple CRT issue
Christian Heimes
- [New-bugs-announce] [issue15884] PEP 3121, 384 Refactoring applied to ctypes module
Alexander Belopolsky
- [New-bugs-announce] [issue15885] @staticmethod __getattr__ doesn't work
Albert Zeyer
- [New-bugs-announce] [issue15886] Doc: same word iteration
Masato HASHIMOTO
- [New-bugs-announce] [issue15887] urlencode should accept generators or two elements tuples
Simonas Kazlauskas
- [New-bugs-announce] [issue15888] ipaddress HOWTO examples have some errors
Chris Jerdonek
- [New-bugs-announce] [issue15889] regrtest --start option raises AttributeError in many scenarios
Chris Jerdonek
- [New-bugs-announce] [issue15890] lib2to3 pickles created with wrong permissions
Tomi Pieviläinen
- [New-bugs-announce] [issue15891] A public facing API for __unittest = True
Julian Berman
- [New-bugs-announce] [issue15892] _PyImport_GetDynLoadFunc() doesn't check return value of fstat()
Christian Heimes
- [New-bugs-announce] [issue15893] Py_FrozenMain() resource leak and missing malloc checks
Christian Heimes
- [New-bugs-announce] [issue15894] _PyImport_ReInitLock() doesn't check return value of PyThread_acquire_lock
Christian Heimes
- [New-bugs-announce] [issue15895] PyRun_SimpleFileExFlags() can leak a FILE pointer
Christian Heimes
- [New-bugs-announce] [issue15896] Sporadic EINVAL in nonblocking pipe os.read when forked child fails on Mac OS
Vitaly
- [New-bugs-announce] [issue15897] zipimport.c doesn't check return value of fseek()
Christian Heimes
- [New-bugs-announce] [issue15898] OSX TTY bug
Andrew Moffat
- [New-bugs-announce] [issue15899] howto/unicode.rst doctest corrections
Chris Jerdonek
- [New-bugs-announce] [issue15900] Memory leak in PyUnicode_TranslateCharmap()
Christian Heimes
- [New-bugs-announce] [issue15901] multiprocessing sharedctypes Array don't accept strings
Simon R
- [New-bugs-announce] [issue15902] imp.load_module won't accept None for the file argument for a C extension
Paul Moore
- [New-bugs-announce] [issue15903] Make rawiobase_read() read directly to bytes object
Richard Oudkerk
- [New-bugs-announce] [issue15904] file, close() can fail assert on Windows in 2.7
Richard Oudkerk
- [New-bugs-announce] [issue15905] Copy to fixed size buffer w/o check in sys_update_path
Christian Heimes
- [New-bugs-announce] [issue15906] argparse add_argument() confusing behavior when type=str, default=[], action='append'
Barry A. Warsaw
- [New-bugs-announce] [issue15907] move doctest test-data files into a subdirectory of Lib/test
Chris Jerdonek
- [New-bugs-announce] [issue15908] SHA1 crashes in 64 bits when the string to hash is
Jesús Cea Avión
- [New-bugs-announce] [issue15909] test_mmap failure on Windows buildbots
Stefan Krah
- [New-bugs-announce] [issue15910] MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes
Jesús Cea Avión
- [New-bugs-announce] [issue15911] Debugging import problems is hard
Jean-Paul Calderone
- [New-bugs-announce] [issue15912] Intermittent import failure
Jean-Paul Calderone
- [New-bugs-announce] [issue15913] PyBuffer_SizeFromFormat is missing
Ellery Newcomer
- [New-bugs-announce] [issue15914] multiprocessing.SyncManager connection hang
Sean B. Palmer
- [New-bugs-announce] [issue15915] array.array does not support the buffer interface
Ellery Newcomer
- [New-bugs-announce] [issue15916] change doctest DocTestSuite not to raise ValueError if no docstrings
Chris Jerdonek
- [New-bugs-announce] [issue15917] hg hook to detect unmerged changesets
Ezio Melotti
- [New-bugs-announce] [issue15918] subprocess.Popen reads errpipe_read incorrectly, can result in short read
Vitaly
- [New-bugs-announce] [issue15919] hg.python.org: log page entries don't always link to revision
Chris Jerdonek
- [New-bugs-announce] [issue15920] make howto/regex.rst doctests pass
Chris Jerdonek
- [New-bugs-announce] [issue15921] select module uses uninitialized value "tv.tv_usec"
Christian Heimes
- [New-bugs-announce] [issue15922] make howto/urllib2.rst doctests pass
Chris Jerdonek
- [New-bugs-announce] [issue15923] Building from a fresh clone breaks on Parser/asdl_c.py
Barry A. Warsaw
- [New-bugs-announce] [issue15924] 404 link on Python about page
Joshua Landau
- [New-bugs-announce] [issue15925] email.utils.parsedate(), email.utils.parsedate_tz() and email.utils.parsedate_to_datetime() should return None when date cannot be parsed
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue15926] Segmentation fault after multiple reinitializations
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue15927] cvs.reader does not support escaped newline when quoting=cvs.QUOTE_NONE
Kalon Mills
- [New-bugs-announce] [issue15928] Open url with proxy causes TypeError
zhang kai
- [New-bugs-announce] [issue15929] argparse non alphanum characters replacement
Julien Castets
- [New-bugs-announce] [issue15930] buffer overrun in wcstombs_errorpos()
Christian Heimes
- [New-bugs-announce] [issue15931] inspect.findsource fails after directory change
Gabor Kovacs
- [New-bugs-announce] [issue15932] files in the csv documentation's examples are not closed
berdario
- [New-bugs-announce] [issue15933] flaky test in test_datetime
Antoine Pitrou
- [New-bugs-announce] [issue15934] flaky test in test_ftplib
Antoine Pitrou
- [New-bugs-announce] [issue15935] clarify argparse docs re: add_argument() type and default arguments
Chris Jerdonek
- [New-bugs-announce] [issue15936] Add link from os.urandom to random.SystemRandom
Jacek Bzdak
- [New-bugs-announce] [issue15937] Assertion failure (C:\Delphi\progs32\Python\PythonIDE\cPyRemoteDebugger.pas, line 1175).
Cioroianu Nicolin
- [New-bugs-announce] [issue15938] expose way to count examples in doctest.DocFileSuite()
Chris Jerdonek
- [New-bugs-announce] [issue15939] make *.rst files in Doc/ parseable by doctest
Chris Jerdonek
- [New-bugs-announce] [issue15940] Time module: effect of locale
Terry J. Reedy
- [New-bugs-announce] [issue15941] Time module: effect of time.timezone change
Terry J. Reedy
- [New-bugs-announce] [issue15942] Time representation for Windows incorrect when BIOS clock set to localtime when calling time.localtime()
Garrett Cooper
- [New-bugs-announce] [issue15943] urllib2 always sends header connection: close
Santiago Velasco
- [New-bugs-announce] [issue15944] memoryviews and ctypes
David Beazley
- [New-bugs-announce] [issue15945] memoryview + bytes fails
Jean-Paul Calderone
- [New-bugs-announce] [issue15946] Windows 8 x64 - IO-Error
Christian Mikula
- [New-bugs-announce] [issue15947] Assigning new values to instance of pointer types does not check validity
Facundo Batista
- [New-bugs-announce] [issue15948] Unchecked return value of I/O functions
Christian Heimes
- [New-bugs-announce] [issue15949] docs.python.org not getting updated
Chris Jerdonek
- [New-bugs-announce] [issue15950] open() should not accept bool argument
Lars Gustäbel
- [New-bugs-announce] [issue15951] string.Formatter returns str for empty unicode template
Aleksey Sivokon
- [New-bugs-announce] [issue15952] format(value) and value.__format__() behave differently with unicode format
Chris Jerdonek
- [New-bugs-announce] [issue15953] Incorrect some fields declaration in the PyTypeObject documentation
Serhiy Storchaka
- [New-bugs-announce] [issue15954] No error checking after using of the wcsxfrm()
Serhiy Storchaka
- [New-bugs-announce] [issue15955] gzip, bz2, lzma: add method to get decompressed size
Christian Heimes
- [New-bugs-announce] [issue15956] backreference to named group does not work
Steve Newcomb
- [New-bugs-announce] [issue15957] README.txt points to broken "contributing" url in python wiki
Cliff Dyer
- [New-bugs-announce] [issue15958] bytes.join() should allow arbitrary buffer objects
Antoine Pitrou
- [New-bugs-announce] [issue15959] Declaration mismatch of quick integer allocation counters
Serhiy Storchaka
- [New-bugs-announce] [issue15960] logging.shutdown should cope with IO errors from handler.release methods
Nick Coghlan
- [New-bugs-announce] [issue15961] Missing return value in ``system_message``
Malthe Borch
- [New-bugs-announce] [issue15962] Windows STDIN/STDOUT Redirection is actually FIXED
Nacsa Kristóf
- [New-bugs-announce] [issue15963] Improve ./configure's support for 32/64-bit debug|release|profiled builds w/ vendor (non-gcc) compilers on proprietary UNIX systems (Solaris/HP-UX/AIX et al).
Trent Nelson
- [New-bugs-announce] [issue15964] SyntaxError in asdl when building 2.7 with system Python 3
Chris Jerdonek
- [New-bugs-announce] [issue15965] AT_FDCWD is 0xffd19553 on Solaris 10, resulting in compiler warnings.
Trent Nelson
- [New-bugs-announce] [issue15966] concurrent.futures: Executor.submit keyword arguments may not be called 'fn' (or 'self')
Mark Dickinson
- [New-bugs-announce] [issue15967] Slaves don't seem to clean up their /tmp mess if a step fails.
Trent Nelson
- [New-bugs-announce] [issue15968] Incorporate Tcl/Tk/Tix into the Windows build process
Jeremy Kloth
- [New-bugs-announce] [issue15969] faulthandler: drop S from dump_tracebacks_later() function name to have consistent names
STINNER Victor
- [New-bugs-announce] [issue15970] ElementTree HTML serialization incorrect for <meta>, <param>
Joshua Biagio
- [New-bugs-announce] [issue15971] Sporadic failure in test_dump_tracebacks_later_file (test_faulthandler)
Ezio Melotti
- [New-bugs-announce] [issue15972] wrong error message for os.path.getsize
John Taylor
- [New-bugs-announce] [issue15973] Segmentation fault on timezone comparison
Lance Helsten
- [New-bugs-announce] [issue15974] Optional compact and colored output for regrest
Brett Cannon
- [New-bugs-announce] [issue15975] Allow multiplying timedelta by Decimal
Ram Rachum
- [New-bugs-announce] [issue15976] Inconsistent behavior of search_for_exec_prefix() results in startup failure in certain cases
Evangelos Foutras
- [New-bugs-announce] [issue15977] Memory leak in _ssl.c
Daniel Sommermann
- [New-bugs-announce] [issue15978] asyncore: included batteries don't fit
chrysn
- [New-bugs-announce] [issue15979] Improve timeit documentation
Ezio Melotti
- [New-bugs-announce] [issue15980] Non-escaped '\n' in docstrings
Serhiy Storchaka
- [New-bugs-announce] [issue15981] improve documentation of __hash__
Max
- [New-bugs-announce] [issue15982] asyncore.dispatcher does not handle windows socket error code correctly (namely WSAEWOULDBLOCK 10035)
Nicolai Ehemann
- [New-bugs-announce] [issue15983] multiprocessing JoinableQueue's join function with timeout
Karl Bicker
- [New-bugs-announce] [issue15984] Wrong documentation for PyUnicode_FromObject()
Serhiy Storchaka
- [New-bugs-announce] [issue15985] round() has wrong argument names
Chris Jerdonek
- [New-bugs-announce] [issue15986] memoryview: expose 'buf' attribute
Stefan Krah
- [New-bugs-announce] [issue15987] Provide a way to compare AST nodes for equality recursively
Julian Berman
- [New-bugs-announce] [issue15988] Inconsistency in overflow error messages of integer argument
Serhiy Storchaka
- [New-bugs-announce] [issue15989] Possible integer overflow of PyLong_AsLong() results
Serhiy Storchaka
- [New-bugs-announce] [issue15990] solidify argument/parameter terminology
Chris Jerdonek
- [New-bugs-announce] [issue15991] BaseHTTPServer with ThreadingMixIn serving wrong data sometimes
Mikhail Afanasyev
- [New-bugs-announce] [issue15992] Strict aliasing violations in Objects/unicodeobject.c
Mark Dickinson
- [New-bugs-announce] [issue15993] Windows: 3.3.0-rc2.msi: test_buffer fails
Stefan Krah
- [New-bugs-announce] [issue15994] memoryview to freed memory can cause segfault
Richard Oudkerk
- [New-bugs-announce] [issue15995] Windows: 3.3.0-rc2.msi: test_lzma fails
Stefan Krah
- [New-bugs-announce] [issue15996] pow() for complex numbers is rough around the edges
mattip
- [New-bugs-announce] [issue15997] NotImplemented needs to be documented
Max
- [New-bugs-announce] [issue15998] Python GUI idle not working
Sreenivas
- [New-bugs-announce] [issue15999] Using new 'bool' format character
Serhiy Storchaka
- [New-bugs-announce] [issue16000] test_curses should use unittest
Chris Jerdonek
- [New-bugs-announce] [issue16001] small ints: cache string representation
STINNER Victor
- [New-bugs-announce] [issue16002] AIX buildbot compile errors
Stefan Krah
- [New-bugs-announce] [issue16003] thread_PyThread_start_new_thread fails with a generic error
Kristján Valur Jónsson
- [New-bugs-announce] [issue16004] Add `make touch` to 2.7 Makefile
Chris Jerdonek
- [New-bugs-announce] [issue16005] smtplib.SMTP().sendmail() and rset()
DDarko
- [New-bugs-announce] [issue16006] Spelling mistake in PEP 213
Ramchandra Apte
- [New-bugs-announce] [issue16007] Improved Error message for failing re expressions
Ling Li
- [New-bugs-announce] [issue16008] [OS bug] DragonFly buildbot locale failures
Stefan Krah
- [New-bugs-announce] [issue16009] Json not handling errors correctly
Luka Rahne
- [New-bugs-announce] [issue16010] Some Unicode in identifiers improperly rejected
Joshua Landau
- [New-bugs-announce] [issue16011] "in" should be consistent with return value of __contains__
Neal Parikh
- [New-bugs-announce] [issue16012] pyexpat: Argument for UseForeignDTD should be optional
Erich Seifert
- [New-bugs-announce] [issue16013] small csv reader bug
Armin Rigo
- [New-bugs-announce] [issue16014] Incomplete link in docs
Ramchandra Apte
- [New-bugs-announce] [issue16015] Incorrect startup header in tutorial
Ramchandra Apte
- [New-bugs-announce] [issue16016] Maybe make one author in ipaddress HOWTO
Ramchandra Apte
- [New-bugs-announce] [issue16017] "urls" should be capital in tutorial
Ramchandra Apte
- [New-bugs-announce] [issue16018] Impossible ... line in tutorial
Ramchandra Apte
- [New-bugs-announce] [issue16019] Python highlighting in tutorial; should be text highlighting
Ramchandra Apte
- [New-bugs-announce] [issue16020] Missing >>> in Python code example
Ramchandra Apte
- [New-bugs-announce] [issue16021] In a table in PEP 235, brrrrrrrr should be N/A
Ramchandra Apte
- [New-bugs-announce] [issue16022] Mistake in "What's New in Python 3.3"
Ramchandra Apte
- [New-bugs-announce] [issue16023] IDLE froze when typing ctrl-shift-5
Zellmeyer
- [New-bugs-announce] [issue16024] Doc cleanup regarding path=fd, dir_fd, follow_symlinks, etc
Larry Hastings
- [New-bugs-announce] [issue16025] Minor corrections to the zipfile documentation
Serhiy Storchaka
- [New-bugs-announce] [issue16026] csv.DictReader argument names documented incorrectly
Peter Eisentraut
- [New-bugs-announce] [issue16027] pkgutil doesn't support frozen modules
Marc-Andre Lemburg
- [New-bugs-announce] [issue16028] break in finally discards exception
Erik Allik
- [New-bugs-announce] [issue16029] pickle.dumps(xrange(sys.maxsize)) produces xrange(0)
akira
- [New-bugs-announce] [issue16030] xrange repr broken for large arguments
Mark Dickinson
- [New-bugs-announce] [issue16031] relative import headaches
James Hutchison
- [New-bugs-announce] [issue16032] IDLE 3.2 is crashing multiple times
Omanand Jha Vatsa
- [New-bugs-announce] [issue16033] IDLE crashes when debugging and saving
jimbo1qaz
- [New-bugs-announce] [issue16034] bz2 module appears slower in Python 3.x versus Python 2.x
Victor Hooi
- [New-bugs-announce] [issue16035] Segmentation fault in test suite of apsw
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue16036] simplify int() signature docs
Chris Jerdonek
- [New-bugs-announce] [issue16037] httplib: header parsing is not delimited
Christian Heimes
- [New-bugs-announce] [issue16038] ftplib: unlimited readline() from connection
Christian Heimes
- [New-bugs-announce] [issue16039] imaplib: unlimited readline() from connection
Christian Heimes
- [New-bugs-announce] [issue16040] nntplib: unlimited readline() from connection
Christian Heimes
- [New-bugs-announce] [issue16041] poplib: unlimited readline() from connection
Christian Heimes
- [New-bugs-announce] [issue16042] smtplib: unlimited readline() from connection
Christian Heimes
- [New-bugs-announce] [issue16043] xmlrpc: gzip_decode has unlimited read()
Christian Heimes
- [New-bugs-announce] [issue16044] xml.etree.ElementTree.Element: append method iterator param is broken
kirpit
- [New-bugs-announce] [issue16045] create some unit tests for built-in int()
Chris Jerdonek
- [New-bugs-announce] [issue16046] python -O does not find *.pyo files
Marco Buttu
- [New-bugs-announce] [issue16047] Tools/freeze no longer works in Python 3
Marc-Andre Lemburg
- [New-bugs-announce] [issue16048] Tutorial-classes-remarks: replace paragragh
Terry J. Reedy
- [New-bugs-announce] [issue16049] Create abstract base classes by inheritance rather than a direct invocation of __metaclass__
Raymond Hettinger
- [New-bugs-announce] [issue16050] ctypes: callback from C++ to Python fails with Illegal Instruction call
Pavel Maltsev
- [New-bugs-announce] [issue16051] Documentation missing pipes.quote()
Barry Morrison
- [New-bugs-announce] [issue16052] Typo in "What's new in 3.3"
Lars Buitinck
- [New-bugs-announce] [issue16053] "strict" parameter is not documented in csv module
Serhiy Storchaka
- [New-bugs-announce] [issue16054] Preferences Crashes on click
Fredy
- [New-bugs-announce] [issue16055] incorrect error text for int(base=1000, x='1')
Chris Jerdonek
- [New-bugs-announce] [issue16056] shadowed test names in std lib regression tests
Xavier de Gaye
- [New-bugs-announce] [issue16057] Subclasses of JSONEncoder should not be insturcted to call JSONEncoder.decode
Justin Lebar
- [New-bugs-announce] [issue16058] ConfigParser no longer deepcopy compatible in 2.7
Robert Collins
- [New-bugs-announce] [issue16059] Serialize MD5 computation-state and resume later
Ye Yuan
- [New-bugs-announce] [issue16060] Double decref and dereferencing after decref in int()
Serhiy Storchaka
- [New-bugs-announce] [issue16061] performance regression in string replace for 3.3
Mark Lawrence
- [New-bugs-announce] [issue16062] Socket closed prematurely in httplib for https
ABR
- [New-bugs-announce] [issue16063] HMAC trans_5C is a string, causing a TypeError
Adam Glenn
- [New-bugs-announce] [issue16064] unittest -m claims executable is "python", not "python3"
Larry Hastings
- [New-bugs-announce] [issue16065] Python/distutils setup.py: passing --prefix / makes --root ignored
Ron Hubbard
- [New-bugs-announce] [issue16066] Truncated POST data in CGI script on Windows 7
Alexander Martin
- [New-bugs-announce] [issue16067] UAC prompt for installation shows temporary file name
Edward Brey
- [New-bugs-announce] [issue16068] with statement executes type(obj).__exit__ rather than getattr(obj, "__exit__")
Paul Wiseman
- [New-bugs-announce] [issue16069] packaging shows up on docs.python.org/dev
Chris Jerdonek
- [New-bugs-announce] [issue16070] Structure and native Structure (LittleEndianStructure on Windows) supports __slots__, but BigEndianStructure doesn't
HCT
- [New-bugs-announce] [issue16071] fix link to email.message.Message in mailbox docs
Chris Jerdonek
- [New-bugs-announce] [issue16072] fix documentation of string.replace() signature
Chris Jerdonek
- [New-bugs-announce] [issue16073] fix map() statement in list comprehension example
Chris Jerdonek
- [New-bugs-announce] [issue16074] bad error in rename
Glenn Linderman
- [New-bugs-announce] [issue16075] incoming.cia hook error when pushing commits
Chris Jerdonek
- [New-bugs-announce] [issue16076] xml.etree.ElementTree.Element is no longer pickleable
Einar Fløystad Dørum
- [New-bugs-announce] [issue16077] fix code example in docs for built-in reduce()
Chris Jerdonek
- [New-bugs-announce] [issue16078] Calendar.leapdays(y1,y2) bug
Sasa Banjac
- [New-bugs-announce] [issue16079] list duplicate test names with patchcheck
Xavier de Gaye
- [New-bugs-announce] [issue16080] test_decimal causes other tests to fail with LC_ALL=fr_FR
Manuel Pégourié-Gonnard
- [New-bugs-announce] [issue16081] Fix compile warnings in thread_pthread.h
Brian Brazil
- [New-bugs-announce] [issue16082] xml.etree.ElementTree.tostringlist does conform to it's documentation
Einar Fløystad Dørum
- [New-bugs-announce] [issue16083] HTTPServer does not correctly handle bad headers
Michele Orrù
- [New-bugs-announce] [issue16084] couple of code examples not highlighted in "What's new in Python 3"
Ramchandra Apte
- [New-bugs-announce] [issue16085] Minor config parser doc change
Mark Lawrence
- [New-bugs-announce] [issue16086] tp_flags: Undefined behaviour with 32 bits long
STINNER Victor
- [New-bugs-announce] [issue16087] How to open a csv file in universal new line mode?
Kason
- [New-bugs-announce] [issue16088] http.server's send_error could set the content-length of the error body
Antoine Pitrou
- [New-bugs-announce] [issue16089] _elementtree causes segfault in GC
Christian Heimes
- [New-bugs-announce] [issue16090] but is needed somewhere in http://www.python.org/dev/peps/pep-3138/
Ramchandra Apte
- [New-bugs-announce] [issue16091] changing sidebar links in http://docs.python.org/
Ramchandra Apte
- [New-bugs-announce] [issue16092] test_recursion_limit in test_threading fails on Mac OS X in 3.2
Chris Jerdonek
- [New-bugs-announce] [issue16093] Documentation: links to 3.3
Stefan Krah
- [New-bugs-announce] [issue16094] Tuple extraction in lambda isn't supported with more than one argument
GlitchMr
- [New-bugs-announce] [issue16095] urllib2 failing with squid proxy and digest authentication
Pietro Battiston
- [New-bugs-announce] [issue16096] Get rid of dangerous integer overflow tricks
Serhiy Storchaka
Last message date:
Sun Sep 30 20:34:11 CEST 2012
Archived on: Sun Sep 30 20:34:13 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).