October 2013 Archives by date
Starting: Tue Oct 1 09:05:14 CEST 2013
Ending: Thu Oct 31 23:36:21 CET 2013
Messages: 332
- [New-bugs-announce] [issue19135] Check out my profile on LinkedIn
Andre M. Descombes
- [New-bugs-announce] [issue19136] CSV, builtin open(), newline arg. Docs broken again.
Graham Wideman
- [New-bugs-announce] [issue19137] pprint wrongly format set and frozenset subclasses
Serhiy Storchaka
- [New-bugs-announce] [issue19138] doctest.IGNORE_EXCEPTION_DETAIL doesn't match when no detail exists
John Murphy
- [New-bugs-announce] [issue19139] In venv, __VENV_NAME__ is the prompt, not the name
Paul Moore
- [New-bugs-announce] [issue19140] inspect.Signature.bind() inaccuracies
Yann Kaiser
- [New-bugs-announce] [issue19141] Windows Launcher fails to respect PATH
Graham Wideman
- [New-bugs-announce] [issue19142] Cross-compile fails trying to execute foreign pgen on build host
Trevor Bowen
- [New-bugs-announce] [issue19143] Finding the Windows version getting messier
Tim Peters
- [New-bugs-announce] [issue19144] test_inspect: failure without threads
Stefan Krah
- [New-bugs-announce] [issue19145] Inconsistent behaviour in itertools.repeat when using negative times
Vajrasky Kok
- [New-bugs-announce] [issue19146] Improvements to traceback module
Guido van Rossum
- [New-bugs-announce] [issue19147] pydoc3 fcntl.flock documentation gives wrong man page section for flock
Andrew Parker
- [New-bugs-announce] [issue19148] Minor issues with Enum docs
Esa Peuha
- [New-bugs-announce] [issue19149] python bug report
Martin
- [New-bugs-announce] [issue19150] python bug report
Martin
- [New-bugs-announce] [issue19151] Docstring and WindowsRegistryFinder wrong relative to importlib._bootstrap._get_supported_file_loaders()
Eric Snow
- [New-bugs-announce] [issue19152] ExtensionFileLoader missing get_filename()
Eric Snow
- [New-bugs-announce] [issue19153] Embedding into a shared library fails again
Rinat
- [New-bugs-announce] [issue19154] AttributeError: 'NoneType' in http/client.py when using select when file descriptor is closed.
Florent Viard
- [New-bugs-announce] [issue19155] Display stack info with color in pdb (the "w" command)
Peng Yu
- [New-bugs-announce] [issue19156] Enum helper functions test-coverage
CliffM
- [New-bugs-announce] [issue19157] ipaddress.IPv6Network.hosts function omits network and broadcast addresses
Michiel
- [New-bugs-announce] [issue19158] BoundedSemaphore.release() subject to races
Tim Peters
- [New-bugs-announce] [issue19159] 2to3 incorrectly converts two parameter unicode() constructor to str()
Gregory P. Smith
- [New-bugs-announce] [issue19160] Inconsistent size for GIL release in hashlib
Jesús Cea Avión
- [New-bugs-announce] [issue19161] collections Counter handles nan strangely
Adam Davison
- [New-bugs-announce] [issue19162] datetime.datetime.min.strftime('%Y') not working
Filip Zyzniewski
- [New-bugs-announce] [issue19163] PyString_Format with dict
hiroaki itoh
- [New-bugs-announce] [issue19164] Update uuid.UUID TypeError exception: integer should not be an argument.
Marco Buccini
- [New-bugs-announce] [issue19165] Change formatter warning to DeprecationWarning in 3.5
Brett Cannon
- [New-bugs-announce] [issue19166] Unusued variable in test_keys in Lib/test/test_dict.py
Vajrasky Kok
- [New-bugs-announce] [issue19167] sqlite3 cursor.description varies across Linux (3.3.1), Win32 (3.3.2), when selecting from a view.
mpb
- [New-bugs-announce] [issue19168] pprint.pprint(..., compact=True) not implemented
Alexis Layton
- [New-bugs-announce] [issue19169] random.py : simple tidying
CliffM
- [New-bugs-announce] [issue19170] telnetlib: use selectors
Charles-François Natali
- [New-bugs-announce] [issue19171] pow() improvement on longs
Armin Rigo
- [New-bugs-announce] [issue19172] selectors: add keys() method
Charles-François Natali
- [New-bugs-announce] [issue19173] Expose Queue maxsize parameter to multiprocessing.Pool class
noxdafox
- [New-bugs-announce] [issue19174] Add range to future_builtins
Peter
- [New-bugs-announce] [issue19175] Erroneous reference to "integer" in format string grammar
David Chambers
- [New-bugs-announce] [issue19176] DeprecationWarning for doctype() method when subclassing _elementtree.XMLParser
Martin Panter
- [New-bugs-announce] [issue19177] Link to "TLS (Transport Layer Security) and SSL (Secure Socket Layer)" dead
Georg Brandl
- [New-bugs-announce] [issue19178] Entries for "module" and "package" in glossary
Georg Brandl
- [New-bugs-announce] [issue19179] doc bug: confusing table of values
Georg Brandl
- [New-bugs-announce] [issue19180] some RFC references could be updated
Georg Brandl
- [New-bugs-announce] [issue19181] ftp.cwi.nl used as example does not exist anymore
Georg Brandl
- [New-bugs-announce] [issue19182] Socket leak in logging.handlers
Esa Peuha
- [New-bugs-announce] [issue19183] PEP 456 Secure and interchangeable hash algorithm
Christian Heimes
- [New-bugs-announce] [issue19184] dis module has incorrect docs for RAISE_VARARGS
Ned Batchelder
- [New-bugs-announce] [issue19185] Allow multiprocessing Pool initializer to return values
Matteo Cafasso
- [New-bugs-announce] [issue19186] expat symbols should be namespaced in pyexpat again
AThompson
- [New-bugs-announce] [issue19187] Use a set for interned strings
Antoine Pitrou
- [New-bugs-announce] [issue19188] Add PySet_CheckExact()
Serhiy Storchaka
- [New-bugs-announce] [issue19189] Improve cross-references in pickle documentation.
Serhiy Storchaka
- [New-bugs-announce] [issue19190] Improve cross-references in builtins documentation.
Serhiy Storchaka
- [New-bugs-announce] [issue19191] os.path.splitext in windows , a little question
xiaowei
- [New-bugs-announce] [issue19192] Move test_current_time from test_xmlrpc_net to test_xmlrpc
Vajrasky Kok
- [New-bugs-announce] [issue19193] Improve cross-references in tutorial
Serhiy Storchaka
- [New-bugs-announce] [issue19194] Improve cross-references in fcntl documentation
Serhiy Storchaka
- [New-bugs-announce] [issue19195] Improve cross-references in C API
Serhiy Storchaka
- [New-bugs-announce] [issue19196] Improve cross-references in pickle documentation
Serhiy Storchaka
- [New-bugs-announce] [issue19197] Improve cross-references in shlex documentation
Serhiy Storchaka
- [New-bugs-announce] [issue19198] Improve cross-references in cgi documentation
Serhiy Storchaka
- [New-bugs-announce] [issue19199] Remove PyThreadState.tick_counter field
STINNER Victor
- [New-bugs-announce] [issue19200] grammar in forkserver docs
Elazar Gershuni
- [New-bugs-announce] [issue19201] lzma and 'x' mode open
Tim Heaney
- [New-bugs-announce] [issue19202] Additions to docs
Esa Peuha
- [New-bugs-announce] [issue19203] Improve cross-references in curses howto
Serhiy Storchaka
- [New-bugs-announce] [issue19204] Improve cross-references in urllib documentation
Serhiy Storchaka
- [New-bugs-announce] [issue19205] Don
Christian Heimes
- [New-bugs-announce] [issue19206] Support disabling file I/O when doing traceback formatting
Itamar Turner-Trauring
- [New-bugs-announce] [issue19207] Improve cross-references in os documentation
Serhiy Storchaka
- [New-bugs-announce] [issue19208] Bas64.decodestring() returns data instead of throwing exception
Tymoteusz Paul
- [New-bugs-announce] [issue19209] Remove import copyreg from os module
Christian Heimes
- [New-bugs-announce] [issue19210] Unicode Objects in Tuples
Stephen Tucker
- [New-bugs-announce] [issue19211] from relative_module import seems to import wrong module
Ethan Glasser-Camp
- [New-bugs-announce] [issue19212] Invitation to connect on LinkedIn
Caitlin Potter
- [New-bugs-announce] [issue19213] platform.linux_distribution detects Oracle Linux as Red Hat Enterprise Linux
Alexander Boyd
- [New-bugs-announce] [issue19214] shutil.make_archive should recognize extensions in filenames
Andreas Hilboll
- [New-bugs-announce] [issue19215] StringIO.StringIO('foo').readline(0) == 'foo'
Zdeněk Pavlas
- [New-bugs-announce] [issue19216] stat cache for import bootstrap
Christian Heimes
- [New-bugs-announce] [issue19217] Calling assertEquals for moderately long list takes too long
Jacek Bzdak
- [New-bugs-announce] [issue19218] Use of MutableMapping in os module slows down interpreter startup
Eric Snow
- [New-bugs-announce] [issue19219] speed up marshal.loads()
Antoine Pitrou
- [New-bugs-announce] [issue19220] Outdated unicodedata.__doc__
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue19221] Upgrade to Unicode 6.3.0
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue19222] gzip and 'x' mode open
Tim Heaney
- [New-bugs-announce] [issue19223] bz2 and 'x' mode open
Tim Heaney
- [New-bugs-announce] [issue19224] Make hash(None) consistent among processes
Qiangning Hong
- [New-bugs-announce] [issue19225] lack of PyExc_BufferError doc
hiroaki itoh
- [New-bugs-announce] [issue19226] distutils/command/upload.py show response gives: TypeError: sequence item 1: expected str instance, bytes found
W. Trevor King
- [New-bugs-announce] [issue19227] test_multiprocessing_xxx hangs under Gentoo buildbots
Antoine Pitrou
- [New-bugs-announce] [issue19228] type.__qualname__ should not strip the module name
STINNER Victor
- [New-bugs-announce] [issue19229] operator.py: move the Python implementation in the else block of try/except ImportError
STINNER Victor
- [New-bugs-announce] [issue19230] Reimplement the keyword module in C
STINNER Victor
- [New-bugs-announce] [issue19231] ctype cant's use printf
FreedomKnight
- [New-bugs-announce] [issue19232] Speed up _decimal import
Stefan Krah
- [New-bugs-announce] [issue19233] test_io.test_interrupted_write_retry_text() hangs on Solaris 10 and FreeBSD 7.2
STINNER Victor
- [New-bugs-announce] [issue19234] socket.fileno() documentation
Georg Brandl
- [New-bugs-announce] [issue19235] Add a dedicated subclass for recursion errors
Elazar Gershuni
- [New-bugs-announce] [issue19236] Add Tornado HTTP benchmark
Antoine Pitrou
- [New-bugs-announce] [issue19237] Proposal : LCM function to complement GCD
CliffM
- [New-bugs-announce] [issue19238] Misleading explanation of fill and align in format_spec
David Chambers
- [New-bugs-announce] [issue19239] add inspect functions to
Ethan Furman
- [New-bugs-announce] [issue19239] add inspect functions to retrieve attributes from both old dir() and overridden dir()
Ethan Furman
- [New-bugs-announce] [issue19240] iglob should try to use `readdir`
Miki Tebeka
- [New-bugs-announce] [issue19241] MINGW: install import library
Roumen Petrov
- [New-bugs-announce] [issue19242] MINGW: generalization of posix installation in distutils
Roumen Petrov
- [New-bugs-announce] [issue19243] MINGW: support stdcall without underscore
Roumen Petrov
- [New-bugs-announce] [issue19244] MINGW: use replace instead rename to avoid failure on windows
Roumen Petrov
- [New-bugs-announce] [issue19245] mingw-meta: installation
Roumen Petrov
- [New-bugs-announce] [issue19246] GC does not really free up memory in console
Пётр Дёмин
- [New-bugs-announce] [issue19247] Describe surrogateescape algorithm in the Library Reference
Nick Coghlan
- [New-bugs-announce] [issue19248] sphinx is not py3k compatible
Nick Guenther
- [New-bugs-announce] [issue19249] Enumeration.__eq__
CliffM
- [New-bugs-announce] [issue19250] Duplicate import documentation in py3k
Nick Guenther
- [New-bugs-announce] [issue19251] bitwise ops for bytes of equal length
Christian Heimes
- [New-bugs-announce] [issue19252] Enum.py : Enum.__new__() : Test Coverage
CliffM
- [New-bugs-announce] [issue19253] PyArg_ParseTuple: wrong use of seterror() clips helpful type error annotation
Georg Brandl
- [New-bugs-announce] [issue19254] Python implementation of PBKDF2_HMAC
Christian Heimes
- [New-bugs-announce] [issue19255] Don't "wipe" builtins at shutdown
Serhiy Storchaka
- [New-bugs-announce] [issue19256] Optimize marshal format and add version token.
Kristján Valur Jónsson
- [New-bugs-announce] [issue19257] Sub-optimal error message when importing a non-package
Alex Gaynor
- [New-bugs-announce] [issue19258] Got resource warning when running wsgiref demo app
Vajrasky Kok
- [New-bugs-announce] [issue19259] Provide Python implementation of operator.compare_digest()
Christian Heimes
- [New-bugs-announce] [issue19260] "int" comment in marshal.c is outdated
Larry Hastings
- [New-bugs-announce] [issue19261] Add support for 24-bit in the sunau module
Serhiy Storchaka
- [New-bugs-announce] [issue19262] Add asyncio (tulip, PEP 3156) to stdlin
Guido van Rossum
- [New-bugs-announce] [issue19263] enum.py : Enum.__new__(). __objclass__
CliffM
- [New-bugs-announce] [issue19264] subprocess.Popen doesn't support unicode on Windows
Peter Graham
- [New-bugs-announce] [issue19265] Increased test coverage for datetime pickling
Colin Williams
- [New-bugs-announce] [issue19266] Rename contextlib.ignore to contextlib.suppress
Nick Coghlan
- [New-bugs-announce] [issue19267] Logging to file does not accept UTF16
Paweł Wroniszewski
- [New-bugs-announce] [issue19268] Local variable created with reflection cannot be referenced with identifier
Ivan Pozdeev
- [New-bugs-announce] [issue19269] subtraction of pennies incorrect rounding or truncation problem
Pete
- [New-bugs-announce] [issue19270] sched.cancel() breaks events order
Serhiy Storchaka
- [New-bugs-announce] [issue19271] Update OrderedDict "see also" link
Mark Lawrence
- [New-bugs-announce] [issue19272] Can't pickle lambda (while named functions are ok)
Facundo Batista
- [New-bugs-announce] [issue19273] Update PCbuild/readme.txt
Zachary Ware
- [New-bugs-announce] [issue19274] make zipfile.PyZipFile more usable
Christian Tismer
- [New-bugs-announce] [issue19275] test_site is failing on AMD64 Snow Leopard
R. David Murray
- [New-bugs-announce] [issue19276] test_wave failing on PPC64 Linux
David Edelsohn
- [New-bugs-announce] [issue19277] zlib compressobj: missing parameter doc strings
Tobias Oberstein
- [New-bugs-announce] [issue19278] zlib compressobj: expose missing knobs
Tobias Oberstein
- [New-bugs-announce] [issue19279] UTF-7 to UTF-8 decoding crash
Guillaume Lebourgeois
- [New-bugs-announce] [issue19280] Add a datatype to represent mime types to the email module
R. David Murray
- [New-bugs-announce] [issue19281] add __objclass__ to the docs
Ethan Furman
- [New-bugs-announce] [issue19282] dbm is not a context manager
Nick Guenther
- [New-bugs-announce] [issue19283] Need support to avoid Windows CRT compatibility issue.
Debarshi Goswami
- [New-bugs-announce] [issue19284] subprocess._args_from_interpreter_flags() mishandles -R
Nick Coghlan
- [New-bugs-announce] [issue19285] test_asyncio failures on FreeBSD
Stefan Krah
- [New-bugs-announce] [issue19286] error: can't copy '<dirname>': doesn't exist or not a regular file
Jason R. Coombs
- [New-bugs-announce] [issue19287] __contains__() of dbm.ndbm databases fails with str
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue19288] __contains__() of dbm.gnu databases fails with str
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue19289] Incorrect documentation for format's fill character.
Eric V. Smith
- [New-bugs-announce] [issue19290] Clarify compile and eval interaction.
Terry J. Reedy
- [New-bugs-announce] [issue19291] Add docs for asyncio package (Tulip, PEP 3156)
Guido van Rossum
- [New-bugs-announce] [issue19292] Make SSLContext.set_default_verify_paths() work on Windows
Guido van Rossum
- [New-bugs-announce] [issue19293] test_asyncio failures on AIX
David Edelsohn
- [New-bugs-announce] [issue19294] test_asyncio fails intermittently on OS X 10.4
Ned Deily
- [New-bugs-announce] [issue19295] Make asyncio work without threads
Stefan Krah
- [New-bugs-announce] [issue19296] Compiler warning when compiling dbm module
Vajrasky Kok
- [New-bugs-announce] [issue19297] test_asyncio: unclosed sockets
Stefan Krah
- [New-bugs-announce] [issue19298] Use __atribute__(cleanup ...) to detect refleaks
Brett Cannon
- [New-bugs-announce] [issue19299] test_asyncio refleak failures
Antoine Pitrou
- [New-bugs-announce] [issue19300] Swap keyword arguments in open() to make encoding easier to use
py.user
- [New-bugs-announce] [issue19301] Globals declared in function scope have wrong __qualname__
Alexandre Vassalotti
- [New-bugs-announce] [issue19302] Add support for AIX pollset efficient event I/O polling
David Edelsohn
- [New-bugs-announce] [issue19303] Typo in devguide - coverage
Martin Matusiak
- [New-bugs-announce] [issue19304] Typo in statistics.rst
Claudiu.Popa
- [New-bugs-announce] [issue19305] sporadic test_asyncio failure under FreeBSD
Antoine Pitrou
- [New-bugs-announce] [issue19306] Warn unsuspecting readers that thread stacks are in reverse order
Guido van Rossum
- [New-bugs-announce] [issue19307] Improve TypeError message in json.loads()
Ezio Melotti
- [New-bugs-announce] [issue19308] Tools/gdb/libpython.py does not support GDB linked against Python 3
David Coles
- [New-bugs-announce] [issue19309] asyncio: fix handling of processes in a different process group
Charles-François Natali
- [New-bugs-announce] [issue19310] asyncio: fix waitpid() logic
Charles-François Natali
- [New-bugs-announce] [issue19311] devguide: hg bisect section could be clearer
Martin Matusiak
- [New-bugs-announce] [issue19312] Typo in devguide - compiler
Martin Matusiak
- [New-bugs-announce] [issue19313] reference leaks
Antoine Pitrou
- [New-bugs-announce] [issue19314] Typo in devguide - compiler
Martin Matusiak
- [New-bugs-announce] [issue19315] devguide: compiler - poor wording
Martin Matusiak
- [New-bugs-announce] [issue19316] devguide: compiler - wording
Martin Matusiak
- [New-bugs-announce] [issue19317] ctypes.util.find_library should examine binary's RPATH on Solaris
Maciej Bliziński
- [New-bugs-announce] [issue19318] break more than once
James Lu
- [New-bugs-announce] [issue19319] misleading comment regarding C
Christoph Baumgartner
- [New-bugs-announce] [issue19320] Tkinter tests ran with wantobjects is false
Serhiy Storchaka
- [New-bugs-announce] [issue19321] memoryview should be a context manager
Serhiy Storchaka
- [New-bugs-announce] [issue19322] Python crashes on re.search in new regex module.
David
- [New-bugs-announce] [issue19323] typo in statistics documentation
Michael Merickel
- [New-bugs-announce] [issue19324] Expose Linux-specific APIs in resource module
Christian Heimes
- [New-bugs-announce] [issue19325] _osx_support imports many modules
Christian Heimes
- [New-bugs-announce] [issue19326] asyncio: child process exit isn't detected if its stdin/stdout/stderr FDs have been inherited by a child process
Charles-François Natali
- [New-bugs-announce] [issue19327] re doesn't work with big charsets
Serhiy Storchaka
- [New-bugs-announce] [issue19328] Improve PBKDF2 documentation
Christian Heimes
- [New-bugs-announce] [issue19329] Faster compiling of big charset regexpes
Serhiy Storchaka
- [New-bugs-announce] [issue19330] Use public classes for contextlib.suppress and redirect_stdout
Nick Coghlan
- [New-bugs-announce] [issue19331] Revise PEP 8 recommendation for class names
Barry A. Warsaw
- [New-bugs-announce] [issue19332] Guard against changing dict during iteration
Serhiy Storchaka
- [New-bugs-announce] [issue19333] distutils.util.grok_environment_error loses the error message
Marius Gedminas
- [New-bugs-announce] [issue19334] test_asyncio hanging for 1 hour (non-AIX version)
Guido van Rossum
- [New-bugs-announce] [issue19335] IDLE over-enthusiastically verifies 'nonlocal' usage
Chris Angelico
- [New-bugs-announce] [issue19336] No API to get events from epoll without allocating a list
Alex Gaynor
- [New-bugs-announce] [issue19337] MMAP: Bus error (core dump) under heavy read/write
Ribhi Kamal
- [New-bugs-announce] [issue19338] multiprocessing: sys.exit() from a child with a non-int exit code exits with 0
Brodie Rao
- [New-bugs-announce] [issue19339] telnetlib: time.monotonic() should be used instead of time.time() for timeout
STINNER Victor
- [New-bugs-announce] [issue19340] test_sysconfig.test_srcdir fails when sys.base_prefix="/"
Sunny K
- [New-bugs-announce] [issue19341] locale.getdefaultencoding() returns wrong locale and encoding for ca_ES at valencia
David Planella
- [New-bugs-announce] [issue19342] Improve grp module docstrings
Marius Gedminas
- [New-bugs-announce] [issue19343] Expose FreeBSD-specific APIs in resource module
koobs
- [New-bugs-announce] [issue19344] ReStructuredText error in whatsnew/3.4.rst
Marius Gedminas
- [New-bugs-announce] [issue19345] Unclear phrasing in whatsnew/3.4.rst
Marius Gedminas
- [New-bugs-announce] [issue19346] Build fails when there are no shared extensions to be built
Alan Hourihane
- [New-bugs-announce] [issue19347] PEP 453 implementation tracking issue
Nick Coghlan
- [New-bugs-announce] [issue19348] Building _testcapimodule as a builtin results in compile error
Alan Hourihane
- [New-bugs-announce] [issue19349] Not so correct exception message when running venv
Vajrasky Kok
- [New-bugs-announce] [issue19350] macurl2path coverage
Colin Williams
- [New-bugs-announce] [issue19351] python msi installers - silent mode
Jason Bray
- [New-bugs-announce] [issue19352] unittest loader barfs on symlinks
Antoine Pitrou
- [New-bugs-announce] [issue19353] on RHEL6 simple build fails with test_linux_constants (test.test_resource.ResourceTest)
Matej Cepl
- [New-bugs-announce] [issue19354] test_format fails on RHEL-6
Stefan Krah
- [New-bugs-announce] [issue19355] Initial modernization of OpenWatcom support
Jeffrey Armstrong
- [New-bugs-announce] [issue19356] Change argument _self in _io/textio.c
Jeffrey Armstrong
- [New-bugs-announce] [issue19357] Module does not get pulled from sys.modules during importlib testing
Eric Snow
- [New-bugs-announce] [issue19358] Integrate "Argument Clinic" into CPython build
Larry Hastings
- [New-bugs-announce] [issue19359] reversed() does not work with weakref.proxy of sequences
Austin Bingham
- [New-bugs-announce] [issue19360] test_site fails when installed into $HOME/.local
Antoine Pitrou
- [New-bugs-announce] [issue19361] Specialize exceptions thrown by JSON parser
Utkarsh Upadhyay
- [New-bugs-announce] [issue19362] Documentation for len() fails to mention that it works on sets
Gareth Rees
- [New-bugs-announce] [issue19363] Python 2.7's future_builtins.map is not compatible with Python 3's map
Gareth Rees
- [New-bugs-announce] [issue19364] Implementing __getattr__ breaks copy and deepcopy
Kassym Dorsel
- [New-bugs-announce] [issue19365] Quadratic complexity in the parsing of re replacement string
Serhiy Storchaka
- [New-bugs-announce] [issue19366] Segfault in REPL due to escaped tab.
George King
- [New-bugs-announce] [issue19367] IDLE wont open
MrE Merry
- [New-bugs-announce] [issue19368] Seg Fault after upgrading to OS X Mavericks
Matt Dodge
- [New-bugs-announce] [issue19369] PyObject_LengthHint is slow
Antoine Pitrou
- [New-bugs-announce] [issue19370] Entering integers in python interpreter causes segfault
Henry Corrigan-Gibbs
- [New-bugs-announce] [issue19371] timing test too tight
Antoine Pitrou
- [New-bugs-announce] [issue19372] getaddrinfo() bug
Daniel
- [New-bugs-announce] [issue19373] Tkinter apps including IDLE may not display properly on OS X 10.9 Mavericks
Ned Deily
- [New-bugs-announce] [issue19374] Segmentation fault: 11 with String.split
Bugra Cakir
- [New-bugs-announce] [issue19375] Deprecate site-python in site.py
Antoine Pitrou
- [New-bugs-announce] [issue19376] datetime.datetime.strptime without a year fails on Feb 29
Matthew Earl
- [New-bugs-announce] [issue19377] Backport SVG mime type to Python 2
anatoly techtonik
- [New-bugs-announce] [issue19378] Rename "line_offset" parameter in dis.get_instructions to "first_line"
Nick Coghlan
- [New-bugs-announce] [issue19379] Don't import linecache at warnings toplevel
Antoine Pitrou
- [New-bugs-announce] [issue19380] Optimize parsing of regular expressions
Serhiy Storchaka
- [New-bugs-announce] [issue19381] Seg Fault with complex numbers
Manish Raghavan
- [New-bugs-announce] [issue19382] tabnanny unit tests
Colin Williams
- [New-bugs-announce] [issue19383] nturl2path test coverage
Colin Williams
- [New-bugs-announce] [issue19384] test_py_compile fails with OSError on FreeBSD for root user
Claudiu.Popa
- [New-bugs-announce] [issue19385] dbm.dumb should be consistent when the database is closed
Claudiu.Popa
- [New-bugs-announce] [issue19386] selectors test_interrupted_retry is flaky
Christian Heimes
- [New-bugs-announce] [issue19387] Explain and test the sre overlap table
Antoine Pitrou
- [New-bugs-announce] [issue19388] Inflated download counts
Dustin Oprea
- [New-bugs-announce] [issue19389] find_file might return a different directory than the tested file
Mathieu Virbel
- [New-bugs-announce] [issue19390] clinic.py: unhandled syntax error
Stefan Krah
- [New-bugs-announce] [issue19391] Fix PCbuild/readme.txt in 2.7 and 3.3
Zachary Ware
- [New-bugs-announce] [issue19392] document importlib.reload() requires __loader__ to be defined
Brett Cannon
- [New-bugs-announce] [issue19393] symtable.symtable can return the wrong "top" SymbolTable
Steven Winfield
- [New-bugs-announce] [issue19394] distutils.core.Extension: empty strings in library_dirs and include_dirs should not be allowed
robotron
- [New-bugs-announce] [issue19395] lzma hangs for a very long time when run in parallel using python's muptiprocessing module?
cantor
- [New-bugs-announce] [issue19396] test_contextlib fails with -S
Antoine Pitrou
- [New-bugs-announce] [issue19397] test_pydoc fails with -S
Antoine Pitrou
- [New-bugs-announce] [issue19398] test_trace fails with -S
Antoine Pitrou
- [New-bugs-announce] [issue19399] sporadic test_subprocess failure
Antoine Pitrou
- [New-bugs-announce] [issue19400] Extension module builds can fail with Xcode 5 on OS X 10.8+
Ned Deily
- [New-bugs-announce] [issue19401] Segmentation fault with float arithmatics on OS X Mavericks
Brian Zhou
- [New-bugs-announce] [issue19402] AbstractBasicAuthHandler
Perry Lorier
- [New-bugs-announce] [issue19403] Make contextlib.redirect_stdout reentrant
Nick Coghlan
- [New-bugs-announce] [issue19404] Simplify per-instance control of help() output
Nick Coghlan
- [New-bugs-announce] [issue19405] Fix outdated comments in the _sre module
Serhiy Storchaka
- [New-bugs-announce] [issue19406] PEP 453: add the ensurepip module
Nick Coghlan
- [New-bugs-announce] [issue19407] PEP 453: update the "Installing Python Modules" documentation
Nick Coghlan
- [New-bugs-announce] [issue19408] Regex with set of characters and groups raises error
Isis Binder
- [New-bugs-announce] [issue19409] pkgutil isn't importable from a file or the REPL
Donald Stufft
- [New-bugs-announce] [issue19410] Restore empty string special casing in importlib.machinery.FileFinder
Nick Coghlan
- [New-bugs-announce] [issue19411] binascii.hexlify docs say it returns a string (it returns bytes)
Devin Jeanpierre
- [New-bugs-announce] [issue19412] Add a test.support decorator for tests that require C level docstrings
Nick Coghlan
- [New-bugs-announce] [issue19413] Reload semantics changed unexpectedly in Python 3.3
Eric Snow
- [New-bugs-announce] [issue19414] OrderedDict.values() behavior for modified instance
Nikolaus Rath
- [New-bugs-announce] [issue19415] test_gdb fails when using --without-doc-strings on Fedora 19
Nick Coghlan
- [New-bugs-announce] [issue19416] NNTP page has incorrect links
Roy Smith
- [New-bugs-announce] [issue19417] bdb test coverage
Colin Williams
- [New-bugs-announce] [issue19418] audioop.c giving signed/unsigned warnings on Windows
Tim Golden
- [New-bugs-announce] [issue19419] Use abc.ABC in the collections ABC
Raymond Hettinger
- [New-bugs-announce] [issue19420] Leak in _hashopenssl.c
Stefan Krah
- [New-bugs-announce] [issue19421] FileIO destructor imports indirectly the io module at exit
STINNER Victor
- [New-bugs-announce] [issue19422] Neither DTLS nor error for SSLSocket.sendto() of UDP socket
Christian Heimes
- [New-bugs-announce] [issue19423] permutations len issue
Evgeny Luttsev
- [New-bugs-announce] [issue19424] _warnings: patch to avoid conversions from/to UTF-8
STINNER Victor
- [New-bugs-announce] [issue19425] multiprocessing.Pool.map hangs if pickling argument raises an exception
Nadeem Vawda
- [New-bugs-announce] [issue19426] Opening a file in IDLE causes a crash or hang
Ned Deily
- [New-bugs-announce] [issue19427] enhancement: dictionary maths
Richard Neill
- [New-bugs-announce] [issue19428] marshal: error cases are not documented
STINNER Victor
- [New-bugs-announce] [issue19429] OSError constructor does not handle errors correctly
STINNER Victor
- [New-bugs-announce] [issue19430] argparse replaces \$ to is passed
telmich
- [New-bugs-announce] [issue19431] Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithError()
STINNER Victor
- [New-bugs-announce] [issue19432] test_multiprocessing_fork failures
Stefan Krah
- [New-bugs-announce] [issue19433] Define PY_UINT64_T on Windows 32bit
Christian Heimes
- [New-bugs-announce] [issue19434] Wrong documentation of MIMENonMultipart class
Vajrasky Kok
- [New-bugs-announce] [issue19435] Directory traversal attack for CGIHTTPRequestHandler
Alexander Kruppa
- [New-bugs-announce] [issue19436] Python 2.7 on MAC OSX Mavericks crashes on the help('modules') command
lagoon7
- [New-bugs-announce] [issue19437] More failures found by pyfailmalloc
STINNER Victor
- [New-bugs-announce] [issue19438] Where is NoneType in Python 3?
mpb
- [New-bugs-announce] [issue19439] Build _testembed on Windows
Zachary Ware
- [New-bugs-announce] [issue19440] Clean up test_capi
Zachary Ware
- [New-bugs-announce] [issue19441] itertools.tee improve documentation
Alan Cristhian
- [New-bugs-announce] [issue19442] Python crashs when a warning is emitted during shutdown
STINNER Victor
- [New-bugs-announce] [issue19443] add to dict fails after 1, 000, 000 items on py 2.7.5
Milton Mobley
- [New-bugs-announce] [issue19444] mmap.mmap() allocates a file descriptor that isn't CLOEXEC
Robert Merrill
- [New-bugs-announce] [issue19445] heapq.heapify is n log(n), not linear
Blaise Gassend
- [New-bugs-announce] [issue19446] Integer division for negative numbers
Nitin Kumar
- [New-bugs-announce] [issue19447] py_compile.compile raises if a file has bad encoding
Bohuslav "Slavek" Kabrda
- [New-bugs-announce] [issue19448] SSL: add OID / NID lookup
Christian Heimes
- [New-bugs-announce] [issue19449] csv.DictWriter can't handle extra non-string fields
Tomas Grahn
- [New-bugs-announce] [issue19450] Bug in sqlite in Windows binaries
Marc Schlaich
- [New-bugs-announce] [issue19451] urlparse accepts invalid hostnames
Daniele Sluijters
- [New-bugs-announce] [issue19452] ElementTree iterparse documentation
Peter Harris
- [New-bugs-announce] [issue19453] pydoc.py doesn't detect IronPython, help(foo) can hang
David Evans
- [New-bugs-announce] [issue19454] devguide: Document what a "platform support" is
anatoly techtonik
- [New-bugs-announce] [issue19455] LoggerAdapter class lacks documented "setLevel" method
Eric Hanchrow
- [New-bugs-announce] [issue19456] ntpath doesn't join paths correctly when a drive is present
Guido van Rossum
- [New-bugs-announce] [issue19457] test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefreplace_with_surrogates() and test.test_unicode.UnicodeTest.test_encode_decimal_with_surrogates() loaded from *.pyc files fail with Python supporting wide unicode
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue19458] Invitation to connect on LinkedIn
Hank Christian
- [New-bugs-announce] [issue19459] Fatal Python error: Py_Initialize: Unable to get the locale encoding: GEORGIAN-PS
Caolán McNamara
- [New-bugs-announce] [issue19460] Add test for MIMENonMultipart
Vajrasky Kok
- [New-bugs-announce] [issue19461] RawConfigParser modifies empty strings unconditionally
Nacsa Kristóf
- [New-bugs-announce] [issue19462] Add remove_argument() method to argparse.ArgumentParser
Artem Ustinov
- [New-bugs-announce] [issue19463] assertGdbRepr depends on hash randomization / endianess
Christian Heimes
- [New-bugs-announce] [issue19464] Remove warnings from Windows buildbot "clean" script
Zachary Ware
- [New-bugs-announce] [issue19465] selectors: provide a helper to choose a selector using constraints
STINNER Victor
Last message date:
Thu Oct 31 23:36:21 CET 2013
Archived on: Thu Oct 31 23:36:26 CET 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).