July 2012 Archives by subject
Starting: Sun Jul 1 02:21:26 CEST 2012
Ending: Tue Jul 31 21:59:40 CEST 2012
Messages: 286
- [New-bugs-announce] [issue15230] runpy.run_path broken: Breaks scoping; pollutes sys.modules; doesn't set __package__
Benjamin S Wolf
- [New-bugs-announce] [issue15231] update PyPI upload doc to say --no-raw passed to rst2html.py
Chris Jerdonek
- [New-bugs-announce] [issue15232] maildir parsing can split up messages with 'From ' at the start of a line
Chris Pickett
- [New-bugs-announce] [issue15233] atexit: guarantee order of execution of registered functions?
Georg Brandl
- [New-bugs-announce] [issue15234] avoid runtime library path for extensions found in system directories
Matthias Klose
- [New-bugs-announce] [issue15235] allow newer berkley db versions
Matthias Klose
- [New-bugs-announce] [issue15236] SEGFAULT in visit_decref
Kai Sterker
- [New-bugs-announce] [issue15237] Add capsule API to _decimal
Stefan Krah
- [New-bugs-announce] [issue15238] shutil.copystat should copy Linux extended attributes
Larry Hastings
- [New-bugs-announce] [issue15239] Abandoned Tools/unicode/mkstringprep.py
Serhiy Storchaka
- [New-bugs-announce] [issue15240] ctype Structure keeps reference to function pointers
Vincent Pelletier
- [New-bugs-announce] [issue15241] venv module and pyvenv script documented, but not python behavior itself
Éric Araujo
- [New-bugs-announce] [issue15242] PyImport_GetMagicTag() should use the same const char * as sys.implementation.cache_tag
Eric Snow
- [New-bugs-announce] [issue15243] Misleading documentation for __prepare__
William Schwartz
- [New-bugs-announce] [issue15244] Support for opening files with FILE_SHARE_DELETE on Windows
Richard Oudkerk
- [New-bugs-announce] [issue15245] ast.literal_eval on some literals
João Bernardo
- [New-bugs-announce] [issue15246] Line coverage for collectionts.abc.Set
James King
- [New-bugs-announce] [issue15247] io.open() is inconsistent re os.open()
Juancarlo Añez
- [New-bugs-announce] [issue15248] In "TypeError: 'tuple' object is not callable", suggest a comma.
Ben Longbons
- [New-bugs-announce] [issue15249] email.generator.BytesGenerator doesn't mangle "From " lines when non-ASCII bytes are present
Petri Lehtinen
- [New-bugs-announce] [issue15250] document that filecmp.dircmp comparisons are "shallow"
Chris Jerdonek
- [New-bugs-announce] [issue15251] new.code and new.function crashes Python iterpretter
Jeffrey Harper
- [New-bugs-announce] [issue15253] xmlrpclib.ServerProxy does not support 2-tuple value for uri parameter
Vincent Pelletier
- [New-bugs-announce] [issue15254] 08 is invalid token in lists.
Chris Wright
- [New-bugs-announce] [issue15255] glose_Fb
andisthermal
- [New-bugs-announce] [issue15256] Typo in error message
Marc Abramowitz
- [New-bugs-announce] [issue15257] Misc/.gdbinit:pystack is too brittle
rian
- [New-bugs-announce] [issue15258] argparse documentation: Improve optparse section regarding allow_interspersed_args
Nefarious CodeMonkey, Jr.
- [New-bugs-announce] [issue15259] "Helping with Documentation" references missing dailybuild.py
Chris Jerdonek
- [New-bugs-announce] [issue15260] Mention how to order Misc/NEWS entries
Chris Jerdonek
- [New-bugs-announce] [issue15261] os.stat(fd) crashes on Windows if fd does not exist
Richard Oudkerk
- [New-bugs-announce] [issue15262] Idle does not show traceback in other threads
Mark
- [New-bugs-announce] [issue15263] Guard against invalid file handles in os functions
Larry Hastings
- [New-bugs-announce] [issue15264] PyErr_SetFromErrnoWithFilenameObject() undocumented
Antoine Pitrou
- [New-bugs-announce] [issue15265] random.sample() docs unclear on k < len(population)
Roy Smith
- [New-bugs-announce] [issue15266] Provide an easy way to check a reST long_description for PyPI
Chris Jerdonek
- [New-bugs-announce] [issue15267] tempfile.TemporaryFile and httplib incompatibility
Tim Smith
- [New-bugs-announce] [issue15268] curses configure checks fail if only /usr/include/ncursesw/curses.h is installed
Matthias Klose
- [New-bugs-announce] [issue15269] Document dircmp.left and dircmp.right
Chris Jerdonek
- [New-bugs-announce] [issue15270] "Economy of Expression" section outdated
Chris Jerdonek
- [New-bugs-announce] [issue15271] argparse: repeatedly specifying the same argument ignores the previous ones
Ionuț Arțăriși
- [New-bugs-announce] [issue15272] pkgutil.find_loader accepts invalid module names
Nick Coghlan
- [New-bugs-announce] [issue15273] Remove unnecessarily random behavior from test_unparse.py
Larry Hastings
- [New-bugs-announce] [issue15274] Patch for issue 5765: stack overflow evaluating eval("()" * 30000)
Andrea Griffini
- [New-bugs-announce] [issue15275] isinstance is called a more times that needed in ntpath
Manuel de la Pena
- [New-bugs-announce] [issue15276] unicode format does not really work in Python 2.x
Ariel Ben-Yehuda
- [New-bugs-announce] [issue15277] Fix resource leak in support.py:_is_ipv6_enabled
Brian Brazil
- [New-bugs-announce] [issue15278] UnicodeDecodeError when readline in codecs.py
lovelylain
- [New-bugs-announce] [issue15279] Spurious unittest warnings
Łukasz Langa
- [New-bugs-announce] [issue15280] Don't use builtins as variable names in urllib.request
Brian Brazil
- [New-bugs-announce] [issue15281] pyvenv --symlinks option is a no-op?
Antoine Pitrou
- [New-bugs-announce] [issue15282] pysetup still installed
Antoine Pitrou
- [New-bugs-announce] [issue15283] pyvenv says nothing on success
Antoine Pitrou
- [New-bugs-announce] [issue15284] Handle ipv6 not being enabled in test_socket
Brian Brazil
- [New-bugs-announce] [issue15285] test_timeout failure on OSX
Florent Xicluna
- [New-bugs-announce] [issue15286] normpath does not work with local literal paths
Manuel de la Pena
- [New-bugs-announce] [issue15287] support.TESTFN was modified by test_builtin
Florent Xicluna
- [New-bugs-announce] [issue15288] Clarify the pkgutil.walk_packages() note
Chris Jerdonek
- [New-bugs-announce] [issue15289] Adding __getitem__ as a class method doesn't work as expected
samwyse
- [New-bugs-announce] [issue15290] setAttribute() can fail
Antoine Pitrou
- [New-bugs-announce] [issue15291] test_ast leaks memory a lot
Antoine Pitrou
- [New-bugs-announce] [issue15292] import hook behavior documentation improvement
Anders Hammarquist
- [New-bugs-announce] [issue15293] AST nodes do not support garbage collection
Antoine Pitrou
- [New-bugs-announce] [issue15294] regression with nested namespace packages
Antoine Pitrou
- [New-bugs-announce] [issue15295] Document PEP 420 namespace packages
Brett Cannon
- [New-bugs-announce] [issue15296] Minidom can't create ASCII representation
Serhiy Storchaka
- [New-bugs-announce] [issue15297] pkgutil.iter_importers() includes an ImpImporter
Chris Jerdonek
- [New-bugs-announce] [issue15298] _sysconfigdata is generated in srcdir, not builddir
Matthias Klose
- [New-bugs-announce] [issue15299] ImpImporter(None).iter_modules() does not search sys.path
Chris Jerdonek
- [New-bugs-announce] [issue15300] test directory doubly-nested running tests with -j/--multiprocess
Chris Jerdonek
- [New-bugs-announce] [issue15301] os.chown: OverflowError: Python int too large to convert to C long
do1
- [New-bugs-announce] [issue15302] Use argparse instead of getopt in test.regrtest
Chris Jerdonek
- [New-bugs-announce] [issue15303] Minor revision to the <BaseWidget._setup> method in Tkinter
Drew French
- [New-bugs-announce] [issue15304] Wrong path in test.support.temp_cwd() error message
Chris Jerdonek
- [New-bugs-announce] [issue15305] Test harness unnecessarily disambiguating twice
Chris Jerdonek
- [New-bugs-announce] [issue15306] Python3 segfault? (works in Python2)
Ztatik Light
- [New-bugs-announce] [issue15307] Patch for --symlink support in pyvenv with framework python
Ronald Oussoren
- [New-bugs-announce] [issue15308] IDLE - add an "Interrupt Execution" to shell menu
Roger Serwy
- [New-bugs-announce] [issue15309] buffer/memoryview slice assignment uses only memcpy
Ronny Pfannschmidt
- [New-bugs-announce] [issue15310] urllib: Support for multiple WWW-Authenticate headers and/or multiple challenges per header
Thomas Parslow
- [New-bugs-announce] [issue15311] Developer Guide doesn't get updated once a day
Chris Jerdonek
- [New-bugs-announce] [issue15312] Serial library not found
Julius
- [New-bugs-announce] [issue15313] IDLE - remove all bare excepts
Roger Serwy
- [New-bugs-announce] [issue15314] Use importlib instead of pkgutil in runpy
Nick Coghlan
- [New-bugs-announce] [issue15315] Can't build Python extension with mingw32 on Windows
Craig McQueen
- [New-bugs-announce] [issue15316] runpy swallows ImportError information with relative imports
Chris Jerdonek
- [New-bugs-announce] [issue15317] Source installation sets incorrect permissions for Grammar3.2.3.final.0.pickle
Tomi Pieviläinen
- [New-bugs-announce] [issue15318] IDLE - sys.stdin is writeable
Roger Serwy
- [New-bugs-announce] [issue15319] IDLE - input() is broken.
Roger Serwy
- [New-bugs-announce] [issue15320] thread-safety issue in regrtest.main()
Chris Jerdonek
- [New-bugs-announce] [issue15321] bdist_wininst installers may terminate with "close failed in file object destructor:\nsys.excepthook is missing\nlost sys.stderr"
Mark Hammond
- [New-bugs-announce] [issue15322] sysconfig.get_config_var('srcdir') returns unexpected value
Chris Jerdonek
- [New-bugs-announce] [issue15323] Provide target name in output message when Mock.assert_called_once_with fails
Brian Jones
- [New-bugs-announce] [issue15324] --match does not work for regrtest
Chris Jerdonek
- [New-bugs-announce] [issue15325] --fromfile does not work for regrtest
Chris Jerdonek
- [New-bugs-announce] [issue15326] --random does not work for regrtest
Chris Jerdonek
- [New-bugs-announce] [issue15327] Argparse: main arguments and subparser arguments indistinguishable
Ingo Fischer
- [New-bugs-announce] [issue15328] datetime.strptime slow
Lars Nordin
- [New-bugs-announce] [issue15329] clarify which deque methods are thread-safe
Chris Jerdonek
- [New-bugs-announce] [issue15330] allow deque to act as a thread-safe circular buffer
Chris Jerdonek
- [New-bugs-announce] [issue15331] Missing codec aliases for bytes-bytes codecs
Nick Coghlan
- [New-bugs-announce] [issue15332] 2to3 should fix bad indentation (or warn about it)
Jakub Wilk
- [New-bugs-announce] [issue15333] import on Windows will recompile a pyc file created on Unix
Andrew MacKeith
- [New-bugs-announce] [issue15334] access denied for HKEY_PERFORMANCE_DATA
Jeremy Kloth
- [New-bugs-announce] [issue15335] IDLE - debugger steps through run.py internals
Roger Serwy
- [New-bugs-announce] [issue15336] Argparse required arguments incorrectly displayed as optional arguments
Raymond Hettinger
- [New-bugs-announce] [issue15337] The cmd module incorrectly lists "help" as an undocument command
Raymond Hettinger
- [New-bugs-announce] [issue15338] test_UNC_path failure in test_import
Antoine Pitrou
- [New-bugs-announce] [issue15339] document the threading "facts of life" in Python
Chris Jerdonek
- [New-bugs-announce] [issue15340] OSError with "import random" when /dev/urandom doesn't exist (regression from 2.6)
Ian Wienand
- [New-bugs-announce] [issue15341] Cplex and python
moras moorshed
- [New-bugs-announce] [issue15342] os.path.join behavior
Pan Yongzhi
- [New-bugs-announce] [issue15343] "pydoc -w <package>" write out page with empty "package contents" section
Christopher the Magnificent
- [New-bugs-announce] [issue15344] devinabox: failure when running make_a_box multiple times
Eric Snow
- [New-bugs-announce] [issue15345] HOWTOs Argparse tutorial - code example raises SyntaxError
Simon Hayward
- [New-bugs-announce] [issue15346] Tkinter dnd has no documentation
Daniel Swanson
- [New-bugs-announce] [issue15347] IDLE - does not close if the debugger was active
Roger Serwy
- [New-bugs-announce] [issue15348] IDLE - shell becomes unresponsive if debugger windows is closed while active.
Roger Serwy
- [New-bugs-announce] [issue15349] SyntaxError b0rked grammar
Ztatik Light
- [New-bugs-announce] [issue15350] {urllib, urllib.parse}.urlencode.__doc__ is unclear
samwyse
- [New-bugs-announce] [issue15351] Add to unittest.TestCase support for using context managers
Chris Jerdonek
- [New-bugs-announce] [issue15352] importlib.h should be regenerated when the marshaling code changes
Meador Inge
- [New-bugs-announce] [issue15353] ld: library not found for -lpython3.3m because of wrong LDFLAGS_PYTHON
Jerry Jacobs
- [New-bugs-announce] [issue15354] _PyObject_LengthHint only accepts longs
Philip Jenvey
- [New-bugs-announce] [issue15355] generator.__next__() docs should mention exception if already executing
Chris Jerdonek
- [New-bugs-announce] [issue15356] '\xa0' isspace returns true while compiling python on solaris 10 by users using gcc 3.4.6
zoupl
- [New-bugs-announce] [issue15357] Deprecate redundant pieces of pkgutil
Nick Coghlan
- [New-bugs-announce] [issue15358] Test pkgutil.walk_packages in test_pkgutil instead of test_runpy
Nick Coghlan
- [New-bugs-announce] [issue15359] Sockets support for CAN_BCM
Brian Thorne
- [New-bugs-announce] [issue15360] Behavior of assigning to __dict__ is not documented
Davide Rizzo
- [New-bugs-announce] [issue15361] venv's Activate.ps1 causes broken prompt with powershell
Richard Oudkerk
- [New-bugs-announce] [issue15362] pyport.h includes antiquated UTF handling for FreeBSD
John Schneider
- [New-bugs-announce] [issue15363] Idle/tkinter ~x.py 'save as' fails. closes idle
Terry J. Reedy
- [New-bugs-announce] [issue15364] sysconfig confused by relative paths
Richard Oudkerk
- [New-bugs-announce] [issue15365] Traceback reporting can fail if IO cannot be imported
Kristján Valur Jónsson
- [New-bugs-announce] [issue15366] venv assumes header files in sys._home + '/Include'
Richard Oudkerk
- [New-bugs-announce] [issue15367] build_ext in a venv on Windows assumes pyconfig.h in sys.exec_prefix + '\PC'
Richard Oudkerk
- [New-bugs-announce] [issue15368] bytecode generation is not deterministic
Meador Inge
- [New-bugs-announce] [issue15369] pybench and test.pystone poorly documented
Florent Xicluna
- [New-bugs-announce] [issue15370] test_runpy should include namespace package tests
Nick Coghlan
- [New-bugs-announce] [issue15371] test_cmd_line_script should include namespace package tests
Nick Coghlan
- [New-bugs-announce] [issue15372] Python is missing alternative for common quoting character
Luca Fabbri
- [New-bugs-announce] [issue15373] copy.copy() does not properly copy os.environment
Hartmut Goebel
- [New-bugs-announce] [issue15374] venv environment variable should follow the conventions
Antoine Pitrou
- [New-bugs-announce] [issue15375] Trivial for fix in the subprocess documentation
Renato Cunha
- [New-bugs-announce] [issue15376] Refactor the create-package code in test_runpy into a helper module
Chris Jerdonek
- [New-bugs-announce] [issue15377] os.path.join() error misleading with path1=None
Chris Jerdonek
- [New-bugs-announce] [issue15378] Underported Tools/unicode/comparecodecs.py
Serhiy Storchaka
- [New-bugs-announce] [issue15379] Charmap decoding of no-BMP characters
Serhiy Storchaka
- [New-bugs-announce] [issue15380] bytes/str mismatch in distribute
Mark Summerfield
- [New-bugs-announce] [issue15381] Optimize BytesIO to so less reallocations when written, similarly to StringIO
Eli Bendersky
- [New-bugs-announce] [issue15382] os.utime() mishandles some arguments
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue15383] Autocompletion crashes Python if the __builtins__ module cannot be found.
Tyler Crompton
- [New-bugs-announce] [issue15384] FileFinder.path_hook()("") returns None on Windows
Nick Coghlan
- [New-bugs-announce] [issue15385] Behaviour change in runpy for __file__ attributes between 3.2 and 3.3
Nick Coghlan
- [New-bugs-announce] [issue15386] Still getting two copies of importlib._boostrap
Nick Coghlan
- [New-bugs-announce] [issue15387] pkgutil.walk_packages is using a deprecated API
Nick Coghlan
- [New-bugs-announce] [issue15388] SAX parse (ExpatParser) leaks file handle when given filename input
Matt Hillsdon
- [New-bugs-announce] [issue15389] PEP 3121, 384 refactoring applied to curses module
Robin Schreiber
- [New-bugs-announce] [issue15390] PEP 3121, 384 refactoring applied to datetime module
Robin Schreiber
- [New-bugs-announce] [issue15391] Add bitlength function to the math module
anon
- [New-bugs-announce] [issue15392] Create a unittest framework for IDLE
Terry J. Reedy
- [New-bugs-announce] [issue15393] JSONDecoder.raw_decode breaks on leading whitespace
Antti Laine
- [New-bugs-announce] [issue15394] memory leak in PyModule_Create2
Julia Lawall
- [New-bugs-announce] [issue15395] memory leaks in selectmodule.c
Julia Lawall
- [New-bugs-announce] [issue15396] memory leak in tkinter
Julia Lawall
- [New-bugs-announce] [issue15397] Unbinding of methods
Stefan Mihaila
- [New-bugs-announce] [issue15398] intermittence on UnicodeFileTests.test_rename at test_pep277 on MacOS X
Flávio Ribeiro
- [New-bugs-announce] [issue15399] processName key is un-/mis-documented in 2.6 and up
Gunnlaugur Thor Briem
- [New-bugs-announce] [issue15400] int('12345L', 10) raises ValueError
Michael Smith
- [New-bugs-announce] [issue15401] Typo in inspect.getclosurevars docstring
Nick Coghlan
- [New-bugs-announce] [issue15402] Correct __sizeof__ support for struct
Serhiy Storchaka
- [New-bugs-announce] [issue15403] Refactor package creation support code into a common location
Chris Jerdonek
- [New-bugs-announce] [issue15404] Refleak in PyMethodObject repr
Andrew Svetlov
- [New-bugs-announce] [issue15405] Invitation to connect on LinkedIn
reynaldo
- [New-bugs-announce] [issue15406] Deprecation Warnings fixes on test suite
Flávio Ribeiro
- [New-bugs-announce] [issue15407] CSV parser fails to iterate properly on 2.6.6
Cal Leeming
- [New-bugs-announce] [issue15408] os.fork/os.popen behaviour change between 2.7 and 3.2
Walter Dörwald
- [New-bugs-announce] [issue15409] Deprecation Warning fix on cookiejar module
Flávio Ribeiro
- [New-bugs-announce] [issue15410] urllib.request.Request.is_unverifiable deprecation documentation is incorrect
Meador Inge
- [New-bugs-announce] [issue15411] os.chmod() does not follow symlinks on Windows
Atsuo Ishimoto
- [New-bugs-announce] [issue15412] Note in documentation for weakrefs
Richard Oudkerk
- [New-bugs-announce] [issue15413] os.times() disappeared under Windows
Antoine Pitrou
- [New-bugs-announce] [issue15414] os.path.join behavior on Windows (ntpath.join) is unexpected and not well documented
R. David Murray
- [New-bugs-announce] [issue15415] Add temp_dir() and change_cwd() to test.support
Chris Jerdonek
- [New-bugs-announce] [issue15416] 3 * [] gives a list of 3 cross-referenced lists, a[1]='blash
Martin Mokrejs
- [New-bugs-announce] [issue15417] Add support for csh and fish in venv activation scripts
Andrew Svetlov
- [New-bugs-announce] [issue15418] 2to3 docs should mention setup.py fixes required to install compatible packages in Python 3
anatoly techtonik
- [New-bugs-announce] [issue15419] distutils: build_py_2to3 should use a separate build directory
anatoly techtonik
- [New-bugs-announce] [issue15420] issue6964 reminder
anatoly techtonik
- [New-bugs-announce] [issue15421] Calendar.itermonthdates OverflowError
Cédric Krier
- [New-bugs-announce] [issue15422] Get rid of PyCFunction_New macro
Andrew Svetlov
- [New-bugs-announce] [issue15423] Minidom tries to parse tags inside of <script> tag
AliDD
- [New-bugs-announce] [issue15424] __sizeof__ of array should include size of items
Ludwig Hähne
- [New-bugs-announce] [issue15425] Another strange Tracebacks with importlib
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue15426] On a x86_64 Linux workstation, the build-from-source is borked.
Shocked Pancake
- [New-bugs-announce] [issue15427] Describe use of args parameter of argparse.ArgumentParser.parse_args
Steven Bethard
- [New-bugs-announce] [issue15428] add "Name Collision" section to argparse docs
Steven Bethard
- [New-bugs-announce] [issue15429] types.NoneType missing
Anders Kaseorg
- [New-bugs-announce] [issue15430] Improve filecmp documentation
Senthil Kumaran
- [New-bugs-announce] [issue15431] Cannot build importlib.h on Windows
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue15432] gzip.py: mtime argument only since python 2.7
Geir Ove Myhr
- [New-bugs-announce] [issue15433] argparse usage line is wrong
Reinis Ivanovs
- [New-bugs-announce] [issue15434] __import__() problem in 3.3
Stefan Krah
- [New-bugs-announce] [issue15435] Strange behavior when AttributeError raise inside a property get function
Cédric Krier
- [New-bugs-announce] [issue15436] __sizeof__ is not documeneted
Serhiy Storchaka
- [New-bugs-announce] [issue15437] Merge Doc/ACKS and Misc/ACKS
Chris Jerdonek
- [New-bugs-announce] [issue15438] Incredible issue in math.pow
andrea bergamini
- [New-bugs-announce] [issue15439] Include Misc/ACKS names into the documentation
Chris Jerdonek
- [New-bugs-announce] [issue15440] multiprocess fails to re-raise exception which has mandatory arguments
Bala FA
- [New-bugs-announce] [issue15441] test_posixpath fails on Japanese edition of Windows
Atsuo Ishimoto
- [New-bugs-announce] [issue15442] Expand the list of default dirs filecmp.dircmp ignores
Eli Bendersky
- [New-bugs-announce] [issue15443] datetime module has no support for nanoseconds
Vincenzo Ampolo
- [New-bugs-announce] [issue15444] Incorrectly writen contributor's names
Serhiy Storchaka
- [New-bugs-announce] [issue15445] Ability to do code injection via logging module configuration listener port.
Graham Dumpleton
- [New-bugs-announce] [issue15446] Recursion SIGSEGV
Arseniy
- [New-bugs-announce] [issue15447] A file is not properly closed by webbrowser._invoke
Anton Barkovsky
- [New-bugs-announce] [issue15448] utimes() functions fail with ENOSYS even when detected by configure
Richard Moseley
- [New-bugs-announce] [issue15449] Optional size argument for readline()
Sworddragon
- [New-bugs-announce] [issue15450] Allow dircmp.subdirs to behave well under subclassing
Chris Jerdonek
- [New-bugs-announce] [issue15451] PATH is not honored in subprocess.Popen in win32
Grissiom Gu
- [New-bugs-announce] [issue15452] Eliminate the use of eval() in the logging config implementation
Nick Coghlan
- [New-bugs-announce] [issue15453] ctype with packed bitfields does not match native compiler
Mike Castle
- [New-bugs-announce] [issue15454] Allow dircmp.report() output stream to be customized
Chris Jerdonek
- [New-bugs-announce] [issue15455] index entries not showing up in glossary
Chris Jerdonek
- [New-bugs-announce] [issue15456] Correct __sizeof__ support for code objects
Serhiy Storchaka
- [New-bugs-announce] [issue15457] consistent treatment of generator terminology
Chris Jerdonek
- [New-bugs-announce] [issue15458] Add python-config --configdir option
Barry A. Warsaw
- [New-bugs-announce] [issue15459] ctypes Structures with subclassed types in the _fields_ list
Thomas Heller
- [New-bugs-announce] [issue15460] SQLite cursor.description is not DB-API compatible
Charlie Clark
- [New-bugs-announce] [issue15461] os.stat() 's inappropriate behavior when dealing with a broken link in linux systems.
coder.maliubiao
- [New-bugs-announce] [issue15462] UTF8 BOM incorrectly prepended syslog messages when using rsysolog
Aimon Bustardo
- [New-bugs-announce] [issue15463] test_faulthandler can fail if install path is too long
Ned Deily
- [New-bugs-announce] [issue15464] ssl: add set_msg_callback function
Thiébaud Weksteen
- [New-bugs-announce] [issue15465] Improved documentation for C API version info
Nick Coghlan
- [New-bugs-announce] [issue15466] Python/importlib.h is different on 32bit and 64bit
Amaury Forgeot d'Arc
- [New-bugs-announce] [issue15467] Updating __sizeof__ tests
Serhiy Storchaka
- [New-bugs-announce] [issue15468] Edit docs to hide hashlib.md5()
Daniel Holth
- [New-bugs-announce] [issue15469] Correct __sizeof__ support for deque
Serhiy Storchaka
- [New-bugs-announce] [issue15470] Stuck/hang when reading ssl object
Seamus McKenna
- [New-bugs-announce] [issue15471] importlib's __import__() argument style nit
Barry A. Warsaw
- [New-bugs-announce] [issue15472] Itertools doc summary table misdocuments some arguments
Éric Araujo
- [New-bugs-announce] [issue15473] importlib no longer uses imp.NullImporter
Barry A. Warsaw
- [New-bugs-announce] [issue15474] Differentiate decorator and decorator factory in docs
Éric Araujo
- [New-bugs-announce] [issue15475] Correct __sizeof__ support for itertools
Serhiy Storchaka
- [New-bugs-announce] [issue15476] Add "code object" to glossary
Chris Jerdonek
- [New-bugs-announce] [issue15477] test_cmath failures on OS X 10.8
Ned Deily
- [New-bugs-announce] [issue15478] UnicodeDecodeError on OSError
STINNER Victor
- [New-bugs-announce] [issue15479] Allow MAX_STRING_LENGTH limits to be changed at runtime
Chris Jerdonek
- [New-bugs-announce] [issue15480] Drop TYPE_INT64 from marshal in Python 3.4
Martin v. Löwis
- [New-bugs-announce] [issue15481] Add exec_module() as part of the import loader API
Eric Snow
- [New-bugs-announce] [issue15482] __import__() change between 3.2 and 3.3
Ronan Lamy
- [New-bugs-announce] [issue15483] CROSS: initialise include and library paths in setup.py
Roumen Petrov
- [New-bugs-announce] [issue15484] CROSS: use _PYTHON_PROJECT_BASE in distutils sysconfig
Roumen Petrov
- [New-bugs-announce] [issue15485] CROSS: append gcc library search paths
Roumen Petrov
- [New-bugs-announce] [issue15486] Standardise the mechanisms for stripping importlib frames
Nick Coghlan
- [New-bugs-announce] [issue15487] Correct __sizeof__ support for buffered I/O
Serhiy Storchaka
- [New-bugs-announce] [issue15488] Closed files keep their buffer alive
Antoine Pitrou
- [New-bugs-announce] [issue15489] Correct __sizeof__ support for BytesIO
Serhiy Storchaka
- [New-bugs-announce] [issue15490] Correct __sizeof__ support for StringIO
Serhiy Storchaka
- [New-bugs-announce] [issue15491] hg.python.org/cpython "browse" link defaults to 2.7
Chris Jerdonek
- [New-bugs-announce] [issue15492] textwrap.wrap expand_tabs does not behave as expected
Chris Jerdonek
- [New-bugs-announce] [issue15493] No more Daily OS X installers
Antoine Pitrou
- [New-bugs-announce] [issue15494] Move test/support.py into a test.support subpackage
Chris Jerdonek
- [New-bugs-announce] [issue15495] enable type truncation warnings for gcc builds
Jeremy Kloth
- [New-bugs-announce] [issue15496] harden directory removal for tests on Windows
Jeremy Kloth
- [New-bugs-announce] [issue15497] correct characters in TextWrapper.replace_whitespace docs
Chris Jerdonek
- [New-bugs-announce] [issue15498] Eliminate the use of deprecated OS X APIs in getpath.c
Ned Deily
- [New-bugs-announce] [issue15499] Sleep is hardcoded in webbrowser.UnixBrowser
Anton Barkovsky
- [New-bugs-announce] [issue15500] Python should support naming threads
Attila Nagy
- [New-bugs-announce] [issue15501] Document exception classes in subprocess module
Anton Barkovsky
- [New-bugs-announce] [issue15502] Meta path finders and path entry finders are different, but share an ABC
Nick Coghlan
- [New-bugs-announce] [issue15503] concatenating string in dict unexpected performance
Petri Heinilä
- [New-bugs-announce] [issue15504] pickle/cPickle saves invalid/incomplete data
Philipp Lies
- [New-bugs-announce] [issue15505] unittest.installHandler incorrectly assumes SIGINT handler is set.
Thomas Wouters
- [New-bugs-announce] [issue15506] configure should use PKG_PROG_PKG_CONFIG
Mike Frysinger
- [New-bugs-announce] [issue15507] test_subprocess assumes SIGINT is not being ignored.
Thomas Wouters
- [New-bugs-announce] [issue15508] __import__.__doc__ has outdated information about level
Arfrever Frehtes Taifersar Arahesis
- [New-bugs-announce] [issue15509] webbrowser.open sometimes passes zero-length argument to the browser.
Anton Barkovsky
- [New-bugs-announce] [issue15510] textwrap.wrap('') returns empty list
Chris Jerdonek
- [New-bugs-announce] [issue15511] _decimal does not build in PGUpdate mode
Stefan Krah
- [New-bugs-announce] [issue15512] Correct __sizeof__ support for parser
Serhiy Storchaka
- [New-bugs-announce] [issue15513] Correct __sizeof__ support for pickle
Serhiy Storchaka
- [New-bugs-announce] [issue15514] Correct __sizeof__ support for cpu_set
Serhiy Storchaka
- [New-bugs-announce] [issue15515] Regular expression match does not return
Caleb Rouleau
- [New-bugs-announce] [issue15516] exception-handling bug in PyString_Format
Tom Tromey
Last message date:
Tue Jul 31 21:59:40 CEST 2012
Archived on: Tue Jul 31 21:59:45 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).