March 2015 Archives by thread
Starting: Sun Mar 1 00:04:10 CET 2015
Ending: Tue Mar 31 23:46:30 CEST 2015
Messages: 3484
- [issue23548] TypeError in event loop finalizer, new in Python 3.4.3
Guido van Rossum
- [issue23551] IDLE to provide menu options for using PIP
Terry J. Reedy
- [issue20128] Re-enable test_modules_search_builtin() in test_pydoc
Serhiy Storchaka
- [issue23496] Steps for Android Native Build of Python 3.4.2
Cyd Haselton
- [issue23553] Reduce the number of comparison for range checking.
Raymond Hettinger
- [issue23539] Content-length not set for HTTP methods expecting body when body is None
Demian Brecht
- [issue23554] EchoServerClientProtocol class should be called EchoServerProtocol
Giovanni Cannata
- [issue20204] pydocs fails for some C implemented classes
Nick Coghlan
- [issue21293] Remove "capsule hack" from object.c?
Nick Coghlan
- [issue23290] Faster set copying
Serhiy Storchaka
- [issue23552] Have timeit warn about runs that are not independent of each other
Serhiy Storchaka
- [issue21619] Cleaning up a subprocess with a broken pipe
Serhiy Storchaka
- [issue10963] "subprocess" can raise OSError (EPIPE) when communicating with short-lived processes
Serhiy Storchaka
- [issue22364] Improve some re error messages using regex for hints
Serhiy Storchaka
- [issue23555] behavioural change in argparse set_defaults in python 2.7.9
Matthias Klose
- [issue23556] Scope for raise without argument is different in Python 2 and 3
Antoine Amarilli
- [issue23557] Misc/SpecialBuilds.txt contains outdated information about PYMALLOC_DEBUG
Jakub Klama
- [issue10716] Modernize pydoc to use better HTML and separate CSS
Ismail Donmez
- [issue23558] Unable to install Python 3.4.3 amd64 on Windows 8.1
Ryan Neve
- [issue20210] Provide configure options to enable/disable Python modules and extensions
Mark Lawrence
- [issue6701] Make custom xmlrpc extension easier
Mark Lawrence
- [issue8576] test_support.find_unused_port can cause socket conflicts on Windows
Mark Lawrence
- [issue4071] ntpath.abspath fails for long str paths
Mark Lawrence
- [issue20408] memoryview() constructor documentation error
Stefan Krah
- [issue22791] datetime.utcfromtimestamp() shoud have option for create tz aware datetime
Roundup Robot
- [issue22752] incorrect time.timezone value
Alexander Belopolsky
- [issue22840] strpdate('20141110', '%Y%m%d%H%S') returns wrong date
Alexander Belopolsky
- [issue7830] Flatten nested functools.partial
Roundup Robot
- [issue23476] SSL cert verify fail for "www.verisign.com"
Ian Cordasco
- [issue23531] SSL operations cause entire process to hang
johnkw
- [issue13312] test_time fails: strftime('%Y', y) for negative year
Mark Lawrence
- [issue23484] SemLock acquire() keyword arg 'blocking' is invalid
Davin Potts
- [issue20876] python -m test test_pathlib fails
Isaac Schwabacher
- [issue20271] urllib.parse.urlparse() accepts wrong URLs
Serhiy Storchaka
- [issue15286] normpath does not work with local literal paths
Mark Lawrence
- [issue12989] Consistently handle path separator in Py_GetPath on Windows
Mark Lawrence
- [issue19873] There is a duplicate function in Lib/test/test_pathlib.py
Mark Lawrence
- [issue6911] Document changes in asynchat
Mark Lawrence
- [issue12137] Error EBADF in test_urllibnet
Mark Lawrence
- [issue9784] _msi.c warnings under 64-bit Windows
Mark Lawrence
- [issue21483] Skip os.utime() test on NFS?
Isaac Schwabacher
- [issue20059] Inconsistent urlparse/urllib.parse handling of invalid port values?
Martin Panter
- [issue18082] Inconsistent behavior of IOBase methods on closed files
Mark Lawrence
- [issue1724366] cPickle module doesn't work with universal line endings
Mark Lawrence
- [issue3931] codecs.charmap_build is untested and undocumented
Mark Lawrence
- [issue23485] PEP 475: handle EINTR in the select and selectors module
Martin Panter
- [issue23513] Add support for classes/object model in multiprocessing/pickle
Davin Potts
- [issue23387] test_urllib2 fails with HTTP Error 502: Bad Gateway
Roundup Robot
- [issue20521] [PATCH] Cleanup for "dis" module documentation
Roundup Robot
- [issue20521] Cleanup for "dis" module documentation
Berker Peksag
- [issue23477] Increase coverage for wsgiref module
Roundup Robot
- [issue23527] test_smtpnet uses incorrect port for STARTTLS
Roundup Robot
- [issue23004] mock_open() should allow reading binary data
Berker Peksag
- [issue23512] The list of built-in functions is not alphabetical on https://docs.python.org/2/library/functions.html
Éric Araujo
- [issue22832] Tweak parameter names for fcntl module
Alex Shkop
- [issue23504] Add __all__ into types
Ezio Melotti
- [issue23455] file iterator "deemed broken"; can resume after StopIteration
Ezio Melotti
- [issue23460] Decimals do not obey ':g' exponential notation formatting rules
Ezio Melotti
- [issue23469] Delete Misc/*.wpr files
Ezio Melotti
- [issue433028] SRE: (?flag:...) is not supported
Ezio Melotti
- [issue23493] optimize sort_keys in json module by using operator.itemgetter()
Ezio Melotti
- [issue23262] webbrowser module broken with Firefox 36+
Ezio Melotti
- [issue23263] Python 3 gives misleading errors when validating unicode identifiers
Ezio Melotti
- [issue23275] Can assign [] = (), but not () = []
Ezio Melotti
- [issue23312] google thinks the docs are mobile unfriendly
Ezio Melotti
- [issue23320] devguide should mention rules about "paragraph reflow" in the documentation
Ezio Melotti
- [issue23330] h2py.py regular expression missing
Ezio Melotti
- [issue23559] [doc] inconsistent range example output
Raphaël Bleuse
- [issue23367] integer overflow in unicodedata.normalize
Ezio Melotti
- [issue23192] Generator return value ignored in lambda function
Ezio Melotti
- [issue22933] Misleading sentence in doc for shutil.move
Ezio Melotti
- [issue22942] Language Reference - optional comma
Ezio Melotti
- [issue22785] range docstring is less useful than in python 2
Ezio Melotti
- [issue22801] collections.Counter, when empty, doesn't raise an error with &= when other is an incompatible type
Ezio Melotti
- [issue22812] Documentation of unittest -p usage wrong on windows.
Ezio Melotti
- [issue22813] No facility for test randomisation
Ezio Melotti
- [issue22831] Use "with" to avoid possible fd leaks
Ezio Melotti
- [issue433030] SRE: Atomic Grouping (?>...) is not supported
Ezio Melotti
- [issue22817] re.split fails with lookahead/behind
Serhiy Storchaka
- [issue23541] Re module's match() fails to halt on a particular input
Serhiy Storchaka
- [issue23560] Group the docs of similar methods in stdtypes.rst
Ezio Melotti
- [issue21777] Separate out documentation of binary sequence methods
Ezio Melotti
- [issue23561] a little typo in dis.rst; need a non-trivial preceding dot
Novice Live
- [issue19035] tokenize.generate_tokens treat '\f' symbol as the end of file (when reading in unicode)
Barry A. Warsaw
- [issue23562] file.read() followed by file.write() result in incorrect behavior
Maxime S
- [issue23563] Faster urllib.urlparse utility functions
Serhiy Storchaka
- [issue18383] test_warnings modifies warnings.filters when running with "-W default"
Alex Shkop
- [issue23451] Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit
Roundup Robot
- [issue18382] multiprocessing's overlapped PipeConnection issues on Windows 8
Roundup Robot
- [issue23564] Patch fixing sanity check for ordered fd sequence in _posixsubprocess.c
Hisham Muhammad
- [issue23368] integer overflow in _PyUnicode_AsKind
Serhiy Storchaka
- [issue23362] integer overflow in string translate
Serhiy Storchaka
- [issue23446] Use PyMem_New instead of PyMem_Malloc
Serhiy Storchaka
- [issue12067] Doc: remove errors about mixed-type comparisons.
Andy Maier
- [issue21919] Changing cls.__bases__ must ensure proper metaclass inheritance
Eldar Abusalimov
- [issue23565] local_clear walks the list of threads without holding head_lock.
Daniel Stutzbach
- [issue23342] run() - unified high-level interface for subprocess
Thomas Kluyver
- [issue19075] Add sorting algorithm visualization to turtledemo
Roundup Robot
- [issue23400] Inconsistent behaviour of multiprocessing.Queue() if sem_open is not implemented
Davin Potts
- [issue21342] multiprocessing RLock and Lock raise incorrect exceptions when releasing an unlocked lock.
Davin Potts
- [issue23505] Urlparse insufficient validation leads to open redirect
Yassine ABOUKIR
- [issue23494] adding timedelta to datetime object is not timezone aware
Akira Li
- [issue23566] RFE: faulthandler.register() should support file descriptors
STINNER Victor
- [issue23550] Add to unicodedata a function to query the "Quick_Check" property for a character
Hammerite
- [issue17352] Be clear that __prepare__ must be declared as a class method
Ethan Furman
- [issue23567] os.stat() tuple access vs named attribute access int vs float
Gregory P. Smith
- [issue23285] PEP 475 - EINTR handling
STINNER Victor
- [issue22181] os.urandom() should use Linux 3.17 getrandom() syscall
STINNER Victor
- [issue22555] Tracking issue for adjustments to binary/text boundary handling
Nick Coghlan
- [issue11097] MSI: Remove win32com dependency from installer generator
Mark Lawrence
- [issue23568] unittest.mock.MagicMock doesn't support __rdivmod__t
Zygmunt Krynicki
- [issue23569] unittest.mock.MagicMock.__div__ works but __truediv__ doesn't (3.3 only)
Zygmunt Krynicki
- [issue23570] Change "with subprocess.Popen():" (context manager) to ignore broken pipe error
STINNER Victor
- [issue23571] Raise SystemError if a function returns a result with an exception set
STINNER Victor
- [issue23572] functools.singledispatch fails when "not BaseClass" is True
Sergio Pascual
- [issue13697] python RLock implementation unsafe with signals
Nikita Kovaliov
- [issue10112] Use -Wl, --dynamic-list=x.list, not -Xlinker -export-dynamic
Jan Kratochvil
- [issue23573] Avoid redundant allocations in str.find and like
Serhiy Storchaka
- [issue15795] Zipfile.extractall does not preserve file permissions
Alexey Boriskin
- [issue23574] datetime: support leap seconds
STINNER Victor
- [issue23575] MIPS64 needs ffi's n32.S
Simon Hoinkis
- [issue23576] HTTPS reads can block when content length not available and timeout set.
Cory Benfield
- [issue23577] Add tests for wsgiref.validate
Alex Shkop
- [issue23578] struct.pack error messages do not indicate which argument was invalid
Alistair Lynn
- [issue19884] Importing readline produces erroneous output
Isaac Schwabacher
- [issue23579] Amazon.com links
Edrie Ddrie
- [issue23580] Amazon.com links
Edrie Ddrie
- [issue17911] traceback: add a new thin class storing a traceback without storing local variables
Robert Collins
- [issue23310] MagicMock constructor configuration fails for magic methods
Ned Deily
- [issue23581] unittest.mock.MagicMock doesn't support matmul (@) operator
Zygmunt Krynicki
- [issue23582] multiprocessing.Queue.get is not getting all the items in the queue
Roberto Martínez
- [issue22351] NNTP constructor exception leaves socket for garbage collector
Serhiy Storchaka
- [issue23549] heapq docs should be more precise about how to access the smallest element
Eli Bendersky
- [issue19481] IDLE hangs while printing instance of Unicode subclass
Martijn Pieters
- [issue23583] IDLE: printing unicode subclasses broken (again)
Martijn Pieters
- [issue23500] Argument Clinic: multiple macro definition
Serhiy Storchaka
- [issue23584] test_doctest lineendings fails in verbose mode
John Beck
- [issue21672] Python for Windows 2.7.7: Path Configuration File No Longer Works With UNC Paths
Matt Mackall
- [issue22003] BytesIO copy-on-write
Piotr Dobrogost
- [issue22936] traceback module has no way to show locals
Robert Collins
- [issue23585] patchcheck doesn't depend on all
Robert Collins
- [issue22906] PEP 479: Change StopIteration handling inside generators
Guido van Rossum
- [issue23586] Add classproperty to the builtin functions
Charles-Axel Dein
- [issue23587] asyncio: use the new traceback.TracebackException class
STINNER Victor
- [issue19931] namedtuple docstrings are verbose for no added benefit
Mark Lawrence
- [issue19771] runpy should check ImportError.name before wrapping it
Berker Peksag
- [issue23588] Errno conflicts in ssl.SSLError
Ben Darnell
- [issue23524] Use _set_thread_local_invalid_parameter_handler in posixmodule
Steve Dower
- [issue23589] Redundant sentence in FAQ
Yongzhi Pan
- [issue14544] Limit "global" keyword name conflicts in language spec to those enforced by CPython
Yongzhi Pan
- [issue2292] Missing *-unpacking generalizations
Neil Girdhar
- [issue23590] Potential leak in PyFloat_AsDouble. Refcount error.
Patrick Miller
- [issue23591] Add IntFlags
Serhiy Storchaka
- [issue22255] Multiprocessing freeze_support raises RuntimeError
Davin Potts
- [issue20147] multiprocessing.Queue.get() raises queue.Empty exception if even if an item is available
Davin Potts
- [issue6461] multiprocessing: freezing apps on Windows
Davin Potts
- [issue3111] multiprocessing ppc Debian/ ia64 Ubuntu compilation error
Davin Potts
- [issue23592] SIGSEGV on interpreter shutdown, with daemon threads running wild
A. Skrobov
- [issue23593] Update Windows and OS X installer OpenSSL to 1.0.2
Ned Deily
- [issue23594] Wrong variable name in traceback
Jeff Zemla
- [issue8087] Unupdated source file in traceback
Robert Collins
- [issue4896] Faster why variable manipulation in ceval.c
Mark Lawrence
- [issue23595] Split the math module into _math (C) + math (py)
STINNER Victor
- [issue23491] PEP 441 - Improving Python Zip Application Support
Paul Moore
- [issue12319] [http.client] HTTPConnection.putrequest not support "chunked" Transfer-Encodings to send data
Demian Brecht
- [issue23596] gzip argparse interface
Antony Lee
- [issue23597] Allow easy display of local variables in log messages?
Nick Coghlan
- [issue20548] Use specific asserts in warnings and exceptions tests
Mark Lawrence
- [issue20556] Use specific asserts in threading tests
Mark Lawrence
- [issue20557] Use specific asserts in io tests
Mark Lawrence
- [issue15873] datetime: add ability to parse RFC 3339 dates and times
Paul Bryan
- [issue22524] PEP 471 implementation: os.scandir() directory scanning function
Ben Hoyt
- [issue15443] datetime module has no support for nanoseconds
Serhiy Storchaka
- [issue23598] No backspace on curses on iTerm (mac)
Robert Greener
- [issue21750] mock_open data is visible only once for the life of the class
Mac Ryan
- [issue23051] multiprocessing.pool methods imap()[_unordered()] deadlock
Serhiy Storchaka
- [issue22853] Multiprocessing.Queue._feed deadlocks on import
Serhiy Storchaka
- [issue20211] setup.py: do not add invalid header locations
Mark Lawrence
- [issue20911] urllib 'headers' is not a well defined data type
Mark Lawrence
- [issue2052] Allow changing difflib._file_template character encoding.
Serhiy Storchaka
- [issue23599] single and double quotes stripped upon paste into interpreter
Jeff Doak
- [issue19610] setup.py does not allow a tuple for classifiers
Serhiy Storchaka
- [issue23129] sqlite3 COMMIT nested in SELECT returns unexpected results
Gian-Carlo Pascutto
- [issue10513] sqlite3.InterfaceError after commit
Gian-Carlo Pascutto
- [issue23600] tizinfo.fromutc changed for tzinfo wih StdOffset=0, DstOffset=1
Peter J C Law
- [issue4356] Add "key" argument to "bisect" module functions
Dmitry Chichkov
- [issue22852] urllib.parse wrongly strips empty #fragment
Demian Brecht
- [issue1508475] transparent gzip compression in urllib
Demian Brecht
- [issue23328] urllib2 fails for proxy credentials that contain a '/' character
Demian Brecht
- [issue23546] windows, IDLE and pep 397
Terry J. Reedy
- [issue23546] Windows, IDLE and py.exe
Terry J. Reedy
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Terry J. Reedy
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Liam Marsh
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Terry J. Reedy
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Terry J. Reedy
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Ned Deily
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Ned Deily
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Terry J. Reedy
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Liam Marsh
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Terry J. Reedy
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Steve Dower
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Liam Marsh
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Liam Marsh
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
eryksun
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
eryksun
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Steve Dower
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Liam Marsh
- [issue23546] Windows, 'Edit withIDLE', and multplie installed versions
Steve Dower
- [issue23432] Duplicate content in SystemExit documentation
Berker Peksag
- [issue16232] curses.textpad.Textbox backtrace support
Ned Deily
- [issue23529] Limit decompressed data when reading from LZMAFile and BZ2File
Martin Panter
- [issue9679] unicode DNS names in urllib, urlopen
John Nagle
- [issue7352] pythonx.y-config --ldflags out of /usr and missing -L<install_lib_dir>
koobs
- [issue2211] Cookie.Morsel interface needs update
Serhiy Storchaka
- [issue21793] httplib client/server status refactor
Roundup Robot
- [issue23138] cookiejar parses cookie value as int with empty name-value pair and Expires
Serhiy Storchaka
- [issue23530] os and multiprocessing.cpu_count do not respect cpuset/affinity
Julian Taylor
- [issue22154] ZipFile.open context manager support
Tuomas Suutari
- [issue23601] use small object allocator for dict key storage
Julian Taylor
- [issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)
Peter Otten
- [issue23103] Reduce memory usage for ipaddress object instances
Serhiy Storchaka
- [issue22928] HTTP header injection in urrlib2/urllib/httplib/http.client
Serhiy Storchaka
- [issue16462] smtpd should return greeting
Håkan Lövdahl
- [issue21779] test_multiprocessing_spawn fails when ran with -Werror
Mark Lawrence
- [issue21800] Implement RFC 6855 (IMAP Support for UTF-8) in imaplib.
Håkan Lövdahl
- [issue21992] New AST node Else() should be introduced
Mark Lawrence
- [issue22227] Simplify tarfile iterator
Mark Lawrence
- [issue22268] add dedicated functions mrohasattr and mrogetattr
Mark Lawrence
- [issue21162] code in multiprocessing.pool freeze if inside some code from scikit-learn (and probably liblinear) executed on ubuntu 12.04 64 Bit
Davin Potts
- [issue23144] html.parser.HTMLParser: setting 'convert_charrefs = True' leads to dropped text
Ezio Melotti
- [issue17570] Improve devguide Windows instructions
Ezio Melotti
- [issue23602] Implement __format__ for Fraction
Tuomas Suutari
- [issue13583] sqlite3.Row doesn't support slice indexes
Serhiy Storchaka
- [issue4851] xml.dom.minidom.Element.cloneNode fails with AttributeError
Claudiu Popa
- [issue22455] idna/punycode give wrong results on narrow builds
Mark Lawrence
- [issue23279] test_site/test_startup_imports fails when mpl_toolkit or logilab based modules installed
Mark Lawrence
- [issue13397] Option for XMLRPC clients to automatically transform Fault exceptions into standard exceptions
Claudiu Popa
- [issue23603] MinGW-64
Ashish Sadanandan
- [issue22522] sys.excepthook doesn't receive the traceback when called from code.InteractiveInterpreter
Claudiu Popa
- [issue23604] Python 3.4 and 2.7 installation no Script folder and no pip installed
Daiyue Weng
- [issue21518] Expose RegUnloadKey in winreg
Claudiu Popa
- [issue23605] Use the new os.scandir() function in os.walk()
STINNER Victor
- [issue23606] ctypes.util.find_library("c") no longer makes sense
Steve Dower
- [issue22252] ssl blocking IO errors should inherit BlockingIOError
Martin Panter
- [issue9191] winreg.c:Reg2Py() may leak memory (in unusual circumstances)
Claudiu Popa
- [issue7877] Iterators over _winreg EnumKey and EnumValue results
Claudiu Popa
- [issue11276] 2to3: imports fixer doesn't update references to modules specified without attributes
Claudiu Popa
- [issue11705] sys.excepthook doesn't work in imported modules
Claudiu Popa
- [issue10805] traceback.print_exception throws AttributeError when exception is None
Claudiu Popa
- [issue23137] Python 2.7.9 test_gdb fails on CentOS 7
Mark Lawrence
- [issue23027] test_warnings fails with -Werror
Mark Lawrence
- [issue23159] argparse: Provide equivalent of optparse.OptionParser.{option_groups, option_list, get_option}
Mark Lawrence
- [issue23003] traceback.{print_exc, print_exception, format_exc, format_exception}: Potential AttributeError
Berker Peksag
- [issue23607] Inconsistency in datetime.utcfromtimestamp(Decimal)
Serhiy Storchaka
- [issue23608] ssl.VERIFY_X509_TRUSTED_FIRST: Incorrect value for versionadded
Arfrever Frehtes Taifersar Arahesis
- [issue18173] Add MixedTypeKey to reprlib
Berker Peksag
- [issue11957] re.sub confusion between count and flags args
Serhiy Storchaka
- [issue19989] Error while sending function code over queue (multiprocessing)
Davin Potts
- [issue12916] Add inspect.splitdoc
Serhiy Storchaka
- [issue5527] multiprocessing won't work with Tkinter (under Linux)
Davin Potts
- [issue21505] cx_freeze multiprocessing bug
Davin Potts
- [issue23309] Hang on interpreter shutdown if daemon thread prints to stdout
Mark Lawrence
- [issue23331] Add non-interactive version of Bdb.runcall
Mark Lawrence
- [issue23609] Export PyModuleObject in moduleobject.h
Hristo Venev
- [issue23008] pydoc enum.{,Int}Enum fails
Mark Lawrence
- [issue23081] Document PySequence_List(o) as equivalent to list(o)
Mark Lawrence
- [issue23384] urllib.proxy_bypass_registry slow down under Windows if website has no reverse DNS and Fiddler is runing
Mark Lawrence
- [issue23610] -m arg behavior
Liam Marsh
- [issue23611] Pickle nested names with protocols < 4
Serhiy Storchaka
- [issue23612] 3.5.0a2 Windows installer does not remove 3.5.0a1
Steve Dower
- [issue23613] searchindex.js is annoying
Antoine Pitrou
- [issue22980] C extension naming doesn't take bitness into account
Roundup Robot
- [issue20613] Wrong line information in bytecode generated by compiler module
Mark Lawrence
- [issue23614] Opaque error message on UTF-8 decoding to surrogates
Chris Angelico
- [issue21295] Python 3.4 gives wrong col_offset for Call nodes returned from ast.parse
Sven Brauch
- [issue20617] test_ssl does not use mock
Mark Lawrence
- [issue23529] Limit decompressed data when reading from LZMAFile, BZ2File, GzipFile
Martin Panter
- [issue20257] test_socket fails if using tipc module and SELinux enabled
Mark Lawrence
- [issue23615] Reloading tokenize breaks tokenize.open()
Thomas Kluyver
- [issue22341] Python 3 crc32 documentation clarifications
Martin Panter
- [issue23616] Python IDLE (2.-3.)
Davide Okami
- [issue23617] Incorrect plural "includes" on Python Standard Library front page
Kentrell Johnson
- [issue20602] sys.flags and sys.float_info disappear at shutdown
Mark Lawrence
- [issue20233] Re-enable buffer API slots for heap types
Mark Lawrence
- [issue19909] Best practice docs for new SSL features
Mark Lawrence
- [issue23618] PEP 475: handle EINTR in the socket module
STINNER Victor
- [issue23415] add-to-pydotorg does not support .exe installers for Windows
Larry Hastings
- [issue19547] HTTPS proxy support missing without warning
Mark Lawrence
- [issue20454] platform.linux_distribution() returns empty value on Archlinux and python 2.7
Mark Lawrence
- [issue22028] Python 3.4.1 Installer ended prematurely (Windows msi)
Tim Golden
- [issue23619] Python 3.5.0a2 installer fails
Paul Moore
- [issue23620] cross-type comparison is different in python minor versions
David Vieira-Kurz
- [issue23246] distutils fails to locate vcvarsall with Visual C++ Compiler for Python
Michael Clerx
- [issue23621] Uninstalling Python 3.5 removes a "py.exe" that was installed with Python 3.4
Paul Moore
- [issue23622] Deprecate unrecognized backslash+letter escapes
Serhiy Storchaka
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Paul Moore
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
David Linke
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Ethan Furman
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Steve Dower
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Paul Moore
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Ned Deily
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Steve Dower
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Ned Deily
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
David Linke
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Paul Moore
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Steve Dower
- [issue23623] Python 3.5 docs need to clarify how to set PATH, etc
Ezio Melotti
- [issue21271] reset_mock needs parameters to also reset return_value and side_effect
Claudiu Popa
- [issue21478] mock calls don't propagate to parent (autospec)
Claudiu Popa
- [issue21385] in debug mode, compile(ast) fails with an assertion error if an AST node has no line number information
Claudiu Popa
- [issue22189] collections.UserString missing some str methods
Claudiu Popa
- [issue22964] dbm.open(..., "x")
Claudiu Popa
- [issue21159] configparser.InterpolationMissingOptionError is not very intuitive
Claudiu Popa
- [issue21574] Port image types detections from PIL to the imghdr module
Claudiu Popa
- [issue11726] linecache becomes specific to Python scripts in Python 3
Thomas Kluyver
- [issue16318] FTP_TLS in ftplib not supporting prot_p storlines in FTP7.5
required field
- [issue11726] clarify that linecache only works on files that can be decoded successfully
R. David Murray
- [issue15582] Enhance inspect.getdoc to follow inheritance chains
Serhiy Storchaka
- [issue20659] Want to make a class method a property by combining decorators
Mark Lawrence
- [issue21018] [patch] added missing documentation about escaping characters for configparser
Mark Lawrence
- [issue21610] load_module not closing opened files
mattip
- [issue22308] add {implementation} to sysconfig.py
mattip
- [issue20751] Misleading examples in the descriptor protocol documentation
Mark Lawrence
- [issue20741] Documentation archives should be available also in tar.xz format
Mark Lawrence
- [issue23624] str.center inconsistent with format "^"
Vedran Čačić
- [issue16200] Setting .posix=True for shlex object causes infinite loop in __next__
Serhiy Storchaka
- [issue23187] Segmentation fault, possibly asyncio related
Michael Goldish
- [issue23187] Segmentation fault, possibly asyncio related
STINNER Victor
- [issue23187] Segmentation fault, possibly asyncio related
Michael Goldish
- [issue23187] Segmentation fault, possibly asyncio related
Guido van Rossum
- [issue23187] Segmentation fault, possibly asyncio related
Michael Goldish
- [issue23187] Segmentation fault, possibly asyncio related
Michael Goldish
- [issue23187] Segmentation fault, possibly asyncio related
Michael Goldish
- [issue23187] Segmentation fault, possibly asyncio related
Michael Goldish
- [issue23187] Segmentation fault, possibly asyncio related
Michael Goldish
- [issue23187] Segmentation fault, possibly asyncio related
STINNER Victor
- [issue23187] Segmentation fault, possibly asyncio related
STINNER Victor
- [issue23187] Segmentation fault, possibly asyncio related
STINNER Victor
- [issue23187] Segmentation fault, possibly asyncio related
Michael Goldish
- [issue23088] Document that PyUnicode_AsUTF8() returns a null-terminated string
Martin Panter
- [issue9731] Add ABCMeta.has_methods and tests that use it
Serhiy Storchaka
- [issue23625] load_module() docs: zipped eggs are not loaded.
Thomas Güttler
- [issue23626] Windows per-user install of 3.5a2 doesn't associate .py files with the new launcher
Paul Moore
- [issue23627] Incorrect string formatting of float values in Python 2.7
pushpendre rastogi
- [issue7803] setup hangs on disk space requirements
Mark Lawrence
- [issue23628] See if os.scandir() could help speed up importlib
Brett Cannon
- [issue23629] Default __sizeof__ is wrong for var-sized objects
Antoine Pitrou
- [issue23630] support multiple hosts in create_server/start_server
Sebastien Bourdeauducq
- [issue7503] multiprocessing AuthenticationError "digest sent was rejected" when pickling proxy
Davin Potts
- [issue18620] multiprocessing page leaves out important part of Pool example
Serhiy Storchaka
- [issue23631] 3.5 (a2) traceback regression snarls Idle
Terry J. Reedy
- [issue23632] memoryview doesn't allow tuple-indexing
Antoine Pitrou
- [issue23486] Enum member lookup is 20x slower than normal class attribute lookup
Ethan Furman
- [issue23633] Improve py launcher help, index, and doc
Terry J. Reedy
- [issue23633] Improve py launcher help, index, and doc
Steve Dower
- [issue23633] Improve py launcher help, index, and doc
Terry J. Reedy
- [issue23633] Improve py launcher help, index, and doc
Terry J. Reedy
- [issue23633] Improve py launcher help, index, and doc
Terry J. Reedy
- [issue23633] Improve py launcher help, index, and doc
eryksun
- [issue23633] Improve py launcher help, index, and doc
Terry J. Reedy
- [issue23633] Improve py launcher help, index, and doc
Steve Dower
- [issue23633] Improve py launcher help, index, and doc
eryksun
- [issue23633] Improve py launcher help, index, and doc
eryksun
- [issue23633] Improve py launcher help, index, and doc
Terry J. Reedy
- [issue23633] Improve py launcher help, index, and doc
Steve Dower
- [issue23633] Improve py launcher help, index, and doc
Nick Coghlan
- [issue23634] os.fdopen reopening a read-only fd on windows
mattip
- [issue23635] Python won't install correctly.
Alex Zhang
- [issue14285] Traceback wrong on ImportError while executing a package
Martin Panter
- [issue23636] Add scgi to urllib.parse.uses_netloc
Anthony Ryan
- [issue1722348] urlparse.urlunparse forms file urls incorrectly
Martin Panter
- [issue23637] Warnings error with non-ascii chars.
Lukáš Němec
- [issue23526] Silence resource warnings in test_httplib
Martin Panter
- [issue2889] curses for windows (alternative patch)
Mario Figueiredo
- [issue23638] shutil.copytree makedirs exception
yuriy_levchenko
- [issue23639] Not documented special names
Serhiy Storchaka
- [issue23640] Enum.from_bytes() is broken
Serhiy Storchaka
- [issue23641] Got rid of bad dunder names
Serhiy Storchaka
- [issue23642] Interaction of ModuleSpec and C Extension Modules
David Beazley
- [issue23467] Improve byte formatting compatibility between Py2 and Py3
Roundup Robot
- [issue23643] Segmentation Fault with Large Simple Function
Michael Klein
- [issue14436] SocketHandler sends obejcts while they cannot be unpickled on receiver's side
Nathan Jensen
- [issue1553375] Add traceback.print_full_exception()
Mark Lawrence
- [issue1173475] __slots__ for subclasses of variable length types
Martin Panter
- [issue17295] __slots__ on PyVarObject subclass
Martin Panter
- [issue17322] urllib.request add_header() currently allows trailing spaces (and other weird stuff)
Serhiy Storchaka
- [issue10967] move regrtest over to using more unittest infrastructure
Berker Peksag
- [issue23644] swig compile fails with ‘_Atomic’ does not name a type
Joshua J Cogliati
- [issue22038] Implement atomic operations on non-x86 platforms
Roundup Robot
- [issue23645] Incorrect doc for __getslice__
Gaëtan de Menten
- [issue23646] PEP 475: handle EINTR in the time module, retry sleep()
STINNER Victor
- [issue23647] imaplib.py MAXLINE value is too low for 2015 (patch attached)
Arnt Gulbrandsen
- [issue23648] PEP 475 meta issue
STINNER Victor
- [issue23649] tarfile not re-entrant for multi-threading
Srdjan Grubor
- [issue23650] xml.etree.ElementTreee.write can't parse its own output
François-Michel L'Heureux
- [issue23651] Typo in argparse allow_abrev
Nathan West
- [issue23652] ifdef uses of EPOLLxxx macros so we can compile on systems that don't have them
Matt Frank
- [issue23653] Make inspect._empty test to False
Nathan West
- [issue17797] Visual C++ 11.0 reports fileno(stdin) == 0 for non-console program
Jean-Charles Lefebvre
- [issue23654] infinite loop in faulthandler._stack_overflow
Matt Frank
- [issue9253] argparse: optional subparsers
BJ Dierkes
- [issue17403] Robotparser fails to parse some robots.txt
Martin Panter
- [issue23655] Memory corruption using pickle over pipe to subprocess
John Nagle
- [issue23656] shutil.copyfile (or built-in open) releases sqlite3's transaction lock
Hiroaki Miyajima
- [issue13290] get vars for object with __slots__
Serhiy Storchaka
- [issue23657] Don't do isinstance checks in zipapp
Brett Cannon
- [issue23658] multiprocessing: string arg to SystemExit
Dan Nawrocki
- [issue23659] csv.register_dialect doc string
Vladimir Ulupov
- [issue23660] Turtle left/right inverted when using different coordinates orientation
Andre Roberge
- [issue23042] Python 2.7.9 ctypes module doesn't build on FreeBSD x86
Danya Alexeyevsky
- [issue12641] Remove -mno-cygwin from distutils
Michael Clerx
- [issue23661] Setting a exception side_effect on a mock from create_autospec does not work
Ignacio Rossi
- [issue14904] test_unicode_repr_oflw (in test_bigmem) crashes
Serhiy Storchaka
- [issue23662] Cookie.domain is undocumented
Malcolm Smith
- [issue21112] 3.4 regression: unittest.expectedFailure no longer works on TestCase subclasses
William Schwartz
- [issue21818] cookielib documentation references Cookie module, not cookielib.Cookie class
Serhiy Storchaka
- [issue23663] Crash on failure in ctypes on Cygwin
David Macek
- [issue23441] rlcompleter: tab on empty prefix => insert spaces
Martin Sekera
- [issue23664] Modernize HTML output of difflib.HtmlDiff.make_file()
Berker Peksag
- [issue19541] ast.dump(indent=True) prettyprinting
Berker Peksag
- [issue23665] Provide IDLE menu option to set command-line arguments
Raymond Hettinger
- [issue23666] Add shell session logging option to IDLE
Raymond Hettinger
- [issue23667] IDLE to provide option for making trailing whitespace visible
Raymond Hettinger
- [issue23668] Support os.[f]truncate on Windows
Steve Dower
- [issue23669] test_socket.NonBlockingTCPTests failing due to race condition
Steve Dower
- [issue23670] Modifications to support iOS as a development platform
Russell Keith-Magee
- [issue23671] string.Template doesn't work with the self keyword argument
Serhiy Storchaka
- [issue23672] IDLE for osx 10.8.5 won't run
Kamisky
- [issue20680] Pickle socket enums by names
Ethan Furman
- [issue23673] IntEnum is unpicklable by previous Python versions
Ethan Furman
- [issue23674] super() documentation isn't very clear
Tapani Kiiskinen
- [issue23675] glossary entry for 'method resolution order' links to something with python 2.3 in the title
R. David Murray
- [issue23676] Add support of UnicodeTranslateError in standard error handlers
Serhiy Storchaka
- [issue18814] Add codecs.convert_surrogateescape to "clean" surrogate escaped strings
Serhiy Storchaka
- [issue20962] Rather modest chunk size in gzip.GzipFile
Martin Panter
- [issue22937] unittest errors can't show locals
Robert Collins
- [issue23677] Mention dict and set comps in library reference
Frank Millman
- [issue23678] imaplib status command cannot handle folder name containing whitespaces
bjshan
- [issue23679] SSL Ciphers RC4
mogli
- [issue21862] cProfile command-line should accept "-m module_name" as an alternative to script path
Mayank Tripathi
- [issue22625] When cross-compiling, don’t try to execute binaries
Russell Keith-Magee
- [issue22359] Remove incorrect uses of recursive make
Matthias Klose
- [issue22931] cookies with square brackets in value
Mark Hughes
- [issue917120] imaplib: incorrect quoting in commands
R. David Murray
- [issue23680] Sporadic freeze in test_interrupted_write_retry_text
Antoine Pitrou
- [issue23681] Have -b warn when directly comparing ints and bytes
Brett Cannon
- [issue23397] PEP 431 implementation
Dan Stromberg
- [issue23682] distutils docs still talk about compatibility with Python 2.2
Thomas Kluyver
- [issue23542] Update PEP 476 for using urllib2.build_opener()
Shakeel Mohamed
- [issue23683] allow timeit to run expensive reset code per repeats
Robert Collins
- [issue23684] urlparse() documentation does not account for default scheme
Martin Panter
- [issue22891] code removal from urllib.parse.urlsplit()
Martin Panter
- [issue11410] Use GCC visibility attrs in PyAPI_*
Samuel Bronson
- [issue22233] http.client splits headers on none-\r\n characters
Martin Panter
- [issue12855] linebreak sequences should be better documented
Martin Panter
- [issue22232] str.splitlines splitting on non-\r\n characters
Martin Panter
- [issue23458] [2.7] random: make the file descriptor non-inheritable (on POSIX)
Ned Deily
- [issue23685] Fix usage of PyMODINIT_FUNC
STINNER Victor
- [issue23686] Upgrade copy of OpenSSL bundled with Python
Alex Gaynor
- [issue23115] Backport #22585 -- getentropy for urandom to Python 2.7
Roundup Robot
- [issue22585] os.urandom() should use getentropy() of OpenBSD 5.6
Roundup Robot
- [issue22698] Add constants for ioctl request codes
M. Levinson
- [issue23687] Stacktrace identifies wrong line in multiline list comprehension
Edward
- [issue23688] unnecessary copying of memoryview in gzip.GzipFile.write ?
Wolfgang Maier
- [issue23689] Memory leak in Modules/sre_lib.h
Evgeny Kapun
- [issue23690] re functions never release GIL
Evgeny Kapun
- [issue21076] Turn signal.SIG* constants into enums
Ethan Furman
- [issue23691] re.finditer iterator is not reentrant, but doesn't protect against nested calls to __next__
Evgeny Kapun
- [issue23325] Turn SIG_DFL and SIG_IGN into functions
Ethan Furman
- [issue9134] sre bug: lastmark_save/restore
Evgeny Kapun
- [issue23692] Undocumented feature prevents re module from finding certain matches
Evgeny Kapun
- [issue8027] distutils fail to determine c++ linker with unixcompiler if using ccache
Joshua J Cogliati
- [issue18983] Specify time unit for timeit CLI
Roundup Robot
- [issue23183] timeit CLI best of 3: undocumented output format
Robert Collins
- [issue6422] timeit called from within Python should allow autoranging
Robert Collins
- [issue23693] timeit accuracy could be better
Robert Collins
- [issue19495] context manager for measuring duration of blocks of code
Robert Collins
- [issue23694] PEP 475: handle EINTR in fileutils.c
STINNER Victor
- [issue18828] urljoin behaves differently with custom and standard schemas
Demian Brecht
- [issue23695] idiom for clustering a data series into n-length groups
Paddy McCarthy
- [issue23696] zipimport: chain ImportError to OSError
STINNER Victor
- [issue9782] _multiprocessing.c warnings under 64-bit Windows
Mark Lawrence
- [issue23697] Module level map & submit for concurrent.futures
Nick Coghlan
- [issue23207] logging.basicConfig does not validate keyword arguments
Jeremy Goss
- [issue19351] python msi installers - silent mode
Doug Rohm
- [issue23698] Fix documentation for multiprocessing.Manager
Anand B Pillai
- [issue14073] allow per-thread atexit()
Vadim Markovtsev
- [issue2636] Adding a new regex module (compatible with re)
Evgeny Kapun
- [issue23456] asyncio: add missing @coroutine decorators
Roundup Robot
- [issue23353] generator bug with exception: tstate->exc_value is not cleared after an except block
STINNER Victor
- [issue23333] asyncio: add a new Protocol.connection_failed() method
STINNER Victor
- [issue22861] [2.7] ssl._dnsname_match() and unicode
STINNER Victor
- [issue22984] test_json.test_endless_recursion(): "Fatal Python error: Cannot recover from stack overflow." on x86 XP-4 3.x buildbot
STINNER Victor
- [issue22971] test_pickle: "Fatal Python error: Cannot recover from stack overflow." on FreeBSD buildbot
STINNER Victor
- [issue21735] test_threading.test_main_thread_after_fork_from_nonmain_thread() hangs on the FreeBSD 10 buildbot
STINNER Victor
- [issue23303] test_license_exists_at_url() of test_site fails on "x86 XP-4 3.4" buildbot
STINNER Victor
- [issue20600] test_create_server_ssl_verify_failed() failure on "PPC64 AIX 3.x" buildbot
STINNER Victor
- [issue12304] expose signalfd(2) in the signal module
STINNER Victor
- [issue12500] Skip test_ssl.test_connect_ex() on connection error
STINNER Victor
- [issue14555] clock_gettime/settime/getres: Add more clock identifiers
STINNER Victor
- [issue15599] test_threaded_import fails sporadically on Windows and FreeBSD
STINNER Victor
- [issue15612] Rewrite StringIO to use the _PyUnicodeWriter API
STINNER Victor
- [issue17515] Add sys.setasthook() to allow to use a custom AST optimizer
STINNER Victor
- [issue17628] str==str: compare the first character before calling memcmp()
STINNER Victor
- [issue18507] import_init() should not use Py_FatalError() but return an error
STINNER Victor
- [issue19233] test_io.test_interrupted_write_retry_text() hangs on Solaris 10 and FreeBSD 7.2
STINNER Victor
- [issue19654] test_tkinter sporadic skipped on "x86 Tiger 3.x" buildbot
STINNER Victor
- [issue19748] test_time failures on AIX
STINNER Victor
- [issue20114] Sporadic failure of test_semaphore_tracker() of test_multiprocessing_forkserver on FreeBSD 9 buildbot
STINNER Victor
- [issue19816] test.regrtest: use tracemalloc to detect memory leaks?
STINNER Victor
- [issue19564] test_context() of test_multiprocessing_spawn hangs on "x86 Gentoo Non-Debug 3.x" buildbot
STINNER Victor
- [issue19428] marshal: error cases are not documented
Roundup Robot
- [issue12568] Add functions to get the width in columns of a character
STINNER Victor
- [issue12155] queue example doesn't stop worker threads
Roundup Robot
- [issue20574] Implement incremental decoder for cp65001
STINNER Victor
- [issue20614] test.script_helper should copy SYSTEMROOT environment variable for __cleanenv=True
STINNER Victor
- [issue20717] test_4_daemon_threads() fails randomly on "x86 Windows Server 2003 [SB] 3.x"
STINNER Victor
- [issue20719] testPythonOrg() of test_robotparser fails with the new www.python.org website
STINNER Victor
- [issue21644] Optimize bytearray(int) constructor to use calloc()
STINNER Victor
- [issue21734] compilation of the _ctypes module fails on OpenIndiana: ffi_prep_closure_loc symbol is missing
STINNER Victor
- [issue21788] Rework Python finalization
STINNER Victor
- [issue21955] ceval.c: implement fast path for integers with a single digit
STINNER Victor
- [issue12458] Tracebacks should contain the first line of continuation lines
R. David Murray
- [issue19569] Use __attribute__((deprecated)) to warn usage of deprecated functions and macros
Serhiy Storchaka
- [issue22333] test_threaded_import.test_parallel_meta_path() failed on x86 Windows7 3.x
STINNER Victor
- [issue23699] Add a macro to ease writing rich comparisons
Petr Viktorin
- [issue22521] ctypes compilation fails on FreeBSD: Undefined symbol "ffi_call_win32"
STINNER Victor
- [issue23042] ctypes module doesn't build on FreeBSD x86
STINNER Victor
- [issue15787] PEP 3121, 384 Refactoring
Nick Coghlan
- [issue23700] tempfile.NamedTemporaryFile can close too early if used as iterator
Bohuslav "Slavek" Kabrda
- [issue23701] Drop extraneous comment from winreg.QueryValue's docstring
Claudiu Popa
- [issue22334] test_tcl.test_split() fails on "x86 FreeBSD 7.2 3.x" buildbot
Serhiy Storchaka
- [issue11468] Improve unittest basic example in the doc
Ezio Melotti
- [issue23702] docs.python.org/3/howto/descriptor.html still refers to "unbound methods"
Paul Sokolovsky
- [issue23545] Turn on extra warnings on GCC
Serhiy Storchaka
- [issue17799] settrace docs are wrong about "c_call" events
Maries Ionel Cristian
- [issue22903] unittest creates non-picklable errors
Antoine Pitrou
- [issue22941] IPv4Interface arithmetic changes subnet mask
Antoine Pitrou
- [issue23289] concurrent.futures.Executor.map is not equivalent to map.
Ned Deily
- [issue1182143] making builtin exceptions more informative
George Jenkins
- [issue23703] urljoin() with no directory segments duplicates filename
Martin Panter
- [issue22278] urljoin duplicate slashes
Martin Panter
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Raymond Hettinger
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Raymond Hettinger
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Raymond Hettinger
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Serhiy Storchaka
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Raymond Hettinger
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Serhiy Storchaka
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Roundup Robot
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Raymond Hettinger
- [issue23704] Make deques a full MutableSequence by adding index(), insert(), and copy()
Serhiy Storchaka
- [issue23705] Speed-up deque.__contains__
Raymond Hettinger
- [issue23706] pathlib.Path.write_text should include a newline argument
Ugra Dániel
- [issue23419] Faster default __reduce__ for classes without __init__
Amaury Forgeot d'Arc
- [issue23001] Accept mutable bytes-like objects
Serhiy Storchaka
- [issue4395] Document auto __ne__ generation; provide a use case for non-trivial __ne__
Arfrever Frehtes Taifersar Arahesis
- [issue23707] PEP 475: os.urandom() doesn't handle EINTR correctly
STINNER Victor
- [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32
Davin Potts
- [issue23708] PEP 475: Add _Py_read() and _Py_write() functions
STINNER Victor
- [issue23709] Refactor ossaudiodev: use _Py_read and _Py_write with the Py_buffer
STINNER Victor
- [issue16314] Support xz compression in distutils
Éric Araujo
- [issue23710] C API doc for PyObject_HEAD is outdated
Tomi Pieviläinen
- [issue23711] ConfigParser module blames on section less ini file
Maxim Kot
- [issue23136] BUG in how _strptime() handles week 0
Alexander Belopolsky
- [issue12006] strptime should implement %G, %V and %u directives
Alexander Belopolsky
- [issue23712] Experiment: Assume that exact unicode hashes are perfect discriminators
Raymond Hettinger
- [issue23713] intermittent failure of multiprocessing unit test test_imap_unordered_handle_iterable_exception
Davin Potts
- [issue22516] Windows Installer won't - even when using "just for me"option
Mark Mikofski
- [issue23714] Comprehension + eval doesn't work inside function definition
Ariel Bruner
- [issue11344] Add os.path.splitpath(path) function
Éric Araujo
- [issue23171] csv.writer.writerow() does not accept generator (must be coerced to list)
Éric Araujo
- [issue16834] ioctl mutate_flag behavior in regard to the buffer size limit
Martin Panter
- [issue23715] PEP 475: signal.sigtimedwait() must retry if sigtimedwait() failed with EINTR
STINNER Victor
- [issue23716] test_multiprocessing_spawn hangs on x86 Ubuntu Shared 3.x
STINNER Victor
- [issue21802] Reader of BufferedRWPair is not closed if writer's close() fails
Martin Panter
- [issue15133] tkinter.BooleanVar.get() behavior and docstring disagree
Martin Panter
- [issue22826] Support context management protocol in bkfile
Berker Peksag
- [issue17535] IDLE: Add an option to show line numbers along the left side of the editor window, and have it enabled by default.
irdb
- [issue23717] strptime() with year-weekday pair can produce invalid data
Serhiy Storchaka
- [issue23718] strptime() can produce invalid date with negative year day
Serhiy Storchaka
- [issue23719] PEP 475: port test_eintr to Windows
STINNER Victor
- [issue14480] os.kill on Windows should accept zero as signal
STINNER Victor
- [issue23720] __del__() order is broken since 3.4.0
Alexey Kazantsev
- [issue23721] Set up a daily test coverage run
Brett Cannon
- [issue23722] During metaclass.__init__, super() of the constructed class does not work
Martin Teichmann
- [issue22958] Constructors of weakref mapping classes don't accept "self" and "dict" keyword arguments
Benjamin Peterson
- [issue23723] Provide a way to disable bytecode staleness checks
Brett Cannon
- [issue23724] Stack Trace should show argument value passed into a function, not just the keyword
Umank Behera
- [issue23725] [PATCH] update tempfile docs to say that TemporaryFile is secure
Zbyszek Jędrzejewski-Szmek
- [issue22758] Regression in Python 3.2 cookie parsing
Tim Graham
- [issue23306] Within zipfile, use of zlib.crc32 raises OverflowError at argument-parsing time on large strings
Serhiy Storchaka
- [issue23726] Don't enable GC for classes that don't add new fields
Eugene Toder
- [issue23727] rfc2231 line continuations result in an additional newline
Brian Peterson
- [issue23728] binascii.crc_hqx() can return negative integer
Serhiy Storchaka
- [issue5680] Command-line arguments when running in IDLE
Terry J. Reedy
- [issue21423] concurrent.futures.ThreadPoolExecutor/ProcessPoolExecutor should accept an initializer argument
Nicholas Chammas
- [issue21152] Idle: timed autosave for shell (and maybe editor) window
Terry J. Reedy
- [issue23042] ctypes module doesn't build on FreeBSD, RHEL (x86) - Undefined symbol "ffi_call_win32"
koobs
- [issue15011] Change Scripts to bin on Windows
Mark Lawrence
- [issue9445] Fix undefined symbol errors on VS8.0 build
Mark Lawrence
- [issue10395] new os.path function to extract common prefix based on path components
Paddy McCarthy
- [issue2786] Names in traceback should have class names, if they're methods
Daniil Bondarev
- [issue23729] Import ElementTree documentation for namespaces and XPath
Raymond Hettinger
- [issue23411] Update urllib.parse.__all__
Serhiy Storchaka
- [issue23730] Document return value for ZipFile.extract()
Martijn Pieters
- [issue22619] Possible implementation of negative limit for traceback functions
Dmitry Kazakov
- [issue23391] Documentation of EnvironmentError (OSError) arguments disappeared
Serhiy Storchaka
- [issue22977] Unformatted “Windows Error 0x%X” exception message on Wine
Serhiy Storchaka
- [issue19176] DeprecationWarning for doctype() method when subclassing _elementtree.XMLParser
Serhiy Storchaka
- [issue20132] Many incremental codecs don’t handle fragmented data
Serhiy Storchaka
- [issue23731] Implement PEP 488
Brett Cannon
- [issue23360] Content-Type when sending data with urlopen()
Serhiy Storchaka
- [issue23732] Update porting HOWTO about new -b semantics
Brett Cannon
- [issue23733] Update porting HOWTO for bytes interpolation
Brett Cannon
- [issue17232] Improve -O docs
Serhiy Storchaka
- [issue15836] unittest assertRaises should verify excClass is actually a BaseException class
Serhiy Storchaka
- [issue17840] base64_codec uses assert for runtime validity checks
Serhiy Storchaka
- [issue23734] zipimport should not check pyc timestamps against zipped py files
Gregory P. Smith
- [issue23350] Content-length is incorrect when request body is a list or tuple
Serhiy Storchaka
- [issue23097] unittest can unnecessarily modify sys.path (and with the wrong case)
Mark Lawrence
- [issue23126] Add Python hook function to replace NameError
Mark Lawrence
- [issue23106] Remove smalltable from set objects
Mark Lawrence
- [issue23075] Mock backport in 2.7 relies on implementation defined behavior
Mark Lawrence
- [issue23021] Get rid of references to PyString in Modules/
Mark Lawrence
- [issue13224] Change str(x) to return only the (qual)name for some types
Martin Panter
- [issue22246] add strptime(s, '%s')
Mark Lawrence
- [issue22659] SyntaxError in the configure_ctypes
Mark Lawrence
- [issue22610] test_ftplib fails with sem_init: Too many open files
Mark Lawrence
- [issue22608] test_socket fails with sem_init: Too many open files
Mark Lawrence
- [issue23735] Readline not adjusting width after resize with 6.3
Carlos Pita
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Mark Lawrence
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Liam Marsh
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Steve Dower
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Steve Dower
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Terry J. Reedy
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Steve Dower
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Terry J. Reedy
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Steve Dower
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Steve Dower
- [issue23546] Windows, 'Edit withIDLE', and multiple installed versions
Liam Marsh
- [issue22149] the frame of a suspended generator should not have a local trace function
Mark Lawrence
- [issue23736] "make test" on clean py3 install on CentOS 6.2 - 2 tests fail
John Nagle
- [issue1191964] add non-blocking read and write methods to subprocess.Popen
Josiah Carlson
- [issue23737] web course
bintang raksaguna
- [issue23737] spam
Ezio Melotti
- [issue20181] Derby #12: Convert 50 sites to Argument Clinic across 4 files
Serhiy Storchaka
- [issue10482] subprocess and deadlock avoidance
Martin Panter
- [issue22079] Ensure in PyType_Ready() that base class of static type is static
Roundup Robot
- [issue22350] nntplib file write failure causes exception from QUIT command
Serhiy Storchaka
- [issue22289] support.transient_internet() doesn't catch timeout on FTP tests of test_urllib2net
Ned Deily
- [issue23738] Clarify documentation of positional-only default values
Martin Panter
- [issue21110] Slowdown and high memory usage when adding a new module in embedded Python 3.4 on 64bit Windows
Mark Lawrence
- [issue18407] Fix compiler warnings in pythoncore for Win64
Mark Lawrence
- [issue1654408] Installer should split tcl/tk and tkinter install options.
Mark Lawrence
- [issue21313] Py_GetVersion() is broken when using mqueue and a long patch name
Mark Lawrence
- [issue22163] max_wbits set incorrectly to -zlib.MAX_WBITS in tarfile, shouldn't be negative
Mark Lawrence
- [issue23739] locale.setlocale checks locale name for string incorrectly
Saulius Žemaitaitis
- [issue23740] http.client request and send method have some datatype issues
R. David Murray
- [issue23487] argparse: add_subparsers 'action' broken
paul j3
- [issue23378] argparse.add_argument action parameter should allow value extend
paul j3
- [issue23298] Add ArgumentParser.add_mutually_dependence_group
paul j3
- [issue23741] Small pprint refactoring
Serhiy Storchaka
- [issue18684] Pointers point out of array bound in _sre.c
Serhiy Storchaka
- [issue21526] Support new booleans in Tkinter
Roundup Robot
- [issue23252] Add support of writing to unseekable file in zipfile
Roundup Robot
- [issue21062] Evalute all import-related modules for best practices
Mark Lawrence
- [issue21120] PyArena type is used in headers from the limited API
Mark Lawrence
- [issue21315] email._header_value_parser does not recognise in-line encoding changes
Mark Lawrence
- [issue21319] WindowsRegistryFinder never added to sys.meta_path
Mark Lawrence
- [issue22468] Tarfile using fstat on GZip file object
Mark Lawrence
- [issue16328] win_add2path.py sets wrong user path
Mark Lawrence
- [issue23742] expandvars removes single quotes ( ' )
Manuel Vögele
- [issue5784] raw deflate format and zlib module
Martin Panter
- [issue23062] test_argparse --version test cases
Martin Panter
- [issue23743] Python crashes upon exit if importing g++ compiled mod after importing gcc compiled mod
matham
- [issue23744] Speed-up deque.__bool__
Raymond Hettinger
- [issue23745] Exception when parsing an email using email.parser.BytesParser
Elmer
- [issue23746] sysconfg.is_python_build() is buggy
Anand B Pillai
- [issue23747] platform module exposes win32_ver function on posix systems
Anand B Pillai
- [issue21859] Add Python implementation of FileIO
Serhiy Storchaka
- [issue23748] platform._uname_cache is writeable
Anand B Pillai
- [issue23310] Mock constructor configuration fails for magic methods
Anand Reddy Pandikunta
- [issue21560] gzip.write changes trailer ISIZE field before type checking - corrupted gz file after trying to write string
Roundup Robot
- [issue23749] asyncio missing wrap_socket
Giovanni Cannata
- [issue23750] Clarify difference between os.system/subprocess.call in section "Replacing os.system()"
Andreas Sommer
- [issue22560] New SSL implementation based on ssl.MemoryBIO
Berker Peksag
- [issue23751] Allow reverse lookup (value-to-member) for Enum sublcasses decorated with @enum.unique
Mohith
- [issue14260] re.groupindex is available for modification and continues to work, having incorrect data inside it
Serhiy Storchaka
- [issue23752] Cleanup io.FileIO
STINNER Victor
- [issue23753] Drop HAVE_FSTAT: require fstat() to compile/use Python
STINNER Victor
- [issue22623] Missing guards for some POSIX functions
Antoine Pitrou
- [issue23754] Add a new os.read_into() function to avoid memory copies
STINNER Victor
- [issue23058] argparse silently ignores arguments
Gregory P. Smith
- [issue9232] Allow trailing comma in any function argument list.
Martin Panter
- [issue23755] tempfile.NamedTemporaryFile should be able to toggle "delete"
Stephen Gallagher
- [issue15945] memoryview + bytes fails
Martin Panter
- [issue22208] tarfile can't add in memory files (reopened)
Martin Panter
- [issue21861] io class name are hardcoded in reprs
Piotr Dobrogost
- [issue21511] Thinko in Lib/quopri.py, decoding b"==" to b"="
Martin Panter
- [issue23756] Tighten definition of bytes-like objects
Martin Panter
- [issue23757] tuple function gives wrong answer when called on list subclass with custom __iter__
David MacIver
- [issue14562] urllib2 maybe blocks too long with small chunks
Martin Panter
- [issue17301] An in-place version of many bytearray methods is needed
Martin Panter
- [issue19023] ctypes docs: Unimplemented and undocumented features
Martin Panter
- [issue22623] Port Python to 3DS: micro kernel, homebrew, newlib (Missing guards for some POSIX functions)
STINNER Victor
- [issue23758] Improve documenation about num_params in sqlite3 create_function and create_aggregate
Cédric Krier
- [issue23759] urllib.parse: make coap:// known
chrysn
- [issue23760] Tkinter in Python 3.4 on Windows don't post internal clipboard data to the Windows clipboard on exit
Victor Korolkevich
- [issue20160] broken ctypes calling convention on MSVC / 64-bit Windows (large structs)
Bob
- [issue23761] test_socket fails on Mac OSX 10.9.5
Carol Willing
- [issue23762] python.org page on new-style classes should be updated
Joël Schaerer
- [issue23763] Chain exceptions in C
STINNER Victor
- [issue22904] make profile-opt includes -fprofile* flags in _sysconfigdata CFLAGS
Bohuslav "Slavek" Kabrda
- [issue18473] some objects pickled by Python 3.x are not unpicklable in Python 2.x because of incorrect REVERSE_IMPORT_MAPPING
Serhiy Storchaka
- [issue4727] copyreg doesn't support keyword only arguments in __new__
Serhiy Storchaka
- [issue20289] Make cgi.FieldStorage a context manager
Roundup Robot
- [issue20984] 'Add/Remove Programs' dialog missing entries for 32-bit CPython 'current user only' installations on 64-bit Windows
Mark Lawrence
- [issue21717] Exclusive mode for ZipFile and TarFile
Serhiy Storchaka
- [issue20924] openssl init 100% CPU utilization on Windows
Mark Lawrence
- [issue22687] horrible performance of textwrap.wrap() with a long word
Roundup Robot
- [issue23466] PEP 461: Inconsistency between str and bytes formatting of integers
Serhiy Storchaka
- [issue17530] pprint could use line continuation for long bytes literals
Serhiy Storchaka
- [issue23502] pprint: added support for mapping proxy
Roundup Robot
- [issue15244] Support for opening files with FILE_SHARE_DELETE on Windows
eryksun
- [issue23764] functools.wraps should be able to change function argspec as well
productivememberofsociety666
- [issue23765] Remove IsBadStringPtr calls in ctypes
Steve Dower
- [issue23766] json.dumps: solidus ("/") should be escaped
Pavel Strashkin
- [issue23767] Library and include paths not added when cross compiling on localized sytem
Samuel Cabrero
- [issue23768] assert on getting the representation of a thread in atexit function
Xavier de Gaye
- [issue23769] valgrind reports leaks for test_zipimport
Robert Kuska
- [issue23770] Rework of exceptions are handled in the parser module (in validate_repeating_list())
STINNER Victor
- [issue23771] Timeouts on "x86 Ubuntu Shared 3.x" buildbot
STINNER Victor
- [issue23772] pymonotonic() gone backward on "AMD64 Debian root 3.x" buildbot
STINNER Victor
- [issue23773] importlib does not properly remove frames when invoking external import hooks
Shiz
- [issue23314] Disabling CRT asserts in debug build
Steve Dower
- [issue23465] Implement PEP 486 - Make the Python Launcher aware of virtual environments
Steve Dower
- [issue23774] Test failures when unable to write to install location
Steve Dower
- [issue23775] Fix pprint of OrderedDict
Serhiy Storchaka
- [issue23776] Don't use assert for checking arguments in pprint
Serhiy Storchaka
- [issue23777] argparse subcommand action can't be specified
SpaceOne
- [issue23778] Add a visual distinction to multiline versionchanged blocks
Demian Brecht
- [issue8800] add threading.RWLock
Dan O'Reilly
- [issue17305] IDNA2008 encoding missing
Berker Peksag
- [issue22609] Constructors of some mapping classes don't accept `self` keyword argument
Serhiy Storchaka
- [issue23779] imaplib authenticate raises TypeError if authenticator tries to abort
Craig Holmquist
- [issue4944] os.fsync() doesn't work as expect in Windows
Emil Styrke
- [issue2175] Expat sax parser silently ignores the InputSource protocol
Serhiy Storchaka
- [issue2174] xml.sax.xmlreader does not support the InputSource protocol
Serhiy Storchaka
- [issue22721] pprint output for sets and dicts is not stable
Serhiy Storchaka
- [issue23780] Surprising behaviour when passing list to os.path.join.
Florian Bruhin
- [issue18408] Fixes crashes found by pyfailmalloc
Roundup Robot
- [issue23781] Add private _PyErr_ReplaceException() in 2.7
Serhiy Storchaka
- [issue23782] Leak in _PyTraceback_Add
Serhiy Storchaka
- [issue23783] Leak in PyObject_ClearWeakRefs
Serhiy Storchaka
- [issue23784] Reloading tokenize module leads to error
David Marks
- [issue23785] Leak in TextIOWrapper.tell()
Serhiy Storchaka
- [issue23786] test_unaligned_buffers (test.test_hash.HashEqualityTestCase) ... Fatal Python error: Bus error
Peter
- [issue9698] When reusing an handler, urllib(2)'s digest authentication fails after multiple regative replies
SpaceOne
- [issue21085] compile error Python3.3 on Cygwin
Masayuki Yamamoto
- [issue13322] buffered read() and write() does not raise BlockingIOError
Martin Panter
- [issue23488] Random objects twice as big as necessary on 64-bit builds
Serhiy Storchaka
- [issue23509] Speed up Counter operators
Serhiy Storchaka
- [issue7511] msvc9compiler.py: ValueError when trying to compile with VC Express
Florian Bruhin
- [issue18898] Apply the setobject optimizations to dictionaries
STINNER Victor
- [issue23787] sum() function docstring lists arguments incorrectly
Valentine Sinitsyn
- [issue23788] test_bad_address fails
Raniere Silva
- [issue23789] decimal.Decimal: __format__ behaviour
Paul Eckhardt
- [issue22117] Rewrite pytime.h to work on nanoseconds
Roundup Robot
- [issue23790] When xdrlib.Packer().pack_string() fails, the Packer is corrupted
Oskar Hahn
- [issue23445] Use -Og for debug builds
Roundup Robot
- [issue23791] Identify Moved Lines with difflib
Brian
- [issue23792] help crash leaves terminal in raw mode
Rusi
- [issue23793] Support __add__ for deques.
Raymond Hettinger
- [issue23793] Support __add__ for deques.
Raymond Hettinger
- [issue23793] Support __add__, __mul__, and __imul__ for deques.
Raymond Hettinger
- [issue23793] Support __add__, __mul__, and __imul__ for deques.
Josh Rosenberg
- [issue23793] Support __add__, __mul__, and __imul__ for deques.
Josh Rosenberg
- [issue23793] Support __add__, __mul__, and __imul__ for deques.
Raymond Hettinger
- [issue23793] Support __add__, __mul__, and __imul__ for deques.
Josh Rosenberg
- [issue23793] Support __add__, __mul__, and __imul__ for deques.
Raymond Hettinger
- [issue23793] Support __add__, __mul__, and __imul__ for deques.
Roundup Robot
- [issue23793] Support __add__, __mul__, and __imul__ for deques.
Raymond Hettinger
- [issue23794] http package should support HTTP/2
Alex Gaynor
- [issue23795] argparse -- incorrect usage for mutually exclusive
João Ferreira
- [issue9351] argparse set_defaults on subcommands should override top level set_defaults
Rémi Rampin
- [issue9334] argparse does not accept options taking arguments beginning with dash (regression from optparse)
paul j3
- [issue22672] float arguments in scientific notation not supported by argparse
paul j3
- [issue22500] Argparse always stores True for positional arguments
paul j3
- [issue23796] BufferedReader.peek() crashes if closed
Martin Panter
- [issue17909] Autodetecting JSON encoding
Berker Peksag
- [issue23430] socketserver.BaseServer.handle_error() should not catch exiting exceptions
Martin Panter
- [issue23797] Mac OS X locale setup in thread happens sometime after run() is called
Barry Alan Scott
- [issue23798] NameError in the encode fixer
Serhiy Storchaka
- [issue23799] Join started threads in tests
Serhiy Storchaka
- [issue23800] Support POSIX uselocale interface for thread-specific locale settings
Ned Deily
- [issue23801] cgi.FieldStorage has different (wrong?) behavior on Python3 than Python2
Donald Stufft
- [issue23802] patch: __deepcopy__ memo dict argument usage
Daniel Shahaf
- [issue23803] str.partition() is broken in 3.4
Serhiy Storchaka
- [issue23804] SSLSocket.recv(0) receives up to 1024 bytes
Martin Panter
- [issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English
Barry Alan Scott
- [issue23805] _hashlib compile error?
Freddy
- [issue22390] test.regrtest should complain if a test doesn't remove temporary files
Serhiy Storchaka
- [issue23806] documentation for no_proxy is missing from the python3 urllib documentation
R. David Murray
- [issue23807] Improved test coverage for calendar.py command line
Thana Annis
- [issue23808] Symlink to directory on Windows 8
Serhiy Storchaka
- [issue21398] LC_CTYPE=C: pydoc leaves terminal in an unusable state
R. David Murray
- [issue23809] RFE: emit a warning when a module in a traceback shadows a stdlib module
Nick Coghlan
- [issue23810] Suboptimal stacklevel of deprecation warnings for formatter and imp modules
Arfrever Frehtes Taifersar Arahesis
- [issue23811] Python py_compile error message inconsistent and missing newline
Akshet Pandey
- [issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows
Paul Moore
- [issue23812] asyncio.Queue.put_nowait(), followed get() task cancellation leads to item being lost
Gustavo J. A. M. Carneiro
- [issue23326] Remove redundant __ne__ implementations
Guido van Rossum
- [issue22329] Windows installer can't recover partially installed state
J. Walter Clark
- [issue6650] sre_parse contains a confusing generic error message
Serhiy Storchaka
- [issue23813] RSS and Atom feeds of buildbot results are broken
Serhiy Storchaka
- [issue23814] argparse: Parser level defaults do not always override argument level defaults
Karl O. Pinc
- [issue23815] Segmentation fault when create _tkinter objects
Serhiy Storchaka
- [issue23816] struct.unpack returns null pascal strings - [first] bug report
Jon Heiner
- [issue17214] http.client.HTTPConnection.putrequest encode error
Martin Panter
- [issue19100] Use backslashreplace in pprint
Martin Panter
- [issue5550] [urllib.request]: Comparison of HTTP headers should be insensitive to the case
Martin Panter
- [issue5714] http.server._url_collapse_path should live elsewhere
Martin Panter
- [issue23338] PyErr_Format in ctypes uses invalid parameter
Berker Peksag
- [issue16991] Add OrderedDict written in C
Eric Snow
- [issue22035] Fatal error in dbm.gdbm
Serhiy Storchaka
- [issue23817] Consider FreeBSD like any other OS in SOVERSION
bapt
- [issue19660] decorator syntax: allow testlist instead of just dotted_name
Ximin Luo
- [issue23818] test_enum failing test_class_nested_enum_and_pickle_protocol_four
Brett Cannon
- [issue23819] test_asyncio fails when run under -O
Brett Cannon
- [issue23820] test_importlib fails under -O
Brett Cannon
- [issue23821] test_pdb fails under -O
Brett Cannon
- [issue23822] test_py_compile fails under -O
Brett Cannon
- [issue23823] "Generalization" misused in deque docs
rschwieb
- [issue23824] in-place addition of a shadowed class field
Jethro
- [issue23825] test_idle fails under -OO
Brett Cannon
- [issue23826] test_enum fails under -OO
Brett Cannon
- [issue23827] test.test_multiprocessing_spawn fails under -Werror
Brett Cannon
- [issue23828] test_socket fails under -Werror
Brett Cannon
- [issue23829] test_warnings fails under -Werror
Brett Cannon
- [issue23830] Add AF_IUCV support to sockets
Neale Ferguson
- [issue23831] tkinter canvas lacks of moveto method.
mps
- [issue23832] pdb's `longlist` shows only decorator if that one contains a lambda
Gerrit Holl
Last message date:
Tue Mar 31 23:46:30 CEST 2015
Archived on: Tue Mar 31 23:46:32 CEST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).