June 2012 Archives by author
Starting: Fri Jun 1 00:05:14 CEST 2012
Ending: Sat Jun 30 22:09:42 CEST 2012
Messages: 257
- [New-bugs-announce] [issue14982] pkgutil.walk_packages seems to not work properly on Python 3.3a
Marc Abramowitz
- [New-bugs-announce] [issue15195] test_distutils fails when ARCHFLAGS is set on a Mac
Marc Abramowitz
- [New-bugs-announce] [issue15225] Add negative tests for passing str to hmac.HMAC and hmac.new
Marc Abramowitz
- [New-bugs-announce] [issue15018] Incomplete Python LDFLAGS and CPPFLAGS used for extension modules on posix
Marcus von Appen
- [New-bugs-announce] [issue15113] IDLE Shell: delattr(__builtins__, "getattr") causes shell to stop working
Ramchandra Apte
- [New-bugs-announce] [issue15158] Add support for multi-character delimiters in csv
Ramchandra Apte
- [New-bugs-announce] [issue15162] help() says "This is the online help utility." even though it isn't
Ramchandra Apte
- [New-bugs-announce] [issue15201] C argument errors and Python arguments error are different
Ramchandra Apte
- [New-bugs-announce] [issue14988] _elementtree: Raise ImportError when importing of pyexpat fails
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue15212] Rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT in compiler module
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue15157] venvs should include pydoc
Éric Araujo
- [New-bugs-announce] [issue15173] Copyright/licensing statement in new venv module
Éric Araujo
- [New-bugs-announce] [issue14985] os.path.isfile and os.path.isdir inconsistent on OSX Lion
Adrian Bastholm
- [New-bugs-announce] [issue14986] print() fails on latin1 characters on OSX
Adrian Bastholm
- [New-bugs-announce] [issue14977] mailcap does not respect precedence in the presence of wildcards
Emmanuel Beffara
- [New-bugs-announce] [issue15198] multiprocessing Pipe send of non-picklable objects doesn't raise error
Ian Bell
- [New-bugs-announce] [issue15006] Allow equality comparison between naive and aware datetime objects
Alexander Belopolsky
- [New-bugs-announce] [issue15075] XincludeTest failure in test_xml_etree
Eli Bendersky
- [New-bugs-announce] [issue15083] Rewrite ElementTree tests in a cleaner and safer way
Eli Bendersky
- [New-bugs-announce] [issue15023] listextend (and therefore list.extend and list.__init__) peek at len before iter
Julian Berman
- [New-bugs-announce] [issue15037] test_curses fails with OverflowError
John Bollinger
- [New-bugs-announce] [issue15154] remove "rmdir" argument from os.unlink, add "dir_fd" to os.rmdir
Georg Brandl
- [New-bugs-announce] [issue15161] add new-style os API to two missing functions
Georg Brandl
- [New-bugs-announce] [issue15164] add platform.uname() namedtuple interface?
Georg Brandl
- [New-bugs-announce] [issue15184] Test failure in test_sysconfig_module
Georg Brandl
- [New-bugs-announce] [issue14998] pprint._safe_key is not always safe enough
Shawn Brown
- [New-bugs-announce] [issue15098] "TypeError" can give a misleading message
Marco Buccini
- [New-bugs-announce] [issue15071] TLS get keys and randoms
Daniel C.
- [New-bugs-announce] [issue15053] imp.lock_held() "Changed in Python 3.3" mention accidentally one function up
Brett Cannon
- [New-bugs-announce] [issue15056] Have imp.cache_from_source() raise NotImplementedError when cache tag not available
Brett Cannon
- [New-bugs-announce] [issue15166] Implement imp.get_tag() using sys.implementation
Brett Cannon
- [New-bugs-announce] [issue15167] Re-implement imp.get_magic() in pure Python
Brett Cannon
- [New-bugs-announce] [issue15168] Move importlib.test to test.importlib
Brett Cannon
- [New-bugs-announce] [issue15169] Clear C code under PyImport_ExecCodeModuleObject()
Brett Cannon
- [New-bugs-announce] [issue15210] importlib.__init__ checks for the wrong exception when looking for _frozen_importlib
Brett Cannon
- [New-bugs-announce] [issue15207] mimetypes.read_windows_registry() uses the wrong regkey, creates wrong mappings
Dave Chambers
- [New-bugs-announce] [issue15057] Potential Bugs in mpd_qdivint and mpd_qrem
Ken Cheung
- [New-bugs-announce] [issue15058] Potential Bugs in dlpvalloc and dlvalloc
Ken Cheung
- [New-bugs-announce] [issue15059] Potential Bug in mpd_qresize and mpd_qresize_zero
Ken Cheung
- [New-bugs-announce] [issue15106] Potential Bug in errors.c
Ken Cheung
- [New-bugs-announce] [issue15107] Potential Bug in mpdecimal.c
Ken Cheung
- [New-bugs-announce] [issue15136] Decimal accepting Fraction
Jon Clements
- [New-bugs-announce] [issue15024] Split enhanced assertion support out as a unittest.TestCase base class
Nick Coghlan
- [New-bugs-announce] [issue15043] test_gdb is disallowed by default security settings in Fedora 17
Nick Coghlan
- [New-bugs-announce] [issue15044] _dbm not building on Fedora 17
Nick Coghlan
- [New-bugs-announce] [issue15045] Make textwrap.dedent() consistent with str.splitlines(True) and str.strip()
Nick Coghlan
- [New-bugs-announce] [issue15088] PyGen_NeedsFinalizing is public, but undocumented
Nick Coghlan
- [New-bugs-announce] [issue15095] test_imaplib problem - intermittent skips and LOGINDISABLED not reported
Nick Coghlan
- [New-bugs-announce] [issue15096] Drop support for the "ur" string prefix
Nick Coghlan
- [New-bugs-announce] [issue15151] Documentation for Signature, Parameter and signature in inspect module
Nick Coghlan
- [New-bugs-announce] [issue15153] Add inspect.getgeneratorlocals
Nick Coghlan
- [New-bugs-announce] [issue15180] Cryptic traceback from os.path.join when mixing str & bytes
Nick Coghlan
- [New-bugs-announce] [issue15216] Support setting the encoding on a text stream after creation
Nick Coghlan
- [New-bugs-announce] [issue15020] Poor default value for progname
Joshua Cogliati
- [New-bugs-announce] [issue15068] fileinput requires two EOF when reading stdin
Jason R. Coombs
- [New-bugs-announce] [issue15091] ImportError when package is symlinked on Unix
Jason R. Coombs
- [New-bugs-announce] [issue15093] ntpath.isdir returns False for directory symlinks
Jason R. Coombs
- [New-bugs-announce] [issue15209] Re-raising exceptions from an expression
Tyler Crompton
- [New-bugs-announce] [issue14996] pthon 3.2.3 freezes when saving a .py program
Maureen Cuomo
- [New-bugs-announce] [issue15011] Change Scripts to bin on Windows
Brian Curtin
- [New-bugs-announce] [issue15012] test issue
Brian Curtin
- [New-bugs-announce] [issue15131] Document py/pyw launchers
Brian Curtin
- [New-bugs-announce] [issue15150] Windows build does not link
Brian Curtin
- [New-bugs-announce] [issue15108] ERROR: SystemError: ./../Objects/tupleobject.c:118: bad argument to internal function
Pankaj D
- [New-bugs-announce] [issue15126] Theading isAlive() missing version note
Damian
- [New-bugs-announce] [issue15097] Improving wording on the thread-safeness of import
Merlijn van Deen
- [New-bugs-announce] [issue15188] test_ldshared_value failure on OS X using python.org Pythons
Ned Deily
- [New-bugs-announce] [issue15182] find_library_file() should try to link
Jeroen Demeyer
- [New-bugs-announce] [issue15119] Bug in ctypes bitfield layout?
Mark Dickinson
- [New-bugs-announce] [issue15051] Can't compile Python 3.3a4 on OS X
Virgil Dupras
- [New-bugs-announce] [issue15073] commands.getoutput() is broken
Pavel Fedin
- [New-bugs-announce] [issue15099] exec of function doesn't call __getitem__ or __missing__ on undefined global
John Firestone
- [New-bugs-announce] [issue15000] posixsubprocess module broken on x32
Mike Frysinger
- [New-bugs-announce] [issue15219] Leak in "_hashlib.new()" if argument is not a string
Michael Fötsch
- [New-bugs-announce] [issue15080] Cookie library doesn't parse date properly
Jeremy Gillick
- [New-bugs-announce] [issue15009] urlsplit can't round-trip relative-host urls.
Buck Golemon
- [New-bugs-announce] [issue15123] float().__format__() disregards given field width
Luís Gomes
- [New-bugs-announce] [issue15228] os.utime() docs not clear on behavior on nonexistant files
Daniel Grace
- [New-bugs-announce] [issue15050] Python 3.2.3 fail to make
Grey_Shao
- [New-bugs-announce] [issue15078] Change os.sendfile so its arguments are stable
Larry Hastings
- [New-bugs-announce] [issue15118] uname &c should return a struct sequence instead of a tuple
Larry Hastings
- [New-bugs-announce] [issue15159] Add failover for follow_symlinks and effective_ids where possible
Larry Hastings
- [New-bugs-announce] [issue15176] Clarify the behavior of listdir(fd) in both code and documentation
Larry Hastings
- [New-bugs-announce] [issue15177] Support os.walk(dir_fd=) and os.fwalk(dir_fd=)
Larry Hastings
- [New-bugs-announce] [issue15186] Support os.walk(dir_fd=)
Larry Hastings
- [New-bugs-announce] [issue15061] hmac.secure_compare() leaks information of length of strings
Christian Heimes
- [New-bugs-announce] [issue15081] No documentation for PyState_FindModule()
Christian Heimes
- [New-bugs-announce] [issue15206] uuid module falls back to unsuitable RNG
Christian Heimes
- [New-bugs-announce] [issue15213] _PyOS_URandom documentation
Christian Heimes
- [New-bugs-announce] [issue14991] Option for regex groupdict() to show only matching names
Raymond Hettinger
- [New-bugs-announce] [issue15084] Add option to os.makefile to not raise an exception for existing directories
Raymond Hettinger
- [New-bugs-announce] [issue15087] Add gzip function to read gzip'd strings
Raymond Hettinger
- [New-bugs-announce] [issue15089] Add gzip support to urllib.request.retrieve()
Raymond Hettinger
- [New-bugs-announce] [issue15090] Add etag support to urllib.request.urlretrieve()
Raymond Hettinger
- [New-bugs-announce] [issue15214] list.startswith() and list.remove() fails to catch consecutive items in a list.
Isaac
- [New-bugs-announce] [issue15132] Let unittest.TestProgram()'s defaultTest argument be a list
Chris Jerdonek
- [New-bugs-announce] [issue15223] datetime instances lack __module__ attribute
Chris Jerdonek
- [New-bugs-announce] [issue14980] ranlib: file: libpython2.7.a(pymath.o) has no symbols
Samuel John
- [New-bugs-announce] [issue15127] Supressing warnings with -w "whether gcc supports ParseTuple"
Samuel John
- [New-bugs-announce] [issue14981] 3.3.0a4 compilation fails von MacOS Lion /10.7.4
Andreas Jung
- [New-bugs-announce] [issue15038] Optimize python Locks on Windows
Kristján Valur Jónsson
- [New-bugs-announce] [issue15124] _thread.LockType: Optimize lock deletion, acquisition of uncontested lock and release of lock.
Kristján Valur Jónsson
- [New-bugs-announce] [issue15139] Speed up threading.Condition wakeup
Kristján Valur Jónsson
- [New-bugs-announce] [issue15019] Sting termination on Linux
Jānis
- [New-bugs-announce] [issue15178] Doctest should handle situations when test files are not readable
Bohuslav "Slavek" Kabrda
- [New-bugs-announce] [issue15199] Default mimetype for javascript should be application/javascript
Bohuslav "Slavek" Kabrda
- [New-bugs-announce] [issue14995] PyLong_FromString documentation should state that the string must be null-terminated
Ryan Kelly
- [New-bugs-announce] [issue15065] strftime format string %F %T consistency problem
Kevin
- [New-bugs-announce] [issue15033] Different exit status when using -m
Kamil Kisiel
- [New-bugs-announce] [issue15194] libffi-3.0.11 update
Matthias Klose
- [New-bugs-announce] [issue15052] Outdated comments in build_ssl.py
Jeremy Kloth
- [New-bugs-announce] [issue15102] Fix 64-bit building for buildbot scripts
Jeremy Kloth
- [New-bugs-announce] [issue15077] Regexp match goes into infinite loop
Moriyoshi Koizumi
- [New-bugs-announce] [issue15109] sqlite3.Connection.iterdump() dies with encoding exception
Ev Kontsevoy
- [New-bugs-announce] [issue15086] Ubuntu bot: error while loading shared libraries
Stefan Krah
- [New-bugs-announce] [issue15165] test_email: failure on Windows 64-bit
Stefan Krah
- [New-bugs-announce] [issue15170] Fix 64-bit building for buildbot scripts (2.7)
Stefan Krah
- [New-bugs-announce] [issue15171] Fix 64-bit building for buildbot scripts (3.2)
Stefan Krah
- [New-bugs-announce] [issue15172] SHA1 failures on the 64-bit Windows buildbot
Stefan Krah
- [New-bugs-announce] [issue15174] amd64\python_d.exe -m test fails
Stefan Krah
- [New-bugs-announce] [issue15181] importlib.h: suncc warnings
Stefan Krah
- [New-bugs-announce] [issue15085] set.union accepts not set iterables for all but the first argument.
Stefan Krastanov
- [New-bugs-announce] [issue15193] Exception AttributeError: "'NoneType' object has no attribute
Mithilesh Kumar
- [New-bugs-announce] [issue14989] http.server option to run CGIHTTPRequestHandler
Senthil Kumaran
- [New-bugs-announce] [issue15048] Manually Installed Python Includes System Wide Paths
James Kyle
- [New-bugs-announce] [issue15030] PyPycLoader can't read cached .pyc files
Ronan Lamy
- [New-bugs-announce] [issue15031] Split .pyc parsing from module loading
Ronan Lamy
- [New-bugs-announce] [issue15017] threading.Lock documentation conflict
Petri Lehtinen
- [New-bugs-announce] [issue15036] mailbox.mbox fails to pop two items in a row, flushing in between
Petri Lehtinen
- [New-bugs-announce] [issue15121] devguide doesn't document all bug tracker components
Petri Lehtinen
- [New-bugs-announce] [issue15122] Add an option to always rewrite single-file mailboxes in-place.
Petri Lehtinen
- [New-bugs-announce] [issue15130] remove redundant paragraph in socket howto
Tshepang Lekhonkhobe
- [New-bugs-announce] [issue15148] shutul.which() docstring could be clearer
Tshepang Lekhonkhobe
- [New-bugs-announce] [issue15149] Release Schedule needs updating
Tshepang Lekhonkhobe
- [New-bugs-announce] [issue15183] it should be made clear that the statement in the --setup option and the setup kw arg aren't included in the count
Tshepang Lekhonkhobe
- [New-bugs-announce] [issue15190] Allow whitespace and comments after line line continuation character \
Ztatik Light
- [New-bugs-announce] [issue15226] max( str ) should be fast with PEP 393
Glenn Linderman
- [New-bugs-announce] [issue15215] socket module setblocking and settimeout problem
Frank Ling
- [New-bugs-announce] [issue15025] httplib and http.client are missing response messages for defined WEBDAV responses, e.g., UNPROCESSABLE_ENTITY (422)
Craig Loftus
- [New-bugs-announce] [issue15196] os.path.realpath gets confused when symlinks include '..'
Ben Longbons
- [New-bugs-announce] [issue15029] Update Defining New Types chapter according to PEP 253
Mateusz Loskot
- [New-bugs-announce] [issue15079] pickle: Possibly misplaced test
Stefan M
- [New-bugs-announce] [issue14993] GCC error when using unicodeobject.h
André Malo
- [New-bugs-announce] [issue14994] GCC error when using pyerrors.h
André Malo
- [New-bugs-announce] [issue15129] file.readline() cannot read weird ascii character in file
Tony Malykh
- [New-bugs-announce] [issue15227] Fatal Python error: PyEval_RestoreThread: NULL tstate on example script..
Thomas Maslach
- [New-bugs-announce] [issue15114] Deprecate strict mode of HTMLParser
Ezio Melotti
- [New-bugs-announce] [issue15156] Refactor HTMLParser.unescape to use html.entities.html5
Ezio Melotti
- [New-bugs-announce] [issue14974] rename packaging.pypi to packaging.index
Alexis Metaireau
- [New-bugs-announce] [issue15179] An infinite loop happens when we use SysLogHandler with eventlet
Kazutaka Morita
- [New-bugs-announce] [issue15112] argparse: nargs='*' positional argument doesn't accept any items if preceded by an option and another positional
Walter Mundt
- [New-bugs-announce] [issue15007] Unittest CLI does not support test packages very well
R. David Murray
- [New-bugs-announce] [issue15010] unittest: _top_level_dir is incorrectly persisted between calls to different load_test methods
R. David Murray
- [New-bugs-announce] [issue15034] tutorial should use best practices in user defined execeptions section
R. David Murray
- [New-bugs-announce] [issue15049] line buffering isn't always
R. David Murray
- [New-bugs-announce] [issue15160] Add support for MIME header parsing to the new provisional email policies
R. David Murray
- [New-bugs-announce] [issue15187] test_shutil does not clean up after itself
R. David Murray
- [New-bugs-announce] [issue15220] Reduce parsing overhead in email.feedparser.BufferedSubFile
R. David Murray
- [New-bugs-announce] [issue14987] inspect missing warnings import
Paul Nasrat
- [New-bugs-announce] [issue15152] test_subprocess fqailures on awfully slow builtbots
Charles-François Natali
- [New-bugs-announce] [issue15224] Range: Additional Methods (min/max/__and__)
Yclept Nemo
- [New-bugs-announce] [issue15046] Missing cast to Py_ssize_t in socket_connection.c
Marco den Otter
- [New-bugs-announce] [issue15064] multiprocessing should use more context manager
Richard Oudkerk
- [New-bugs-announce] [issue15101] multiprocessing pool finalizer can fail if triggered in background pool thread
Richard Oudkerk
- [New-bugs-announce] [issue15229] stringification of subclasses of OSError can cause crash
Richard Oudkerk
- [New-bugs-announce] [issue15035] array.array of UCS2 values
Ronald Oussoren
- [New-bugs-announce] [issue15134] urllib.request.thishost() fails on OSX 10.7
Ronald Oussoren
- [New-bugs-announce] [issue15069] Dictionary Creation Fails with integer key
Pat
- [New-bugs-announce] [issue15141] IDLE horizontal scroll bar missing (Win-XPsp3)
Pat
- [New-bugs-announce] [issue15072] Segfault on OSX
William Payne
- [New-bugs-announce] [issue14999] ctypes ArgumentError lists arguments from 1, not 0
Timothy Pederick
- [New-bugs-announce] [issue15015] Access to non-existing "future" attribute in error path of futures
Éric Piel
- [New-bugs-announce] [issue14984] netrc module alows read of non-secured .netrc file
bruno Piguet
- [New-bugs-announce] [issue15070] AMD64 debug VS9.0 build doesn't work
Antoine Pitrou
- [New-bugs-announce] [issue15103] Solaris compiler chokes on importlib.h
Antoine Pitrou
- [New-bugs-announce] [issue15140] PEP 384 inconsistent with implementation
Antoine Pitrou
- [New-bugs-announce] [issue15142] Fix reference leak with types created using PyType_FromSpec
Antoine Pitrou
- [New-bugs-announce] [issue15143] Windows compile errors
Antoine Pitrou
- [New-bugs-announce] [issue15147] Remove packaging from the stdlib
Antoine Pitrou
- [New-bugs-announce] [issue15155] sporadic failure in RecvmsgSCTPStreamTest
Antoine Pitrou
- [New-bugs-announce] [issue15163] pydoc displays __loader__ as module data
Antoine Pitrou
- [New-bugs-announce] [issue15192] test_bufio failures on Win64 buildbot
Antoine Pitrou
- [New-bugs-announce] [issue15197] test_gettext failure on Win64 buildbot
Antoine Pitrou
- [New-bugs-announce] [issue15028] PySys_SetArgv escapes quotes in argv[]
R.M.Bianchi
- [New-bugs-announce] [issue14976] Queue.PriorityQueue() is not interrupt safe
Johan Aires Rastén
- [New-bugs-announce] [issue15221] os.path.is*() may return False if path can't be accessed
Giampaolo Rodola'
- [New-bugs-announce] [issue15138] base64.urlsafe_b64**code are too slow
Guido van Rossum
- [New-bugs-announce] [issue15217] os.listdir is missing in os.supports_dir_fd
Hynek Schlawack
- [New-bugs-announce] [issue15218] Check for all necessary dir_fd and follow_symlinks functions
Hynek Schlawack
- [New-bugs-announce] [issue15042] Implemented PyState_AddModule, PyState_RemoveModule
Robin Schreiber
- [New-bugs-announce] [issue15146] Implemented PyType_FromSpecWithBases
Robin Schreiber
- [New-bugs-announce] [issue15008] PEP 362 reference implementation for 3.3
Yury Selivanov
- [New-bugs-announce] [issue15185] Validate callbacks in 'contextlib.ExitStack.callback()'
Yury Selivanov
- [New-bugs-announce] [issue14983] [patch] email.generator should always add newlines after closing boundaries
Dmitry Shachnev
- [New-bugs-announce] [issue15016] [patch] add special case for latin messages in email.mime.text
Dmitry Shachnev
- [New-bugs-announce] [issue15175] pydoc -k zip throws segmentation fault
Shanker
- [New-bugs-announce] [issue15055] dictnotes.txt is out of date
Mark Shannon
- [New-bugs-announce] [issue15021] xmlrpc server hangs
Abhishek Singh
- [New-bugs-announce] [issue14992] os.makedirs expect_ok=True test_os failure when directory has S_ISGID bit set
Gregory P. Smith
- [New-bugs-announce] [issue15032] Provide a select.select implemented using select.poll
Gregory P. Smith
- [New-bugs-announce] [issue15003] make PyNamespace_New() public
Eric Snow
- [New-bugs-announce] [issue15004] add weakref support to types.SimpleNamespace
Eric Snow
- [New-bugs-announce] [issue15022] types.SimpleNamespace needs to be picklable
Eric Snow
- [New-bugs-announce] [issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.
George Stephanos
- [New-bugs-announce] [issue15125] argparse: positional arguments containing - in name not handled well
Nicu Stiurca
- [New-bugs-announce] [issue15115] Duplicated Content-Transfer-Encoding header when applying email.encoders
Sergei Stolyarov
- [New-bugs-announce] [issue15026] Faster UTF-16 encoding
Serhiy Storchaka
- [New-bugs-announce] [issue15027] Faster UTF-32 encoding
Serhiy Storchaka
- [New-bugs-announce] [issue15092] Using enum PyUnicode_Kind
Serhiy Storchaka
- [New-bugs-announce] [issue15094] Incorrectly placed #endif in _tkinter.c.
Serhiy Storchaka
- [New-bugs-announce] [issue15144] Possible integer overflow in operations with addresses and sizes.
Serhiy Storchaka
- [New-bugs-announce] [issue15145] Faster *_find_max_char
Serhiy Storchaka
- [New-bugs-announce] [issue15200] Faster os.walk
Serhiy Storchaka
- [New-bugs-announce] [issue15202] followlinks/follow_symlinks/symlinks flags unification.
Serhiy Storchaka
- [New-bugs-announce] [issue15203] Accepting of os functions of (path, dir_fd) pair as argument
Serhiy Storchaka
- [New-bugs-announce] [issue15204] Deprecate the 'U' open mode
Serhiy Storchaka
- [New-bugs-announce] [issue15039] module/ found before module.py when both are in the CWD
Dan Stromberg
- [New-bugs-announce] [issue15133] tkinter.BooleanVar.get() docstring is wrong
Mark Summerfield
- [New-bugs-announce] [issue15189] tkinter.messagebox does not use the application's icon
Mark Summerfield
- [New-bugs-announce] [issue15191] tkinter convenience dialogs don't use themed widgets
Mark Summerfield
- [New-bugs-announce] [issue15041] tkinter "see also" list is from Python2
Daniel Swanson
- [New-bugs-announce] [issue15047] Cygwin install (regen) problem
Jason Tishler
- [New-bugs-announce] [issue15013] smtplib: add low-level APIs to doc?
Sandro Tosi
- [New-bugs-announce] [issue15014] smtplib: allow to choose auth method on login()
Sandro Tosi
- [New-bugs-announce] [issue15128] inspect raises exception when frames are misleading about source line numbers
Kevin M. Turner
- [New-bugs-announce] [issue15063] Source code links for JSON documentation
Bryce Verdier
- [New-bugs-announce] [issue15205] distutils dereferences symlinks on Mac OS X but not on Linux
Ollie Walsh
- [New-bugs-announce] [issue15067] sqlite3 docs reference PEP 246, which was rejected
Zachary Ware
- [New-bugs-announce] [issue14990] detect_encoding should fail with SyntaxError on invalid encoding
Florent Xicluna
- [New-bugs-announce] [issue15054] bytes literals erroneously tokenized
Florent Xicluna
- [New-bugs-announce] [issue14975] import unicodedata, DLL load failed on Python 2.7.3
YF
- [New-bugs-announce] [issue15135] HOWTOs doesn't link to "Idioms and Anti-Idioms" article
Pan Yongzhi
- [New-bugs-announce] [issue15100] Race conditions in shutil.copy, shutil.copy2 and shutil.copyfile
Radoslaw A. Zarzynski
- [New-bugs-announce] [issue15137] Cleaned source of `cmd` module
Zearin
- [New-bugs-announce] [issue15076] Sometimes couldn't import os, shown 'import site' failed, use -v for trackback
Leon Zhang
- [New-bugs-announce] [issue14997] Syntax Error in Python Version Number
cuulblu
- [New-bugs-announce] [issue15001] segmentation fault with del sys.module['__main__']
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue15110] strange Tracebacks with importlib
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue15111] Wrong ImportError message with importlib
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue14978] distutils Extension fails to be created with unicode package names
guyomes
- [New-bugs-announce] [issue15120] Different behavior of html.parser.HTMLParser
hansokumake
- [New-bugs-announce] [issue15116] remove out-of-date Mac application scripting documentation
hhas
- [New-bugs-announce] [issue15211] Test
j
- [New-bugs-announce] [issue15074] Strange behaviour of python cmd module. (Ignores slash)
jsevilleja
- [New-bugs-announce] [issue15222] mailbox.mbox writes without end-of-line at the file end.
lilydjwg
- [New-bugs-announce] [issue15040] stdlib compatability with pypy: mailbox.py
mattip
- [New-bugs-announce] [issue15208] Uparrow doesn't show previously typed variable or character
kracekumar ramaraju
- [New-bugs-announce] [issue14973] restore python2 unicode literals in "ru" strings
rurpy the second
- [New-bugs-announce] [issue15002] urllib2 does not download 4 MB file fully using ftp
sspapilin
- [New-bugs-announce] [issue15066] make install error: ImportError: No module named _struct
suzhengchun
- [New-bugs-announce] [issue14979] pdb: Link to source
anatoly techtonik
- [New-bugs-announce] [issue15005] trace corrupts return result on chained execution
anatoly techtonik
- [New-bugs-announce] [issue15060] docs: socket typo
anatoly techtonik
- [New-bugs-announce] [issue15104] abusive language in __name__ description
anatoly techtonik
- [New-bugs-announce] [issue15105] curses: wrong indentation
vjp
- [New-bugs-announce] [issue15117] Please document top-level sqlite3 module variables
wchlm
- [New-bugs-announce] [issue15062] argparse: option for a positional argument
wrobell
Last message date:
Sat Jun 30 22:09:42 CEST 2012
Archived on: Sat Jun 30 22:09:43 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).