Overview
Could not load contribution data
Please try again later
136 Pull requests merged by 52 people
-
bpo-40280: WASM docs and smaller browser builds (GH-32412)
#32412 merged
Apr 10, 2022 -
bpo-22295: use `python -m pip` rather than plain `pip` in examples
#24003 merged
Apr 9, 2022 -
Fix some typos in comments
#32422 merged
Apr 9, 2022 -
bpo-47000: Add `locale.getencoding()`
#32068 merged
Apr 9, 2022 -
bpo-47061: deprecate cgi and cgitb
#32410 merged
Apr 9, 2022 -
[3.10] bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox (GH-32418)
#32420 merged
Apr 8, 2022 -
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox
#32418 merged
Apr 8, 2022 -
[3.10] Fix bad grammar and import docstring for split/rsplit (GH-32381)
#32416 merged
Apr 8, 2022 -
Fix bad grammar and improve docstring for split/rsplit
#32381 merged
Apr 8, 2022 -
[3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3
#32109 merged
Apr 8, 2022 -
bpo-47169: Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition
#32365 merged
Apr 8, 2022 -
bpo-40421: Add new PyFrame_GetLasti C-API function
#32413 merged
Apr 8, 2022 -
Clarify that this sentence applies to the above example.
#32405 merged
Apr 8, 2022 -
[3.9] pickle docs: Fix typos and improve wording (GH-24776)
#32396 merged
Apr 8, 2022 -
[3.10] pickle docs: Fix typos and improve wording (GH-24776)
#32395 merged
Apr 8, 2022 -
bpo-47250: Fix refleak from object.__getstate__()
#32403 merged
Apr 7, 2022 -
bpo-47177: Replace `f_lasti` with `prev_instr`
#32208 merged
Apr 7, 2022 -
bpo-47061: deprecate audioop
#32392 merged
Apr 7, 2022 -
Doc: Fix spurious comma in the author metadata field
#32386 merged
Apr 7, 2022 -
[3.9] ssl docs: Fix typo (GH-32336)
#32402 merged
Apr 7, 2022 -
[3.10] ssl docs: Fix typo (GH-32336)
#32401 merged
Apr 7, 2022 -
Fix typo in ssl docs
#32336 merged
Apr 7, 2022 -
[3.9] c-api docs: There are five fields, not four (GH-32379)
#32399 merged
Apr 7, 2022 -
[3.10] c-api docs: There are five fields, not four (GH-32379)
#32398 merged
Apr 7, 2022 -
c-api docs: There are five fields, not four
#32379 merged
Apr 7, 2022 -
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
#32352 merged
Apr 7, 2022 -
Remove micro-optimization that no longer shows a benefit.
#32397 merged
Apr 7, 2022 -
[3.9] doc: Link to `string.capwords` from `str.title` (GH-20913)
#32394 merged
Apr 7, 2022 -
[3.10] doc: Link to `string.capwords` from `str.title` (GH-20913)
#32393 merged
Apr 7, 2022 -
Update pickle.rst
#24776 merged
Apr 7, 2022 -
doc: Link to `string.capwords` from `str.title`
#20913 merged
Apr 7, 2022 -
[3.9] pkgutil docs: Link sys constants, add backticks (GH-32356)
#32388 merged
Apr 7, 2022 -
[3.9] ssl docs: Fix typo (GH-32314)
#32390 merged
Apr 7, 2022 -
[3.10] ssl docs: Fix typo (GH-32314)
#32389 merged
Apr 7, 2022 -
[3.10] pkgutil docs: Link sys constants, add backticks (GH-32356)
#32391 merged
Apr 7, 2022 -
Fix typo in ssl docs
#32314 merged
Apr 7, 2022 -
Link sys constants in pkgutil.rst
#32356 merged
Apr 7, 2022 -
[3.10] stdtypes docs: fix typo (GH-32349)
#32370 merged
Apr 7, 2022 -
bpo-35134: Remove the Include/code.h header file
#32385 merged
Apr 7, 2022 -
bpo-35134: Add Include/cpython/setobject.h header
#32384 merged
Apr 6, 2022 -
bpo-47239: Fixes py.exe output when run in a virtual environment.
#32364 merged
Apr 6, 2022 -
bpo-35134: Add Include/cpython/complexobject.h header
#32383 merged
Apr 6, 2022 -
bpo-46576: Speed up test_peg_generator by using a static library for shared sources
#32338 merged
Apr 6, 2022 -
Change parameter name from *x* for reals to *n* for integers.
#32377 merged
Apr 6, 2022 -
bpo-47061: use `warnings._deprecated()` with asynchat, asyncore, and smtpd
#32350 merged
Apr 6, 2022 -
Move an unrelated statement out of a try clause in Sequence.index
#32330 merged
Apr 6, 2022 -
[3.9] bpo-46769: Fix backticks in typing.rst to appease rstlint
#32375 merged
Apr 6, 2022 -
[3.10] bpo-46769: Fix backticks in typing.rst to appease rstlint
#32374 merged
Apr 6, 2022 -
[3.9] Fix whitespace/indentation issues in test_sys (GH-32369)
#32373 merged
Apr 6, 2022 -
bpo-26579: Add object.__getstate__().
#2821 merged
Apr 6, 2022 -
Remove python2 support in logging cookbook example. (GH-32362)
#32362 merged
Apr 6, 2022 -
bpo-46721: Optimize set.issuperset() for non-set arguments
#31280 merged
Apr 6, 2022 -
bpo-43464: Optimize set.intersection() for non-set arguments
#31316 merged
Apr 6, 2022 -
bpo-47227: Suppress expression chaining for more RE parsing errors
#32333 merged
Apr 6, 2022 -
bpo-47211: Remove function re.template() and flag re.TEMPLATE
#32300 merged
Apr 6, 2022 -
[3.9] stdtypes docs: fix typo (GH-32349)
#32371 merged
Apr 6, 2022 -
Fix whitespace/indentation format in test_sys
#32369 merged
Apr 6, 2022 -
Fix typo in stdtypes docs
#32349 merged
Apr 6, 2022 -
[3.9] bpo-47235: Note where a typo is intentional in code. (GH-32348)
#32368 merged
Apr 6, 2022 -
[3.10] bpo-47235: Note where a typo is intentional in code. (GH-32348)
#32367 merged
Apr 6, 2022 -
bpo-47235: Note where a typo is intentional in examples
#32348 merged
Apr 6, 2022 -
bpo-47115: Document which parts of structs are in limited API/stable ABI
#32196 merged
Apr 6, 2022 -
bpo-40421: test_capi uses assertEqual(), not assertEquals()
#32361 merged
Apr 6, 2022 -
bpo-40280: WASM defaults to no dynamic linking (GH-32360)
#32360 merged
Apr 6, 2022 -
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)"
#32343 merged
Apr 6, 2022 -
[doc] Add missing backtick.
#32355 merged
Apr 6, 2022 -
bpo-47189: What's New in 3.11: Faster CPython
#32235 merged
Apr 6, 2022 -
bpo-47103: Copy pgort140.dll into output directory when building PGInstrument on Windows
#32083 merged
Apr 6, 2022 -
Fix generation of MD5 table at end of Windows release build
#32345 merged
Apr 6, 2022 -
[3.9] bpo-47230: Silence compiler warnings on Windows from zlib 1.2.12 (GH-32337)
#32346 merged
Apr 5, 2022 -
[3.10] bpo-47230: Silence compiler warnings on Windows from zlib 1.2.…
#32347 merged
Apr 5, 2022 -
bpo-47061: deprecate the `aifc` module
#32134 merged
Apr 5, 2022 -
bpo-47230: Silence new compiler warnings from updated zlib
#32337 merged
Apr 5, 2022 -
bpo-4833: Add ZipFile.mkdir
#32160 merged
Apr 5, 2022 -
[3.10] Backport bpo-47212 (GH-32302) to Python 3.10
#32334 merged
Apr 5, 2022 -
bpo-47009: Fix assert on big endian (GH-32332)
#32332 merged
Apr 5, 2022 -
bpo-46607: Add DeprecationWarning to LegacyInterpolation
#30927 merged
Apr 5, 2022 -
bpo-47088: Add typing.LiteralString (PEP 675)
#32064 merged
Apr 5, 2022 -
bpo-41930: Add support for SQLite serialise/deserialise API
#26728 merged
Apr 5, 2022 -
bpo-47212: Improve error messages for un-parenthesized generator expressions
#32302 merged
Apr 5, 2022 -
bpo-45774: Harden SQLite detection
#30016 merged
Apr 5, 2022 -
bpo-47120: make JUMP_NO_INTERRUPT relative
#32221 merged
Apr 5, 2022 -
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump
#32309 merged
Apr 5, 2022 -
bpo-47009: Let PRECALL_NO_KW_LIST_APPEND do its own POP_TOP
#32239 merged
Apr 5, 2022 -
bpo-40280: Add limited Emscripten REPL (GH-32284)
#32284 merged
Apr 5, 2022 -
chore/docs: fix rst style and typo
#32331 merged
Apr 5, 2022 -
bpo-42238: [doc]: A make sucpicious false positive.
#32329 merged
Apr 5, 2022 -
bpo-46890: Fix setting of sys._base_executable with framework builds on macOS
#31958 merged
Apr 5, 2022 -
[3.9] bpo-45790: List macros in same order in which fields are described (GH-29529)
#32321 merged
Apr 5, 2022 -
bpo-45847: Adapt macOS installer build to use new tkinter configure vars
#32328 merged
Apr 5, 2022 -
[3.9] bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)
#32327 merged
Apr 5, 2022 -
[3.10] bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)
#32326 merged
Apr 5, 2022 -
[3.9] crypt docs: Fix references to `methods` attr (GH-26806)
#32325 merged
Apr 5, 2022 -
[3.9] bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)
#32322 merged
Apr 5, 2022 -
[3.10] crypt docs: Fix references to `methods` attr (GH-26806)
#32324 merged
Apr 5, 2022 -
[3.10] bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)
#32323 merged
Apr 5, 2022 -
[3.9] bpo-47007: [doc] `str` special method lookup (GH-31863)
#32319 merged
Apr 5, 2022 -
[3.10] bpo-45790: List macros in same order in which fields are described (GH-29529)
#32320 merged
Apr 5, 2022 -
bpo-40982: Fix outdated copytree() "example" in the shutil docs
#24778 merged
Apr 5, 2022 -
[3.10] bpo-47007: [doc] `str` special method lookup (GH-31863)
#32318 merged
Apr 5, 2022 -
bpo-43224: Add tests for pickling and copying of unpacked native tuple
#32159 merged
Apr 5, 2022 -
Fix references to `methods` attr
#26806 merged
Apr 5, 2022 -
bpo-32658: Add Metacharacter (except \) are not active inside classes Regexpr HOWTO (GH-32230)
#32230 merged
Apr 5, 2022 -
bpo-45790: List macros in same order in which fields are described
#29529 merged
Apr 5, 2022 -
bpo-46998: Allow subclassing Any at runtime
#31841 merged
Apr 5, 2022 -
bpo-47007: [doc] `str` special method lookup
#31863 merged
Apr 5, 2022 -
[3.9] bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
#32317 merged
Apr 5, 2022 -
[3.10] bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
#32316 merged
Apr 5, 2022 -
bpo-41233: Add links to errnos referenced in exceptions docs
#21380 merged
Apr 5, 2022 -
Fix `Contributed ... in bpo-bpo-45847` typo
#32299 merged
Apr 5, 2022 -
bpo-47097: Add documentation for TypeVarTuple
#32103 merged
Apr 4, 2022 -
[3.10] bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
#32307 merged
Apr 4, 2022 -
[3.9] bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
#32308 merged
Apr 4, 2022 -
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
#32253 merged
Apr 4, 2022 -
bpo-46484:Add test for Calendar.iterweekdays
#30825 merged
Apr 4, 2022 -
bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297)
#32297 merged
Apr 4, 2022 -
[3.9] Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)
#32306 merged
Apr 4, 2022 -
[3.10] Demonstrate `py --list` in the quickstart section of the Windows doc page (GH-29383)
#32305 merged
Apr 4, 2022 -
Docs: Using Windows: Demonstrate `py --list`
#29383 merged
Apr 4, 2022 -
Revert "bpo-44800: Document internal frame naming conventions"
#32301 merged
Apr 4, 2022 -
bpo-47152: Remove unused import in re
#32298 merged
Apr 4, 2022 -
bpo-47152: Move sources of the _sre module into a subdirectory
#32290 merged
Apr 4, 2022 -
[3.7] bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241)
#32251 merged
Apr 4, 2022 -
bpo-47000: Make `io.text_encoding()` respects UTF-8 mode
#32003 merged
Apr 4, 2022 -
[3.9] Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
#32295 merged
Apr 3, 2022 -
[3.10] Follow PEP-8 guidelines in tutorial for standard library (GH-26127)
#32294 merged
Apr 3, 2022 -
Follow PEP-8 guidelines in tutorial for standard library
#26127 merged
Apr 3, 2022 -
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads
#32209 merged
Apr 3, 2022 -
bpo-42238: [doc]: make suspicious: false positive.
#32292 merged
Apr 3, 2022 -
bpo-46126: Restore 'descriptions' when running tests internally.
#32128 merged
Apr 3, 2022 -
[3.10] bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
#32286 merged
Apr 3, 2022 -
[3.9] bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
#32287 merged
Apr 3, 2022 -
bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)
#32285 merged
Apr 3, 2022
42 Pull requests opened by 32 people
-
bpo-46126: Restore docstrings in importlib.metadata tests.
#32288 opened
Apr 3, 2022 -
bpo-15795: Add option to preserve permissions in ZipFile.extract
#32289 opened
Apr 3, 2022 -
bpo-39064: Raise BadZipFile instead of ValueError when reading a corrupt file
#32291 opened
Apr 3, 2022 -
bpo-47190: Initial async tk loop stuff
#32293 opened
Apr 3, 2022 -
bpo-47215: Add undocumented, unstable FrameStack API for use by greenlets and similar libraries.
#32303 opened
Apr 4, 2022 -
bpo-45317: Document motivation, design and implementation of 3.11 frame stack.
#32304 opened
Apr 4, 2022 -
bpo-47216: add mtime to gzip.open
#32310 opened
Apr 4, 2022 -
bpo-47217: add name attribute to bz2 fileobject
#32311 opened
Apr 4, 2022 -
bpo-47218: add name to lzma fileobject
#32312 opened
Apr 4, 2022 -
bpo-47182: Ensure test_ucnhash_capi_reset doesn't pass PYTHONHOME to _testembed.exe
#32313 opened
Apr 4, 2022 -
Add a smallrangeiterator for small ints
#32315 opened
Apr 5, 2022 -
bpo-42012: Add wsgiref.types
#32335 opened
Apr 5, 2022 -
bpo-47184: Document multiprocessing.set_start_method force parameter
#32339 opened
Apr 5, 2022 -
Specialize FOR_ITER via GET_ITER
#32340 opened
Apr 5, 2022 -
bpo-47006: Add tests demonstrating current type variable substitution behaviour
#32341 opened
Apr 5, 2022 -
Update Sphinx bpo role to use redirect URI.
#32342 opened
Apr 5, 2022 -
bpo-47222: Allow pass-thru with stdout/stderr capture
#32344 opened
Apr 5, 2022 -
bpo-30718: Add information about text buffering
#32351 opened
Apr 6, 2022 -
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview'
#32354 opened
Apr 6, 2022 -
bpo-45210: _Py_Dealloc() checks tp_dealloc exception
#32357 opened
Apr 6, 2022 -
Remove white bar
#32363 opened
Apr 6, 2022 -
[3.10] Fix whitespace/indentation issues in test_sys (GH-32369)
#32372 opened
Apr 6, 2022 -
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h'
#32376 opened
Apr 6, 2022 -
fix attr/method confusion in stderr.read note in asyncio subprocess …
#32378 opened
Apr 6, 2022 -
[3.10] bpo-46576: Speed up test_peg_generator by using a static libra…
#32382 opened
Apr 6, 2022 -
bpo-45116: In ceval.c, redefine some macros for speed
#32387 opened
Apr 7, 2022 -
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative
#32400 opened
Apr 7, 2022 -
bpo-47251: Merge BINARY_SUBSCR_LIST_INT with BINARY_SUBSCR_LIST_TUPLE
#32404 opened
Apr 7, 2022 -
bpo-47233: Fix show_caches in dis module
#32406 opened
Apr 7, 2022 -
bpo-47255: fix method references in functions.rst
#32409 opened
Apr 8, 2022 -
bpo-47169: Export PyOS_CheckStack in the Windows stable ABI DLL
#32414 opened
Apr 8, 2022 -
bpo-47168: List feature macros in the stable ABI manifest, improve tests
#32415 opened
Apr 8, 2022 -
bpo-40421: Cleanup PyFrame C API
#32417 opened
Apr 8, 2022 -
bpo-47087: Add typing.Required and NotRequired (PEP 655)
#32419 opened
Apr 8, 2022 -
bpo-to-github-migration notify new-bugs-announce on new issue open
#32421 opened
Apr 8, 2022 -
bpo-47231: Strip trailing slash from tarfile longname directories
#32423 opened
Apr 8, 2022 -
bpo-NA: Minor optimization/consistency improvement to colorsys.py's rgb_to_hsv()
#32425 opened
Apr 9, 2022 -
error message updated for abstract class
#47246 opened
Apr 10, 2022 -
socketmodule: add macOs's TCP_CONNECTION_INFO socket option.
#69256 opened
Apr 10, 2022 -
Replace JUMP_ABSOLUTE/FOR_ITER with FOR_END
#70016 opened
Apr 10, 2022 -
bpo-47000: Fix encoding="locale" in UTF-8 mode
#70056 opened
Apr 10, 2022
14 Issues closed by 6 people
-
Python organisation
#19545 closed
Apr 10, 2022 -
Ashu
#20535 closed
Apr 10, 2022 -
Python
#20427 closed
Apr 10, 2022 -
Python
#20678 closed
Apr 10, 2022 -
Hello
#20752 closed
Apr 10, 2022 -
.Py
#21208 closed
Apr 10, 2022 -
Main CPython Source Code
#19095 closed
Apr 10, 2022 -
missing meta-info in documentation pdf
#50151 closed
Apr 8, 2022 -
google thinks the docs are mobile unfriendly
#67501 closed
Apr 8, 2022 -
Incorrect file path reported by inspect.getabsfile()
#44604 closed
Apr 7, 2022 -
Support pickling slots in subclasses of common classes
#70766 closed
Apr 6, 2022 -
Doc files deleted from repo are not deleted from docs.python.org.
#66155 closed
Apr 5, 2022 -
Document '/' in signatures
#65513 closed
Apr 4, 2022 -
Memory leak in Modules/sre_lib.h
#67877 closed
Apr 3, 2022
2,448 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
bpo-45100: Add typing.get_overloads
#31716 commented on
Apr 9, 2022 • 37 new comments -
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses
#23205 commented on
Apr 8, 2022 • 10 new comments -
bpo-47135: Accept attributes as keyword arguments in decimal.localcontext
#32242 commented on
Apr 4, 2022 • 10 new comments -
[3.9] bpo-34480: fix bug where match variable is used prior to being defined (GH-17643)
#32256 commented on
Apr 9, 2022 • 8 new comments -
bpo-42316: Document assignment expression need for ()s
#23291 commented on
Apr 6, 2022 • 7 new comments -
bpo-45995: add "z" format specifer to coerce negative 0 to zero
#30049 commented on
Apr 7, 2022 • 7 new comments -
bpo-47197: Fix void return type handling in ctypes
#32246 commented on
Apr 9, 2022 • 7 new comments -
bpo-43331: Explicit that headers sent in camel-case
#24661 commented on
Apr 7, 2022 • 6 new comments -
bpo-47220: Document the optional callback parameter of weakref.WeakMethod
#25491 commented on
Apr 5, 2022 • 5 new comments -
bpo-44347: [doc] clarify meaning of shutil.copytree's dirs_exist_ok kwarg
#26643 commented on
Apr 10, 2022 • 5 new comments -
bpo-28356: Document os.rename() behavior on Windows for differing filesystems
#27376 commented on
Apr 4, 2022 • 4 new comments -
bpo-46543: add sys._getcaller
#30950 commented on
Apr 6, 2022 • 4 new comments -
bpo-23747: Add small note to document default method behavior
#31462 commented on
Apr 6, 2022 • 4 new comments -
bpo-9305: Remove east/west references from datetime
#31697 commented on
Apr 3, 2022 • 4 new comments -
Zipfile.extractall does not preserve file permissions
#59999 commented on
Apr 10, 2022 • 3 new comments -
bpo-22276: Fix pathlib.Path.glob not to ignore trailing path separator
#10349 commented on
Apr 8, 2022 • 3 new comments -
bpo-35037 Fix issue in cython project: Cython files don't compile on Mingw-w64 64-bit
#19326 commented on
Apr 7, 2022 • 3 new comments -
bpo-8595: Update urllib, httplib, smtplib docs to warn about global timeout value
#27087 commented on
Apr 5, 2022 • 3 new comments -
bpo-46841: Disassembly of quickened code
#32099 commented on
Apr 6, 2022 • 3 new comments -
bpo-41916: allow cross-compiled python to have -pthread set for CXX
#22525 commented on
Apr 4, 2022 • 2 new comments -
bpo-43223: [SECURITY] Patched Open Redirection In SimpleHTTPServer Module
#24848 commented on
Apr 8, 2022 • 2 new comments -
bpo-24955: Fix webbrowser broken on Mac OS X when using the BROWSER variable
#27751 commented on
Apr 4, 2022 • 2 new comments -
bpo-45210: Document that error indicator may be set in tp_dealloc
#28358 commented on
Apr 6, 2022 • 2 new comments -
bpo-27583: Add more details on behavior of default_section
#31562 commented on
Apr 8, 2022 • 2 new comments -
bpo-24132, bpo-44136 - Fix `pathlib.Path` subclassing.
#31691 commented on
Apr 7, 2022 • 2 new comments -
bpo-46939: Specialize calls to Python classes (POSTCALL edition)
#31936 commented on
Apr 6, 2022 • 2 new comments -
bpo-46614: Allow datetime.isoformat to use "Z" UTC designator
#32041 commented on
Apr 4, 2022 • 2 new comments -
bpo-43224: Implement pickling of TypeVarTuples
#32119 commented on
Apr 6, 2022 • 2 new comments -
Test issue
#47020 commented on
Apr 10, 2022 • 1 new comment -
Explicit directories for zipfiles
#49083 commented on
Apr 10, 2022 • 1 new comment -
mailcap.findmatch: document shell command Injection danger in filename parameter
#68966 commented on
Apr 10, 2022 • 1 new comment -
bpo-30679: __aexit__ is not called on KeyboardInterrupt
#2219 commented on
Apr 5, 2022 • 1 new comment -
bpo-31706: Make urlencode accept generators as value
#3901 commented on
Apr 7, 2022 • 1 new comment -
bpo-1346874: Add 'Expect: 100-Continue' support to httplib
#14880 commented on
Apr 5, 2022 • 1 new comment -
bpo-43324: Added socket functions to asyncio library
#24651 commented on
Apr 4, 2022 • 1 new comment -
[DOC] Snippet code to str methods
#24666 commented on
Apr 5, 2022 • 1 new comment -
bpo-12403: Mention sys.displayhook in code module docs and the compile builtin docs
#26217 commented on
Apr 3, 2022 • 1 new comment -
Add Third-party resources section
#27752 commented on
Apr 3, 2022 • 1 new comment -
bpo-41379 Clarification on options needed for indentation
#27830 commented on
Apr 3, 2022 • 1 new comment -
bpo-20803: doc: clarify that struct.pack_into writes 0x00 for pad bytes
#28047 commented on
Apr 10, 2022 • 1 new comment -
bpo-46142: split --help output into separate options
#30331 commented on
Apr 8, 2022 • 1 new comment -
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,interface} helper functions
#30642 commented on
Apr 9, 2022 • 1 new comment -
bpo-24132: Add `pathlib._AbstractPath`
#31085 commented on
Apr 8, 2022 • 1 new comment -
bpo-46681: Forward gzip.compress() compresslevel to zlib
#31215 commented on
Apr 6, 2022 • 1 new comment -
bpo-46742: Add "-d 123" / "--trace_fd 123" option to the trace module…
#31319 commented on
Apr 4, 2022 • 1 new comment -
bpo-47110: refactor bytearray strip methods
#32096 commented on
Apr 9, 2022 • 1 new comment -
bpo-47120: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative
#32215 commented on
Apr 5, 2022 • 1 new comment -
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD
#32229 commented on
Apr 6, 2022 • 1 new comment -
SRE: Atomic Grouping (?>...) is not supported
#34627 commented on
Apr 9, 2022 • 0 new comments -
codecs.StreamWriter: reset() on close()
#35150 commented on
Apr 9, 2022 • 0 new comments -
locale.resetlocale is broken
#35920 commented on
Apr 9, 2022 • 0 new comments -
Tkinter lock conflicts extension widgets
#36387 commented on
Apr 9, 2022 • 0 new comments -
LookupError etc. need API to get the key
#37218 commented on
Apr 9, 2022 • 0 new comments -
Support RFC 2392 in email package
#37351 commented on
Apr 9, 2022 • 0 new comments -
RFC 2387 (multipart/related) in email package
#37428 commented on
Apr 9, 2022 • 0 new comments -
Tkinter sliently discards all backgrond Tcl errors
#37486 commented on
Apr 9, 2022 • 0 new comments -
xmlrpc can't do proxied HTTP
#37568 commented on
Apr 9, 2022 • 0 new comments -
Assignment to __bases__ of direct object subclasses
#37817 commented on
Apr 9, 2022 • 0 new comments -
test_resource fails when file size is limited
#37883 commented on
Apr 9, 2022 • 0 new comments -
IDLE: Dedenting with Shift+Tab
#38066 commented on
Apr 9, 2022 • 0 new comments -
faster _socket.connect variant desired
#38181 commented on
Apr 9, 2022 • 0 new comments -
Add documentation about line endings in email messages.
#38334 commented on
Apr 9, 2022 • 0 new comments -
Make Tkinter.py's nametowidget work with cloned menu widgets
#38464 commented on
Apr 9, 2022 • 0 new comments -
API enhancement: poplib.MailReader()
#38530 commented on
Apr 9, 2022 • 0 new comments -
isinstance and weakref proxies.
#38595 commented on
Apr 9, 2022 • 0 new comments -
fix one or two bugs in trace.py
#38807 commented on
Apr 9, 2022 • 0 new comments -
email.Message param parsing problem II
#39128 commented on
Apr 9, 2022 • 0 new comments -
ftplib: Strict RFC 959 (telnet in command channel)
#39394 commented on
Apr 9, 2022 • 0 new comments -
Enhance frame handing in warnings.warn()
#39615 commented on
Apr 9, 2022 • 0 new comments -
freeze: problems excluding site
#39824 commented on
Apr 9, 2022 • 0 new comments -
Machine integers
#39880 commented on
Apr 9, 2022 • 0 new comments -
pyconfig.h is not placed in --includedir
#39936 commented on
Apr 9, 2022 • 0 new comments -
imaplib: incorrect quoting in commands
#40038 commented on
Apr 9, 2022 • 0 new comments -
SAX2 'property_encoding' feature not supported
#40084 commented on
Apr 9, 2022 • 0 new comments -
pkgutil doesn't understand case-senseless filesystems
#40152 commented on
Apr 9, 2022 • 0 new comments -
error flattening complex smime signed message
#40361 commented on
Apr 9, 2022 • 0 new comments -
Inconsistent newline handling in email module
#40414 commented on
Apr 9, 2022 • 0 new comments -
wait_variable hangs at exit
#40440 commented on
Apr 9, 2022 • 0 new comments -
Improve HTML documentation of a directory
#40448 commented on
Apr 9, 2022 • 0 new comments -
curses for win32
#40725 commented on
Apr 9, 2022 • 0 new comments -
PyThreadState_Next not thread safe
#40857 commented on
Apr 9, 2022 • 0 new comments -
email.Utils.parseaddr fails to parse valid addresses
#40889 commented on
Apr 9, 2022 • 0 new comments -
External storage protocol for large email messages
#40997 commented on
Apr 9, 2022 • 0 new comments -
Pickle breakage with reduction of recursive structures
#41150 commented on
Apr 9, 2022 • 0 new comments -
exceeding obscure weakproxy bug
#41243 commented on
Apr 9, 2022 • 0 new comments -
Single-line option to pygettext.py
#41413 commented on
Apr 9, 2022 • 0 new comments -
Add datetime.time.strptime and datetime.date.strptime
#41431 commented on
Apr 9, 2022 • 0 new comments -
Adding a recvexactly() to socket.socket: receive exactly n bytes
#41448 commented on
Apr 9, 2022 • 0 new comments -
send/recv SEGMENT_SIZE should be used more in socketmodule
#41449 commented on
Apr 9, 2022 • 0 new comments -
Prefix search is filesystem-centric
#41525 commented on
Apr 9, 2022 • 0 new comments -
Handle corrupted gzip files with unexpected EOF
#41668 commented on
Apr 9, 2022 • 0 new comments -
Export more libreadline API functions
#41788 commented on
Apr 9, 2022 • 0 new comments -
expanding platform module and making it work as it should
#41840 commented on
Apr 9, 2022 • 0 new comments -
making builtin exceptions more informative
#41852 commented on
Apr 9, 2022 • 0 new comments -
pydoc doesn't find all module doc strings
#41872 commented on
Apr 9, 2022 • 0 new comments -
Expat Parser to supply document locator in incremental parse
#41935 commented on
Apr 9, 2022 • 0 new comments -
installer ignores changed installation directory
#42005 commented on
Apr 9, 2022 • 0 new comments -
Idle Editor: Bottom Scroll Bar
#42010 commented on
Apr 9, 2022 • 0 new comments -
expat binding for XML_ParserReset
#42014 commented on
Apr 9, 2022 • 0 new comments -
doc: subprocess: inheritance of std descriptors inconsistent
#42127 commented on
Apr 9, 2022 • 0 new comments -
filecmp.cmp's "shallow" option
#42172 commented on
Apr 9, 2022 • 0 new comments -
Big speedup in email message parsing
#42213 commented on
Apr 9, 2022 • 0 new comments -
Encodings and aliases do not match runtime
#42237 commented on
Apr 9, 2022 • 0 new comments -
Simplying Tkinter's event loop
#42255 commented on
Apr 9, 2022 • 0 new comments -
'setup.py install' fails on linux from read-only storage
#42309 commented on
Apr 9, 2022 • 0 new comments -
Allow to restrict ModuleFinder to get "direct" dependencies
#42354 commented on
Apr 9, 2022 • 0 new comments -
pygettext: extract translators comments
#42361 commented on
Apr 9, 2022 • 0 new comments -
sysmodule.c: realpath() is unsafe
#42400 commented on
Apr 9, 2022 • 0 new comments -
Add a vendor-packages directory for system-supplied modules
#42401 commented on
Apr 9, 2022 • 0 new comments -
httplib simply ignores CONTINUE
#42550 commented on
Apr 10, 2022 • 0 new comments -
python.desktop
#42578 commented on
Apr 10, 2022 • 0 new comments -
SRE engine should release the GIL when/if possible
#42625 commented on
Apr 10, 2022 • 0 new comments -
maximum length not enforced in cgi.parse()
#42628 commented on
Apr 10, 2022 • 0 new comments -
http.cookies, Cookie.py: Improper handling of duplicate cookies
#42664 commented on
Apr 10, 2022 • 0 new comments -
[doc] timeit execution enviroment
#42765 commented on
Apr 10, 2022 • 0 new comments -
Example in section 5.3 "Pure Embedding" doesn't work.
#42771 commented on
Apr 10, 2022 • 0 new comments -
Add 'surgical editing' to ConfigParser
#42811 commented on
Apr 10, 2022 • 0 new comments -
allow unicode arguments for robotparser.can_fetch
#42942 commented on
Apr 10, 2022 • 0 new comments -
shutil.move raises OSError when copystat fails
#42948 commented on
Apr 10, 2022 • 0 new comments -
Patch for bug 1438185: os.renames deletes junction points
#42950 commented on
Apr 10, 2022 • 0 new comments -
IDLE shell window gets very slow when displaying long lines
#42973 commented on
Apr 10, 2022 • 0 new comments -
email/charset.py convert() patch
#42985 commented on
Apr 10, 2022 • 0 new comments -
install fails on hard link
#42997 commented on
Apr 10, 2022 • 0 new comments -
addheaders for urlopen / open / xxxx_open
#43055 commented on
Apr 10, 2022 • 0 new comments -
patch smtplib:when SMTPDataError, rset crashes with sslerror
#43311 commented on
Apr 10, 2022 • 0 new comments -
Wave.py support for ulaw and alaw audio
#43330 commented on
Apr 10, 2022 • 0 new comments -
urllib.retrieve's reporthook called with non-helpful value
#43374 commented on
Apr 10, 2022 • 0 new comments -
Alternate RFC 3986 compliant URI parsing module
#43453 commented on
Apr 10, 2022 • 0 new comments -
wm_attributes doesn't take keyword arguments
#43457 commented on
Apr 10, 2022 • 0 new comments -
transparent gzip compression in urllib
#43521 commented on
Apr 10, 2022 • 0 new comments -
Interrupt/kill threads w/exception
#43528 commented on
Apr 10, 2022 • 0 new comments -
Allow passing DocTestRunner and DocTestCase in doctest
#43657 commented on
Apr 10, 2022 • 0 new comments -
irda socket support
#43674 commented on
Apr 10, 2022 • 0 new comments -
Fix Tkinter Tcl-commands memory-leaks
#43687 commented on
Apr 10, 2022 • 0 new comments -
Tkdnd mouse cursor handling patch
#43699 commented on
Apr 10, 2022 • 0 new comments -
email package content-transfer-encoding behaviour changed
#43702 commented on
Apr 10, 2022 • 0 new comments -
New sequences for Unicode groups and block ranges needed
#43715 commented on
Apr 10, 2022 • 0 new comments -
Printing: No print dialog or page setup
#43720 commented on
Apr 10, 2022 • 0 new comments -
warnings in interactive sessions
#43816 commented on
Apr 10, 2022 • 0 new comments -
Nested finally in generators don't follow PEP 342
#43848 commented on
Apr 10, 2022 • 0 new comments -
Add traceback.print_full_exception()
#43948 commented on
Apr 10, 2022 • 0 new comments -
RFC 2965 BaseCookie does not support "$Port"
#44019 commented on
Apr 10, 2022 • 0 new comments -
Bad behaviour in <ossaudio audio device>.obuf*
#44040 commented on
Apr 10, 2022 • 0 new comments -
redirected cookies
#44078 commented on
Apr 10, 2022 • 0 new comments -
release GIL while doing I/O operations in the mmap module
#44098 commented on
Apr 10, 2022 • 0 new comments -
Support spawnvp[e] + use native execvp[e] on win32
#44118 commented on
Apr 10, 2022 • 0 new comments -
[doc] os.execvp[e] on win32 fails for current directory
#44123 commented on
Apr 10, 2022 • 0 new comments -
mail message parsing glitch
#44196 commented on
Apr 10, 2022 • 0 new comments -
mailbox: other programs' messages can vanish without trace
#44251 commented on
Apr 10, 2022 • 0 new comments -
cgi.py multipart/form-data
#44313 commented on
Apr 10, 2022 • 0 new comments -
sndhdr.what() does not recognize wav file
#44318 commented on
Apr 10, 2022 • 0 new comments -
POSIX capabilities support
#44335 commented on
Apr 10, 2022 • 0 new comments -
normalize namespace from minidom
#44376 commented on
Apr 10, 2022 • 0 new comments -
Allow built-in packages and submodules as well as top-level modules
#44508 commented on
Apr 10, 2022 • 0 new comments -
Parameter list mismatches (portation problem)
#44525 commented on
Apr 10, 2022 • 0 new comments -
Extract file-finding and language-handling code from gettext.find
#44536 commented on
Apr 10, 2022 • 0 new comments -
doctest doesn't find nested functions
#44538 commented on
Apr 10, 2022 • 0 new comments -
[PATCH] Debuggers need a way to change the locals of a frame
#44556 commented on
Apr 10, 2022 • 0 new comments -
ftplib passive ftp problem on multihomed clients
#44590 commented on
Apr 10, 2022 • 0 new comments -
Add os.path.isrelative() and improve ntpath.isabs()
#44626 commented on
Apr 10, 2022 • 0 new comments -
sys.path in tests contains system directories
#44665 commented on
Apr 10, 2022 • 0 new comments -
Use getaddrinfo() in urllib2.py for IPv6 support
#44672 commented on
Apr 10, 2022 • 0 new comments -
Efficient reverse line iterator
#44691 commented on
Apr 10, 2022 • 0 new comments -
improve telnetlib.Telnet so option negotiation becomes easie
#44693 commented on
Apr 10, 2022 • 0 new comments -
Added support for custom readline functions
#44781 commented on
Apr 10, 2022 • 0 new comments -
msgfmt cannot cope with BOM - improve error message
#44827 commented on
Apr 10, 2022 • 0 new comments -
[doc] mention that setlocale raises exception if given a nonexisting locale
#44868 commented on
Apr 10, 2022 • 0 new comments -
minidom Level 1 DOM compliance
#44871 commented on
Apr 10, 2022 • 0 new comments -
Document select() failure with buffered file
#44883 commented on
Apr 10, 2022 • 0 new comments -
API for excluding methods from unittest stack traces
#44884 commented on
Apr 10, 2022 • 0 new comments -
doctest work with Windows PyReadline
#44902 commented on
Apr 10, 2022 • 0 new comments -
Add File - Reload
#44968 commented on
Apr 10, 2022 • 0 new comments -
Curses Menu
#44985 commented on
Apr 10, 2022 • 0 new comments -
provide a shlex.split alternative for Windows shell syntax
#44990 commented on
Apr 10, 2022 • 0 new comments -
Document the constants in the socket module
#45048 commented on
Apr 10, 2022 • 0 new comments -
Newer reply format for imap commands in imaplib.py
#45085 commented on
Apr 10, 2022 • 0 new comments -
zipfile.testzip() using progressive file reads
#45108 commented on
Apr 10, 2022 • 0 new comments -
ZipFile.writestr writes incorrect extended local headers
#45124 commented on
Apr 10, 2022 • 0 new comments -
please add wsgi to SimpleXMLRPCServer
#45142 commented on
Apr 10, 2022 • 0 new comments -
Limiting data copy in xmlrpclib
#45148 commented on
Apr 10, 2022 • 0 new comments -
imaplib cannot handle mailboxes with ACL: lrs
#45154 commented on
Apr 10, 2022 • 0 new comments -
curses - new window methods: addchstr and addchnstr
#45165 commented on
Apr 10, 2022 • 0 new comments -
Patch for [ 735515 ] urllib2 should cache 301 redir
#45217 commented on
Apr 10, 2022 • 0 new comments -
ZipFile.write fails with bad modification time
#45243 commented on
Apr 10, 2022 • 0 new comments -
SocketServer.DatagramRequestHandler with empty response
#45276 commented on
Apr 10, 2022 • 0 new comments -
glob.glob inconsistent
#45322 commented on
Apr 10, 2022 • 0 new comments -
nice to have a way to tell if a socket is bound
#45403 commented on
Apr 10, 2022 • 0 new comments -
os.getenv() not updated after external module uses C putenv()
#45500 commented on
Apr 10, 2022 • 0 new comments -
IDLE - add "paste code" functionality
#45519 commented on
Apr 10, 2022 • 0 new comments -
Building external modules using Sun Studio 12
#45591 commented on
Apr 10, 2022 • 0 new comments -
distutils.sysconfig is not cross-platform compatible
#45640 commented on
Apr 10, 2022 • 0 new comments -
IDLE - CallTips enhancement - show full doc-string in new window
#45691 commented on
Apr 10, 2022 • 0 new comments -
make _ctypes work with non-gcc compilers
#45857 commented on
Apr 10, 2022 • 0 new comments -
CGIHTTPServer does not chdir prior to executing the CGI script
#46025 commented on
Apr 10, 2022 • 0 new comments -
Add match parameter to filecmp.dircmp to ignore using patterns
#46079 commented on
Apr 10, 2022 • 0 new comments -
readline module - set/get quote delimiters
#46085 commented on
Apr 10, 2022 • 0 new comments -
Get path to shell/known folders on Windows
#46103 commented on
Apr 10, 2022 • 0 new comments -
ctypes callback fails when called in Python with array argument
#46133 commented on
Apr 10, 2022 • 0 new comments -
Enhance Object/structseq.c to match namedtuple and tuple api
#46145 commented on
Apr 10, 2022 • 0 new comments -
textwrap doesn't linebreak on "\n"
#46167 commented on
Apr 10, 2022 • 0 new comments -
Change input() to always prompt to stderr
#46221 commented on
Apr 10, 2022 • 0 new comments -
Document PyUnicode_* API
#46236 commented on
Apr 10, 2022 • 0 new comments -
cookielib lacks FileCookieJar class for Safari
#46292 commented on
Apr 10, 2022 • 0 new comments -
IDLE - standardize dialogs
#46329 commented on
Apr 10, 2022 • 0 new comments -
ctypes pointer not always keeping target alive
#46376 commented on
Apr 10, 2022 • 0 new comments -
difflib.unified_diff(...) produces invalid patches
#46395 commented on
Apr 10, 2022 • 0 new comments -
dbmmodule inquiry function is performance prohibitive
#46412 commented on
Apr 10, 2022 • 0 new comments -
mailbox module doesn't support compressed mbox
#46462 commented on
Apr 10, 2022 • 0 new comments -
Make urllib.request.Request.has_header() etc case-insensitive
#46528 commented on
Apr 10, 2022 • 0 new comments -
[Py3k] SyntaxError cursor shifted if multibyte character is in line.
#46635 commented on
Apr 10, 2022 • 0 new comments -
Improved serialization error logging in xmlrpclib
#46701 commented on
Apr 10, 2022 • 0 new comments -
speedup for / while / if with better bytecode
#46711 commented on
Apr 10, 2022 • 0 new comments -
Change os.access to check ACLs under Windows
#46780 commented on
Apr 10, 2022 • 0 new comments -
Add RFC 3768 SSM Multicast support to "socket"
#46826 commented on
Apr 10, 2022 • 0 new comments -
Patch: xmlrpclib client ignores datetime tzinfo when creating iso8601 dates
#46875 commented on
Apr 10, 2022 • 0 new comments -
Curses terminal resize problems when Python is in interactive mode
#46927 commented on
Apr 10, 2022 • 0 new comments -
email.feedparser regex duplicate
#46931 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Patch to make PyShell behave more like a Terminal interface
#46956 commented on
Apr 10, 2022 • 0 new comments -
Document license under which audioop is used
#46968 commented on
Apr 10, 2022 • 0 new comments -
urllib.request.add_header fails with existing unredirected_header
#47005 commented on
Apr 10, 2022 • 0 new comments -
ctypes documentation not effective
#47023 commented on
Apr 10, 2022 • 0 new comments -
pulldom cannot handle xml file with large external entity properly
#47067 commented on
Apr 10, 2022 • 0 new comments -
zipfile to handle duplicate files in archive
#47073 commented on
Apr 10, 2022 • 0 new comments -
curses for windows (alternative patch)
#47138 commented on
Apr 10, 2022 • 0 new comments -
PyMemberDef missing in limited API / Deprecate structmember.h
#47146 commented on
Apr 10, 2022 • 0 new comments -
Patch to print symbolic value of errno in OSError.__str__()
#47169 commented on
Apr 10, 2022 • 0 new comments -
_zip_directory_cache untested and undocumented
#47202 commented on
Apr 10, 2022 • 0 new comments -
mailbox module, two small fixes
#47272 commented on
Apr 10, 2022 • 0 new comments -
pickle.py is limited by python's call stack
#47369 commented on
Apr 10, 2022 • 0 new comments -
implement PEP 3118 struct changes
#47382 commented on
Apr 10, 2022 • 0 new comments -
test_pydoc has no way to regenerate pristine data
#47420 commented on
Apr 10, 2022 • 0 new comments -
external strftime for Python?
#47423 commented on
Apr 10, 2022 • 0 new comments -
Add shutil.open
#47427 commented on
Apr 10, 2022 • 0 new comments -
Option in pydoc to show docs from private methods
#47446 commented on
Apr 10, 2022 • 0 new comments -
function annotation for builtin and C function
#47458 commented on
Apr 10, 2022 • 0 new comments -
Wrong str->bytes conversion in Lib/encodings/idna.py
#47482 commented on
Apr 10, 2022 • 0 new comments -
multipart/form-data encoding
#47494 commented on
Apr 10, 2022 • 0 new comments -
python-config --cflags includes irrelevant flags
#47540 commented on
Apr 10, 2022 • 0 new comments -
make built-in tokenizer available via Python C API
#47603 commented on
Apr 10, 2022 • 0 new comments -
Improve error reporting for the argument parsing C API
#47604 commented on
Apr 10, 2022 • 0 new comments -
Add support for the new data option supported by event generate (Tk 8.5)
#47655 commented on
Apr 10, 2022 • 0 new comments -
DeprecationWarning message applies to wrong context with exec()
#47673 commented on
Apr 10, 2022 • 0 new comments -
httplib.HTTPResponse documentations inconsistent
#47680 commented on
Apr 10, 2022 • 0 new comments -
PyType_Ready doesn't ensure that all bases are ready
#47703 commented on
Apr 10, 2022 • 0 new comments -
smtplib does not fully support IPv6 in EHLO
#47711 commented on
Apr 10, 2022 • 0 new comments -
subprocess.pipe function
#47798 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Pasted newline doesn't trigger execution when typed newline would
#47809 commented on
Apr 10, 2022 • 0 new comments -
urlparse - relative url parsing and joins to be RFC3986 compliance
#47897 commented on
Apr 10, 2022 • 0 new comments -
Popen() object stdout attribute reassignment behaviour
#47937 commented on
Apr 10, 2022 • 0 new comments -
improper scope in list comprehension, when used in class declaration
#47942 commented on
Apr 10, 2022 • 0 new comments -
print followed by exception eats print with doctest
#47972 commented on
Apr 10, 2022 • 0 new comments -
dbm.sqlite proof of concept
#48033 commented on
Apr 10, 2022 • 0 new comments -
_curses, _curses_panel & _multiprocessing can't be build in 2.6b3 w/ SunStudio 12
#48036 commented on
Apr 10, 2022 • 0 new comments -
Multiprocessing: Expose underlying pipe in queues
#48081 commented on
Apr 10, 2022 • 0 new comments -
subprocess failing in GUI applications on Windows
#48155 commented on
Apr 10, 2022 • 0 new comments -
codecs.charmap_build is untested and undocumented
#48181 commented on
Apr 10, 2022 • 0 new comments -
curses' sigwinch handler isn't visible from python
#48199 commented on
Apr 10, 2022 • 0 new comments -
urllib.request.urlopen does not handle non-ASCII characters
#48241 commented on
Apr 10, 2022 • 0 new comments -
doctest.py should include method descriptors when looking inside a class __dict__
#48287 commented on
Apr 10, 2022 • 0 new comments -
urllib.request.Request 'timeout' attribute needs to have a default
#48329 commented on
Apr 10, 2022 • 0 new comments -
unittest: display time used by each test case
#48330 commented on
Apr 10, 2022 • 0 new comments -
smtplib doesn't clear helo/ehlo flags on quit
#48392 commented on
Apr 10, 2022 • 0 new comments -
tabulary entries in PDF documentation
#48395 commented on
Apr 10, 2022 • 0 new comments -
[subinterpreters] Multiple interpreters and readline module hook functions.
#48452 commented on
Apr 10, 2022 • 0 new comments -
doc: execution model - clear and complete example in documentation
#48496 commented on
Apr 10, 2022 • 0 new comments -
argparse: provide a simple way to get a programmatically useful list of options
#48506 commented on
Apr 10, 2022 • 0 new comments -
The pwd module doesn't distinguish between errors and no user
#48511 commented on
Apr 10, 2022 • 0 new comments -
build mode which fails for build failures in extensions
#48554 commented on
Apr 10, 2022 • 0 new comments -
function with modified __name__ uses original name when there's an arg error
#48572 commented on
Apr 10, 2022 • 0 new comments -
Reworked Dialog.py
#48583 commented on
Apr 10, 2022 • 0 new comments -
tkinter: add _get_master() and use it consistently
#48593 commented on
Apr 10, 2022 • 0 new comments -
Allowing get_pre_input_hook from Readline
#48752 commented on
Apr 10, 2022 • 0 new comments -
zsh-style subpattern matching for fnmatch/glob
#48823 commented on
Apr 10, 2022 • 0 new comments -
Allow use of > 256 FD's on solaris in 32 bit mode
#48859 commented on
Apr 10, 2022 • 0 new comments -
during Python installation, setup.py should not use .pydistutils.cfg
#48905 commented on
Apr 10, 2022 • 0 new comments -
tests missing in urllib2
#48933 commented on
Apr 10, 2022 • 0 new comments -
Document pickle behavior for subclasses of dicts/lists
#48962 commented on
Apr 10, 2022 • 0 new comments -
_winreg.QueryValue fault while reading mangled registry values
#48972 commented on
Apr 10, 2022 • 0 new comments -
Make python code compilable with a C++ compiler
#49055 commented on
Apr 10, 2022 • 0 new comments -
Patch for thread-support in md5module.c
#49068 commented on
Apr 10, 2022 • 0 new comments -
Patches for thread-support in built-in SHA modules
#49071 commented on
Apr 10, 2022 • 0 new comments -
instantiating and populating xml.dom.minidom.Element is cumbersome
#49099 commented on
Apr 10, 2022 • 0 new comments -
wave.py: add writesamples() and readsamples()
#49163 commented on
Apr 10, 2022 • 0 new comments -
gc.collect() won't always collect as expected
#49174 commented on
Apr 10, 2022 • 0 new comments -
tempfile.NamedTemporaryFile: automatic cleanup by OS
#49178 commented on
Apr 10, 2022 • 0 new comments -
xml.sax.expatreader.ExpatParser incorrectly silently skips external character entities in attribute values
#49205 commented on
Apr 10, 2022 • 0 new comments -
socket.getfqdn() doesn't cope properly with purely DNS-based setups
#49254 commented on
Apr 10, 2022 • 0 new comments -
urrlib2/httplib doesn't reset file position between requests
#49288 commented on
Apr 10, 2022 • 0 new comments -
test_update2 in test_os.py invalid due to os.environ.clear() followed by reliance on environ COMSPEC
#49301 commented on
Apr 10, 2022 • 0 new comments -
http.client.HTTPMessage.getallmatchingheaders() always returns []
#49303 commented on
Apr 10, 2022 • 0 new comments -
Change _tkinter initialization for new versions of Aqua Tk on OS X
#49370 commented on
Apr 10, 2022 • 0 new comments -
C API for appending to arrays
#49391 commented on
Apr 10, 2022 • 0 new comments -
syntactic sugar: type coercion on pointer assignment
#49399 commented on
Apr 10, 2022 • 0 new comments -
Indicating packages to be loaded when a Tcl interpreter is created in tkinter
#49409 commented on
Apr 10, 2022 • 0 new comments -
OS X "Update Shell Profile" may not update $PATH if run more than once
#49475 commented on
Apr 10, 2022 • 0 new comments -
IDLE: exec IDLESTARTUP/PYTHONSTARTUP on restart
#49483 commented on
Apr 10, 2022 • 0 new comments -
Adding T_SIZET to structmember.h
#49498 commented on
Apr 10, 2022 • 0 new comments -
rlcompleter adds builtins when custom dict is used
#49506 commented on
Apr 10, 2022 • 0 new comments -
PythonLauncher considered harmfull
#49512 commented on
Apr 10, 2022 • 0 new comments -
imaplib should support international mailbox names
#49555 commented on
Apr 10, 2022 • 0 new comments -
signal handler never gets called
#49565 commented on
Apr 10, 2022 • 0 new comments -
object.__new__ argument calling autodetection faulty
#49572 commented on
Apr 10, 2022 • 0 new comments -
curses patch add color_set and wcolor_set , and addchstr family of functions
#49618 commented on
Apr 10, 2022 • 0 new comments -
Green-box doc glitch: winhelp version only
#49638 commented on
Apr 10, 2022 • 0 new comments -
Cross-compiling CPython - need a buildbot
#49654 commented on
Apr 10, 2022 • 0 new comments -
There is no way of determining which ABCs a class is registered against
#49655 commented on
Apr 10, 2022 • 0 new comments -
imaplib: must not replace LF or CR by CRLF in literals
#49680 commented on
Apr 10, 2022 • 0 new comments -
equality not symmetric for subclasses of datetime.date and datetime.datetime
#49766 commented on
Apr 10, 2022 • 0 new comments -
LWPCookieJar cannot handle cookies with expirations of 2038 or greater on 32-bit platforms
#49787 commented on
Apr 10, 2022 • 0 new comments -
IDLE: execute stored startup code on each Shell start.
#49844 commented on
Apr 10, 2022 • 0 new comments -
Pass MS CRT debug flags into subprocesses
#49869 commented on
Apr 10, 2022 • 0 new comments -
ctypes should return composite types from callbacks
#49960 commented on
Apr 10, 2022 • 0 new comments -
http.server._url_collapse_path should live elsewhere
#49964 commented on
Apr 10, 2022 • 0 new comments -
listen socket close in SocketServer.ForkingMixIn.process_request()
#49965 commented on
Apr 10, 2022 • 0 new comments -
ctime: I don't think that word means what you think it means.
#49970 commented on
Apr 10, 2022 • 0 new comments -
process SysV-Semaphore support
#49975 commented on
Apr 10, 2022 • 0 new comments -
Language reference is ambiguous regarding next() method lookup
#49989 commented on
Apr 10, 2022 • 0 new comments -
xml.dom.minidom does not escape CR, LF and TAB characters within attribute values
#50002 commented on
Apr 10, 2022 • 0 new comments -
Add an 'offset' argument to zlib.decompress
#50054 commented on
Apr 10, 2022 • 0 new comments -
io.BufferedReader.peek(): Documentation differs from Implementation
#50061 commented on
Apr 10, 2022 • 0 new comments -
Add a function for updating URL query parameters
#50127 commented on
Apr 10, 2022 • 0 new comments -
Remove unneeded "context" pointer from getters and setters
#50130 commented on
Apr 10, 2022 • 0 new comments -
repr of time.struct_time type does not eval
#50157 commented on
Apr 10, 2022 • 0 new comments -
python produces zombie in webbrowser.open
#50243 commented on
Apr 10, 2022 • 0 new comments -
abstract class instantiable when subclassing built-in types
#50246 commented on
Apr 10, 2022 • 0 new comments -
Reference counting bug in PyArg_ParseTuple and PyArg_ParseTupleAndKeywords
#50333 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Changed Shortcuts don't show up in menu
#50342 commented on
Apr 10, 2022 • 0 new comments -
Static library (libpythonX.Y.a) installed in incorrect location
#50353 commented on
Apr 10, 2022 • 0 new comments -
frame.f_locals keeps references to things for too long
#50366 commented on
Apr 10, 2022 • 0 new comments -
Consequences of using Py_TPFLAGS_HAVE_GC are incompletely explained
#50378 commented on
Apr 10, 2022 • 0 new comments -
There ought to be a way for extension types to associate documentation with their tp_new or tp_init methods
#50380 commented on
Apr 10, 2022 • 0 new comments -
IDLE - clear and restart the shell window
#50393 commented on
Apr 10, 2022 • 0 new comments -
Tkinter.PanedWindow: docstring fixes, change in paneconfigure and removed some returns
#50409 commented on
Apr 10, 2022 • 0 new comments -
ctypes pointer arithmetic
#50508 commented on
Apr 10, 2022 • 0 new comments -
calendar.timegm() belongs in time module, next to time.gmtime()
#50529 commented on
Apr 10, 2022 • 0 new comments -
C/API PyErr_AsUnicode()
#50533 commented on
Apr 10, 2022 • 0 new comments -
pyexpat build failure on Solaris 10 for 2.6.1/2.6.2
#50548 commented on
Apr 10, 2022 • 0 new comments -
Confusing error message when passing bytes to print with file pointing to a binary file
#50553 commented on
Apr 10, 2022 • 0 new comments -
Pdb breakpoints don't work on lines without bytecode
#50571 commented on
Apr 10, 2022 • 0 new comments -
Add unicode script info to the unicode database
#50580 commented on
Apr 10, 2022 • 0 new comments -
Infinite Recursion during Unpickling a codecs Object
#50644 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing Pool should allow custom task queue
#50656 commented on
Apr 10, 2022 • 0 new comments -
Titlecase as defined in Unicode Case Mappings not followed
#50661 commented on
Apr 10, 2022 • 0 new comments -
errno and strerror attributes incorrectly set on socket errors wrapped by urllib
#50720 commented on
Apr 10, 2022 • 0 new comments -
MSVCRT's spawnve/spawnvpe are not thread safe
#50725 commented on
Apr 10, 2022 • 0 new comments -
Modules are not deallocated correctly if m_size = -1
#50732 commented on
Apr 10, 2022 • 0 new comments -
show Python mimetypes module some love
#50875 commented on
Apr 10, 2022 • 0 new comments -
returning after forking a child thread doesn't call Py_Finalize
#50891 commented on
Apr 10, 2022 • 0 new comments -
webbrowser doesn't respect xfce default browser
#50920 commented on
Apr 10, 2022 • 0 new comments -
xml.sax.xmlreader.XMLReader.getProperty (xml.sax.handler.property_xml_string) returns bytes
#50935 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Warn user about overwriting a file that has a newer version on filesystem
#50948 commented on
Apr 10, 2022 • 0 new comments -
Make custom xmlrpc extension easier
#50950 commented on
Apr 10, 2022 • 0 new comments -
cross platform failure and silly test in doctest
#50952 commented on
Apr 10, 2022 • 0 new comments -
Some problem with recursion handling
#50966 commented on
Apr 10, 2022 • 0 new comments -
Locks in the standard library should be sanitized on fork
#50970 commented on
Apr 10, 2022 • 0 new comments -
Add option of non-zero exit status of setup.py when building of extensions has failed
#50980 commented on
Apr 10, 2022 • 0 new comments -
curses line wrap broken when mixing full- and half-width unicode characters
#50982 commented on
Apr 10, 2022 • 0 new comments -
Embedding python into shared library crash on AIX
#50991 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Detect Python files even if name doesn't end in .py
#51053 commented on
Apr 10, 2022 • 0 new comments -
remove/delete method for zipfile/tarfile objects
#51067 commented on
Apr 10, 2022 • 0 new comments -
Redefinition of HAVE_STRFTIME can cause compiler errors.
#51069 commented on
Apr 10, 2022 • 0 new comments -
zipfile can't extract file
#51088 commented on
Apr 10, 2022 • 0 new comments -
IDLE: allow syntax highlighting of files without .py extension
#51107 commented on
Apr 10, 2022 • 0 new comments -
dreadful performance in difflib: ndiff and HtmlDiff
#51180 commented on
Apr 10, 2022 • 0 new comments -
locale.getdefaultlocale() envvars default code and documentation mismatch
#51230 commented on
Apr 10, 2022 • 0 new comments -
shlex behaves unexpected if newlines are not whitespace
#51338 commented on
Apr 10, 2022 • 0 new comments -
Regexp: capturing groups in repetitions
#51381 commented on
Apr 10, 2022 • 0 new comments -
Define a standard location and API for configuration files
#51424 commented on
Apr 10, 2022 • 0 new comments -
Prevents uint_t from being used on QNX
#51458 commented on
Apr 10, 2022 • 0 new comments -
[doc] codecs.open() + eol (windows)
#51511 commented on
Apr 10, 2022 • 0 new comments -
CoverageResult fails to merge input file with non-empty callers in trace.py
#51524 commented on
Apr 10, 2022 • 0 new comments -
urllib2 cannot handle https with proxy requiring auth
#51540 commented on
Apr 10, 2022 • 0 new comments -
email.message.Message.set_payload and as_string given charset 'us-ascii' plus 8bit data produces invalid message
#51553 commented on
Apr 10, 2022 • 0 new comments -
Socket timeout can cause file-like readline() method to lose data
#51571 commented on
Apr 10, 2022 • 0 new comments -
tempfile.mkdtemp() does not return absolute pathname when relative dir is specified
#51574 commented on
Apr 10, 2022 • 0 new comments -
pythonx.y-config --ldflags out of /usr and missing -L<install_lib_dir>
#51601 commented on
Apr 10, 2022 • 0 new comments -
general pprint rewrite
#51683 commented on
Apr 10, 2022 • 0 new comments -
Define 'object with assignable attributes'
#51685 commented on
Apr 10, 2022 • 0 new comments -
extended slicing not sufficiently covered in docs
#51709 commented on
Apr 10, 2022 • 0 new comments -
shlex refactoring
#51843 commented on
Apr 10, 2022 • 0 new comments -
shlex not posix compliant when parsing "foo#bar"
#51860 commented on
Apr 10, 2022 • 0 new comments -
unicode_escape codec does not escape quotes
#51864 commented on
Apr 10, 2022 • 0 new comments -
test_popen fails if path contains special char like ";"
#51920 commented on
Apr 10, 2022 • 0 new comments -
select.select() corner cases: duplicate fds, out-of-range fds
#51923 commented on
Apr 10, 2022 • 0 new comments -
Bluetooth support untested
#51936 commented on
Apr 10, 2022 • 0 new comments -
missing termios constants
#51944 commented on
Apr 10, 2022 • 0 new comments -
xmlrpc library returns string which contain null ( \x00 )
#51976 commented on
Apr 10, 2022 • 0 new comments -
Allow multiple statements in code.InteractiveConsole.push
#51989 commented on
Apr 10, 2022 • 0 new comments -
Allow site.addsitedir insert to beginning of sys.path
#51992 commented on
Apr 10, 2022 • 0 new comments -
Add support for Digest authentication session (reuse nonces)
#52000 commented on
Apr 10, 2022 • 0 new comments -
[doc] ctypes: use_errno=True does not work
#52008 commented on
Apr 10, 2022 • 0 new comments -
Popen should raise ValueError if pass a string when shell=False or a list when shell=True
#52087 commented on
Apr 10, 2022 • 0 new comments -
Add Big5-ETen codec: Python big5 codec cannot decode \xf9\xd8 bytes (U+7881 expected)
#52104 commented on
Apr 10, 2022 • 0 new comments -
Iterators over _winreg EnumKey and EnumValue results
#52125 commented on
Apr 10, 2022 • 0 new comments -
Support parametrized tests in unittest
#52145 commented on
Apr 10, 2022 • 0 new comments -
Enhance Cmd support for docstrings and document it.
#52161 commented on
Apr 10, 2022 • 0 new comments -
print statement delayed IOError when stdout has been closed
#52180 commented on
Apr 10, 2022 • 0 new comments -
makesetup interprets macros -DA=B as a Make variable definition
#52186 commented on
Apr 10, 2022 • 0 new comments -
re.finditer and re.findall should support negative end positions
#52188 commented on
Apr 10, 2022 • 0 new comments -
TextIOWrapper Buffering Inconsistent Between _io and _pyio
#52203 commented on
Apr 10, 2022 • 0 new comments -
shutil.copytree error handling non-standard and partially broken
#52217 commented on
Apr 10, 2022 • 0 new comments -
warnings should provide a public API for accessing its option parsing code
#52224 commented on
Apr 10, 2022 • 0 new comments -
extend captured_output to simulate different stdout.encoding
#52230 commented on
Apr 10, 2022 • 0 new comments -
The encoding map from Unicode to CP932 is different from that of Windows'
#52231 commented on
Apr 10, 2022 • 0 new comments -
raise ValueError for empty `path` in os.spawnv[e]
#52284 commented on
Apr 10, 2022 • 0 new comments -
No documentation for Py_TPFLAGS_HAVE_STACKLESS_EXTENSION or Py_TPFLAGS_HAVE_VERSION_TAG.
#52289 commented on
Apr 10, 2022 • 0 new comments -
[Windows] cgi handling of POSTed files is broken in Windows
#52324 commented on
Apr 10, 2022 • 0 new comments -
urllib proxy interface is too limited
#52330 commented on
Apr 10, 2022 • 0 new comments -
Unupdated source file in traceback
#52334 commented on
Apr 10, 2022 • 0 new comments -
urllib.unquote decodes percent-escapes with Latin-1
#52383 commented on
Apr 10, 2022 • 0 new comments -
Make arg0 required argument in os.execl* functions
#52438 commented on
Apr 10, 2022 • 0 new comments -
Add exception logging function to syslog module
#52461 commented on
Apr 10, 2022 • 0 new comments -
Unable to run IDLE without write-access to home directory
#52478 commented on
Apr 10, 2022 • 0 new comments -
webbrowser.open incomplete on Windows
#52479 commented on
Apr 10, 2022 • 0 new comments -
time.strftime() and Unicode characters on Windows
#52551 commented on
Apr 10, 2022 • 0 new comments -
test_ctypes fails in test_ulonglong on sparc buildbots
#52561 commented on
Apr 10, 2022 • 0 new comments -
Document lack of support for keyword arguments in C functions
#52597 commented on
Apr 10, 2022 • 0 new comments -
socket: Buffer overrun while reading unterminated AF_UNIX addresses
#52619 commented on
Apr 10, 2022 • 0 new comments -
Tutorial offers dangerous advice about iterators: “__iter__() can just return self”
#52623 commented on
Apr 10, 2022 • 0 new comments -
zipimporter find_module fullname mis-documented
#52647 commented on
Apr 10, 2022 • 0 new comments -
Addition to readline module to get dictionary of keystrokes and commands
#52738 commented on
Apr 10, 2022 • 0 new comments -
shutil.rmtree and os.listdir cannot recover on error conditions
#52769 commented on
Apr 10, 2022 • 0 new comments -
subprocess PATH semantics and portability
#52803 commented on
Apr 10, 2022 • 0 new comments -
test_support.find_unused_port can cause socket conflicts on Windows
#52822 commented on
Apr 10, 2022 • 0 new comments -
Add missing tests for FlushKey, LoadKey, and SaveKey in winreg
#52825 commented on
Apr 10, 2022 • 0 new comments -
Explain the default timeout in http-client-related libraries
#52841 commented on
Apr 10, 2022 • 0 new comments -
Keepends param in codec readline(s)
#52876 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.dummy.Queue does not expose same interface as multiprocessing.Queue
#52936 commented on
Apr 10, 2022 • 0 new comments -
cgitb sends a bogus HTTP header if the app crashes before finishing headers
#52950 commented on
Apr 10, 2022 • 0 new comments -
accept keyword arguments on most base type methods and builtins
#52952 commented on
Apr 10, 2022 • 0 new comments -
sysconfig: _get_default_scheme can be made public?
#53018 commented on
Apr 10, 2022 • 0 new comments -
Add support for IEEE 754 contexts to decimal module.
#53032 commented on
Apr 10, 2022 • 0 new comments -
add threading.RWLock
#53046 commented on
Apr 10, 2022 • 0 new comments -
datetime naive and aware types should have a well-defined definition that can be cross-referenced
#53068 commented on
Apr 10, 2022 • 0 new comments -
urllib2 Digest Authorization uri must match request URI
#53089 commented on
Apr 10, 2022 • 0 new comments -
socket.getaddrinfo() should return named tuples
#53127 commented on
Apr 10, 2022 • 0 new comments -
The email package should defer to the codecs module for all aliases
#53144 commented on
Apr 10, 2022 • 0 new comments -
Windows registry path not ignored with -E option
#53147 commented on
Apr 10, 2022 • 0 new comments -
`make patchcheck` should check the whitespace of .c/.h files
#53158 commented on
Apr 10, 2022 • 0 new comments -
Use locale.nl_langinfo in _strptime
#53161 commented on
Apr 10, 2022 • 0 new comments -
Use C type names (PyUnicode etc;) in the C API docs
#53185 commented on
Apr 10, 2022 • 0 new comments -
Bug in InteractiveConsole /pickle
#53189 commented on
Apr 10, 2022 • 0 new comments -
strptime(.., '%c') fails to parse output of strftime('%c', ..) in some locales
#53203 commented on
Apr 10, 2022 • 0 new comments -
Write documentation for codecs.readbuffer_encode()
#53243 commented on
Apr 10, 2022 • 0 new comments -
datetime.utctimetuple() should not set tm_isdst flag to 0
#53250 commented on
Apr 10, 2022 • 0 new comments -
CGIHTTPServer support for arbitrary CGI scripts
#53254 commented on
Apr 10, 2022 • 0 new comments -
ctypes variable limits
#53276 commented on
Apr 10, 2022 • 0 new comments -
datetime module should use int32_t for date/time components
#53280 commented on
Apr 10, 2022 • 0 new comments -
cmd module tab misbehavior
#53279 commented on
Apr 10, 2022 • 0 new comments -
Standard type codes for array.array, same as struct
#53312 commented on
Apr 10, 2022 • 0 new comments -
test.support method for dual-testing accelerated code (fixes test_exceptions and other's pickle testing)
#53350 commented on
Apr 10, 2022 • 0 new comments -
test_capi.test_no_FatalError_infinite_loop crash on Windows
#53362 commented on
Apr 10, 2022 • 0 new comments -
ctypes doesn't build on hp-ux
#53421 commented on
Apr 10, 2022 • 0 new comments -
document “--” as a way to distinguish option w/ narg='+' from positional argument in argparse
#53428 commented on
Apr 10, 2022 • 0 new comments -
Add a a way to determine float format
#53438 commented on
Apr 10, 2022 • 0 new comments -
FIPS support for hashlib
#53462 commented on
Apr 10, 2022 • 0 new comments -
erroneous behavior when creating classes inside a closure
#53472 commented on
Apr 10, 2022 • 0 new comments -
argparse: optional subparsers
#53499 commented on
Apr 10, 2022 • 0 new comments -
plistlib should create non-naïve datetime objects
#53502 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Revise or replace tabbedpages for multi-editor window.
#53508 commented on
Apr 10, 2022 • 0 new comments -
Update pickle opcode documentation in pickletools for 3.x
#53513 commented on
Apr 10, 2022 • 0 new comments -
code.InteractiveInterpreter fails to change locals when invoked in a function
#53520 commented on
Apr 10, 2022 • 0 new comments -
Add a profile decorator to profile and cProfile
#53531 commented on
Apr 10, 2022 • 0 new comments -
Don't use east/west of UTC in date/time documentation
#53551 commented on
Apr 10, 2022 • 0 new comments -
Add an option to pdb/trace/profile to run library module as a script
#53571 commented on
Apr 10, 2022 • 0 new comments -
argparse optionals with nargs='?', '*' or '+' can't be followed by positionals
#53584 commented on
Apr 10, 2022 • 0 new comments -
allow argparse subcommands to be grouped
#53587 commented on
Apr 10, 2022 • 0 new comments -
argparse set_defaults on subcommands should override top level set_defaults
#53597 commented on
Apr 10, 2022 • 0 new comments -
pulldom doesn't provide END_DOCUMENT or COMMENT nodes.
#53617 commented on
Apr 10, 2022 • 0 new comments -
socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names
#53623 commented on
Apr 10, 2022 • 0 new comments -
shelve.open/bsddb.hashopen exception with unicode paths
#53639 commented on
Apr 10, 2022 • 0 new comments -
Unify sys.settrace and sys.setprofile tests
#53644 commented on
Apr 10, 2022 • 0 new comments -
gdbm with /usr/include/ndbm.h
#53666 commented on
Apr 10, 2022 • 0 new comments -
pulldom.SAX2DOM Doesn't support processing instructions before the root element
#53698 commented on
Apr 10, 2022 • 0 new comments -
DOC: C/API Execution namespace undocumented. (patch included)
#53708 commented on
Apr 10, 2022 • 0 new comments -
Make test.script_helper more comprehensive, and use it in the test suite
#53726 commented on
Apr 10, 2022 • 0 new comments -
xml.etree.ElementTree skips processing instructions when parsing
#53730 commented on
Apr 10, 2022 • 0 new comments -
xml.etree.ElementTree forgets the encoding
#53731 commented on
Apr 10, 2022 • 0 new comments -
Improve dbm modules
#53732 commented on
Apr 10, 2022 • 0 new comments -
Document CTRL_C_EVENT and CTRL_BREAK_EVENT usage on Windows
#53733 commented on
Apr 10, 2022 • 0 new comments -
Replace confusing pseudoname 'object' in special methods section.
#53747 commented on
Apr 10, 2022 • 0 new comments -
argparse: Allow the use of -- to break out of nargs and into subparser
#53780 commented on
Apr 10, 2022 • 0 new comments -
fnmatch, glob: Allow curly brace expansion
#53793 commented on
Apr 10, 2022 • 0 new comments -
make cProfile multi-stack aware
#53818 commented on
Apr 10, 2022 • 0 new comments -
argparse: Problem with defaults for variable nargs when using choices
#53834 commented on
Apr 10, 2022 • 0 new comments -
pdb go stack up/down
#53842 commented on
Apr 10, 2022 • 0 new comments -
Add Py_BREAKPOINT and sys._breakpoint hooks
#53844 commented on
Apr 10, 2022 • 0 new comments -
Improved doctest REPORT_*DIFFs with ELLIPSIS and/or NORMALIZE_WHITESPACE
#53849 commented on
Apr 10, 2022 • 0 new comments -
urllib2 - Basic,Digest Proxy Auth Handlers failure will give 401 code instead of 407
#53852 commented on
Apr 10, 2022 • 0 new comments -
os.confstr() does not handle value changing length between calls
#53856 commented on
Apr 10, 2022 • 0 new comments -
PEP 383: socket module doesn't handle undecodable protocol or service names
#53869 commented on
Apr 10, 2022 • 0 new comments -
unicode DNS names in urllib, urlopen
#53888 commented on
Apr 10, 2022 • 0 new comments -
socket.create_connection error message for domain subpart with invalid length is very confusing
#53891 commented on
Apr 10, 2022 • 0 new comments -
When reusing an handler, urllib(2)'s digest authentication fails after multiple regative replies
#53907 commented on
Apr 10, 2022 • 0 new comments -
invalid call of Windows API _popen() generating The input line is too long error message
#53908 commented on
Apr 10, 2022 • 0 new comments -
urllib2 digest authentication doesn't work when connecting to a Catalyst server.
#53923 commented on
Apr 10, 2022 • 0 new comments -
The inittab modules cannot be packages
#53925 commented on
Apr 10, 2022 • 0 new comments -
Add ABCMeta.has_methods and tests that use it
#53940 commented on
Apr 10, 2022 • 0 new comments -
Output of help(...) is wider than 80 characters
#53948 commented on
Apr 10, 2022 • 0 new comments -
Client support for HTTP 1.1 persistent connections throughout the standard library
#53949 commented on
Apr 10, 2022 • 0 new comments -
msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary
#53950 commented on
Apr 10, 2022 • 0 new comments -
Fix refcounting details in Py3k C API documentation
#53964 commented on
Apr 10, 2022 • 0 new comments -
add an optional "default" argument to tokenize.detect_encoding
#53980 commented on
Apr 10, 2022 • 0 new comments -
subprocess isn't friendly to other Python implementations with different GCs
#54023 commented on
Apr 10, 2022 • 0 new comments -
minidom: AttributeError: DocumentFragment instance has no attribute 'writexml'
#54092 commented on
Apr 10, 2022 • 0 new comments -
trace/profile conflict with the use of sys.modules[__name__]
#54123 commented on
Apr 10, 2022 • 0 new comments -
resource max value represented as signed when should be unsigned
#54126 commented on
Apr 10, 2022 • 0 new comments -
sqlite3 SELECT does not BEGIN a transaction, but should according to spec
#54133 commented on
Apr 10, 2022 • 0 new comments -
Add a pipe type (FIFO) to the io module
#54148 commented on
Apr 10, 2022 • 0 new comments -
Unify trace and profile interfaces
#54150 commented on
Apr 10, 2022 • 0 new comments -
Let cgi.FieldStorage have named uploaded file
#54177 commented on
Apr 10, 2022 • 0 new comments -
tokenize: add support for tokenizing 'str' objects
#54178 commented on
Apr 10, 2022 • 0 new comments -
Make TestCase._formatMessage public
#54185 commented on
Apr 10, 2022 • 0 new comments -
shutil.copyfile -- allow sparse copying
#54225 commented on
Apr 10, 2022 • 0 new comments -
Format parser is too permissive
#54230 commented on
Apr 10, 2022 • 0 new comments -
Py_Initialize crashes when stdout has been redirected with freopen
#54289 commented on
Apr 10, 2022 • 0 new comments -
ExpatError not property wrapped
#54317 commented on
Apr 10, 2022 • 0 new comments -
Use -Wl,--dynamic-list=x.list, not -Xlinker -export-dynamic
#54321 commented on
Apr 10, 2022 • 0 new comments -
[doc] Data truncation in expat parser
#54358 commented on
Apr 10, 2022 • 0 new comments -
vs version for win32 compilation of extension modules is undocumented.
#54384 commented on
Apr 10, 2022 • 0 new comments -
Memory allocation fault-injection?
#54404 commented on
Apr 10, 2022 • 0 new comments -
ftplib doesn't check close status after sending file
#54411 commented on
Apr 10, 2022 • 0 new comments -
Fix doctest runable examples in python manual
#54434 commented on
Apr 10, 2022 • 0 new comments -
SimpleHTTPRequestHandler directory bugs
#54440 commented on
Apr 10, 2022 • 0 new comments -
NNTP should accept bytestrings for username and password
#54493 commented on
Apr 10, 2022 • 0 new comments -
Document magic methods called by built-in functions
#54498 commented on
Apr 10, 2022 • 0 new comments -
"make altinstall" installs many files with incorrect shebangs
#54527 commented on
Apr 10, 2022 • 0 new comments -
trace module cannot produce coverage reports for zipped modules
#54551 commented on
Apr 10, 2022 • 0 new comments -
codecs.open() buffering doc needs fix
#54553 commented on
Apr 10, 2022 • 0 new comments -
Add autocompletion for keys in dictionaries
#54560 commented on
Apr 10, 2022 • 0 new comments -
spwd returning different value depending on privileges
#54597 commented on
Apr 10, 2022 • 0 new comments -
AST Optimization: inlining of function calls
#54608 commented on
Apr 10, 2022 • 0 new comments -
Python does not work on an IPv6 only host
#54623 commented on
Apr 10, 2022 • 0 new comments -
Document the rules for "public names"
#54643 commented on
Apr 10, 2022 • 0 new comments -
tarfile.extractfile in "r|" stream mode fails with filenames or members from getmembers()
#54645 commented on
Apr 10, 2022 • 0 new comments -
cgitb.py should assume a binary stream for output
#54688 commented on
Apr 10, 2022 • 0 new comments -
subprocess and deadlock avoidance
#54691 commented on
Apr 10, 2022 • 0 new comments -
http.server - what is executable on Windows
#54692 commented on
Apr 10, 2022 • 0 new comments -
http.server doesn't process Status header from CGI scripts
#54696 commented on
Apr 10, 2022 • 0 new comments -
configure does not create accurate Makefile on AIX
#54723 commented on
Apr 10, 2022 • 0 new comments -
argparse has problem parsing option files containing empty rows
#54732 commented on
Apr 10, 2022 • 0 new comments -
[doc] Write argparse i18n howto
#54738 commented on
Apr 10, 2022 • 0 new comments -
write tilted text in turtle
#54740 commented on
Apr 10, 2022 • 0 new comments -
Tools/unicode/gencodec.py error
#54761 commented on
Apr 10, 2022 • 0 new comments -
non-standard processing of several configure options ignores "=no"
#54767 commented on
Apr 10, 2022 • 0 new comments -
gdb debugging support additions (Tools/gdb/libpython.py)
#54775 commented on
Apr 10, 2022 • 0 new comments -
Move test sub-packages to Lib/test
#54781 commented on
Apr 10, 2022 • 0 new comments -
Review and document string format accepted in numeric data type constructors
#54790 commented on
Apr 10, 2022 • 0 new comments -
Adding a syslog.conf reader in syslog
#54804 commented on
Apr 10, 2022 • 0 new comments -
Add test for curses haskey replacement
#54807 commented on
Apr 10, 2022 • 0 new comments -
[doc] Add a section to Windows FAQ explaining os.symlink
#54817 commented on
Apr 10, 2022 • 0 new comments -
StopTestRun exception to halt test run
#54821 commented on
Apr 10, 2022 • 0 new comments -
ZipFile: add a filename_encoding argument
#54823 commented on
Apr 10, 2022 • 0 new comments -
configure shouldn't set a default OPT
#54872 commented on
Apr 10, 2022 • 0 new comments -
Expand unicodedata module documentation
#54874 commented on
Apr 10, 2022 • 0 new comments -
xml.sax.expatreader should support namespace prefixes
#54873 commented on
Apr 10, 2022 • 0 new comments -
Document Deprecation Warnings and how to fix
#54878 commented on
Apr 10, 2022 • 0 new comments -
trace does not ignore --ignore-module
#54894 commented on
Apr 10, 2022 • 0 new comments -
Modernize pydoc to use better HTML and separate CSS
#54925 commented on
Apr 10, 2022 • 0 new comments -
Remove HTTP 0.9 server support
#54930 commented on
Apr 10, 2022 • 0 new comments -
plistlib rejects strings containing control characters
#54942 commented on
Apr 10, 2022 • 0 new comments -
platform.architecture() gives misleading results for OS X multi-architecture executables
#54944 commented on
Apr 10, 2022 • 0 new comments -
zipfile.write, arcname should be allowed to be a byte string
#54966 commented on
Apr 10, 2022 • 0 new comments -
posix_access swallows all errors
#54967 commented on
Apr 10, 2022 • 0 new comments -
tarfile doesn't handle sysfs well
#54969 commented on
Apr 10, 2022 • 0 new comments -
Improve webbrowser (.open) doc and behavior
#55008 commented on
Apr 10, 2022 • 0 new comments -
ctypes: better support of bytearray objects
#55012 commented on
Apr 10, 2022 • 0 new comments -
sys.executable default and altinstall
#55044 commented on
Apr 10, 2022 • 0 new comments -
inconsistent behavior concerning multiprocessing.manager.BaseManager._Server
#55059 commented on
Apr 10, 2022 • 0 new comments -
do_mkvalue and 'boolean'
#55089 commented on
Apr 10, 2022 • 0 new comments -
trace module compares directories as strings (--ignore-dir)
#55105 commented on
Apr 10, 2022 • 0 new comments -
posixmodule.c redefines FSTAT
#55107 commented on
Apr 10, 2022 • 0 new comments -
Tracing disabled when a recursion error is triggered (even if properly handled)
#55142 commented on
Apr 10, 2022 • 0 new comments -
Simple CSS fix for left margin at docs.python.org
#55145 commented on
Apr 10, 2022 • 0 new comments -
Trouble with dir_util created dir cache
#55157 commented on
Apr 10, 2022 • 0 new comments -
Mac installer need not add things to /usr/local
#55173 commented on
Apr 10, 2022 • 0 new comments -
Concrete object C API considered harmful to subclasses of builtin types
#55186 commented on
Apr 10, 2022 • 0 new comments -
argparse add_mutually_exclusive_group should accept existing arguments to register conflicts
#55193 commented on
Apr 10, 2022 • 0 new comments -
implementation details in sys module
#55203 commented on
Apr 10, 2022 • 0 new comments -
stack tracebacks should give the relevant class name
#55216 commented on
Apr 10, 2022 • 0 new comments -
email MIME-Version headers for each part in multipart message
#55230 commented on
Apr 10, 2022 • 0 new comments -
configure doesn't find "major()" on HP-UX v11.31
#55311 commented on
Apr 10, 2022 • 0 new comments -
plistlib has no graceful way of handing None values
#55310 commented on
Apr 10, 2022 • 0 new comments -
decimal.py: to_integral() corner cases
#55337 commented on
Apr 10, 2022 • 0 new comments -
xmlrpclib.ServerProxy with verbosity produces bad output
#55351 commented on
Apr 10, 2022 • 0 new comments -
Arguments to various types not specified in types module
#55360 commented on
Apr 10, 2022 • 0 new comments -
[doc] give more meaningful argument names in argparse documentation
#55385 commented on
Apr 10, 2022 • 0 new comments -
test_time error on AIX
#55397 commented on
Apr 10, 2022 • 0 new comments -
Python memory limit on AIX
#55421 commented on
Apr 10, 2022 • 0 new comments -
pattern=None when following documentation for load_tests and unittest.main()
#55427 commented on
Apr 10, 2022 • 0 new comments -
Make the Mac installer more like the Windows installer
#55438 commented on
Apr 10, 2022 • 0 new comments -
Implementation of IMAP IDLE in imaplib?
#55454 commented on
Apr 10, 2022 • 0 new comments -
Document ctypes.wintypes constants
#55462 commented on
Apr 10, 2022 • 0 new comments -
encoding package's normalize_encoding() function is too slow
#55531 commented on
Apr 10, 2022 • 0 new comments -
Make errors due to full parser stack identifiable
#55552 commented on
Apr 10, 2022 • 0 new comments -
os.mkdir() and os.mkdirat() don't apply SUID/SGID permissions
#55564 commented on
Apr 10, 2022 • 0 new comments -
[Windows] suggestion for os.kill(pid,CTRL_C_EVENT) in tests
#55570 commented on
Apr 10, 2022 • 0 new comments -
pkgutil.extend_path do not recognize py{c,o} file
#55583 commented on
Apr 10, 2022 • 0 new comments -
Improve reporting of broken stdout pipe during interpreter shutdown
#55589 commented on
Apr 10, 2022 • 0 new comments -
[doc] TextTestRunner documentation improvements
#55594 commented on
Apr 10, 2022 • 0 new comments -
netrc module does not handle multiple entries for a single host
#55625 commented on
Apr 10, 2022 • 0 new comments -
ctypes is highly eclectic in its raw-memory support
#55638 commented on
Apr 10, 2022 • 0 new comments -
can't change the sizeof a Structure that doesn't own its buffer
#55639 commented on
Apr 10, 2022 • 0 new comments -
IDLE crash on startup with typo in config-keys.cfg
#55646 commented on
Apr 10, 2022 • 0 new comments -
python.exe on OS X shared-llbrary build erroneously linked to MacPorts python library
#55654 commented on
Apr 10, 2022 • 0 new comments -
issue a warning when populating a CPython type dict with non-string keys
#55664 commented on
Apr 10, 2022 • 0 new comments -
Incorrect operand precedence when implementing sequences in C
#55686 commented on
Apr 10, 2022 • 0 new comments -
Add discussion of trailing backslash in raw string to tutorial
#55688 commented on
Apr 10, 2022 • 0 new comments -
Add option to not install into /Applications
#55695 commented on
Apr 10, 2022 • 0 new comments -
Proposal for exposing proxy bypass settings in ProxyHandler
#55720 commented on
Apr 10, 2022 • 0 new comments -
Docs for: import, packages, site.py, .pth files
#55762 commented on
Apr 10, 2022 • 0 new comments -
Improve Unicode Documentation with Known Caveats
#55782 commented on
Apr 10, 2022 • 0 new comments -
Add width and precision formatters to PyBytes_FromFormatV()
#55789 commented on
Apr 10, 2022 • 0 new comments -
Add "necessarily inclusive" groups to argparse
#55797 commented on
Apr 10, 2022 • 0 new comments -
python-config code should be in sysconfig
#55811 commented on
Apr 10, 2022 • 0 new comments -
difflib.unified_diff loses context
#55841 commented on
Apr 10, 2022 • 0 new comments -
Security hole in wsgiref.headers.Headers
#55880 commented on
Apr 10, 2022 • 0 new comments -
unittest discover should recurse into packages which are already in sys.path
#55892 commented on
Apr 10, 2022 • 0 new comments -
Improve argparse usage/help customization
#55904 commented on
Apr 10, 2022 • 0 new comments -
Improve repr for structseq objects to show named, but unindexed fields
#55907 commented on
Apr 10, 2022 • 0 new comments -
argparse: suggestion for formatting optional positional args
#55917 commented on
Apr 10, 2022 • 0 new comments -
mbox parser incorrect behaviour
#55937 commented on
Apr 10, 2022 • 0 new comments -
inspect.dir_static
#55979 commented on
Apr 10, 2022 • 0 new comments -
Constructor signatures missing in types module documentation
#55985 commented on
Apr 10, 2022 • 0 new comments -
email parseaddr and formataddr should be IDNA aware
#55992 commented on
Apr 10, 2022 • 0 new comments -
idle3 shell os.system swallows shell command output
#56029 commented on
Apr 10, 2022 • 0 new comments -
"pydoc -w" causes "no Python documentation found" error when the path is not current directory
#56040 commented on
Apr 10, 2022 • 0 new comments -
IDLE: make interactive code savable as a runnable script
#56047 commented on
Apr 10, 2022 • 0 new comments -
test_default_timeout() of test_threading.BarrierTests failure: BrokenBarrierError
#56080 commented on
Apr 10, 2022 • 0 new comments -
Change os.fsync() to support physical backing store syncs
#56086 commented on
Apr 10, 2022 • 0 new comments -
TarFile.gettarinfo modifies self.inodes
#56108 commented on
Apr 10, 2022 • 0 new comments -
Doctest sees directives in strings when it should only see them in comments
#56118 commented on
Apr 10, 2022 • 0 new comments -
Pickle and copyreg modules don't document the interface
#56133 commented on
Apr 10, 2022 • 0 new comments -
re.sub confusion between count and flags args
#56166 commented on
Apr 10, 2022 • 0 new comments -
Document int.conjugate, .denominator, ...
#56186 commented on
Apr 10, 2022 • 0 new comments -
Report correct coverage.py data for tests that invoke subprocesses
#56187 commented on
Apr 10, 2022 • 0 new comments -
deprecate shutil.copy2
#56198 commented on
Apr 10, 2022 • 0 new comments -
sys.settrace doesn't disable tracing if a local trace function returns None
#56201 commented on
Apr 10, 2022 • 0 new comments -
[doc] Attribute error with flush on stdout,stderr
#56229 commented on
Apr 10, 2022 • 0 new comments -
assertEqual doesn't display newline differences quite well
#56247 commented on
Apr 10, 2022 • 0 new comments -
Add prefetch() for Buffered IO (experiment)
#56262 commented on
Apr 10, 2022 • 0 new comments -
doctest not working on nested functions
#56264 commented on
Apr 10, 2022 • 0 new comments -
Doc: remove errors about mixed-type comparisons.
#56276 commented on
Apr 10, 2022 • 0 new comments -
Allow an abc.abstractproperty to be overridden by an instance data attribute
#56337 commented on
Apr 10, 2022 • 0 new comments -
Document Object Model API - validation
#56338 commented on
Apr 10, 2022 • 0 new comments -
Error EBADF in test_urllibnet
#56346 commented on
Apr 10, 2022 • 0 new comments -
Reference cycle when importing ctypes
#56351 commented on
Apr 10, 2022 • 0 new comments -
PyDoc Partial Functions
#56363 commented on
Apr 10, 2022 • 0 new comments -
[doc] clarify documentation of nonlocal
#56374 commented on
Apr 10, 2022 • 0 new comments -
readline.replace_history_item still leaks memory
#56395 commented on
Apr 10, 2022 • 0 new comments -
Cross-link docs for faulthandler, traceback and pdb
#56426 commented on
Apr 10, 2022 • 0 new comments -
Readline module loading in interactive mode
#56447 commented on
Apr 10, 2022 • 0 new comments -
panel.h is not found even if it's installed on various flavours of SUSE
#56480 commented on
Apr 10, 2022 • 0 new comments -
build process adds CWD (null entry) to PYTHONPATH if PYTHONPATH is set in the build environment
#56491 commented on
Apr 10, 2022 • 0 new comments -
__setstate__ is called for false values
#56499 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.Pool: Need a way to find out if work are finished.
#56503 commented on
Apr 10, 2022 • 0 new comments -
Add link to PEP 0 for topical index in wiki
#56517 commented on
Apr 10, 2022 • 0 new comments -
inspect.getabsfile() is not documented
#56526 commented on
Apr 10, 2022 • 0 new comments -
smtplib.SMTP_SSL leaks socket connections on SSL error
#56587 commented on
Apr 10, 2022 • 0 new comments -
difflib.SequenceMatcher and Match: code and doc bugs
#56593 commented on
Apr 10, 2022 • 0 new comments -
IDLE save keyboard shortcut problem
#56596 commented on
Apr 10, 2022 • 0 new comments -
Mention sys.displayhook in code module docs and the compile builtin docs
#56612 commented on
Apr 10, 2022 • 0 new comments -
cgi.parse_multipart is broken on 3.x
#56620 commented on
Apr 10, 2022 • 0 new comments -
python should inherit the library search path from the compiler for stdlib extensions
#56627 commented on
Apr 10, 2022 • 0 new comments -
gettext breaks on empty plural-forms value
#56634 commented on
Apr 10, 2022 • 0 new comments -
[doc] Missing items in installation/setup instructions
#56645 commented on
Apr 10, 2022 • 0 new comments -
urllib2 forces title() on header names, breaking some requests
#56664 commented on
Apr 10, 2022 • 0 new comments -
ctypes: need example how to pass raw data from Python
#56685 commented on
Apr 10, 2022 • 0 new comments -
urllib2 doesn't use proxy (fieddler2), configed the proxy with ProxyHandler
#56689 commented on
Apr 10, 2022 • 0 new comments -
textwrap.wrap: new argument for more pleasing output
#56694 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.Connection does not communicate pipe closure between parent and child
#56697 commented on
Apr 10, 2022 • 0 new comments -
email.errors.HeaderParseError if base64url is used
#56698 commented on
Apr 10, 2022 • 0 new comments -
textwrap.wrap: add control for fonts with different character widths
#56708 commented on
Apr 10, 2022 • 0 new comments -
codecs.StreamReader doesn't pass final=1 to the UTF-8 codec
#56717 commented on
Apr 10, 2022 • 0 new comments -
Implement configurable bitfield allocation strategy
#56737 commented on
Apr 10, 2022 • 0 new comments -
Chained tracebacks are confusing because the first traceback is minimal
#56744 commented on
Apr 10, 2022 • 0 new comments -
os.lseek() and FileIO.seek() does not support offset larger than 2^63-1
#56754 commented on
Apr 10, 2022 • 0 new comments -
Locale-dependent exception for float width argument to Tkinter widget constructor
#56767 commented on
Apr 10, 2022 • 0 new comments -
test_long.test_nan_inf() failed on OpenBSD (powerpc)
#56798 commented on
Apr 10, 2022 • 0 new comments -
Docs for "Using Python on a Macintosh" needs to be updated
#56803 commented on
Apr 10, 2022 • 0 new comments -
Add example of using load_tests to parameterise Test Cases
#56809 commented on
Apr 10, 2022 • 0 new comments -
Enhancements to gdb 7 debugging hooks
#56814 commented on
Apr 10, 2022 • 0 new comments -
Mutable Sequence Type works different for lists and bytearrays in slice[i:j:k]
#56815 commented on
Apr 10, 2022 • 0 new comments -
"universal newlines" subprocess support broken with select- and poll-based communicate()
#56832 commented on
Apr 10, 2022 • 0 new comments -
Cannot override JSON encoding of basic type subclasses
#56866 commented on
Apr 10, 2022 • 0 new comments -
tokenize module happily tokenizes code with syntax errors
#56884 commented on
Apr 10, 2022 • 0 new comments -
unittest expectedFailure could take a message argument like skip does
#56890 commented on
Apr 10, 2022 • 0 new comments -
timeout sentinel in ftplib and poplib documentation
#56915 commented on
Apr 10, 2022 • 0 new comments -
argparse: allow abbreviation of sub commands by users
#56922 commented on
Apr 10, 2022 • 0 new comments -
python lib re uses obsolete sense of \w in full violation of UTS#18 RL1.2a
#56940 commented on
Apr 10, 2022 • 0 new comments -
Request for grapheme support in Python re lib
#56942 commented on
Apr 10, 2022 • 0 new comments -
Request for property support in Python re lib
#56943 commented on
Apr 10, 2022 • 0 new comments -
request full Unicode collation support in std python library
#56944 commented on
Apr 10, 2022 • 0 new comments -
str.title() is overzealous by upcasing combining marks inappropriately
#56946 commented on
Apr 10, 2022 • 0 new comments -
Add struct.Struct.nmemb
#56949 commented on
Apr 10, 2022 • 0 new comments -
Add function similar to shutil.move that does not overwrite
#56950 commented on
Apr 10, 2022 • 0 new comments -
add cross-platform support for %s strftime-format code
#56959 commented on
Apr 10, 2022 • 0 new comments -
String with NUL characters truncated by ctypes when assigning to a char array
#56978 commented on
Apr 10, 2022 • 0 new comments -
doctest.testmod does not run tests in functools.partial functions
#56999 commented on
Apr 10, 2022 • 0 new comments -
argparse: Hybrid help text formatter
#57015 commented on
Apr 10, 2022 • 0 new comments -
Optimization/refactoring for {bytearray, bytes, unicode}.strip()
#57016 commented on
Apr 10, 2022 • 0 new comments -
Coverage of codecs.py
#57017 commented on
Apr 10, 2022 • 0 new comments -
The documentation for the print function should explain/point to how to control the sys.stdout encoding
#57041 commented on
Apr 10, 2022 • 0 new comments -
ctypes.cast() creates circular reference in original object
#57045 commented on
Apr 10, 2022 • 0 new comments -
Cannot override 'connection: close' in urllib2 headers
#57058 commented on
Apr 10, 2022 • 0 new comments -
ctypes: getbuffer() never provides strides
#57060 commented on
Apr 10, 2022 • 0 new comments -
Expose called function on frame object
#57066 commented on
Apr 10, 2022 • 0 new comments -
Regex object should have introspection methods
#57079 commented on
Apr 10, 2022 • 0 new comments -
ctypes: clearly document how structure bit fields are allocated
#57089 commented on
Apr 10, 2022 • 0 new comments -
xml.sax.xmlreader.AttributesImpl allows empty string as attribute names
#57092 commented on
Apr 10, 2022 • 0 new comments -
datetime.strptime parses input wrong
#57095 commented on
Apr 10, 2022 • 0 new comments -
Documenting all SO_* constants in socket module
#57096 commented on
Apr 10, 2022 • 0 new comments -
help("modules") executes module code
#57111 commented on
Apr 10, 2022 • 0 new comments -
Add a debugging howto
#57122 commented on
Apr 10, 2022 • 0 new comments -
Add inspect.splitdoc
#57125 commented on
Apr 10, 2022 • 0 new comments -
inspect.getsource only works for objects loaded from files, not interactive session
#57129 commented on
Apr 10, 2022 • 0 new comments -
reindent.py inserts spaces in multiline literals
#57139 commented on
Apr 10, 2022 • 0 new comments -
filecmp.dircmp does not allow non-shallow comparisons
#57141 commented on
Apr 10, 2022 • 0 new comments -
Function calls missing from profiler output
#57162 commented on
Apr 10, 2022 • 0 new comments -
Two improvements for the locale aliasing engine
#57173 commented on
Apr 10, 2022 • 0 new comments -
[doc] os.walk() consider some symlinks as dirs instead of non-dirs
#57179 commented on
Apr 10, 2022 • 0 new comments -
os.isdir() should contain skiplinks=False in arguments
#57180 commented on
Apr 10, 2022 • 0 new comments -
Figure out extended attributes on BSDs
#57187 commented on
Apr 10, 2022 • 0 new comments -
pprint: add option to truncate sequences
#57213 commented on
Apr 10, 2022 • 0 new comments -
argparse should allow displaying argument default values in addition to setting a formatter class
#57232 commented on
Apr 10, 2022 • 0 new comments -
Add shutil.chowntree
#57242 commented on
Apr 10, 2022 • 0 new comments -
pdb throws AttributeError at end of debugging session
#57253 commented on
Apr 10, 2022 • 0 new comments -
socket.getsockopt may require custom buffer contents
#57254 commented on
Apr 10, 2022 • 0 new comments -
allow other rounding modes in round()
#57269 commented on
Apr 10, 2022 • 0 new comments -
Improve documentation of locale encoding functions
#57283 commented on
Apr 10, 2022 • 0 new comments -
Windows: Unclear behavior of daemon threads on main thread exit
#57286 commented on
Apr 10, 2022 • 0 new comments -
Out of date links in the sidebar of the documentation index of versions 3.1 and 3.2
#57331 commented on
Apr 10, 2022 • 0 new comments -
xml.dom.Attr.name is not labeled as read-only
#57336 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.map skips finally blocks
#57348 commented on
Apr 10, 2022 • 0 new comments -
IDLE uses common tkinter variables across all editor windows
#57388 commented on
Apr 10, 2022 • 0 new comments -
Multi-layered symlinks to python cause runtime error. sys.path is malformed.
#57393 commented on
Apr 10, 2022 • 0 new comments -
Cmd: list available completions from the cmd.Cmd subclass and filter out EOF handler(s)
#57423 commented on
Apr 10, 2022 • 0 new comments -
Improve tools for iterating over filesystem directories
#57438 commented on
Apr 10, 2022 • 0 new comments -
sys.settrace - document 'some other code blocks' for 'call' event type
#57440 commented on
Apr 10, 2022 • 0 new comments -
sysconfig gives misleading results for USE_COMPUTED_GOTOS
#57449 commented on
Apr 10, 2022 • 0 new comments -
IDLE opens partially hidden
#57471 commented on
Apr 10, 2022 • 0 new comments -
tzinfo subclasses information
#57486 commented on
Apr 10, 2022 • 0 new comments -
Make robotparser.RobotFileParser ignore blank lines
#57490 commented on
Apr 10, 2022 • 0 new comments -
the table of contents in epub file is too long
#57491 commented on
Apr 10, 2022 • 0 new comments -
signal module ignores external signal changes
#57494 commented on
Apr 10, 2022 • 0 new comments -
Result type depends on order of operands for bytes and bytearray
#57507 commented on
Apr 10, 2022 • 0 new comments -
namedtuple row factory for sqlite3
#57508 commented on
Apr 10, 2022 • 0 new comments -
datetime.strftime("%Y") not consistent for years < 1000
#57514 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Menu accelerator conflict between Format and Options
#57528 commented on
Apr 10, 2022 • 0 new comments -
The io module doesn't support non-blocking files
#57531 commented on
Apr 10, 2022 • 0 new comments -
urllib2 does not correctly handle multiple www-authenticate headers in an HTTP response
#57532 commented on
Apr 10, 2022 • 0 new comments -
pdb shows code from wrong module
#57537 commented on
Apr 10, 2022 • 0 new comments -
Attempt full test coverage of LocaleTextCalendar.formatweekday
#57539 commented on
Apr 10, 2022 • 0 new comments -
IGNORE_CASE doctest option flag
#57546 commented on
Apr 10, 2022 • 0 new comments -
closed sockets don't raise EBADF anymore
#57553 commented on
Apr 10, 2022 • 0 new comments -
tcpserver should document non-threaded long-living connections
#57563 commented on
Apr 10, 2022 • 0 new comments -
urllib2 doesn't escape spaces in http requests
#57568 commented on
Apr 10, 2022 • 0 new comments -
timeout with exit code 0 while re-running failed tests
#57578 commented on
Apr 10, 2022 • 0 new comments -
Possible problem in documentation of module subprocess, method send_signal
#57577 commented on
Apr 10, 2022 • 0 new comments -
readline: pre_input_hook not getting called
#57585 commented on
Apr 10, 2022 • 0 new comments -
ET: add custom namespaces to serialization methods
#57587 commented on
Apr 10, 2022 • 0 new comments -
Document documentation conventions for optional args
#57595 commented on
Apr 10, 2022 • 0 new comments -
Option for XMLPRC Server to support HTTPS
#57612 commented on
Apr 10, 2022 • 0 new comments -
Add support for system.methodSignature() to XMLRPC Server
#57613 commented on
Apr 10, 2022 • 0 new comments -
PyCFunction_* are not documented anywhere
#57630 commented on
Apr 10, 2022 • 0 new comments -
imaplib, fetch: improper behaviour on read-only selected mailboxes
#57655 commented on
Apr 10, 2022 • 0 new comments -
sched.py: speedup cancel() method
#57660 commented on
Apr 10, 2022 • 0 new comments -
Providing a custom HTTPResponse class to HTTPConnection
#57665 commented on
Apr 10, 2022 • 0 new comments -
Add '--mainpath'/'--nomainpath' command line options to override sys.path[0] initialisation
#57684 commented on
Apr 10, 2022 • 0 new comments -
Simple exclusion filter for unittest autodiscovery
#57685 commented on
Apr 10, 2022 • 0 new comments -
os.makedirs exist_ok documentation is incorrect, as is some of the behavior
#57707 commented on
Apr 10, 2022 • 0 new comments -
ctypes' find_library breaks with ARM ABIs
#57717 commented on
Apr 10, 2022 • 0 new comments -
pulldom.PullDOM doesn't populate DOM tree
#57760 commented on
Apr 10, 2022 • 0 new comments -
Tkinter Tk args and Gnome Shell application name
#57762 commented on
Apr 10, 2022 • 0 new comments -
Use sendfile where possible in httplib
#57768 commented on
Apr 10, 2022 • 0 new comments -
ftplib and sendfile()
#57773 commented on
Apr 10, 2022 • 0 new comments -
Increase pickle compatibility
#57775 commented on
Apr 10, 2022 • 0 new comments -
HTTPError interface changes / breaks depending on what was passed to constructor
#57776 commented on
Apr 10, 2022 • 0 new comments -
Add subprocess.iter_output() convenience function
#57787 commented on
Apr 10, 2022 • 0 new comments -
IDLE and pythonw.exe stderr problem
#57791 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Replace selected not working/consistent with find
#57795 commented on
Apr 10, 2022 • 0 new comments -
update PEP 393 (match implementation)
#57813 commented on
Apr 10, 2022 • 0 new comments -
XATTR_SIZE_MAX and XATTR_LIST_MAX undefined on kfreebsd/debian with eglibc
#57878 commented on
Apr 10, 2022 • 0 new comments -
Increase test coverage for pstats.py
#57879 commented on
Apr 10, 2022 • 0 new comments -
PyTraceBack_Print() fails if signal received but PyErr_CheckSignals() not called
#57882 commented on
Apr 10, 2022 • 0 new comments -
correct docstring for builtin compile
#57886 commented on
Apr 10, 2022 • 0 new comments -
pydoc help (or help('help')) should show the doc for help
#57900 commented on
Apr 10, 2022 • 0 new comments -
Mailbox module should support other mbox formats in addition to mboxo
#57907 commented on
Apr 10, 2022 • 0 new comments -
relative symlinks in tarfile.extract broken (windows)
#57911 commented on
Apr 10, 2022 • 0 new comments -
urllib.request.urlopen leaks exceptions from socket and httplib.client
#57945 commented on
Apr 10, 2022 • 0 new comments -
xml.dom.minidom.Document class is not documented
#57952 commented on
Apr 10, 2022 • 0 new comments -
configuring --with-dbmliborder=bdb doesn't build the gdbm extension
#57954 commented on
Apr 10, 2022 • 0 new comments -
socketserver can't stop
#57958 commented on
Apr 10, 2022 • 0 new comments -
os.closerange optimization
#57997 commented on
Apr 10, 2022 • 0 new comments -
Allow objects implemented in pure Python to export PEP 3118 buffers
#58006 commented on
Apr 10, 2022 • 0 new comments -
_warnings settings are process-wide
#58027 commented on
Apr 10, 2022 • 0 new comments -
[doc] misleading return from isidentifier
#58029 commented on
Apr 10, 2022 • 0 new comments -
is(upper/lower/title) are not exactly correct
#58030 commented on
Apr 10, 2022 • 0 new comments -
argparse.FileType opens a file and never closes it
#58032 commented on
Apr 10, 2022 • 0 new comments -
Further improve casefold documentation
#58036 commented on
Apr 10, 2022 • 0 new comments -
exception error in _scproxy.so when called after fork
#58037 commented on
Apr 10, 2022 • 0 new comments -
codecs error handler is called with a UnicodeDecodeError with the same args
#58038 commented on
Apr 10, 2022 • 0 new comments -
Summary tables for argparse add_argument options
#58058 commented on
Apr 10, 2022 • 0 new comments -
Add qualname support to types.FunctionType
#58063 commented on
Apr 10, 2022 • 0 new comments -
Improve description of cmd module
#58083 commented on
Apr 10, 2022 • 0 new comments -
Stream encoder for zlib_codec doesn't use the incremental encoder
#58089 commented on
Apr 10, 2022 • 0 new comments -
disallow the "surrogatepass" handler for non utf-* encodings
#58124 commented on
Apr 10, 2022 • 0 new comments -
new formatter for argparse
#58131 commented on
Apr 10, 2022 • 0 new comments -
imaplib: Mailbox names are not quoted
#58148 commented on
Apr 10, 2022 • 0 new comments -
readline completer could return an iterable
#58154 commented on
Apr 10, 2022 • 0 new comments -
Add disable_interspersed_args() to argparse.ArgumentParser
#58174 commented on
Apr 10, 2022 • 0 new comments -
__self__ on built-in functions is not as documented
#58211 commented on
Apr 10, 2022 • 0 new comments -
Misc tarfile fixes
#58220 commented on
Apr 10, 2022 • 0 new comments -
tarfile should expose supported formats
#58221 commented on
Apr 10, 2022 • 0 new comments -
Unify tests for str.format and string.Formatter
#58227 commented on
Apr 10, 2022 • 0 new comments -
Allow grouping of argparse subparser commands in help output
#58245 commented on
Apr 10, 2022 • 0 new comments -
Add "metavar" argument to add_subparsers() in argparse
#58247 commented on
Apr 10, 2022 • 0 new comments -
Implement a CSP-style channel
#58268 commented on
Apr 10, 2022 • 0 new comments -
Avoid more stat() calls in importlib
#58275 commented on
Apr 10, 2022 • 0 new comments -
allow per-thread atexit()
#58281 commented on
Apr 10, 2022 • 0 new comments -
argparse allows nargs>1 for positional arguments but doesn't allow metavar to be a tuple
#58282 commented on
Apr 10, 2022 • 0 new comments -
sys.executable generating canonical path
#58296 commented on
Apr 10, 2022 • 0 new comments -
argparse: add ability to create a man page
#58310 commented on
Apr 10, 2022 • 0 new comments -
IDLE Debugger should handle interrupts
#58319 commented on
Apr 10, 2022 • 0 new comments -
Speed up list comprehensions by preallocating the list where possible
#58334 commented on
Apr 10, 2022 • 0 new comments -
memoryview: add multi-dimensional indexing and slicing
#58338 commented on
Apr 10, 2022 • 0 new comments -
xmlrpc.client.ServerProxy needs timeout parameter
#58342 commented on
Apr 10, 2022 • 0 new comments -
Option to kill "stuck" workers in a multiprocessing pool
#58356 commented on
Apr 10, 2022 • 0 new comments -
argparse.REMAINDER fails to parse remainder correctly
#58382 commented on
Apr 10, 2022 • 0 new comments -
make the Classes tutorial more gentle
#58427 commented on
Apr 10, 2022 • 0 new comments -
tempfile.NamedTemporaryFile not particularly useful on Windows
#58451 commented on
Apr 10, 2022 • 0 new comments -
Allow using decimals as arguments to `timedelta`
#58470 commented on
Apr 10, 2022 • 0 new comments -
OS X installer build script: permissions not ensured
#58507 commented on
Apr 10, 2022 • 0 new comments -
xmlrpc client transport and threading problem
#58509 commented on
Apr 10, 2022 • 0 new comments -
Rename Scripts directory to bin and move python.exe to bin
#58510 commented on
Apr 10, 2022 • 0 new comments -
More test coverage for hmac
#58530 commented on
Apr 10, 2022 • 0 new comments -
Do not rely on AC_RUN_IFELSE tests in the configury
#58532 commented on
Apr 10, 2022 • 0 new comments -
Document how to forward POST data on redirects
#58546 commented on
Apr 10, 2022 • 0 new comments -
Document socket.SOL_SOCKET
#58553 commented on
Apr 10, 2022 • 0 new comments -
Argparse incorrectly handles '--' as argument to option
#58572 commented on
Apr 10, 2022 • 0 new comments -
argparse: subparsers, argument abbreviations and ambiguous option
#58573 commented on
Apr 10, 2022 • 0 new comments -
make function __closure__ writable
#58577 commented on
Apr 10, 2022 • 0 new comments -
Add socketserver running property
#58583 commented on
Apr 10, 2022 • 0 new comments -
Tkinter single-threaded deadlock
#58598 commented on
Apr 10, 2022 • 0 new comments -
Incorporate Guide to Magic Methods?
#58601 commented on
Apr 10, 2022 • 0 new comments -
xmlrpclib leaves connection in broken state if server returns error without content-length
#58622 commented on
Apr 10, 2022 • 0 new comments -
profile.Profile.calibrate can produce incorrect numbers in some circumstances
#58658 commented on
Apr 10, 2022 • 0 new comments -
missing return in win32_kill?
#58689 commented on
Apr 10, 2022 • 0 new comments -
Suggestion to improve argparse's help messages for "store_const"
#58709 commented on
Apr 10, 2022 • 0 new comments -
How to link with a non-system libffi?
#58732 commented on
Apr 10, 2022 • 0 new comments -
Add means to mark unittest.TestCases as "do not load".
#58739 commented on
Apr 10, 2022 • 0 new comments -
Limit "global" keyword name conflicts in language spec to those enforced by CPython
#58749 commented on
Apr 10, 2022 • 0 new comments -
Python symlink to script behaves unexpectedly
#58752 commented on
Apr 10, 2022 • 0 new comments -
os.path.abspath() should have an option to use PWD
#58755 commented on
Apr 10, 2022 • 0 new comments -
Allow multilevel subdirectories in cgi_directories
#58770 commented on
Apr 10, 2022 • 0 new comments -
http.server query string handling is incorrect and inefficient
#58772 commented on
Apr 10, 2022 • 0 new comments -
HP-UX local libraries not included
#58773 commented on
Apr 10, 2022 • 0 new comments -
json iterencode can not handle general iterators
#58778 commented on
Apr 10, 2022 • 0 new comments -
IDLE: inconsistent use of HOMEDRIVE, HOMEPATH, and USERPROFILE on Windows
#58781 commented on
Apr 10, 2022 • 0 new comments -
TypeError: truncate() takes no keyword arguments
#58791 commented on
Apr 10, 2022 • 0 new comments -
spurious stat() calls in importlib
#58809 commented on
Apr 10, 2022 • 0 new comments -
Better error messages for wsgiref validator failures
#58857 commented on
Apr 10, 2022 • 0 new comments -
pydoc with -w option does not work for a lot of help topics
#58885 commented on
Apr 10, 2022 • 0 new comments -
trace function not set, causing some Pdb commands to fail
#58933 commented on
Apr 10, 2022 • 0 new comments -
Implementation of the PEP 419: Protecting cleanup statements from interruptions
#58935 commented on
Apr 10, 2022 • 0 new comments -
Use binascii.b2a_qp/a2b_qp in email package header handling?
#58939 commented on
Apr 10, 2022 • 0 new comments -
Add PyArg_Parse format unit like O& but providing context
#58944 commented on
Apr 10, 2022 • 0 new comments -
on terminating, Pdb debugs itself
#58948 commented on
Apr 10, 2022 • 0 new comments -
Tkinter application doesn't run from source build on Windows
#58955 commented on
Apr 10, 2022 • 0 new comments -
Pdb does not stop at a breakpoint
#58956 commented on
Apr 10, 2022 • 0 new comments -
INCA: Inline Caching meets Quickening in Python 3.3
#58962 commented on
Apr 10, 2022 • 0 new comments -
Tab-completion of callables displays opening paren
#58987 commented on
Apr 10, 2022 • 0 new comments -
pkgutil.walk_packages returns extra modules
#58992 commented on
Apr 10, 2022 • 0 new comments -
Pdb debugs itself after ^C and a breakpoint is set anywhere
#58993 commented on
Apr 10, 2022 • 0 new comments -
after continue, Pdb stops at a line without a breakpoint
#58994 commented on
Apr 10, 2022 • 0 new comments -
setup.py only adds /prefix/lib, not /prefix/lib64
#58996 commented on
Apr 10, 2022 • 0 new comments -
setting a bp on current function, Pdb stops at next line although no bp
#58997 commented on
Apr 10, 2022 • 0 new comments -
Pdb incorrectly handles a method breakpoint when module not imported
#59000 commented on
Apr 10, 2022 • 0 new comments -
Add feature to allow code execution prior to __main__ invocation
#59008 commented on
Apr 10, 2022 • 0 new comments -
Support display of both __cause__ and __context__
#59010 commented on
Apr 10, 2022 • 0 new comments -
Pdb does not stop at a breakpoint set on the line of a function definition
#59013 commented on
Apr 10, 2022 • 0 new comments -
pkgutil.extend_path has no tests
#59022 commented on
Apr 10, 2022 • 0 new comments -
urlopen URL with unescaped space
#59031 commented on
Apr 10, 2022 • 0 new comments -
os.get_terminal_size() should check stdin as a fallback
#59046 commented on
Apr 10, 2022 • 0 new comments -
netrc does not handle accentuated characters
#59049 commented on
Apr 10, 2022 • 0 new comments -
IPv6 support for logging.handlers
#59060 commented on
Apr 10, 2022 • 0 new comments -
argparse: creating an already defined subparsers does not raises an exception
#59061 commented on
Apr 10, 2022 • 0 new comments -
json C vs pure-python implementation difference
#59091 commented on
Apr 10, 2022 • 0 new comments -
Naming conventions and guidelines for packages and namespace packages
#59104 commented on
Apr 10, 2022 • 0 new comments -
zipimport needs to support namespace packages when no 'directory' entry exists
#59110 commented on
Apr 10, 2022 • 0 new comments -
Pdb does not stop at a breakpoint after a restart command and source changes
#59117 commented on
Apr 10, 2022 • 0 new comments -
tokenize the source to manage Pdb breakpoints
#59118 commented on
Apr 10, 2022 • 0 new comments -
PyRun_InteractiveLoop fails to run interactively when using a Linux pty that's not tied to stdin/stdout
#59121 commented on
Apr 10, 2022 • 0 new comments -
generator objects can clear their weakrefs before being resurrected
#59139 commented on
Apr 10, 2022 • 0 new comments -
Setup & Usage documentation for pydoc, IDLE, & 2to3
#59149 commented on
Apr 10, 2022 • 0 new comments -
Setup & Usage documentation for selected stdlib modules
#59150 commented on
Apr 10, 2022 • 0 new comments -
Reimplement subset of multiprocessing.sharedctypes using memoryview
#59158 commented on
Apr 10, 2022 • 0 new comments -
super() and property inheritance behavior
#59170 commented on
Apr 10, 2022 • 0 new comments -
pdb doc: Explain how to extend debugger instead of sending readers to the source
#59184 commented on
Apr 10, 2022 • 0 new comments -
Option for regex groupdict() to show only matching names
#59196 commented on
Apr 10, 2022 • 0 new comments -
PyLong_FromString documentation should state that the string must be null-terminated
#59200 commented on
Apr 10, 2022 • 0 new comments -
add weakref support to types.SimpleNamespace
#59209 commented on
Apr 10, 2022 • 0 new comments -
Unittest CLI does not support test packages very well
#59212 commented on
Apr 10, 2022 • 0 new comments -
unittest: _top_level_dir is incorrectly persisted between calls to different load_test methods
#59215 commented on
Apr 10, 2022 • 0 new comments -
[doc] smtplib: add low-level APIs to doc?
#59218 commented on
Apr 10, 2022 • 0 new comments -
doc: Update Defining New Types chapter according to PEP 253
#59234 commented on
Apr 10, 2022 • 0 new comments -
Document best practices for exceptions
#59239 commented on
Apr 10, 2022 • 0 new comments -
array.array of UCS2 values
#59240 commented on
Apr 10, 2022 • 0 new comments -
Make textwrap.dedent() and textwrap.indent() handle whitespace consistently
#59250 commented on
Apr 10, 2022 • 0 new comments -
[doc] say in open() doc that line buffering only applies to write
#59254 commented on
Apr 10, 2022 • 0 new comments -
argparse: option for a positional argument
#59267 commented on
Apr 10, 2022 • 0 new comments -
TLS get keys and randoms
#59276 commented on
Apr 10, 2022 • 0 new comments -
Change os.sendfile so its arguments are stable
#59283 commented on
Apr 10, 2022 • 0 new comments -
Add etag support to urllib.request.urlopen
#59295 commented on
Apr 10, 2022 • 0 new comments -
[doc] exec of function doesn't call __getitem__ or __missing__ on undefined global
#59304 commented on
Apr 10, 2022 • 0 new comments -
Race conditions in shutil.copy, shutil.copy2 and shutil.copyfile
#59305 commented on
Apr 10, 2022 • 0 new comments -
argparse: nargs='*' positional argument doesn't accept any items if preceded by an option and another positional
#59317 commented on
Apr 10, 2022 • 0 new comments -
ctypes mixed-types bitfield layout nonsensical; doesn't match compiler.
#59324 commented on
Apr 10, 2022 • 0 new comments -
Always rewrite single-file mailboxes in-place
#59327 commented on
Apr 10, 2022 • 0 new comments -
argparse: positional arguments containing - in name not handled well
#59330 commented on
Apr 10, 2022 • 0 new comments -
urllib.request.thishost() fails on OSX 10.7
#59339 commented on
Apr 10, 2022 • 0 new comments -
Speed up threading.Condition wakeup
#59344 commented on
Apr 10, 2022 • 0 new comments -
Doctest should handle situations when test files are not readable
#59383 commented on
Apr 10, 2022 • 0 new comments -
Validate callbacks in 'contextlib.ExitStack.callback()'
#59390 commented on
Apr 10, 2022 • 0 new comments -
tkinter convenience dialogs don't use themed widgets
#59396 commented on
Apr 10, 2022 • 0 new comments -
Add capsule API to _decimal
#59442 commented on
Apr 10, 2022 • 0 new comments -
Support for opening files with FILE_SHARE_DELETE on Windows
#59449 commented on
Apr 10, 2022 • 0 new comments -
curses configure checks fail if only /usr/include/ncursesw/curses.h is installed
#59473 commented on
Apr 10, 2022 • 0 new comments -
normpath does not work with local literal paths
#59491 commented on
Apr 10, 2022 • 0 new comments -
Test harness unnecessarily disambiguating twice
#59510 commented on
Apr 10, 2022 • 0 new comments -
urllib: Support for multiple WWW-Authenticate headers and/or multiple challenges per header
#59515 commented on
Apr 10, 2022 • 0 new comments -
IDLE - remove all bare excepts
#59518 commented on
Apr 10, 2022 • 0 new comments -
IDLE - debugger steps into print and over rpc.py code
#59540 commented on
Apr 10, 2022 • 0 new comments -
document the threading "facts of life" in Python
#59544 commented on
Apr 10, 2022 • 0 new comments -
Tkinter extention modules have no documentation
#59551 commented on
Apr 10, 2022 • 0 new comments -
IDLE - remove debugger 'interacting'
#59552 commented on
Apr 10, 2022 • 0 new comments -
Add to unittest.TestCase support for using context managers
#59556 commented on
Apr 10, 2022 • 0 new comments -
Test pkgutil.walk_packages in test_pkgutil instead of test_runpy
#59563 commented on
Apr 10, 2022 • 0 new comments -
Behavior of assigning to __dict__ is not documented
#59565 commented on
Apr 10, 2022 • 0 new comments -
Idle/tkinter ~x.py 'save as' fails. closes idle
#59568 commented on
Apr 10, 2022 • 0 new comments -
test_cmd_line_script should include namespace package tests
#59576 commented on
Apr 10, 2022 • 0 new comments -
copy.copy() does not properly copy os.environment
#59578 commented on
Apr 10, 2022 • 0 new comments -
Refactor the test_runpy walk_package support code into a common location
#59581 commented on
Apr 10, 2022 • 0 new comments -
Optimize BytesIO to do less reallocations when written, similarly to StringIO
#59586 commented on
Apr 10, 2022 • 0 new comments -
PEP 3121, 384 refactoring applied to curses module
#59594 commented on
Apr 10, 2022 • 0 new comments -
PEP 3121, 384 refactoring applied to _datetime module
#59595 commented on
Apr 10, 2022 • 0 new comments -
JSONDecoder.raw_decode breaks on leading whitespace
#59598 commented on
Apr 10, 2022 • 0 new comments -
Refactor package creation support code into a common location
#59608 commented on
Apr 10, 2022 • 0 new comments -
os.chmod() does not follow symlinks on Windows
#59616 commented on
Apr 10, 2022 • 0 new comments -
add "Name Collision" section to argparse docs
#59633 commented on
Apr 10, 2022 • 0 new comments -
datetime module has no support for nanoseconds
#59648 commented on
Apr 10, 2022 • 0 new comments -
Allow dircmp.report() output stream to be customized
#59659 commented on
Apr 10, 2022 • 0 new comments -
consistent treatment of generator terminology
#59662 commented on
Apr 10, 2022 • 0 new comments -
ctypes Structures with subclassed types in the _fields_ list
#59664 commented on
Apr 10, 2022 • 0 new comments -
CROSS: append gcc library search paths
#59690 commented on
Apr 10, 2022 • 0 new comments -
Correct __sizeof__ support for StringIO
#59695 commented on
Apr 10, 2022 • 0 new comments -
enable type truncation warnings for gcc builds
#59700 commented on
Apr 10, 2022 • 0 new comments -
Eliminate the use of deprecated OS X APIs in getpath.c
#59703 commented on
Apr 10, 2022 • 0 new comments -
Python should support exporting thread names to the OS
#59705 commented on
Apr 10, 2022 • 0 new comments -
Provide test coverage for filecmp.dircmp.report methods.
#59723 commented on
Apr 10, 2022 • 0 new comments -
subprocess.Popen(cwd) documentation: Posix vs Windows
#59738 commented on
Apr 10, 2022 • 0 new comments -
gettext: if looking for .mo in default locations, also look in locale-bundle location
#59757 commented on
Apr 10, 2022 • 0 new comments -
Default newlines of io.TextIOWrapper
#59760 commented on
Apr 10, 2022 • 0 new comments -
os.stat fails for file pending delete on Windows
#59761 commented on
Apr 10, 2022 • 0 new comments -
cgi.FieldStorage should not call read_multi on files
#59769 commented on
Apr 10, 2022 • 0 new comments -
--libs is inconsistent for python-config --libs and pkgconfig python --libs
#59795 commented on
Apr 10, 2022 • 0 new comments -
FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer)
#59822 commented on
Apr 10, 2022 • 0 new comments -
Support OpenCSW in setup.py
#59848 commented on
Apr 10, 2022 • 0 new comments -
subprocess.Popen.communicate: accept str for input parameter if universal_newlines is False
#59854 commented on
Apr 10, 2022 • 0 new comments -
expose glossary link on hover
#59898 commented on
Apr 10, 2022 • 0 new comments -
PEP 3121, 384 Refactoring applied to socket module
#59913 commented on
Apr 10, 2022 • 0 new comments -
Ability to specify the PYTHONPATH via a command line flag
#59921 commented on
Apr 10, 2022 • 0 new comments -
PyStructSequence_NewType enhancement
#59934 commented on
Apr 10, 2022 • 0 new comments -
PEP 3121, 384 Refactoring applied to ossaudio module
#59940 commented on
Apr 10, 2022 • 0 new comments -
Various symlink test failures in test_shutil on FreeBSD
#59953 commented on
Apr 10, 2022 • 0 new comments -
[subinterpreters] Make the PyGILState API compatible with subinterpreters
#59956 commented on
Apr 10, 2022 • 0 new comments -
No-argument super in method with variable arguments raises SystemError
#59958 commented on
Apr 10, 2022 • 0 new comments -
Add StopParser(), ResumeParser, and GetParsingStatus to expat
#59979 commented on
Apr 10, 2022 • 0 new comments -
[meta issue] PEP 3121, 384 Refactoring
#59991 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Update offline doc locations for linux
#60012 commented on
Apr 10, 2022 • 0 new comments -
PyMemoryView_FromBuffer() behavior change (possible regression)
#60025 commented on
Apr 10, 2022 • 0 new comments -
Lib/robotparser.py doesn't accept setting a user agent string, instead it uses the default.
#60055 commented on
Apr 10, 2022 • 0 new comments -
Use TestCase assertion methods in unittest.mock.assert* to make them easier to read
#60064 commented on
Apr 10, 2022 • 0 new comments -
IDLE: startup problem when HOME does not exist
#60066 commented on
Apr 10, 2022 • 0 new comments -
make importlib documentation easier to use
#60071 commented on
Apr 10, 2022 • 0 new comments -
PyType_FromSpec should take metaclass as an argument
#60074 commented on
Apr 10, 2022 • 0 new comments -
Online docs: make index search always available.
#60075 commented on
Apr 10, 2022 • 0 new comments -
tarfile may not make @LongLink for non-ascii character
#60079 commented on
Apr 10, 2022 • 0 new comments -
PEP 3121, 384 Refactoring applied to ctypes module
#60088 commented on
Apr 10, 2022 • 0 new comments -
urlencode should accept iterables of pairs
#60091 commented on
Apr 10, 2022 • 0 new comments -
Make rawiobase_read() read directly to bytes object
#60107 commented on
Apr 10, 2022 • 0 new comments -
can't step through _frozen_importlib/importlib._bootstrap using pdb
#60115 commented on
Apr 10, 2022 • 0 new comments -
expose way to count examples in doctest.DocFileSuite()
#60142 commented on
Apr 10, 2022 • 0 new comments -
make *.rst files in Doc/ parseable by doctest
#60143 commented on
Apr 10, 2022 • 0 new comments -
memoryview + bytes fails
#60149 commented on
Apr 10, 2022 • 0 new comments -
Unchecked return value of I/O functions
#60152 commented on
Apr 10, 2022 • 0 new comments -
Improve ./configure's support for 32/64-bit debug|release|profiled builds w/ vendor (non-gcc) compilers on proprietary UNIX systems (Solaris/HP-UX/AIX et al).
#60167 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing JoinableQueue's join function with timeout
#60187 commented on
Apr 10, 2022 • 0 new comments -
memoryview: expose 'buf' attribute
#60190 commented on
Apr 10, 2022 • 0 new comments -
Provide a way to compare AST nodes for equality recursively
#60191 commented on
Apr 10, 2022 • 0 new comments -
Strict aliasing violations in Objects/unicodeobject.c
#60196 commented on
Apr 10, 2022 • 0 new comments -
memoryview to freed memory can cause segfault
#60198 commented on
Apr 10, 2022 • 0 new comments -
Inconsistency in overflow error messages of integer argument
#60192 commented on
Apr 10, 2022 • 0 new comments -
pow() for complex numbers is rough around the edges
#60200 commented on
Apr 10, 2022 • 0 new comments -
NotImplemented needs to be documented
#60201 commented on
Apr 10, 2022 • 0 new comments -
Using new 'bool' format character
#60203 commented on
Apr 10, 2022 • 0 new comments -
thread_PyThread_start_new_thread fails with a generic error
#60207 commented on
Apr 10, 2022 • 0 new comments -
Truncated POST data in CGI script on Windows 7
#60270 commented on
Apr 10, 2022 • 0 new comments -
Structure and native Structure (LittleEndianStructure on Windows) supports __slots__, but BigEndianStructure doesn't
#60274 commented on
Apr 10, 2022 • 0 new comments -
list duplicate test names with patchcheck
#60283 commented on
Apr 10, 2022 • 0 new comments -
HTTPServer does not correctly handle bad request line
#60287 commented on
Apr 10, 2022 • 0 new comments -
urllib2 failing with squid proxy and digest authentication
#60299 commented on
Apr 10, 2022 • 0 new comments -
Verify all imported modules at startup are needed
#60305 commented on
Apr 10, 2022 • 0 new comments -
shlex.shlex.error_leader() reports incorrect line number
#60325 commented on
Apr 10, 2022 • 0 new comments -
fcntl_ioctl still not 100% sane with unsigned longs
#60328 commented on
Apr 10, 2022 • 0 new comments -
Add support for RTMP schemes to urlparse
#60338 commented on
Apr 10, 2022 • 0 new comments -
ArgumentParser inconsistent with parse_known_args
#60346 commented on
Apr 10, 2022 • 0 new comments -
include path in subprocess.Popen() file not found error messages on Windows
#60389 commented on
Apr 10, 2022 • 0 new comments -
Difficult or impossible to figure out how garbage collector and weak references should interact for user-defined extension types
#60399 commented on
Apr 10, 2022 • 0 new comments -
IDLE - tabbing in a string always brings up file completion window
#60402 commented on
Apr 10, 2022 • 0 new comments -
Setting .posix=True for shlex object causes infinite loop in __next__
#60404 commented on
Apr 10, 2022 • 0 new comments -
sys.path[0] security issues
#60406 commented on
Apr 10, 2022 • 0 new comments -
distinguish methods from non-methods in classes in the stdtypes docs
#60411 commented on
Apr 10, 2022 • 0 new comments -
mmap() dumps core upon resizing the underlying file
#60416 commented on
Apr 10, 2022 • 0 new comments -
Tracebacks are unnecessarily verbose when using 'python -m'
#60421 commented on
Apr 10, 2022 • 0 new comments -
[doc] untokenize returns a string if no encoding token is recognized
#60427 commented on
Apr 10, 2022 • 0 new comments -
curses.textpad.Textbox backtrace support
#60436 commented on
Apr 10, 2022 • 0 new comments -
Automatically remove build directory when build options changed
#60442 commented on
Apr 10, 2022 • 0 new comments -
[doc] Document that __getattr__ can be called before __init__ (e.g. by pickle)
#60446 commented on
Apr 10, 2022 • 0 new comments -
Report failing url in URLError?
#60451 commented on
Apr 10, 2022 • 0 new comments -
pickle special methods are looked up on the instance rather than the type
#60455 commented on
Apr 10, 2022 • 0 new comments -
test_local.TestEnUSCollection failures on Solaris 10
#60462 commented on
Apr 10, 2022 • 0 new comments -
sendmsg, recvmsg, recvmsg_into et al not being detected on Solaris
#60467 commented on
Apr 10, 2022 • 0 new comments -
C-API documentation clarification for tp_dictoffset
#60476 commented on
Apr 10, 2022 • 0 new comments -
Improve os.rename documentation and tests
#60482 commented on
Apr 10, 2022 • 0 new comments -
Sporadic test_utime() failures on Solaris
#60491 commented on
Apr 10, 2022 • 0 new comments -
TextTestResult uses TestCase.__str__() which isn't customisable (vs id() or shortDescription())
#60492 commented on
Apr 10, 2022 • 0 new comments -
Enable darwin-host cross compilation. Tested with build=linux, host=darwin
#60495 commented on
Apr 10, 2022 • 0 new comments -
Undocumented (?) behaviour change in argparse from 3.2.3 to 3.3.0
#60512 commented on
Apr 10, 2022 • 0 new comments -
zipfile: allow surrogates in filenames
#60514 commented on
Apr 10, 2022 • 0 new comments -
New command line option supported by unittest.main() for running initialization code before tests
#60516 commented on
Apr 10, 2022 • 0 new comments -
FTP_TLS in ftplib not supporting prot_p storlines in FTP7.5
#60522 commented on
Apr 10, 2022 • 0 new comments -
win_add2path.py sets wrong user path
#60532 commented on
Apr 10, 2022 • 0 new comments -
Document whether it's safe to use bytes for struct format string
#60553 commented on
Apr 10, 2022 • 0 new comments -
wrong type for wintypes.BYTE
#60580 commented on
Apr 10, 2022 • 0 new comments -
argparse: append action with default list adds to list instead of overriding
#60603 commented on
Apr 10, 2022 • 0 new comments -
argparse with many choices can generate absurdly long usage message
#60622 commented on
Apr 10, 2022 • 0 new comments -
turtle with compound shape doesn't get clicks
#60632 commented on
Apr 10, 2022 • 0 new comments -
issubclass doc improvement
#60641 commented on
Apr 10, 2022 • 0 new comments -
PATH_MAX vs MAXPATHLEN vs pathconf(..., _PC_PATH_MAX).
#60646 commented on
Apr 10, 2022 • 0 new comments -
pdb raises BdbQuit on 'quit' when started with set_trace
#60650 commented on
Apr 10, 2022 • 0 new comments -
quopri module differences in quoted-printable text with whitespace
#60677 commented on
Apr 10, 2022 • 0 new comments -
Allow ssl certificates to be specified from memory rather than files.
#60691 commented on
Apr 10, 2022 • 0 new comments -
include the "object" type in the lists of documented types
#60712 commented on
Apr 10, 2022 • 0 new comments -
imghdr doesn't recognize variant jpeg formats
#60716 commented on
Apr 10, 2022 • 0 new comments -
TypeError message incorrect for max() with one keyword arg
#60719 commented on
Apr 10, 2022 • 0 new comments -
subprocess.Popen() TypeError message incorrect without args argument
#60724 commented on
Apr 10, 2022 • 0 new comments -
wave file module does not support 32bit float format
#60729 commented on
Apr 10, 2022 • 0 new comments -
json encoder unable to handle decimal
#60739 commented on
Apr 10, 2022 • 0 new comments -
improve TypeError messages for missing arguments (meta issue)
#60747 commented on
Apr 10, 2022 • 0 new comments -
Increase Py_AddPendingCall array size
#60769 commented on
Apr 10, 2022 • 0 new comments -
allow constructors to be documented separately from class
#60772 commented on
Apr 10, 2022 • 0 new comments -
ctypes: unions as arguments
#60779 commented on
Apr 10, 2022 • 0 new comments -
ctypes: structure with bitfields as argument
#60780 commented on
Apr 10, 2022 • 0 new comments -
Suspect test.test_codeccallbacks.test_mutatingdecodehandler
#60781 commented on
Apr 10, 2022 • 0 new comments -
immutable subclass constructor call error does not show subclass name
#60812 commented on
Apr 10, 2022 • 0 new comments -
os.environ updates only one copy of env vars under Windows (GetEnvironmentVariable vs. getenv)
#60837 commented on
Apr 10, 2022 • 0 new comments -
Add a PyCF_DISPLAY_EXPRESSION_RESULTS flag
#60853 commented on
Apr 10, 2022 • 0 new comments -
[doc] socket.getfqdn docs are not explicit enough about the algorithm.
#60856 commented on
Apr 10, 2022 • 0 new comments -
Add advice about non-ASCII wsgiref PATH_INFO
#60883 commented on
Apr 10, 2022 • 0 new comments -
Unicode property value abbreviated names and long names
#60888 commented on
Apr 10, 2022 • 0 new comments -
configure incorrectly adds -OPT:Olimit=0 for clang
#60925 commented on
Apr 10, 2022 • 0 new comments -
expat ParseFile expects bytes, not string
#60930 commented on
Apr 10, 2022 • 0 new comments -
[doc] xxlimited/xxmodule docstrings ambiguous
#60935 commented on
Apr 10, 2022 • 0 new comments -
Solaris ctypes_test failures
#60937 commented on
Apr 10, 2022 • 0 new comments -
Different behaviours in script run directly and via runpy.run_module
#60941 commented on
Apr 10, 2022 • 0 new comments -
texttestresult should decorate the stream with _WritelnDecorator
#60943 commented on
Apr 10, 2022 • 0 new comments -
Make CPython test package discoverable
#60952 commented on
Apr 10, 2022 • 0 new comments -
execfile/exec execution in other than global scope uses locals(), leading to undefined behavior
#60985 commented on
Apr 10, 2022 • 0 new comments -
argparse doesn't offer localization interface for "version" action
#60990 commented on
Apr 10, 2022 • 0 new comments -
Preserve original representation for integers / floats in docstrings
#61005 commented on
Apr 10, 2022 • 0 new comments -
argparse group nesting lost on inheritance
#61011 commented on
Apr 10, 2022 • 0 new comments -
test___all__ affects other tests by doing too much importing
#61021 commented on
Apr 10, 2022 • 0 new comments -
execv (et al.) should invoke atexit handlers before executing new code
#61026 commented on
Apr 10, 2022 • 0 new comments -
Better docs for ABCMeta.__subclasshook__
#61035 commented on
Apr 10, 2022 • 0 new comments -
ioctl mutate_flag behavior in regard to the buffer size limit
#61038 commented on
Apr 10, 2022 • 0 new comments -
Allow to override a function signature for pydoc with a docstring
#61046 commented on
Apr 10, 2022 • 0 new comments -
warnings.simplefilter should validate input
#61049 commented on
Apr 10, 2022 • 0 new comments -
makesetup should support .S source files
#61073 commented on
Apr 10, 2022 • 0 new comments -
argparse: positional args with nargs='*' defaults to []
#61082 commented on
Apr 10, 2022 • 0 new comments -
SQLite3 iterdump ordering
#61089 commented on
Apr 10, 2022 • 0 new comments -
facilitate log output starting at beginning of line
#61093 commented on
Apr 10, 2022 • 0 new comments -
Add support for C99 complex type (_Complex) as ctypes.c_complex
#61103 commented on
Apr 10, 2022 • 0 new comments -
In http.cookiejar.FileCookieJar() the .load() and .revert() methods don't work
#61105 commented on
Apr 10, 2022 • 0 new comments -
Add OSS module support for Solaris
#61106 commented on
Apr 10, 2022 • 0 new comments -
urlparse: add userinfo attribute
#61113 commented on
Apr 10, 2022 • 0 new comments -
Separate built-in types from functions and group similar functions in functions.rst
#61131 commented on
Apr 10, 2022 • 0 new comments -
rewrite CGIHTTPRequestHandler to always use subprocess
#61149 commented on
Apr 10, 2022 • 0 new comments -
The sqlite3 context manager does not work with isolation_level=None
#61162 commented on
Apr 10, 2022 • 0 new comments -
Add 'm' format specifier for mon_grouping etc.
#61168 commented on
Apr 10, 2022 • 0 new comments -
Fix test discovery for test_concurrent_futures.py
#61172 commented on
Apr 10, 2022 • 0 new comments -
argparse: mismatch between choices parsing and usage/error message
#61181 commented on
Apr 10, 2022 • 0 new comments -
Expand zipimport to include other compression methods
#61206 commented on
Apr 10, 2022 • 0 new comments -
Add advice on best practices for hashing secrets
#61208 commented on
Apr 10, 2022 • 0 new comments -
Allow waiting on a mock
#61215 commented on
Apr 10, 2022 • 0 new comments -
pdb frames accessible after the termination occurs on uncaught exception
#61228 commented on
Apr 10, 2022 • 0 new comments -
calendar should understand full- vs. half-width characters
#61250 commented on
Apr 10, 2022 • 0 new comments -
ftplib.ftpcp test
#61257 commented on
Apr 10, 2022 • 0 new comments -
tokenize unconditionally emits NL after comment lines & blank lines
#61263 commented on
Apr 10, 2022 • 0 new comments -
An os.walk inspired replacement for pkgutil.walk_packages
#61264 commented on
Apr 10, 2022 • 0 new comments -
assert_called_with could be more powerful if it allowed placeholders
#61265 commented on
Apr 10, 2022 • 0 new comments -
can't specify newline string for readline for binary files
#61285 commented on
Apr 10, 2022 • 0 new comments -
ElementTree incorrectly refuses to write attributes without namespaces when default_namespace is used
#61290 commented on
Apr 10, 2022 • 0 new comments -
Shared modules built with Modules/Setup are not found when run from build directory
#61297 commented on
Apr 10, 2022 • 0 new comments -
[doc] import silently prefers package over module when both available
#61310 commented on
Apr 10, 2022 • 0 new comments -
Mishandled _POSIX_C_SOURCE and _XOPEN_SOURCE in pyconfig.h
#61322 commented on
Apr 10, 2022 • 0 new comments -
Add OCSP support to ssl module
#61325 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.dummy.Pool does not accept maxtasksperchild argument
#61329 commented on
Apr 10, 2022 • 0 new comments -
MozillaCookieJar does not handle session cookies
#61366 commented on
Apr 10, 2022 • 0 new comments -
shutil copy* unsafe on POSIX - they preserve setuid/setgit bits
#61382 commented on
Apr 10, 2022 • 0 new comments -
signal.default_int_handler should set signal number on the raised exception
#61384 commented on
Apr 10, 2022 • 0 new comments -
no way to introspect registered atexit handlers
#61388 commented on
Apr 10, 2022 • 0 new comments -
argparser's subparsers.add_parser() should accept an ArgumentParser
#61406 commented on
Apr 10, 2022 • 0 new comments -
support title and description in argparse add_mutually_exclusive_group
#61420 commented on
Apr 10, 2022 • 0 new comments -
libintl should also check for libiconv
#61428 commented on
Apr 10, 2022 • 0 new comments -
unable to discover preferred HTTPConnection class
#61431 commented on
Apr 10, 2022 • 0 new comments -
http.client header debug output format
#61435 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Add import statement completion
#61440 commented on
Apr 10, 2022 • 0 new comments -
XML vulnerabilities in Python
#61441 commented on
Apr 10, 2022 • 0 new comments -
argparse: subcommand name and arity
#61442 commented on
Apr 10, 2022 • 0 new comments -
inspect.getargvalues fails if arg name is not bound to a value
#61448 commented on
Apr 10, 2022 • 0 new comments -
int and float should detect inconsistent format strings
#61449 commented on
Apr 10, 2022 • 0 new comments -
argparse: Issue 15906 patch; positional with nargs='*' and string default
#61452 commented on
Apr 10, 2022 • 0 new comments -
LWPCookieJar load() set domain_specifed wrong
#61453 commented on
Apr 10, 2022 • 0 new comments -
add thai encoding aliases to encodings.aliases
#61456 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.connection challenge implicitly uses MD5
#61460 commented on
Apr 10, 2022 • 0 new comments -
Document round half to even rule for floats
#61461 commented on
Apr 10, 2022 • 0 new comments -
crash when tp_dealloc allows other threads
#61465 commented on
Apr 10, 2022 • 0 new comments -
datetime.time support for '+' and '-'
#61469 commented on
Apr 10, 2022 • 0 new comments -
incorrect line numbers in backtrace after removing a trace function
#61479 commented on
Apr 10, 2022 • 0 new comments -
Document which named built-in classes can be subclassed
#61481 commented on
Apr 10, 2022 • 0 new comments -
__slots__ on PyVarObject subclass
#61497 commented on
Apr 10, 2022 • 0 new comments -
An in-place version of many bytearray methods is needed
#61503 commented on
Apr 10, 2022 • 0 new comments -
IDNA2008 encoding is missing
#61507 commented on
Apr 10, 2022 • 0 new comments -
http.server.BaseHTTPRequestHandler send_response_only doesn't check the type and value of the code.
#61521 commented on
Apr 10, 2022 • 0 new comments -
urllib.request add_header() currently allows trailing spaces (and other weird stuff)
#61524 commented on
Apr 10, 2022 • 0 new comments -
input() and raw_input() do not work correctly with colored prompts
#61539 commented on
Apr 10, 2022 • 0 new comments -
http.cookies: Handle malformed cookie
#61542 commented on
Apr 10, 2022 • 0 new comments -
enable-new-dtags only for GNU ELF linker
#61564 commented on
Apr 10, 2022 • 0 new comments -
Message.get_filename produces exception if the RFC2231 encoding is ill-formed
#61571 commented on
Apr 10, 2022 • 0 new comments -
Remove restriction against Semaphore having a negative value
#61576 commented on
Apr 10, 2022 • 0 new comments -
[doc] Possibly ambiguous phrasing in tutorial/modules#more-on-modules
#61585 commented on
Apr 10, 2022 • 0 new comments -
ttk::themes missing from ttk.py
#61599 commented on
Apr 10, 2022 • 0 new comments -
ValueError: can't have unbuffered text I/O for io.open(1, 'wt', 0)
#61606 commented on
Apr 10, 2022 • 0 new comments -
Generator-based HTMLParser
#61612 commented on
Apr 10, 2022 • 0 new comments -
Documentation links for io.open
#61620 commented on
Apr 10, 2022 • 0 new comments -
Drop restriction that meta.__prepare__() must return a dict (subclass)
#61623 commented on
Apr 10, 2022 • 0 new comments -
hashlib: add a method to hash the content of a file
#61638 commented on
Apr 10, 2022 • 0 new comments -
Difference between open and codecs.open
#61639 commented on
Apr 10, 2022 • 0 new comments -
doctest test finder doesnt find line numbers of properties
#61648 commented on
Apr 10, 2022 • 0 new comments -
OS X test for Tk availability in runtktests.py doesn't work
#61698 commented on
Apr 10, 2022 • 0 new comments -
[doc] email.header.Header.__unicode__ does not decode header
#61707 commented on
Apr 10, 2022 • 0 new comments -
Improve IDLE news handling
#61708 commented on
Apr 10, 2022 • 0 new comments -
To add history time format in readline
#61709 commented on
Apr 10, 2022 • 0 new comments -
urllib2 cannnot handle https and BasicAuth via Proxy.
#61720 commented on
Apr 10, 2022 • 0 new comments -
unittest keeps references to test cases alive
#61736 commented on
Apr 10, 2022 • 0 new comments -
csv.DictReader should fail if >1 column has the same name
#61739 commented on
Apr 10, 2022 • 0 new comments -
[doc] os.listdir and os.path.join inconsistent on empty path
#61745 commented on
Apr 10, 2022 • 0 new comments -
Document the circumstances where the locals() dict get updated
#61746 commented on
Apr 10, 2022 • 0 new comments -
Windows - accessing drive with nothing mounted forces user interaction
#61751 commented on
Apr 10, 2022 • 0 new comments -
gdb debugging python frames in optimised interpreters
#61758 commented on
Apr 10, 2022 • 0 new comments -
PyNumber_Index() is not int-subclass friendly (or operator.index() docs lie)
#61776 commented on
Apr 10, 2022 • 0 new comments -
IDLE HOWTO
#61783 commented on
Apr 10, 2022 • 0 new comments -
Make documentation about macros in C API explicit about rvalue vs statement
#61789 commented on
Apr 10, 2022 • 0 new comments -
mailbox.py tries to link even on filesystem wihch does not support symbolic links
#61793 commented on
Apr 10, 2022 • 0 new comments -
Python interactive console doesn't use sys.stdin for input
#61820 commented on
Apr 10, 2022 • 0 new comments -
Datetime and time doesn't update timezone in a running Win app
#61827 commented on
Apr 10, 2022 • 0 new comments -
IDLE add font resizing hot keys and wheel
#61842 commented on
Apr 10, 2022 • 0 new comments -
Add skip_on_windows decorator to test.support
#61852 commented on
Apr 10, 2022 • 0 new comments -
no way to determine First weekday (based on locale)
#61859 commented on
Apr 10, 2022 • 0 new comments -
add `copy_from` argument to temporaryfile
#61873 commented on
Apr 10, 2022 • 0 new comments -
Work with an extra field of gzip and zip files
#61881 commented on
Apr 10, 2022 • 0 new comments -
socket.getsockname() inconsistent return type with AF_UNIX
#61883 commented on
Apr 10, 2022 • 0 new comments -
Incorrect stacktrace from pdb
#61897 commented on
Apr 10, 2022 • 0 new comments -
Use FileRead and FileWrite in fileio.c on Windows
#61923 commented on
Apr 10, 2022 • 0 new comments -
allow the testsuite to run in the installed location
#61950 commented on
Apr 10, 2022 • 0 new comments -
platform._parse_release_file doesn't close the /etc/lsb-release file, doesn't know about 'Ubuntu'
#61961 commented on
Apr 10, 2022 • 0 new comments -
python-config --ldflags gives broken output when statically linking Python with --as-needed
#61969 commented on
Apr 10, 2022 • 0 new comments -
unable to disable -r in run_tests.py
#61974 commented on
Apr 10, 2022 • 0 new comments -
IDLE Internationalization
#61976 commented on
Apr 10, 2022 • 0 new comments -
run the testsuite in batched mode
#61983 commented on
Apr 10, 2022 • 0 new comments -
the test suite should honor an http_proxy for running the test suite
#61984 commented on
Apr 10, 2022 • 0 new comments -
Unhelpful UnboundLocalError due to del'ing of exception target
#61992 commented on
Apr 10, 2022 • 0 new comments -
removes need for CONFIG_SITE external configuration
#62019 commented on
Apr 10, 2022 • 0 new comments -
pty.spawn handles errors improperly
#62024 commented on
Apr 10, 2022 • 0 new comments -
csv.Sniffer.snif doesn't set up the dialect properly for a csv created with dialect=csv.excel_tab and containing quote (") char
#62029 commented on
Apr 10, 2022 • 0 new comments -
base64_codec uses assert for runtime validity checks
#62040 commented on
Apr 10, 2022 • 0 new comments -
Built-in module _io can lose data from buffered files in reference cycles
#62052 commented on
Apr 10, 2022 • 0 new comments -
Different documentation for identical methods
#62058 commented on
Apr 10, 2022 • 0 new comments -
Python does not provide PyLong_FromIntMax_t() or PyLong_FromUintMax_t() function
#62070 commented on
Apr 10, 2022 • 0 new comments -
There is no way to get a list of available codecs
#62078 commented on
Apr 10, 2022 • 0 new comments -
docs: summary page - generator vs iterator vs iterable
#62087 commented on
Apr 10, 2022 • 0 new comments -
argparse: mutually exclusive groups full of help-suppressed args can cause AssertionErrors
#62090 commented on
Apr 10, 2022 • 0 new comments -
Unittest runner needs an option to call gc.collect() after each test
#62108 commented on
Apr 10, 2022 • 0 new comments -
Deprecate stat.S_IF* integer constants
#62124 commented on
Apr 10, 2022 • 0 new comments -
Misleading information about slice assignment in docs
#62139 commented on
Apr 10, 2022 • 0 new comments -
IDLE Debugger: Improve GUI
#62142 commented on
Apr 10, 2022 • 0 new comments -
tkinter: change API of non-functioning peer_create, does not instantiate Text
#62145 commented on
Apr 10, 2022 • 0 new comments -
concurrent.futures: add ScheduledExecutor
#62156 commented on
Apr 10, 2022 • 0 new comments -
Clarify the required behaviour of locals()
#62160 commented on
Apr 10, 2022 • 0 new comments -
Deprecate the frame hack for implicitly getting module details
#62163 commented on
Apr 10, 2022 • 0 new comments -
Mutlithread XML parsing cause segfault
#62170 commented on
Apr 10, 2022 • 0 new comments -
inspect module docs omits many functions
#62172 commented on
Apr 10, 2022 • 0 new comments -
io and _pyio modules require the _io module
#62184 commented on
Apr 10, 2022 • 0 new comments -
lzma module very slow with line-oriented reading.
#62203 commented on
Apr 10, 2022 • 0 new comments -
Inconsistency between quopri.decodestring() and email.quoprimime.decode()
#62222 commented on
Apr 10, 2022 • 0 new comments -
Add more exception related assertions to unittest
#62254 commented on
Apr 10, 2022 • 0 new comments -
Add multibyte encoding support to pyexpat
#62259 commented on
Apr 10, 2022 • 0 new comments -
Updating _fields_ of a derived struct type yields a bad cif
#62260 commented on
Apr 10, 2022 • 0 new comments -
IDLE: add current directory to open_module
#62264 commented on
Apr 10, 2022 • 0 new comments -
pickle + weakref.proxy(self)
#62268 commented on
Apr 10, 2022 • 0 new comments -
Subprocess searches special directories before PATH on Windows
#62269 commented on
Apr 10, 2022 • 0 new comments -
unable to invoke socket.connect with AF_UNSPEC
#62295 commented on
Apr 10, 2022 • 0 new comments -
wsgiref sets Content-Length: 0 on 304 Not Modified
#62299 commented on
Apr 10, 2022 • 0 new comments -
shutil.chown should support dir_fd and follow_symlinks keyword arguments
#62308 commented on
Apr 10, 2022 • 0 new comments -
urllib.FancyURLopener does not treat URL fragments correctly
#62319 commented on
Apr 10, 2022 • 0 new comments -
fnmatchicase for case insensitive file search
#62323 commented on
Apr 10, 2022 • 0 new comments -
email module should have a way to prepend and insert headers
#62339 commented on
Apr 10, 2022 • 0 new comments -
python imaplib - error 'unexpected response'
#62353 commented on
Apr 10, 2022 • 0 new comments -
Add an 'attr' attribute to AttributeError
#62356 commented on
Apr 10, 2022 • 0 new comments -
call fchdir if subprocess.Popen(cwd=integer|fileobject)
#62361 commented on
Apr 10, 2022 • 0 new comments -
Add index attribute to IndexError
#62362 commented on
Apr 10, 2022 • 0 new comments -
Add a 'key' attribute to KeyError
#62363 commented on
Apr 10, 2022 • 0 new comments -
Add 'unexpected_type' to TypeError
#62365 commented on
Apr 10, 2022 • 0 new comments -
define built-in exceptions in Python code
#62370 commented on
Apr 10, 2022 • 0 new comments -
Add MixedTypeKey to reprlib
#62373 commented on
Apr 10, 2022 • 0 new comments -
PEP447: Add type.__getdescriptor__
#62381 commented on
Apr 10, 2022 • 0 new comments -
ERROR: test_no_optimize_flag on Mageia Linux Cauldron x86-64 with certain configure flags
#62388 commented on
Apr 10, 2022 • 0 new comments -
urllib2/urllib.parse.splitport does not handle IPv6 correctly
#62391 commented on
Apr 10, 2022 • 0 new comments -
running a suite with no tests is not an error
#62432 commented on
Apr 10, 2022 • 0 new comments -
SSLSocket.getpeercertchain()
#62433 commented on
Apr 10, 2022 • 0 new comments -
Unicodedata module should provide access to codepoint aliases
#62434 commented on
Apr 10, 2022 • 0 new comments -
_sysconfigdata.py wrong on AIX installations
#62435 commented on
Apr 10, 2022 • 0 new comments -
str.isspace should use the Unicode White_Space property
#62436 commented on
Apr 10, 2022 • 0 new comments -
ZipInfo.external_attr are not documented
#62462 commented on
Apr 10, 2022 • 0 new comments -
Add new parameter format for converter function w/ position number
#62469 commented on
Apr 10, 2022 • 0 new comments -
Documentation is too personalized
#62480 commented on
Apr 10, 2022 • 0 new comments -
codecs.open interprets FS, RS, GS as line ends
#62491 commented on
Apr 10, 2022 • 0 new comments -
Change script_helper to use universal_newlines=True in _assert_python
#62499 commented on
Apr 10, 2022 • 0 new comments -
ElementTree -- provide a way to ignore namespace in tags and searches
#62504 commented on
Apr 10, 2022 • 0 new comments -
Relative path in co_filename for zipped modules
#62507 commented on
Apr 10, 2022 • 0 new comments -
Make python slightly more relocatable
#62509 commented on
Apr 10, 2022 • 0 new comments -
Idle: stop depending on console output
#62518 commented on
Apr 10, 2022 • 0 new comments -
gettext() cannot find translations with plural forms
#62519 commented on
Apr 10, 2022 • 0 new comments -
'GzipFile' object has no attribute 'extrastart'
#62523 commented on
Apr 10, 2022 • 0 new comments -
for line in socket.makefile() speed degradation
#62529 commented on
Apr 10, 2022 • 0 new comments -
Doc that runpy.run_path and run_module copy module globals
#62531 commented on
Apr 10, 2022 • 0 new comments -
type(name, bases, dict) does not call metaclass' __prepare__ attribute
#62534 commented on
Apr 10, 2022 • 0 new comments -
Add textwrap.dedent, .indent, as str methods.
#62535 commented on
Apr 10, 2022 • 0 new comments -
float related test has problem with Denormal Flush to Zero compiler options
#62540 commented on
Apr 10, 2022 • 0 new comments -
argparse usage should preserve () in metavars such as range(20)
#62549 commented on
Apr 10, 2022 • 0 new comments -
X509 cert class for ssl module
#62569 commented on
Apr 10, 2022 • 0 new comments -
let code force str(bytes) to raise an exception
#62573 commented on
Apr 10, 2022 • 0 new comments -
show the effective count of process when running the testsuite
#62576 commented on
Apr 10, 2022 • 0 new comments -
unittest warnings counter
#62581 commented on
Apr 10, 2022 • 0 new comments -
Add 'symbols' link to pydoc's html menu bar.
#62587 commented on
Apr 10, 2022 • 0 new comments -
socket.fromfd()'s API is difficult or impossible to use correctly in general
#62591 commented on
Apr 10, 2022 • 0 new comments -
Minor increase to Pickle test coverage
#62600 commented on
Apr 10, 2022 • 0 new comments -
urlopen() has a hidden default for its timeout argument
#62617 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Revise macOS key bindings, make new one.
#62644 commented on
Apr 10, 2022 • 0 new comments -
CDLL does not use same paths as util.find_library
#62702 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Improve Mock_Text
#62704 commented on
Apr 10, 2022 • 0 new comments -
[doc] State clearly that open() 'file' param is "name" attr of the result
#62734 commented on
Apr 10, 2022 • 0 new comments -
urllib.parse.urlopen shouldn't ignore installed opener when called with any SSL argument
#62743 commented on
Apr 10, 2022 • 0 new comments -
Fix Bluetooth address parser
#62764 commented on
Apr 10, 2022 • 0 new comments -
Fixing tarfile._mode when using gzip via ":gz"
#62775 commented on
Apr 10, 2022 • 0 new comments -
Idle: enhance FormatParagraph
#62783 commented on
Apr 10, 2022 • 0 new comments -
zipfile: symlinks etc.
#62795 commented on
Apr 10, 2022 • 0 new comments -
"_io" module names itself "io"
#62802 commented on
Apr 10, 2022 • 0 new comments -
Mac: Some Python Launcher issues
#62811 commented on
Apr 10, 2022 • 0 new comments -
Enhanced \N{} escapes for Unicode strings
#62814 commented on
Apr 10, 2022 • 0 new comments -
enable more ssl socket options with get_server_certificate
#62816 commented on
Apr 10, 2022 • 0 new comments -
AIA chasing for missing intermediate certificates on TLS connections
#62817 commented on
Apr 10, 2022 • 0 new comments -
Add alias for iso-8859-8-i which is the same as iso-8859-8
#62824 commented on
Apr 10, 2022 • 0 new comments -
ks_c-5601-1987 is used by microsoft when it really means cp949
#62825 commented on
Apr 10, 2022 • 0 new comments -
Add a configure option for performance guided optimization
#62845 commented on
Apr 10, 2022 • 0 new comments -
test failures on KFreeBSD
#62851 commented on
Apr 10, 2022 • 0 new comments -
Wrong struct members name for spwd module
#62878 commented on
Apr 10, 2022 • 0 new comments -
include a codec to handle escaping only control characters but not any others
#62879 commented on
Apr 10, 2022 • 0 new comments -
getxattr on Linux ZFS native filesystem happily returns partial values
#62894 commented on
Apr 10, 2022 • 0 new comments -
Unify arguments names in Unicode object C API documentation
#62897 commented on
Apr 10, 2022 • 0 new comments -
Pure Python operator.index doesn't match the C version.
#62912 commented on
Apr 10, 2022 • 0 new comments -
Clearly document the use of PYTHONIOENCODING to set surrogateescape
#62913 commented on
Apr 10, 2022 • 0 new comments -
test for request.urlretrieve
#62917 commented on
Apr 10, 2022 • 0 new comments -
Increased test coverage for filecmp.py
#62928 commented on
Apr 10, 2022 • 0 new comments -
Increased test coverage for uu and telnet
#62931 commented on
Apr 10, 2022 • 0 new comments -
Abstract base class for hashlib
#62942 commented on
Apr 10, 2022 • 0 new comments -
doc: pathological performance using tarfile
#62944 commented on
Apr 10, 2022 • 0 new comments -
A manager's server never joins its threads
#62951 commented on
Apr 10, 2022 • 0 new comments -
unittest needs a way to launch pdb.post_mortem or other debug hooks
#62965 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Autocomplete in editor doesn't work for un-imported modules
#62966 commented on
Apr 10, 2022 • 0 new comments -
csv documentation does not note default quote constant
#62967 commented on
Apr 10, 2022 • 0 new comments -
argparse remove subparser
#62969 commented on
Apr 10, 2022 • 0 new comments -
There is still last bit of GNU Pth code in signalmodule.c
#62974 commented on
Apr 10, 2022 • 0 new comments -
email docstrings and comments use python 2 language (Unicode strings)
#62978 commented on
Apr 10, 2022 • 0 new comments -
pstats - allow stats sorting by cumulative time per call and total time per call
#62995 commented on
Apr 10, 2022 • 0 new comments -
Add utilities to "clean" surrogate code points from strings
#63014 commented on
Apr 10, 2022 • 0 new comments -
"mmap.flush()" is always synchronous, hurting performance
#63016 commented on
Apr 10, 2022 • 0 new comments -
json.dump() ignores its 'default' option when serializing dictionary keys
#63020 commented on
Apr 10, 2022 • 0 new comments -
Idle: use pipes instead of sockets to talk with user subprocess
#63023 commented on
Apr 10, 2022 • 0 new comments -
urljoin behaves differently with custom and standard schemas
#63028 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.reduction is undocumented
#63037 commented on
Apr 10, 2022 • 0 new comments -
In unittest.TestResult .startTestRun() and .stopTestRun() methods don't work
#63048 commented on
Apr 10, 2022 • 0 new comments -
Problems with recursive automatic exception chaining
#63061 commented on
Apr 10, 2022 • 0 new comments -
Implement __subclasshook__() for Finders and Loaders in importlib.abc
#63062 commented on
Apr 10, 2022 • 0 new comments -
Idle: Auto insertion of the closing parens, brackets, and braces
#63075 commented on
Apr 10, 2022 • 0 new comments -
ssl.SSLSocket shutdown doesn't behave like socket.shutdown
#63080 commented on
Apr 10, 2022 • 0 new comments -
BytesGenerator does not handle 'binary' CTE correctly
#63086 commented on
Apr 10, 2022 • 0 new comments -
Make ElementTree event handling more modular to allow custom targets for the non-blocking parser
#63102 commented on
Apr 10, 2022 • 0 new comments -
IDLE file-completion is case-sensitive in Windows
#63103 commented on
Apr 10, 2022 • 0 new comments -
In imaplib, cached capabilities may be out of date after login
#63121 commented on
Apr 10, 2022 • 0 new comments -
argparse: default args in mutually exclusive groups
#63143 commented on
Apr 10, 2022 • 0 new comments -
Non-UTF8 encoding line
#63161 commented on
Apr 10, 2022 • 0 new comments -
Find a way to detect incorrectly skipped tests
#63168 commented on
Apr 10, 2022 • 0 new comments -
Use argparse in the profile/cProfile modules
#63171 commented on
Apr 10, 2022 • 0 new comments -
timeit: Use thousands separators and print number of loops per second
#63175 commented on
Apr 10, 2022 • 0 new comments -
The -t option has no effect in for uu command-line
#63177 commented on
Apr 10, 2022 • 0 new comments -
precise time.time() under Windows 8: use GetSystemTimePreciseAsFileTime
#63207 commented on
Apr 10, 2022 • 0 new comments -
selectors: towards uniform EBADF handling
#63217 commented on
Apr 10, 2022 • 0 new comments -
autospecced namedtuples should be truthy by default
#63216 commented on
Apr 10, 2022 • 0 new comments -
Improve handling of type.__abstractmethods__ descriptor
#63222 commented on
Apr 10, 2022 • 0 new comments -
tokenize.generate_tokens treat '\f' symbol as the end of file (when reading in unicode)
#63235 commented on
Apr 10, 2022 • 0 new comments -
Unify buffered readers
#63251 commented on
Apr 10, 2022 • 0 new comments -
test_sys.test_ioencoding_nonascii() fails with ASCII locale encoding
#63258 commented on
Apr 10, 2022 • 0 new comments -
In place operators of weakref.proxy() not returning self.
#63270 commented on
Apr 10, 2022 • 0 new comments -
Inability to specific __qualname__ as a property on a class instance.
#63273 commented on
Apr 10, 2022 • 0 new comments -
zipimport behaves badly when the zip file changes while the process is running
#63281 commented on
Apr 10, 2022 • 0 new comments -
IDNA prefix should be case insensitive
#63283 commented on
Apr 10, 2022 • 0 new comments -
urljoin should raise a TypeError if URL is not a string
#63293 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.Pool._terminate_pool restarts workers during shutdown
#63295 commented on
Apr 10, 2022 • 0 new comments -
Use backslashreplace in pprint
#63299 commented on
Apr 10, 2022 • 0 new comments -
Add tests for CLI of the tabnanny module
#63301 commented on
Apr 10, 2022 • 0 new comments -
Use pprint in displayhook
#63302 commented on
Apr 10, 2022 • 0 new comments -
os.execv executes in background on Windows
#63323 commented on
Apr 10, 2022 • 0 new comments -
[doc] Embedding into a shared library fails again
#63352 commented on
Apr 10, 2022 • 0 new comments -
AttributeError: 'NoneType' in http/client.py when using select when file descriptor is closed.
#63353 commented on
Apr 10, 2022 • 0 new comments -
Expose Queue maxsize parameter to multiprocessing.Pool class
#63372 commented on
Apr 10, 2022 • 0 new comments -
Allow multiprocessing Pool initializer to return values
#63384 commented on
Apr 10, 2022 • 0 new comments -
Calling assertEquals for moderately long list takes too long
#63416 commented on
Apr 10, 2022 • 0 new comments -
add inspect functions to retrieve attributes from both old dir() and overridden dir()
#63438 commented on
Apr 10, 2022 • 0 new comments -
bitwise ops for bytes of equal length
#63450 commented on
Apr 10, 2022 • 0 new comments -
Optimize marshal format and add version token.
#63455 commented on
Apr 10, 2022 • 0 new comments -
Add a datatype to represent mime types to the email module
#63479 commented on
Apr 10, 2022 • 0 new comments -
Clarify compile and eval interaction.
#63489 commented on
Apr 10, 2022 • 0 new comments -
Use __attribute__(cleanup ...) to detect refleaks
#63497 commented on
Apr 10, 2022 • 0 new comments -
Add support for AIX pollset efficient event I/O polling
#63501 commented on
Apr 10, 2022 • 0 new comments -
ctypes.util.find_library should examine binary's RPATH on Solaris
#63516 commented on
Apr 10, 2022 • 0 new comments -
codeop misclassifies incomplete code with 'nonlocal'
#63534 commented on
Apr 10, 2022 • 0 new comments -
reversed() does not work with weakref.proxy of sequences
#63558 commented on
Apr 10, 2022 • 0 new comments -
nturl2path test coverage
#63582 commented on
Apr 10, 2022 • 0 new comments -
AbstractBasicAuthHandler
#63601 commented on
Apr 10, 2022 • 0 new comments -
Simplify per-instance control of help() output
#63603 commented on
Apr 10, 2022 • 0 new comments -
Define PY_UINT64_T on Windows 32bit
#63632 commented on
Apr 10, 2022 • 0 new comments -
pydoc.py doesn't detect IronPython, help(foo) can hang
#63652 commented on
Apr 10, 2022 • 0 new comments -
Python does not support the GEORGIAN-PS charset
#63658 commented on
Apr 10, 2022 • 0 new comments -
textwrap.dedent doesn't work properly with strings containing CRLF
#63678 commented on
Apr 10, 2022 • 0 new comments -
Allow more low-level parser configuration in ElementTree
#63682 commented on
Apr 10, 2022 • 0 new comments -
context manager for measuring duration of blocks of code
#63694 commented on
Apr 10, 2022 • 0 new comments -
ftplib: Add client-side SSL session resumption
#63699 commented on
Apr 10, 2022 • 0 new comments -
sysconfig variables introduced by PEP-3149 are currently undocumented
#63716 commented on
Apr 10, 2022 • 0 new comments -
Parallel build race condition on AIX since python-2.7
#63720 commented on
Apr 10, 2022 • 0 new comments -
Unloading docstrings from memory if -OO is given
#63732 commented on
Apr 10, 2022 • 0 new comments -
HTTPS proxy support missing without warning
#63746 commented on
Apr 10, 2022 • 0 new comments -
Provide Tcl/Tk linkage information for extension module builds
#63757 commented on
Apr 10, 2022 • 0 new comments -
request to reopen Issue837046 - pyport.h redeclares gethostname() if SOLARIS is defined
#63760 commented on
Apr 10, 2022 • 0 new comments -
subprocess: on Windows, unwanted file handles are inherited by child processes in a multithreaded application
#63774 commented on
Apr 10, 2022 • 0 new comments -
memoryview bind (the opposite of release)
#63776 commented on
Apr 10, 2022 • 0 new comments -
Frame annotation
#63784 commented on
Apr 10, 2022 • 0 new comments -
test_nntplib: sporadic failures, test_article_head_body()
#63812 commented on
Apr 10, 2022 • 0 new comments -
"ImportError: dynamic module does not define init function" when deleting and recreating .so files from different machines over NFS
#63814 commented on
Apr 10, 2022 • 0 new comments -
shutil to support equivalent of: rm -f /dir/*
#63841 commented on
Apr 10, 2022 • 0 new comments -
decouple unittest assertions from the TestCase class
#63844 commented on
Apr 10, 2022 • 0 new comments -
Format string for ASCII unicode or bytes-like object as readonly buffer
#63865 commented on
Apr 10, 2022 • 0 new comments -
Add the "htmlcharrefreplace" error handler
#63866 commented on
Apr 10, 2022 • 0 new comments -
SimpleCookie Generates Non-RFC6265-Compliant Cookies
#63869 commented on
Apr 10, 2022 • 0 new comments -
test_minidom has many empty tests
#63882 commented on
Apr 10, 2022 • 0 new comments -
test_logging test_race failed with PermissionError
#63889 commented on
Apr 10, 2022 • 0 new comments -
Rename Py_SAFE_DOWNCAST
#63891 commented on
Apr 10, 2022 • 0 new comments -
"make altinstall && make install" behaviour differs from "make install"
#63892 commented on
Apr 10, 2022 • 0 new comments -
Clarify how to use various import-related locks
#63894 commented on
Apr 10, 2022 • 0 new comments -
Update zipimport for PEP 451
#63898 commented on
Apr 10, 2022 • 0 new comments -
Update pickle to take advantage of PEP 451
#63901 commented on
Apr 10, 2022 • 0 new comments -
Richer stat object
#63924 commented on
Apr 10, 2022 • 0 new comments -
TEST_DATA_DIR for out-of-tree builds
#63944 commented on
Apr 10, 2022 • 0 new comments -
test_nntplib: sporadic failures, network isses? server down?
#63955 commented on
Apr 10, 2022 • 0 new comments -
pathlib: iterfiles() and iterdirs()
#63966 commented on
Apr 10, 2022 • 0 new comments -
NNTP: add post_message wrapper to post Email Message objects
#63969 commented on
Apr 10, 2022 • 0 new comments -
IDLE applies syntax highlighting to user input in its shell
#64007 commented on
Apr 10, 2022 • 0 new comments -
docs are missing info about module attributes
#64019 commented on
Apr 10, 2022 • 0 new comments -
deprecate pydoc.ispackage()
#64020 commented on
Apr 10, 2022 • 0 new comments -
Wire protocol encoding for the JSON module
#64036 commented on
Apr 10, 2022 • 0 new comments -
[doc] multiprocessing Proxy docs need locking semantics explained
#64063 commented on
Apr 10, 2022 • 0 new comments -
pickletools.OpcodeInfo.code is a string
#64066 commented on
Apr 10, 2022 • 0 new comments -
BaseCookie does not complain if a non RFC compliant cookie header was given
#64068 commented on
Apr 10, 2022 • 0 new comments -
json module won't parse a float that starts with a decimal point
#64070 commented on
Apr 10, 2022 • 0 new comments -
zipfile ignores deflate level settings in zipinfo object
#64093 commented on
Apr 10, 2022 • 0 new comments -
Add 128-bit integer support to struct
#64103 commented on
Apr 10, 2022 • 0 new comments -
Add 128-bit integer support to ctypes
#64104 commented on
Apr 10, 2022 • 0 new comments -
Deprecate portions or all of pkgutil module.
#64138 commented on
Apr 10, 2022 • 0 new comments -
UTF-8 encoding not enforced
#64141 commented on
Apr 10, 2022 • 0 new comments -
POSIX semantics of PATH search in execvpe is not respected
#64147 commented on
Apr 10, 2022 • 0 new comments -
inspect.getsource(obj.foo) fails when foo is an injected method constructed from another method
#64155 commented on
Apr 10, 2022 • 0 new comments -
tarfile doesn't overwrite symlink by directory
#64173 commented on
Apr 10, 2022 • 0 new comments -
Update multiprocessing.spawn to use runpy.run_path
#64177 commented on
Apr 10, 2022 • 0 new comments -
Add a "target" parameter to runpy.run_path and runpy.run_module
#64181 commented on
Apr 10, 2022 • 0 new comments -
Add new format of fixed length string for PyErr_Format
#64183 commented on
Apr 10, 2022 • 0 new comments -
configparser instances cannot be pretty printed
#64190 commented on
Apr 10, 2022 • 0 new comments -
subprocess documentation not explicit about fileno()
#64191 commented on
Apr 10, 2022 • 0 new comments -
Pool.imap doesn't work as advertised
#64192 commented on
Apr 10, 2022 • 0 new comments -
SSLContext.get_ca_certs() and self-signed certs
#64199 commented on
Apr 10, 2022 • 0 new comments -
Clean up/refactor/make discoverable test_decimal
#64207 commented on
Apr 10, 2022 • 0 new comments -
"modernize" the modulefinder module
#64219 commented on
Apr 10, 2022 • 0 new comments -
Missing documentation for argparse.ArgumentTypeError
#64238 commented on
Apr 10, 2022 • 0 new comments -
Tracing not disabled in generator when the system trace function returns None.
#64239 commented on
Apr 10, 2022 • 0 new comments -
gettext.install() ignores previous call to locale.setlocale()
#64243 commented on
Apr 10, 2022 • 0 new comments -
wrong behavior with fork and mmap
#64256 commented on
Apr 10, 2022 • 0 new comments -
make pdb through separate terminal more convenient
#64260 commented on
Apr 10, 2022 • 0 new comments -
What should happen if someone runs ./python -m ensurepip in the build environment?
#64270 commented on
Apr 10, 2022 • 0 new comments -
open() of read-write non-seekable streams broken
#64273 commented on
Apr 10, 2022 • 0 new comments -
sys.getwindowsversion does not show some fields
#64280 commented on
Apr 10, 2022 • 0 new comments -
Misbehavior of BufferedRandom.write with raw file in append mode
#64281 commented on
Apr 10, 2022 • 0 new comments -
smtplib: support for IDN (international domain names)
#64282 commented on
Apr 10, 2022 • 0 new comments -
locale.getlocale() fails if locale name doesn't include encoding
#64287 commented on
Apr 10, 2022 • 0 new comments -
type() constructor should bind __int__ to __index__ when __index__ is defined and __int__ is not
#64291 commented on
Apr 10, 2022 • 0 new comments -
TestProgram is mentioned in the unittest docs but is not documented
#64308 commented on
Apr 10, 2022 • 0 new comments -
NUL bytes in commented lines
#64314 commented on
Apr 10, 2022 • 0 new comments -
urlparse.parse_qs should take argument for query separator
#64315 commented on
Apr 10, 2022 • 0 new comments -
subprocess on Windows: wrong return code with shell=True
#64316 commented on
Apr 10, 2022 • 0 new comments -
quopri_codec newline handling
#64320 commented on
Apr 10, 2022 • 0 new comments -
sched doesn't handle at the expected time those events which are added after scheduler starts
#64325 commented on
Apr 10, 2022 • 0 new comments -
Race condition in test_threaded_import.task()?
#64326 commented on
Apr 10, 2022 • 0 new comments -
Re-enable test_modules_search_builtin() in test_pydoc
#64327 commented on
Apr 10, 2022 • 0 new comments -
warnings module offers no documented, programmatic way to reset "seen-warning" flag
#64330 commented on
Apr 10, 2022 • 0 new comments -
Many incremental codecs don’t handle fragmented data
#64331 commented on
Apr 10, 2022 • 0 new comments -
New-in-3.4 weakref finalizer doc section is already out of date.
#64352 commented on
Apr 10, 2022 • 0 new comments -
bz2.BZ2File.read() does not treat growing input file properly
#64355 commented on
Apr 10, 2022 • 0 new comments -
Derby #7: Convert 51 sites to Argument Clinic across 3 files -> Derby: Convert the ElementTree module to use Argument Clinic
#64358 commented on
Apr 10, 2022 • 0 new comments -
Derby #5: Convert 50 sites to Argument Clinic across 3 files
#64373 commented on
Apr 10, 2022 • 0 new comments -
Derby #8: Convert 28 sites to Argument Clinic across 2 files
#64376 commented on
Apr 10, 2022 • 0 new comments -
Derby #9: Convert 52 sites to Argument Clinic across 11 files
#64377 commented on
Apr 10, 2022 • 0 new comments -
Derby #14: Convert 41 sites to Argument Clinic across 5 files
#64382 commented on
Apr 10, 2022 • 0 new comments -
Derby #16: Convert 50 sites to Argument Clinic across 9 files
#64383 commented on
Apr 10, 2022 • 0 new comments -
Derby #18: Convert 31 sites to Argument Clinic across 23 files
#64385 commented on
Apr 10, 2022 • 0 new comments -
The Great Argument Clinic Conversion Derby Meta-Issue
#64386 commented on
Apr 10, 2022 • 0 new comments -
inspect.getsource(), P302 loader and '<..>' filenames
#64404 commented on
Apr 10, 2022 • 0 new comments -
setup.py: do not add system header locations when cross compiling
#64410 commented on
Apr 10, 2022 • 0 new comments -
socketserver.TCPServer can not listen IPv6 address
#64414 commented on
Apr 10, 2022 • 0 new comments -
ElementTree: allow passing XMLPullParser instance into iterparse()
#64418 commented on
Apr 10, 2022 • 0 new comments -
C API docs need a clear "defining custom extension types" section
#64423 commented on
Apr 10, 2022 • 0 new comments -
Re-enable buffer API slots for heap types
#64432 commented on
Apr 10, 2022 • 0 new comments -
Update patchcheck to looks for files with clinic comments
#64463 commented on
Apr 10, 2022 • 0 new comments -
TemporaryDirectory does not resolve path when created using a relative path
#64466 commented on
Apr 10, 2022 • 0 new comments -
Inconsistent behavior in pdb when pressing Ctrl-C
#64468 commented on
Apr 10, 2022 • 0 new comments -
urllib.parse.urlparse() accepts wrong URLs
#64470 commented on
Apr 10, 2022 • 0 new comments -
ctypes._dlopen should not force RTLD_NOW
#64475 commented on
Apr 10, 2022 • 0 new comments -
Argument Clinic should understand *args and **kwargs parameters
#64490 commented on
Apr 10, 2022 • 0 new comments -
concurrent.futures.as_completed() installs waiters for already completed Futures
#64496 commented on
Apr 10, 2022 • 0 new comments -
Argument Clinic: optional groups
#64502 commented on
Apr 10, 2022 • 0 new comments -
zipfile.extractall fails in Posix shell with utf-8 filename
#64528 commented on
Apr 10, 2022 • 0 new comments -
argparse subparser usage message hides main parser usage
#64532 commented on
Apr 10, 2022 • 0 new comments -
Make bytes() use tp_as_buffer for cmp
#64538 commented on
Apr 10, 2022 • 0 new comments -
Argument Clinic: add "nullable ints"
#64540 commented on
Apr 10, 2022 • 0 new comments -
Endianness not detected correctly due to AC_RUN_IFELSE macros
#64541 commented on
Apr 10, 2022 • 0 new comments -
subprocess.check_output() docs misrepresent what shell=True does
#64543 commented on
Apr 10, 2022 • 0 new comments -
Add support for AUTH command to poplib
#64551 commented on
Apr 10, 2022 • 0 new comments -
inspect.Signature could provide readable expressions for default values for builtins
#64559 commented on
Apr 10, 2022 • 0 new comments -
clarify meaning of xbar and mu in pvariance/variance of statistics module
#64588 commented on
Apr 10, 2022 • 0 new comments -
Docs: mark deprecated items in the TOC
#64592 commented on
Apr 10, 2022 • 0 new comments -
Argument Clinic: Touch source file if any output file changed
#64595 commented on
Apr 10, 2022 • 0 new comments -
Comparison of memoryview
#64598 commented on
Apr 10, 2022 • 0 new comments -
Add io.BinaryTransformWrapper and a "transform" parameter to open()
#64604 commented on
Apr 10, 2022 • 0 new comments -
Argument Clinic: add 'self' return converter
#64609 commented on
Apr 10, 2022 • 0 new comments -
Errors in documentation of standard codec error handlers
#64612 commented on
Apr 10, 2022 • 0 new comments -
BufferedIncrementalEncoder violates IncrementalEncoder interface
#64619 commented on
Apr 10, 2022 • 0 new comments -
_Py_open does not work with O_CREAT
#64627 commented on
Apr 10, 2022 • 0 new comments -
Make argparse.SUPPRESS work as an argument "dest"
#64629 commented on
Apr 10, 2022 • 0 new comments -
Should posix functions that accept fd also accept objects with .fileno()?
#64630 commented on
Apr 10, 2022 • 0 new comments -
Argument Clinic: when cloning functions with path_t, path_t retains the old name
#64631 commented on
Apr 10, 2022 • 0 new comments -
inspect.Signature: Add Signature.format method to match formatargspec functionality
#64638 commented on
Apr 10, 2022 • 0 new comments -
[doc] No Argument Clinic documentation on how to specify a return converter
#64658 commented on
Apr 10, 2022 • 0 new comments -
Argument Clinic included return converters hard code use of ``_return_value``
#64660 commented on
Apr 10, 2022 • 0 new comments -
sqlite dumpiter dumps invalid script when virtual tables are used
#64662 commented on
Apr 10, 2022 • 0 new comments -
[doc] resource module documentation is incorrect
#64667 commented on
Apr 10, 2022 • 0 new comments -
Efficiently support weight/frequency mappings in the statistics module
#64678 commented on
Apr 10, 2022 • 0 new comments -
smtplib.SMTP.sendmail: improve exception message
#64681 commented on
Apr 10, 2022 • 0 new comments -
Command to display all available Import Library
#64705 commented on
Apr 10, 2022 • 0 new comments -
Python 2.7. Script interruption on logoff from 0 session under Win2003 and earlier
#64712 commented on
Apr 10, 2022 • 0 new comments -
Concurrent.futures base concurrency improvement (with patch)
#64715 commented on
Apr 10, 2022 • 0 new comments -
multiple inheritance + C extension = possibly unexpected __base__
#64717 commented on
Apr 10, 2022 • 0 new comments -
urllib/http fail to sanitize a non-ascii url
#64758 commented on
Apr 10, 2022 • 0 new comments -
Type handling policy for the statistics module
#64774 commented on
Apr 10, 2022 • 0 new comments -
OS X IDLE <option-> keyboard accelerators fail or misbehave with Cocoa Tk
#64778 commented on
Apr 10, 2022 • 0 new comments -
IDLE should support platform-specific default config defaults
#64779 commented on
Apr 10, 2022 • 0 new comments -
Incorrect behaviour of super() in a metaclass-created subclass
#64780 commented on
Apr 10, 2022 • 0 new comments -
On FreeBSD, signal.NSIG is smaller than biggest signal value
#64783 commented on
Apr 10, 2022 • 0 new comments -
tracing and tests that raise an exception in a SIGALRM handler
#64800 commented on
Apr 10, 2022 • 0 new comments -
Run test_htmlparser with unbuffered source
#64822 commented on
Apr 10, 2022 • 0 new comments -
Manager documentation unclear about lists and thread safeness
#64825 commented on
Apr 10, 2022 • 0 new comments -
Add sorting helpers for collections containing None values
#64829 commented on
Apr 10, 2022 • 0 new comments -
os.environ.clear() fails with empty keys (posix.unsetenv)
#64857 commented on
Apr 10, 2022 • 0 new comments -
_findLib_crle and _get_soname broken on latest SunOS 5.11
#64863 commented on
Apr 10, 2022 • 0 new comments -
Make inspect agnostic about whether functions are implemented in Python or C
#64911 commented on
Apr 10, 2022 • 0 new comments -
newline is (partially) independent of universal newlines; needs to be made more clear in docs
#64921 commented on
Apr 10, 2022 • 0 new comments -
Documentation archives should be available also in tar.xz format
#64940 commented on
Apr 10, 2022 • 0 new comments -
Charset.header_encode in email.charset doesn't take a maxlinelen argument and has inconsistent behavior with different encodings
#64946 commented on
Apr 10, 2022 • 0 new comments -
shutil.unpack_archive(): security concerns not documented
#64948 commented on
Apr 10, 2022 • 0 new comments -
Roundtrip-test tokenize.untokenize(iterable_of_5_tuples)
#64949 commented on
Apr 10, 2022 • 0 new comments -
Improve docs for DynamicClassAttribute
#64972 commented on
Apr 10, 2022 • 0 new comments -
collections.deque should ship with a stdlib json serializer
#64973 commented on
Apr 10, 2022 • 0 new comments -
Add pathlib.chown method
#64978 commented on
Apr 10, 2022 • 0 new comments -
doc: clarify that struct.pack_into writes 0x00 for pad bytes
#65002 commented on
Apr 10, 2022 • 0 new comments -
[doc] Clarify copyreg.pickle() documentation
#65022 commented on
Apr 10, 2022 • 0 new comments -
IDLE : Display function argument list in ClassBrowser
#65026 commented on
Apr 10, 2022 • 0 new comments -
asyncio docs should call out that network logging is a no-no
#65046 commented on
Apr 10, 2022 • 0 new comments -
pdb "args" crashes when an arg is not printable
#65052 commented on
Apr 10, 2022 • 0 new comments -
ipaddress "is_private" and "is_global" are insufficiently documented and is_global probably has a bug
#65056 commented on
Apr 10, 2022 • 0 new comments -
Context of documentation for conditional expressions
#65058 commented on
Apr 10, 2022 • 0 new comments -
ipaddress network subnets() method should return object with __getitem__
#65059 commented on
Apr 10, 2022 • 0 new comments -
Disabling logging to ~/.python_history is not simple enough
#65085 commented on
Apr 10, 2022 • 0 new comments -
behavioral differences between shutil.unpack_archive and ZipFile.extractall
#65106 commented on
Apr 10, 2022 • 0 new comments -
ssl.enum_certificates() will not return all certificates trusted by Windows
#65115 commented on
Apr 10, 2022 • 0 new comments -
Idle: Enhance font change notification system
#65116 commented on
Apr 10, 2022 • 0 new comments -
Undefined behavior flagged by Clang 3.4 (Python 3.5 from hg)
#65131 commented on
Apr 10, 2022 • 0 new comments -
-Wformat=2 -Wformat-security findings
#65147 commented on
Apr 10, 2022 • 0 new comments -
Missing platform security integrations
#65148 commented on
Apr 10, 2022 • 0 new comments -
[doc] contradictory documentation for prog option of argparse
#65169 commented on
Apr 10, 2022 • 0 new comments -
Calling getdents()/readdir64() repeatedly while closing descriptors provides unexpected behaviour.
#65178 commented on
Apr 10, 2022 • 0 new comments -
PyArg_ParseTupleAndKeywords doesn't take const char *keywords[]
#65210 commented on
Apr 10, 2022 • 0 new comments -
if check_hostname is true, context can't be used for server purposes
#65224 commented on
Apr 10, 2022 • 0 new comments -
previous trace function still invoked after sys.settrace()
#65232 commented on
Apr 10, 2022 • 0 new comments -
ctypes.util.find_library() should return full pathname instead of filename in linux
#65241 commented on
Apr 10, 2022 • 0 new comments -
Improve indexing of syntax symbols
#65253 commented on
Apr 10, 2022 • 0 new comments -
test_xmlrpc waits forever instead of reporting failure
#65269 commented on
Apr 10, 2022 • 0 new comments -
Turtle Circle Speed 0
#65276 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.managers.BaseManager.__init__'s "serializer" argument is not documented
#65277 commented on
Apr 10, 2022 • 0 new comments -
missing vietnamese codec TCVN 5712:1993 in Python
#65280 commented on
Apr 10, 2022 • 0 new comments -
File read silently stops after EIO I/O error
#65289 commented on
Apr 10, 2022 • 0 new comments -
EmailMessage should support Header objects
#65294 commented on
Apr 10, 2022 • 0 new comments -
Encoding str to IDNA with ellipsis decomposes to empty labels
#65302 commented on
Apr 10, 2022 • 0 new comments -
tarfile: Traversal attack vulnerability
#65308 commented on
Apr 10, 2022 • 0 new comments -
Return results from doctest.run_docstring_examples()
#65325 commented on
Apr 10, 2022 • 0 new comments -
equivalent functools.partial instances should compare equal
#65329 commented on
Apr 10, 2022 • 0 new comments -
Idle: saving Shell or an OutputWindow should default to .txt
#65339 commented on
Apr 10, 2022 • 0 new comments -
Daily/weekly ABI scan?
#65341 commented on
Apr 10, 2022 • 0 new comments -
Add quick links table to argparse docs
#65349 commented on
Apr 10, 2022 • 0 new comments -
Idle: timed autosave for shell (and maybe editor) window
#65351 commented on
Apr 10, 2022 • 0 new comments -
doctest cause warnings in tests using generators
#65377 commented on
Apr 10, 2022 • 0 new comments -
Doctest capture only AssertionError but not printed text
#65382 commented on
Apr 10, 2022 • 0 new comments -
Enhance obmalloc allocation strategy
#65419 commented on
Apr 10, 2022 • 0 new comments -
BaseHTTPRequestHandler, update the protocol version to http 1.1 by default?
#65423 commented on
Apr 10, 2022 • 0 new comments -
Auto-generate exceptions.c from a Python file
#65442 commented on
Apr 10, 2022 • 0 new comments -
removing pythonXY.zip from sys.path results in additional test failures
#65448 commented on
Apr 10, 2022 • 0 new comments -
unittest assertSequenceEqual can lead to Difflib.compare() crashing on mostly different sequences
#65452 commented on
Apr 10, 2022 • 0 new comments -
doc: PropertyMock refuses to raise AttributeErrror as a side effect
#65453 commented on
Apr 10, 2022 • 0 new comments -
Attaching a PropertyMock records calls
#65454 commented on
Apr 10, 2022 • 0 new comments -
Teach IDLE to Autocomplete dictionary keys
#65460 commented on
Apr 10, 2022 • 0 new comments -
ConfigParser allows "get(*, raw=True), but no corresponding "set(*, raw=True)"
#65464 commented on
Apr 10, 2022 • 0 new comments -
DEBUGGING: Simultaneous stopping of all threads on breakpoint and switching between threads
#65480 commented on
Apr 10, 2022 • 0 new comments -
Better support for AF_PACKET on opensolaris (illumos)
#65486 commented on
Apr 10, 2022 • 0 new comments -
hashlib.pbkdf2_hmac Hash Constructor
#65487 commented on
Apr 10, 2022 • 0 new comments -
C API in debug fails
#65491 commented on
Apr 10, 2022 • 0 new comments -
smtplib Sends Commands in Lower-Case
#65495 commented on
Apr 10, 2022 • 0 new comments -
csv.skipinitialspace only skips spaces, not "whitespace" in general
#65496 commented on
Apr 10, 2022 • 0 new comments -
Confusing "see also" for generic C-level __init__ methods in help output
#65508 commented on
Apr 10, 2022 • 0 new comments -
configparser can't parse MySQL style config
#65528 commented on
Apr 10, 2022 • 0 new comments -
Reversing an encoding with unicode-escape returns a different result
#65530 commented on
Apr 10, 2022 • 0 new comments -
improve documentation indexing
#65551 commented on
Apr 10, 2022 • 0 new comments -
Augmented assignment doc: clarify 'only evaluated once'
#65557 commented on
Apr 10, 2022 • 0 new comments -
mailbox.Maildir should ignore files named with a leading dot
#65559 commented on
Apr 10, 2022 • 0 new comments -
urllib.request.urlopen dies on non-basic/digest auth schemes
#65612 commented on
Apr 10, 2022 • 0 new comments -
NNTPLib connections become corrupt after long periods of activity
#65667 commented on
Apr 10, 2022 • 0 new comments -
subprocess line-buffering only works in universal newlines mode
#65670 commented on
Apr 10, 2022 • 0 new comments -
Fix wsgiref handling of absolute HTTP Request-URI
#65671 commented on
Apr 10, 2022 • 0 new comments -
Idle: test startup scripts.
#65672 commented on
Apr 10, 2022 • 0 new comments -
email.header.decode_header sometimes returns bytes, sometimes str
#65691 commented on
Apr 10, 2022 • 0 new comments -
configparser accepts keys beginning with comment_chars when writing
#65697 commented on
Apr 10, 2022 • 0 new comments -
freeze.py not working properly with OS X framework builds
#65701 commented on
Apr 10, 2022 • 0 new comments -
[Windows] installations should include pythonX.exe and pythonX.Y.exe executables
#65705 commented on
Apr 10, 2022 • 0 new comments -
C API PyArg_ParseTuple doc is innacurate
#65707 commented on
Apr 10, 2022 • 0 new comments -
fma documentation should provide better example.
#65709 commented on
Apr 10, 2022 • 0 new comments -
Expose RegUnLoadKey in winreg
#65717 commented on
Apr 10, 2022 • 0 new comments -
Tkinter + OSX + Spaces : Multiple file dialogues created
#65720 commented on
Apr 10, 2022 • 0 new comments -
try to use hashtable in pickle
#65755 commented on
Apr 10, 2022 • 0 new comments -
[doc] os.popen & os.system lack shell-related security warnings
#65756 commented on
Apr 10, 2022 • 0 new comments -
Python build should check CPATH, C_INCLUDE_PATH for module dependencies
#65770 commented on
Apr 10, 2022 • 0 new comments -
Clean up turtle.py code formatting
#65772 commented on
Apr 10, 2022 • 0 new comments -
Help for ImportError should show a more useful signature.
#65776 commented on
Apr 10, 2022 • 0 new comments -
Run Tkinter tests with wantobjects=False
#65784 commented on
Apr 10, 2022 • 0 new comments -
Idle: make editor title bar user configurable
#65787 commented on
Apr 10, 2022 • 0 new comments -
Make statistics.median run in linear time
#65791 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Document SaveAs extension display on Mac
#65802 commented on
Apr 10, 2022 • 0 new comments -
Installer for mac doesn't store the installation location
#65812 commented on
Apr 10, 2022 • 0 new comments -
importlib reload can fail with AttributeError if module removed from sys.path
#65816 commented on
Apr 10, 2022 • 0 new comments -
ctypes.util incorrectly fails for libraries without DT_SONAME
#65821 commented on
Apr 10, 2022 • 0 new comments -
Make help() beginner helpful when no PAGER or LESS variable
#65824 commented on
Apr 10, 2022 • 0 new comments -
Idle: Improve htests
#65823 commented on
Apr 10, 2022 • 0 new comments -
Idle unittests: make gui, mock switching easier.
#65846 commented on
Apr 10, 2022 • 0 new comments -
urllib urlopener leaves open sockets for FTP connection
#65847 commented on
Apr 10, 2022 • 0 new comments -
Substitute @TOKENS@ from sysconfig variables, for python-config and python.pc
#65859 commented on
Apr 10, 2022 • 0 new comments -
Argparse exceptions should include which argument has a problem
#65865 commented on
Apr 10, 2022 • 0 new comments -
Idle: hilite search terms in hits in Find in Files output window
#65872 commented on
Apr 10, 2022 • 0 new comments -
Idle: Add 'find all' in current file
#65873 commented on
Apr 10, 2022 • 0 new comments -
Idle: test configuration files
#65895 commented on
Apr 10, 2022 • 0 new comments -
socket.sendfile() should use TransmitFile on Windows
#65920 commented on
Apr 10, 2022 • 0 new comments -
resetwarnings doesn't reset warnings registry
#65923 commented on
Apr 10, 2022 • 0 new comments -
Add __file__ attribute to frozen modules
#65935 commented on
Apr 10, 2022 • 0 new comments -
runpy.run_path() fails with frozen __main__ modules
#65936 commented on
Apr 10, 2022 • 0 new comments -
Windows cmd.exe character escaping function
#65952 commented on
Apr 10, 2022 • 0 new comments -
IDLE - ParenMatch fails to find closing paren of multi-line statements
#65955 commented on
Apr 10, 2022 • 0 new comments -
inspect documentation describes module type inaccurately
#65959 commented on
Apr 10, 2022 • 0 new comments -
[doc] language reference describes the role of module.__file__ inaccurately
#65960 commented on
Apr 10, 2022 • 0 new comments -
update the import machinery to only use __spec__
#65961 commented on
Apr 10, 2022 • 0 new comments -
Clarify requirements for file-like objects
#65962 commented on
Apr 10, 2022 • 0 new comments -
Idle: make 3.x Hyperparser.get_expression recognize ...
#65986 commented on
Apr 10, 2022 • 0 new comments -
unittest: unhelpful truncating of long strings.
#66019 commented on
Apr 10, 2022 • 0 new comments -
io class name are hardcoded in reprs
#66060 commented on
Apr 10, 2022 • 0 new comments -
Clean up quopri, correct method names encodestring and decodestring
#66068 commented on
Apr 10, 2022 • 0 new comments -
os.rename(src,dst) does nothing when src and dst files are hard-linked
#66075 commented on
Apr 10, 2022 • 0 new comments -
wsgi.simple_server's wsgi.input read/readline waits forever in certain circumstances
#66077 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Ability to run 3rd party code checkers
#66079 commented on
Apr 10, 2022 • 0 new comments -
shutil.copytree hangs (on copying root directory of a lxc container) (should succeed or raise exception nested)
#66084 commented on
Apr 10, 2022 • 0 new comments -
wsgiref.simple_server sends headers on empty bytes
#66089 commented on
Apr 10, 2022 • 0 new comments -
signal.pause() and signal handlers don't react to SIGCHLD in non-main thread
#66094 commented on
Apr 10, 2022 • 0 new comments -
Create unit tests for Turtle guionly
#66113 commented on
Apr 10, 2022 • 0 new comments -
[doc] telnetlib.Telnet constructor does not match telnetlib.Telnet.__init__ docstring
#66114 commented on
Apr 10, 2022 • 0 new comments -
Changing cls.__bases__ must ensure proper metaclass inheritance
#66118 commented on
Apr 10, 2022 • 0 new comments -
IDLE interactive window doesn't display unsaved-indicator
#66136 commented on
Apr 10, 2022 • 0 new comments -
Allow copying of CodecInfo objects
#66143 commented on
Apr 10, 2022 • 0 new comments -
WindowsPath constructor does not check for invalid characters
#66168 commented on
Apr 10, 2022 • 0 new comments -
Broken code for handling file://host in urllib.request.FileHandler.file_open
#66169 commented on
Apr 10, 2022 • 0 new comments -
IDLE: catch user cfg file error, better error message, continue
#66172 commented on
Apr 10, 2022 • 0 new comments -
Idle: review 'missing' attributes of pseudofiles
#66194 commented on
Apr 10, 2022 • 0 new comments -
Pdb.set_trace debugging does not end correctly
#66196 commented on
Apr 10, 2022 • 0 new comments -
cross type comparisons clarification
#66199 commented on
Apr 10, 2022 • 0 new comments -
Idle: better management of Shell window output
#66209 commented on
Apr 10, 2022 • 0 new comments -
struct.unpack('?', '\x02') returns (False,) on Mac OSX
#66211 commented on
Apr 10, 2022 • 0 new comments -
Improve display of OS exception <-> errno mapping
#66213 commented on
Apr 10, 2022 • 0 new comments -
shutil.make_archive() root_dir do not work
#66220 commented on
Apr 10, 2022 • 0 new comments -
Add to shutil the ability to wait until files are definitely deleted
#66223 commented on
Apr 10, 2022 • 0 new comments -
webbrowser.get(command_line) does not support Windows-style path separators
#66224 commented on
Apr 10, 2022 • 0 new comments -
argparse - CSS white-space: like control for individual text blocks
#66228 commented on
Apr 10, 2022 • 0 new comments -
Fatal error in dbm.gdbm
#66234 commented on
Apr 10, 2022 • 0 new comments -
Implement atomic operations on non-x86 platforms
#66237 commented on
Apr 10, 2022 • 0 new comments -
Use the _functools module to speed up functools.total_ordering
#66268 commented on
Apr 10, 2022 • 0 new comments -
Ensure in PyType_Ready() that base class of static type is static
#66277 commented on
Apr 10, 2022 • 0 new comments -
Add windows_helper module helper
#66278 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Refactor breakpoint related methods
#66281 commented on
Apr 10, 2022 • 0 new comments -
asyncio: support multiprocessing (support fork)
#66285 commented on
Apr 10, 2022 • 0 new comments -
Compiling python on OS X gives warning about compact unwind
#66291 commented on
Apr 10, 2022 • 0 new comments -
Use $HOSTPYTHON when determining candidate interpreter for $PYTHON_FOR_BUILD.
#66298 commented on
Apr 10, 2022 • 0 new comments -
tempfile module misinterprets access denied error on Windows
#66305 commented on
Apr 10, 2022 • 0 new comments -
Start IDLE from icon in a better place.
#66319 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Set correct WM_CLASS on X11
#66331 commented on
Apr 10, 2022 • 0 new comments -
allow to break into pdb with Ctrl-C for all the commands that resume execution
#66333 commented on
Apr 10, 2022 • 0 new comments -
Test imaplib API on all methods specified in RFC 3501
#66335 commented on
Apr 10, 2022 • 0 new comments -
rlcompleter.Completer matches too much
#66339 commented on
Apr 10, 2022 • 0 new comments -
PosixPath() constructor should not accept strings with embedded NUL bytes
#66345 commented on
Apr 10, 2022 • 0 new comments -
the frame of a suspended generator should not have a local trace function
#66347 commented on
Apr 10, 2022 • 0 new comments -
cell object cleared too early?
#66360 commented on
Apr 10, 2022 • 0 new comments -
iglob() has misleading documentation (does indeed store names internally)
#66363 commented on
Apr 10, 2022 • 0 new comments -
stack smash when using ctypes/libffi to access union
#66367 commented on
Apr 10, 2022 • 0 new comments -
Make it easy to replace print() calls with logging calls
#66391 commented on
Apr 10, 2022 • 0 new comments -
Allow better verbosity / output control in test cases
#66393 commented on
Apr 10, 2022 • 0 new comments -
tarfile can't add in memory files (reopened)
#66404 commented on
Apr 10, 2022 • 0 new comments -
Make pyvenv style virtual environments easier to configure when embedding Python
#66409 commented on
Apr 10, 2022 • 0 new comments -
Tkinter: Don't stringify callback arguments
#66410 commented on
Apr 10, 2022 • 0 new comments -
argparse not including '--' arguments in previous optional REMAINDER argument
#66419 commented on
Apr 10, 2022 • 0 new comments -
Adapt bash readline operate-and-get-next function
#66424 commented on
Apr 10, 2022 • 0 new comments -
wsgiref doesn't appear to ever set REMOTE_HOST in the environ
#66425 commented on
Apr 10, 2022 • 0 new comments -
str.splitlines splitting on non-\r\n characters
#66428 commented on
Apr 10, 2022 • 0 new comments -
urllib.parse.urlparse accepts any falsy value as an url
#66430 commented on
Apr 10, 2022 • 0 new comments -
argparse support for "python -m module" in help
#66436 commented on
Apr 10, 2022 • 0 new comments -
add strptime(s, '%s')
#66442 commented on
Apr 10, 2022 • 0 new comments -
ConfigParser does not handle files without sections
#66449 commented on
Apr 10, 2022 • 0 new comments -
Add a resource for CLI tests
#66459 commented on
Apr 10, 2022 • 0 new comments -
pathlib glob ignores trailing slash in pattern
#66472 commented on
Apr 10, 2022 • 0 new comments -
webbrowser.py add parameters to suppress output on stdout and stderr
#66473 commented on
Apr 10, 2022 • 0 new comments -
read() vs read1() in asyncio.StreamReader documentation
#66475 commented on
Apr 10, 2022 • 0 new comments -
ProcessPoolExecutor/ThreadPoolExecutor should provide introspection APIs
#66477 commented on
Apr 10, 2022 • 0 new comments -
resolve() on Windows makes some pathological paths unusable
#66495 commented on
Apr 10, 2022 • 0 new comments -
Windows os.path.isabs UNC path bug
#66498 commented on
Apr 10, 2022 • 0 new comments -
Write better test for SSLContext.load_verify_locations
#66499 commented on
Apr 10, 2022 • 0 new comments -
Report actual EOF character instead of assuming Ctrl-D
#66506 commented on
Apr 10, 2022 • 0 new comments -
Make PYLONG_BITS_IN_DIGIT always available to non-core extensions
#66509 commented on
Apr 10, 2022 • 0 new comments -
mailbox.MH chokes on directories without .mh_sequences
#66515 commented on
Apr 10, 2022 • 0 new comments -
Reorganize unittest.mock docs into linear manner
#66540 commented on
Apr 10, 2022 • 0 new comments -
mimetypes.guess_type("//example.com") misinterprets host name as file name
#66543 commented on
Apr 10, 2022 • 0 new comments -
nntplib file write failure causes exception from QUIT command
#66546 commented on
Apr 10, 2022 • 0 new comments -
Idle: highlite tabs
#66550 commented on
Apr 10, 2022 • 0 new comments -
inconsistent results with inspect.getsource / .getsourcelines
#66551 commented on
Apr 10, 2022 • 0 new comments -
Ability to join() threads in concurrent.futures.ThreadPoolExecutor
#66557 commented on
Apr 10, 2022 • 0 new comments -
SSLContext.load_verify_locations(cadata) does not accept CRLs
#66561 commented on
Apr 10, 2022 • 0 new comments -
Add open_file_descriptor parameter to fcntl.lockf() (use the new F_OFD_SETLK flag)
#66563 commented on
Apr 10, 2022 • 0 new comments -
tests failing with -uall and http_proxy and https_proxy set
#66566 commented on
Apr 10, 2022 • 0 new comments -
%Z in strptime doesn't match EST and others
#66571 commented on
Apr 10, 2022 • 0 new comments -
Making tempfile.NamedTemporaryFile a class
#66581 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.Pool shouldn't hang forever if a worker process dies unexpectedly
#66587 commented on
Apr 10, 2022 • 0 new comments -
argparse: 'resolve' conflict handler damages the actions of the parent parser
#66595 commented on
Apr 10, 2022 • 0 new comments -
ipaddress.py new IPv6 Method for Solicited Multicast Address
#66608 commented on
Apr 10, 2022 • 0 new comments -
strptime accepts the wrong '2010-06-01 MSK' string but rejects the right '2010-06-01 MSD'
#66616 commented on
Apr 10, 2022 • 0 new comments -
Change format of test runner output
#66621 commented on
Apr 10, 2022 • 0 new comments -
Argparse considers unknown optional arguments with spaces as a known positional argument
#66623 commented on
Apr 10, 2022 • 0 new comments -
Not all attributes of the console for a subprocess with creationflags=0 are inherited
#66631 commented on
Apr 10, 2022 • 0 new comments -
addTypeEqualityFunc is not used in assertListEqual
#66642 commented on
Apr 10, 2022 • 0 new comments -
__base__ undocumented
#66646 commented on
Apr 10, 2022 • 0 new comments -
idle editor: replace all in selection
#66650 commented on
Apr 10, 2022 • 0 new comments -
Support Unicode line boundaries in regular expression
#66681 commented on
Apr 10, 2022 • 0 new comments -
[SSL: BAD_WRITE_RETRY] bad write retry in _ssl.c:1636
#66689 commented on
Apr 10, 2022 • 0 new comments -
headerregistry.Address introduces extra quotes without addr_spec parameter
#66725 commented on
Apr 10, 2022 • 0 new comments -
-W option cannot use non-standard categories
#66733 commented on
Apr 10, 2022 • 0 new comments -
Automate update of doc references to UCD version when it changes.
#66783 commented on
Apr 10, 2022 • 0 new comments -
Add mUTF-7 codec (UTF-7 modified for IMAP)
#66788 commented on
Apr 10, 2022 • 0 new comments -
test_socket fails with sem_init: Too many open files
#66798 commented on
Apr 10, 2022 • 0 new comments -
Add block info to unicodedata
#66802 commented on
Apr 10, 2022 • 0 new comments -
[doc] urllib.parse.parse_qsl different results after urllib.parse.unquote
#66808 commented on
Apr 10, 2022 • 0 new comments -
Port Python to 3DS: micro kernel, homebrew, newlib (Missing guards for some POSIX functions)
#66813 commented on
Apr 10, 2022 • 0 new comments -
Idle: update htest.py and htests
#66819 commented on
Apr 10, 2022 • 0 new comments -
`concurrent.futures.Future.set_running_or_notify_cancel` does not notify cancel
#66820 commented on
Apr 10, 2022 • 0 new comments -
set up and use VM for net access in the test suite
#66840 commented on
Apr 10, 2022 • 0 new comments -
Add suggestion about keyword arguments to this error message: "builtins.TypeError: my_func() takes 1 positional argument but 2 were given"
#66842 commented on
Apr 10, 2022 • 0 new comments -
subprocess.Popen.communicate causing local tty terminal settings to change inconsistently
#66852 commented on
Apr 10, 2022 • 0 new comments -
document the special features (eg: fdclose=False) of the standard streams
#66863 commented on
Apr 10, 2022 • 0 new comments -
Add encodings of supported in glibc locales
#66869 commented on
Apr 10, 2022 • 0 new comments -
Add constants for ioctl request codes
#66887 commented on
Apr 10, 2022 • 0 new comments -
Module source files not found when cross-compiling
#66888 commented on
Apr 10, 2022 • 0 new comments -
email's header_value_parser missing defect report for 'abc@xyz.c:om'
#66889 commented on
Apr 10, 2022 • 0 new comments -
Idle extension configuration: add option-help option
#66894 commented on
Apr 10, 2022 • 0 new comments -
Idle extension configuration and key bindings
#66895 commented on
Apr 10, 2022 • 0 new comments -
Idle: changed options should take effect immediately
#66896 commented on
Apr 10, 2022 • 0 new comments -
httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method
#66897 commented on
Apr 10, 2022 • 0 new comments -
byte-compile fails for cross-builds
#66913 commented on
Apr 10, 2022 • 0 new comments -
concurrent.futures `wait` and `as_completed` depend on private api
#66918 commented on
Apr 10, 2022 • 0 new comments -
Provide a rejected execution model and implementations for futures.
#66926 commented on
Apr 10, 2022 • 0 new comments -
Specify supported XML version
#66932 commented on
Apr 10, 2022 • 0 new comments -
cgitb html: wrong encoding for utf-8
#66935 commented on
Apr 10, 2022 • 0 new comments -
urllib2 localnet Changed test to lookup IP-address of localhost
#66942 commented on
Apr 10, 2022 • 0 new comments -
contextlib.closing documentation should use a new example
#66944 commented on
Apr 10, 2022 • 0 new comments -
load_tests chaining into discover from non-discover entry point gets top_level_dir wrong
#66952 commented on
Apr 10, 2022 • 0 new comments -
Compress the marshalled data in PYC files
#66978 commented on
Apr 10, 2022 • 0 new comments -
some class attributes missing from dir(Class)
#66979 commented on
Apr 10, 2022 • 0 new comments -
missing test for issue 22457 regression commit
#66983 commented on
Apr 10, 2022 • 0 new comments -
tkinter: "alloc: invalid block:" after askopenfilename
#66999 commented on
Apr 10, 2022 • 0 new comments -
No facility for test randomisation
#67002 commented on
Apr 10, 2022 • 0 new comments -
TestProgram loading fails when a script is used
#67003 commented on
Apr 10, 2022 • 0 new comments -
The decode_header() function decodes raw part to bytes or str, depending on encoded part
#67022 commented on
Apr 10, 2022 • 0 new comments -
getpass returns garbage when typing tilde on Windows with deadkeys
#67026 commented on
Apr 10, 2022 • 0 new comments -
Subparser help does not respect SUPPRESS argument
#67037 commented on
Apr 10, 2022 • 0 new comments -
urllib.parse wrongly strips empty #fragment, ?query, //netloc
#67041 commented on
Apr 10, 2022 • 0 new comments -
csv writer with blank lineterminator breaks quoting
#67044 commented on
Apr 10, 2022 • 0 new comments -
unittest.__init__:main shadows unittest.main
#67047 commented on
Apr 10, 2022 • 0 new comments -
unittest TestProgram hard to extend
#67049 commented on
Apr 10, 2022 • 0 new comments -
document behavior of calling atexit.register() while atexit._run_exitfuncs is running
#67056 commented on
Apr 10, 2022 • 0 new comments -
urlopen timeout failed with SSL socket
#67059 commented on
Apr 10, 2022 • 0 new comments -
ip_interface can't be broadcast or number net
#67065 commented on
Apr 10, 2022 • 0 new comments -
Document Linux packages you need to compile Python with all dependencies
#67071 commented on
Apr 10, 2022 • 0 new comments -
argparse.FileType.__call__ returns unwrapped sys.stdin and stdout
#67073 commented on
Apr 10, 2022 • 0 new comments -
TestProgram leaves defaultTestLoader.errors dirty
#67075 commented on
Apr 10, 2022 • 0 new comments -
IDLE: __future__ does not work in startup code.
#67082 commented on
Apr 10, 2022 • 0 new comments -
Misc/python-config.sh.in: ensure sed invocations only match beginning of strings
#67096 commented on
Apr 10, 2022 • 0 new comments -
IPv4Interface arithmetic changes subnet mask
#67130 commented on
Apr 10, 2022 • 0 new comments -
urllib gives incorrect url after open when using HTTPS
#67135 commented on
Apr 10, 2022 • 0 new comments -
Improved support for prepared SQL statements
#67145 commented on
Apr 10, 2022 • 0 new comments -
Lib/types.py nit: isinstance != PyType_IsSubtype
#67157 commented on
Apr 10, 2022 • 0 new comments -
Use CFLAGS when extracting multiarch
#67170 commented on
Apr 10, 2022 • 0 new comments -
Plistlib fails on certain valid plist values
#67182 commented on
Apr 10, 2022 • 0 new comments -
Order of _io objects finalization can lose data in reference cycles
#67185 commented on
Apr 10, 2022 • 0 new comments -
RuntimeError: settrace/setprofile function gets lost
#67201 commented on
Apr 10, 2022 • 0 new comments -
string.printable.isprintable() returns False
#67206 commented on
Apr 10, 2022 • 0 new comments -
New matmul operator crashes modules compiled with CPython3.4
#67209 commented on
Apr 10, 2022 • 0 new comments -
CEnvironmentVariableTests and PyEnvironmentVariableTests test the same implementation
#67217 commented on
Apr 10, 2022 • 0 new comments -
python -c: Line causing exception not shown for exceptions other than SyntaxErrors
#67224 commented on
Apr 10, 2022 • 0 new comments -
csv needs more quoting rules
#67230 commented on
Apr 10, 2022 • 0 new comments -
doctest ignores "from __future__ import print_function"
#67232 commented on
Apr 10, 2022 • 0 new comments -
Add Japanese legacy encodings
#67239 commented on
Apr 10, 2022 • 0 new comments -
tarfile raises an exception when reading an empty tar in streaming mode
#67245 commented on
Apr 10, 2022 • 0 new comments -
cmd module should sort misc help topics
#67248 commented on
Apr 10, 2022 • 0 new comments -
Assert fails in multiprocessing.heap.Arena.__setstate__ on Windows
#67249 commented on
Apr 10, 2022 • 0 new comments -
Export readline forced_update_display
#67256 commented on
Apr 10, 2022 • 0 new comments -
Add a way to determine if the current thread has the import lock
#67257 commented on
Apr 10, 2022 • 0 new comments -
IDLE's F5 Run Module doesn't transfer effects of future import
#67258 commented on
Apr 10, 2022 • 0 new comments -
unittest can unnecessarily modify sys.path (and with the wrong case)
#67286 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing doc organization impedes understanding
#67289 commented on
Apr 10, 2022 • 0 new comments -
Only READ support for Decimal in json
#67312 commented on
Apr 10, 2022 • 0 new comments -
Key presses are doubled in Tkinter dialog invoked from window close handler with Cocoa Tk
#67317 commented on
Apr 10, 2022 • 0 new comments -
syntax diagram after EBNF description?
#67328 commented on
Apr 10, 2022 • 0 new comments -
Integration of unittest.FunctionTestCase with automatic discovery and loading
#67331 commented on
Apr 10, 2022 • 0 new comments -
pdb docs need to contain a statement on threads/multithreaded debugging
#67352 commented on
Apr 10, 2022 • 0 new comments -
socket.recvfrom(0) waits for data
#67365 commented on
Apr 10, 2022 • 0 new comments -
Provide a C helper function to chain raised (but not yet caught) exceptions
#67377 commented on
Apr 10, 2022 • 0 new comments -
Sorting with locale (strxfrm) does not work properly with Python3 on BSD or OS X
#67384 commented on
Apr 10, 2022 • 0 new comments -
Deprecate the zlib decompressor’s flush() method
#67389 commented on
Apr 10, 2022 • 0 new comments -
help() function incorrectly captures comment preceding a nested function
#67406 commented on
Apr 10, 2022 • 0 new comments -
Modernize the IDLE Find/Replace/Find in Files dialogs
#67407 commented on
Apr 10, 2022 • 0 new comments -
bz2/lzma: Compressor/Decompressor objects are only initialized in __init__
#67413 commented on
Apr 10, 2022 • 0 new comments -
The tarfile module crashes when tarfile contains a symlink and unpack directory contain it too
#67417 commented on
Apr 10, 2022 • 0 new comments -
'codecs' module functionality + its docs -- concerning custom codecs, especially non-string ones
#67421 commented on
Apr 10, 2022 • 0 new comments -
run_tests.py doesn't set test.support.verbose correctly
#67424 commented on
Apr 10, 2022 • 0 new comments -
Interrupts are lost during readline PyOS_InputHook processing (reopening)
#67426 commented on
Apr 10, 2022 • 0 new comments -
http.server failed to decode '+' to ' ' when calling cgi script/executable in window
#67427 commented on
Apr 10, 2022 • 0 new comments -
SimpleHTTPRequestHandler refactor for more extensible usage.
#67444 commented on
Apr 10, 2022 • 0 new comments -
traceback: formatting a traceback stats the filesystem
#67462 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing maxtasksperchild=1 + logging = task loss
#67467 commented on
Apr 10, 2022 • 0 new comments -
Improve termcap detection in setup.py
#67473 commented on
Apr 10, 2022 • 0 new comments -
ctypes.util.find_library needlessly call crle on Solaris
#67476 commented on
Apr 10, 2022 • 0 new comments -
Documentation about Py_Finalize(): Freeing objects
#67480 commented on
Apr 10, 2022 • 0 new comments -
Clarify error when ‘tokenize.detect_encoding’ receives text
#67486 commented on
Apr 10, 2022 • 0 new comments -
Update PC/example_nt and extending/windows.rst
#67500 commented on
Apr 10, 2022 • 0 new comments -
Incorrect evaluation order of function arguments with *args
#67505 commented on
Apr 10, 2022 • 0 new comments -
[doc] mention that flags arg to imaplib's append should be a string
#67512 commented on
Apr 10, 2022 • 0 new comments -
Turn SIG_DFL and SIG_IGN into functions
#67514 commented on
Apr 10, 2022 • 0 new comments -
Add non-interactive version of Bdb.runcall
#67520 commented on
Apr 10, 2022 • 0 new comments -
shutil.rmtree doesn't work correctly on FreeBSD.
#67535 commented on
Apr 10, 2022 • 0 new comments -
Content-length is incorrect when request body is a list or tuple
#67539 commented on
Apr 10, 2022 • 0 new comments -
HTTPResponse may drop buffer holding next response
#67566 commented on
Apr 10, 2022 • 0 new comments -
getargs.c: redundant C-contiguity check
#67565 commented on
Apr 10, 2022 • 0 new comments -
Maybe can not shutdown ThreadPoolExecutor when call the method of shutdown
#67571 commented on
Apr 10, 2022 • 0 new comments -
urllib.proxy_bypass_registry slow down under Windows if website has no reverse DNS and Fiddler is runing
#67573 commented on
Apr 10, 2022 • 0 new comments -
pkgutil.find_loader raises an ImportError on PEP 420 implicit namespace packages
#67578 commented on
Apr 10, 2022 • 0 new comments -
dynload_shlib does not close ldl handles when the interpreter is shut down
#67591 commented on
Apr 10, 2022 • 0 new comments -
Tools/freeze "make" gets missing file error with unix shared builds
#67594 commented on
Apr 10, 2022 • 0 new comments -
os.walk always follows Windows junctions
#67596 commented on
Apr 10, 2022 • 0 new comments -
Make urllib.parse.SplitResult etc arguments optional
#67604 commented on
Apr 10, 2022 • 0 new comments -
Windows getlocale unix-like with french, german, portuguese, spanish
#67613 commented on
Apr 10, 2022 • 0 new comments -
support encoded filename in Content-Disposition for HTTP in cgi.FieldStorage
#67622 commented on
Apr 10, 2022 • 0 new comments -
xml.dom.minidom.Element.ownerDocument is hidden
#67624 commented on
Apr 10, 2022 • 0 new comments -
HCI Bluetooth socket bind error on an arm crosscompiled environment
#67632 commented on
Apr 10, 2022 • 0 new comments -
urllib2 needs to remove scope from IPv6 address when creating Host header
#67636 commented on
Apr 10, 2022 • 0 new comments -
[doc] Clarify bytes vs text with non-seeking tarfile stream
#67641 commented on
Apr 10, 2022 • 0 new comments -
file iterator "deemed broken"; can resume after StopIteration
#67643 commented on
Apr 10, 2022 • 0 new comments -
Setup locales on buildbots
#67660 commented on
Apr 10, 2022 • 0 new comments -
Expose http.cookiejar.split_header_words()
#67686 commented on
Apr 10, 2022 • 0 new comments -
undefined behavior in Objects/obmalloc.c
#67691 commented on
Apr 10, 2022 • 0 new comments -
[CVE-2015-2104] Urlparse insufficient validation leads to open redirect
#67693 commented on
Apr 10, 2022 • 0 new comments -
isbuiltin, isroutine, etc.
#67713 commented on
Apr 10, 2022 • 0 new comments -
Proposal for asyncio: SubprocessTransport.detach() to detach a process from a transport
#67728 commented on
Apr 10, 2022 • 0 new comments -
Add to unicodedata a function to query the "Quick_Check" property for a character
#67738 commented on
Apr 10, 2022 • 0 new comments -
Reduce the number of comparisons for range checking.
#67741 commented on
Apr 10, 2022 • 0 new comments -
Group the docs of similar methods in stdtypes.rst
#67748 commented on
Apr 10, 2022 • 0 new comments -
local_clear walks the list of threads without holding head_lock.
#67753 commented on
Apr 10, 2022 • 0 new comments -
datetime: support leap seconds
#67762 commented on
Apr 10, 2022 • 0 new comments -
Add tests for wsgiref.validate
#67765 commented on
Apr 10, 2022 • 0 new comments -
struct.pack error messages do not indicate which argument was invalid
#67766 commented on
Apr 10, 2022 • 0 new comments -
Errno conflicts in ssl.SSLError
#67776 commented on
Apr 10, 2022 • 0 new comments -
Allow easy display of local variables in log messages?
#67785 commented on
Apr 10, 2022 • 0 new comments -
Implement __format__ for Fraction
#67790 commented on
Apr 10, 2022 • 0 new comments -
Inconsistency in datetime.utcfromtimestamp(Decimal)
#67795 commented on
Apr 10, 2022 • 0 new comments -
Opaque error message on UTF-8 decoding to surrogates
#67802 commented on
Apr 10, 2022 • 0 new comments -
Idle: conflict between loop execution and undo shortcut.
#67804 commented on
Apr 10, 2022 • 0 new comments -
Improve py launcher help, index, and doc
#67821 commented on
Apr 10, 2022 • 0 new comments -
Add scgi to urllib.parse.uses_netloc
#67824 commented on
Apr 10, 2022 • 0 new comments -
Not documented special names
#67827 commented on
Apr 10, 2022 • 0 new comments -
tarfile not re-entrant for multi-threading
#67837 commented on
Apr 10, 2022 • 0 new comments -
Memory corruption using pickle over pipe to subprocess
#67843 commented on
Apr 10, 2022 • 0 new comments -
Turtle left/right inverted when using different coordinates orientation
#67848 commented on
Apr 10, 2022 • 0 new comments -
Modernize HTML output of difflib.HtmlDiff.make_file()
#67852 commented on
Apr 10, 2022 • 0 new comments -
Add shell session logging option to IDLE
#67854 commented on
Apr 10, 2022 • 0 new comments -
Modifications to support iOS as a cross-compilation target
#67858 commented on
Apr 10, 2022 • 0 new comments -
Add support of UnicodeTranslateError in standard error handlers
#67864 commented on
Apr 10, 2022 • 0 new comments -
Mention dict and set comps in library reference
#67865 commented on
Apr 10, 2022 • 0 new comments -
Sporadic freeze in test_interrupted_write_retry_text
#67868 commented on
Apr 10, 2022 • 0 new comments -
re functions never release GIL
#67878 commented on
Apr 10, 2022 • 0 new comments -
Undocumented feature prevents re module from finding certain matches
#67880 commented on
Apr 10, 2022 • 0 new comments -
Module level map & submit for concurrent.futures
#67885 commented on
Apr 10, 2022 • 0 new comments -
Multiprocessing.Manager: fix behavior and doc inconsistencies
#67886 commented on
Apr 10, 2022 • 0 new comments -
strptime() with year-weekday pair can produce invalid data
#67905 commented on
Apr 10, 2022 • 0 new comments -
__del__() order is broken since 3.4.0
#67908 commented on
Apr 10, 2022 • 0 new comments -
Clarify documentation of positional-only default values
#67926 commented on
Apr 10, 2022 • 0 new comments -
locale.setlocale checks locale name for string incorrectly
#67927 commented on
Apr 10, 2022 • 0 new comments -
http.client request and send method have some datatype issues
#67928 commented on
Apr 10, 2022 • 0 new comments -
[doc] platform module exposes win32_ver function on posix systems
#67935 commented on
Apr 10, 2022 • 0 new comments -
tempfile.NamedTemporaryFile should be able to toggle "delete"
#67943 commented on
Apr 10, 2022 • 0 new comments -
urllib.parse: make coap:// known
#67947 commented on
Apr 10, 2022 • 0 new comments -
Tkinter in Python 3.4 on Windows don't post internal clipboard data to the Windows clipboard on exit
#67948 commented on
Apr 10, 2022 • 0 new comments -
[doc] Reference inspect.Signature.bind from functools.wraps documentation
#67952 commented on
Apr 10, 2022 • 0 new comments -
Library and include paths not added when cross-compiling on localized system
#67955 commented on
Apr 10, 2022 • 0 new comments -
importlib does not properly remove frames when invoking external import hooks
#67961 commented on
Apr 10, 2022 • 0 new comments -
Identify Moved Lines with difflib
#67979 commented on
Apr 10, 2022 • 0 new comments -
http package should support HTTP/2
#67982 commented on
Apr 10, 2022 • 0 new comments -
Support POSIX uselocale interface for thread-specific locale settings
#67988 commented on
Apr 10, 2022 • 0 new comments -
Symlink to directory on Windows 8
#67996 commented on
Apr 10, 2022 • 0 new comments -
RFE: emit a warning when a module in a traceback shadows a stdlib module
#67997 commented on
Apr 10, 2022 • 0 new comments -
RSS and Atom feeds of buildbot results are broken
#68001 commented on
Apr 10, 2022 • 0 new comments -
argparse: Parser level defaults do not always override argument level defaults
#68002 commented on
Apr 10, 2022 • 0 new comments -
test_socket testCmsgTruncLen0 gets "received malformed or improperly-truncated ancillary data" warning under OS X
#68016 commented on
Apr 10, 2022 • 0 new comments -
Add AF_IUCV support to sockets
#68018 commented on
Apr 10, 2022 • 0 new comments -
Windows: Failure to check return value from lseek() in Modules/mmapmodule.c
#68048 commented on
Apr 10, 2022 • 0 new comments -
Make stdprinter use DebugOutputString when no stdout/stderr available
#68049 commented on
Apr 10, 2022 • 0 new comments -
__all__ lists are incomplete
#68071 commented on
Apr 10, 2022 • 0 new comments -
faulthandler_user should use _PyThreadState_Current
#68074 commented on
Apr 10, 2022 • 0 new comments -
Introduce sys.implementation.opt_levels
#68080 commented on
Apr 10, 2022 • 0 new comments -
[PATCH] python socket module fails to build on Solaris when -zignore is in LDFLAGS
#68083 commented on
Apr 10, 2022 • 0 new comments -
Update Python 3 extension module porting guide
#68085 commented on
Apr 10, 2022 • 0 new comments -
poplib maxline behaviour may be wrong
#68094 commented on
Apr 10, 2022 • 0 new comments -
skipitem() in getargs.c still supports 'w' and 'w#', and shouldn't
#68114 commented on
Apr 10, 2022 • 0 new comments -
Struct module should accept arrays
#68121 commented on
Apr 10, 2022 • 0 new comments -
IDLE: revise window size, placement startup options
#68125 commented on
Apr 10, 2022 • 0 new comments -
zero-valued timestamps are mishandled by os.stat() in Windows
#68134 commented on
Apr 10, 2022 • 0 new comments -
Add mechanism to import stdlib package bypassing user packages
#68135 commented on
Apr 10, 2022 • 0 new comments -
Odd behavior with "file" and "filename" attributes in cgi.FieldStorage
#68138 commented on
Apr 10, 2022 • 0 new comments -
test_mmap uses cruel and unusual amounts of disk space
#68141 commented on
Apr 10, 2022 • 0 new comments -
Update imaplib to support RFC3501
#68147 commented on
Apr 10, 2022 • 0 new comments -
More clearly expose/explain native and cross-build target information
#68154 commented on
Apr 10, 2022 • 0 new comments -
Make inspect.signature expression evaluation more powerful
#68155 commented on
Apr 10, 2022 • 0 new comments -
PEP 484 implementation
#68161 commented on
Apr 10, 2022 • 0 new comments -
numbers.Rational implements __float__ incorrectly
#68163 commented on
Apr 10, 2022 • 0 new comments -
ZipFile.writestr implies non-regular files
#68164 commented on
Apr 10, 2022 • 0 new comments -
ttk.Style.element_create using incorrect tk.call syntax
#68166 commented on
Apr 10, 2022 • 0 new comments -
Documentation for format units starting with 'e' is inconsistent
#68168 commented on
Apr 10, 2022 • 0 new comments -
argparse fails to detect program name when there is a slash at the end of the program's path
#68182 commented on
Apr 10, 2022 • 0 new comments -
unicodedata_UCD_lookup() has theoretical buffer overflow
#68185 commented on
Apr 10, 2022 • 0 new comments -
Undefined behavior in dtoa.c (rshift 32 of 32bit data type)
#68187 commented on
Apr 10, 2022 • 0 new comments -
Get rid of rare format units in PyArg_Parse*
#68197 commented on
Apr 10, 2022 • 0 new comments -
IMAP library lacks documentation about expected parameter types
#68215 commented on
Apr 10, 2022 • 0 new comments -
IMAP library encoding enhancement
#68218 commented on
Apr 10, 2022 • 0 new comments -
plistlib assumes dict_type is descendent of dict
#68228 commented on
Apr 10, 2022 • 0 new comments -
Implement Mac East Asian encodings properly
#68229 commented on
Apr 10, 2022 • 0 new comments -
Implement mac_romanian and mac_croatian encodings
#68231 commented on
Apr 10, 2022 • 0 new comments -
Behavior of large returncodes (sys.exit(nn))
#68233 commented on
Apr 10, 2022 • 0 new comments -
sys.exit(code) returns "success" to the OS for some nonzero values of code
#68240 commented on
Apr 10, 2022 • 0 new comments -
Define EXIT_SUCCESS and EXIT_FAILURE constants in sys
#68241 commented on
Apr 10, 2022 • 0 new comments -
Better expose closure, generator & coroutine status of functions
#68244 commented on
Apr 10, 2022 • 0 new comments -
Weakproxy is an instance of collections.Iterator
#68255 commented on
Apr 10, 2022 • 0 new comments -
pstats: sub-millisecond display
#68272 commented on
Apr 10, 2022 • 0 new comments -
Add a "copy value to clipboard" option to the debugger
#68278 commented on
Apr 10, 2022 • 0 new comments -
Add support for retrieving the certificate chain
#68295 commented on
Apr 10, 2022 • 0 new comments -
zipfile.ZipFile.write() does not accept bytes arcname
#68298 commented on
Apr 10, 2022 • 0 new comments -
Carry comments with the AST
#68307 commented on
Apr 10, 2022 • 0 new comments -
[configparser] Add section/option delimiter to ExtendedInterpolation
#68319 commented on
Apr 10, 2022 • 0 new comments -
Direct sub-classing of pathlib.Path
#68320 commented on
Apr 10, 2022 • 0 new comments -
In pdb using "until X" doesn't seem to have effect in commands
#68328 commented on
Apr 10, 2022 • 0 new comments -
Makefile in tarball don't provide make uninstall target
#68331 commented on
Apr 10, 2022 • 0 new comments -
Support |= for parameters in converters
#68333 commented on
Apr 10, 2022 • 0 new comments -
Dialect class defaults are not documented.
#68335 commented on
Apr 10, 2022 • 0 new comments -
test_mailcap fails if a mailcap file contains a non-decodable character
#68340 commented on
Apr 10, 2022 • 0 new comments -
test_urandom_fd_reopened failure if OS X crash reporter default set to Developer
#68345 commented on
Apr 10, 2022 • 0 new comments -
Misleading TypeError when pickling bytes to a file opened as text
#68347 commented on
Apr 10, 2022 • 0 new comments -
ArgumentParser behavior does not match generated help
#68354 commented on
Apr 10, 2022 • 0 new comments -
sockets convert out-of-range port numbers % 2**16
#68357 commented on
Apr 10, 2022 • 0 new comments -
Add https?_proxy support to http.client
#68365 commented on
Apr 10, 2022 • 0 new comments -
Make LOGGING_FORMAT of assertLogs configurable
#68381 commented on
Apr 10, 2022 • 0 new comments -
Add `Executor.filter` to concurrent.futures
#68383 commented on
Apr 10, 2022 • 0 new comments -
Make tokenize recognize Other_ID_Start and Other_ID_Continue chars
#68382 commented on
Apr 10, 2022 • 0 new comments -
please align the platform tag for windows
#68386 commented on
Apr 10, 2022 • 0 new comments -
Argument Clinic doesn't mangle conflicting names
#68395 commented on
Apr 10, 2022 • 0 new comments -
test_trace uses test_pprint
#68403 commented on
Apr 10, 2022 • 0 new comments -
Avoid entity expansion attacks in Element Tree
#68426 commented on
Apr 10, 2022 • 0 new comments -
behavior for finding an empty string is inconsistent with documentation
#68431 commented on
Apr 10, 2022 • 0 new comments -
Docs: "unittest discover" modifies sys.path
#68435 commented on
Apr 10, 2022 • 0 new comments -
unittest API for detecting test failure in cleanup/teardown
#68437 commented on
Apr 10, 2022 • 0 new comments -
pydoc for namespace packages indicates FILE as built-in
#68441 commented on
Apr 10, 2022 • 0 new comments -
IDLE removes elements from tracebacks.
#68440 commented on
Apr 10, 2022 • 0 new comments -
Replace debuglevel-related logic with logging
#68443 commented on
Apr 10, 2022 • 0 new comments -
BZ2File objects do not have name attribute
#68446 commented on
Apr 10, 2022 • 0 new comments -
TabError behavior doesn't match documentation
#68448 commented on
Apr 10, 2022 • 0 new comments -
Add a command line flag to suppress default signal handlers
#68449 commented on
Apr 10, 2022 • 0 new comments -
unittest cannot load module whose name starts with Unicode
#68451 commented on
Apr 10, 2022 • 0 new comments -
IDLE -s and (-, -c command, or -r file) produces error message
#68453 commented on
Apr 10, 2022 • 0 new comments -
Let ElementTree prolog include comments and processing instructions
#68475 commented on
Apr 10, 2022 • 0 new comments -
c_uint32 bitfields break structures
#68478 commented on
Apr 10, 2022 • 0 new comments -
wsgiref.simple_server.WSGIRequestHandler doesn't log request timeouts
#68480 commented on
Apr 10, 2022 • 0 new comments -
gzip module failing to decompress valid compressed file
#68489 commented on
Apr 10, 2022 • 0 new comments -
OSError 17 due to _multiprocessing/semaphore.c assuming a one-to-one Pid -> process mapping.
#68491 commented on
Apr 10, 2022 • 0 new comments -
json fails to serialise numpy.int64
#68501 commented on
Apr 10, 2022 • 0 new comments -
Implement `http.client.HTTPMessage.__repr__` to make debugging easier
#68525 commented on
Apr 10, 2022 • 0 new comments -
In argparse adding wrong arguments makes malformed namespace
#68526 commented on
Apr 10, 2022 • 0 new comments -
Provide a way for assertLogs to optionally not hide the logging output
#68540 commented on
Apr 10, 2022 • 0 new comments -
Provide a unittest api for controlling verbosity in tests
#68543 commented on
Apr 10, 2022 • 0 new comments -
Should compression file-like objects provide .fileno(), misleading subprocess?
#68546 commented on
Apr 10, 2022 • 0 new comments -
httplib fails to handle semivalid HTTP headers
#68551 commented on
Apr 10, 2022 • 0 new comments -
Not all defects pass through email policy
#68552 commented on
Apr 10, 2022 • 0 new comments -
Better repr for threading objects
#68579 commented on
Apr 10, 2022 • 0 new comments -
webbrowser.py update to use argparse.py
#68583 commented on
Apr 10, 2022 • 0 new comments -
Provide convenience function for paths relative to the current module
#68584 commented on
Apr 10, 2022 • 0 new comments -
Update test_capi to use test.support.script_helper
#68586 commented on
Apr 10, 2022 • 0 new comments -
Type-specific documentation for __format__ methods
#68605 commented on
Apr 10, 2022 • 0 new comments -
"make install" will not install pip if already present in user site-packages
#68606 commented on
Apr 10, 2022 • 0 new comments -
xml.dom.minidom: performance issue with Node.insertBefore()
#68612 commented on
Apr 10, 2022 • 0 new comments -
ItemsView.__contains__ does not mimic dict_items
#68622 commented on
Apr 10, 2022 • 0 new comments -
Add metrics to future objects (concurrent or asyncio?)
#68639 commented on
Apr 10, 2022 • 0 new comments -
urlencode() of dictionary not as expected
#68648 commented on
Apr 10, 2022 • 0 new comments -
Make shutil.make_archive have deterministic sorting
#68653 commented on
Apr 10, 2022 • 0 new comments -
extend_path explanation in documentation is ambiguous
#68654 commented on
Apr 10, 2022 • 0 new comments -
Expose C level compiler flag constants to Python code
#68656 commented on
Apr 10, 2022 • 0 new comments -
The docs never define what a pool "task" is
#68663 commented on
Apr 10, 2022 • 0 new comments -
In argparse subparser's option goes to parent parser
#68665 commented on
Apr 10, 2022 • 0 new comments -
Support LMMS project files in mimetypes.guess_type
#68667 commented on
Apr 10, 2022 • 0 new comments -
Can't specify encoding with fileinput and inplace=True
#68682 commented on
Apr 10, 2022 • 0 new comments -
Should ptags and eptags be removed from repo?
#68686 commented on
Apr 10, 2022 • 0 new comments -
provide context manager to redirect C output
#68688 commented on
Apr 10, 2022 • 0 new comments -
OS X installer provides flat sub-packages with no version numbers
#68690 commented on
Apr 10, 2022 • 0 new comments -
shutil.which wrong result on Windows
#68693 commented on
Apr 10, 2022 • 0 new comments -
CRLF issues
#68695 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing should log a warning when forking multithreaded process
#68700 commented on
Apr 10, 2022 • 0 new comments -
json.dumps should accept key function for ``sort_keys``
#68706 commented on
Apr 10, 2022 • 0 new comments -
The MimeTypes class cannot ignore global files per instance
#68715 commented on
Apr 10, 2022 • 0 new comments -
asyncio.sock_recv() blocks normal ioloop actions.
#68720 commented on
Apr 10, 2022 • 0 new comments -
os.pipe() should return a structsequence (or namedtuple.)
#68724 commented on
Apr 10, 2022 • 0 new comments -
[subinterpreters] Improve test coverage for subinterpreters
#68741 commented on
Apr 10, 2022 • 0 new comments -
the f_lineno getter is broken
#68753 commented on
Apr 10, 2022 • 0 new comments -
timemodule build fail - missing definitions for _Py_BEGIN_SUPPRESS_IPH and _Py_END_SUPPRESS_IPH
#68763 commented on
Apr 10, 2022 • 0 new comments -
Document asyncio behavior (logging and call to connection_lost) on socket TimeoutError
#68765 commented on
Apr 10, 2022 • 0 new comments -
InteractiveInterpreter always prints to stdout
#68783 commented on
Apr 10, 2022 • 0 new comments -
forbid redefinition of specializations in singledispatch
#68785 commented on
Apr 10, 2022 • 0 new comments -
not operator expression raising a syntax error
#68800 commented on
Apr 10, 2022 • 0 new comments -
Mock.assert* API is in user namespace
#68839 commented on
Apr 10, 2022 • 0 new comments -
C-API Pure Embedding enhancement
#68840 commented on
Apr 10, 2022 • 0 new comments -
Mock.assert_has_calls([]) is surprising for users
#68841 commented on
Apr 10, 2022 • 0 new comments -
pyclbr not recursively showing classes in packages
#68862 commented on
Apr 10, 2022 • 0 new comments -
poplib: Line too long error causes knock-on failure to retrieve all subsequent messages
#68894 commented on
Apr 10, 2022 • 0 new comments -
Document getpass.getpass behavior on ^C
#68899 commented on
Apr 10, 2022 • 0 new comments -
test_socket testFDPassEmpty fails on OS X 10.11+ with "Cannot allocate memory"
#68913 commented on
Apr 10, 2022 • 0 new comments -
Wrap rl_forced_update_display() and lock readline module while active
#68915 commented on
Apr 10, 2022 • 0 new comments -
ctypes silently truncates ints larger than C int
#68935 commented on
Apr 10, 2022 • 0 new comments -
IDLE settings dialog shouldn't be modal
#68948 commented on
Apr 10, 2022 • 0 new comments -
Subclass of property doesn't preserve instance __doc__ when using doc= argument
#68954 commented on
Apr 10, 2022 • 0 new comments -
can concurrent.futures len(Executor) return the number of tasks?
#68955 commented on
Apr 10, 2022 • 0 new comments -
Smaller viewport shifts the "expand left menu" character into the text
#68960 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Improve config dialog font change user interface
#68964 commented on
Apr 10, 2022 • 0 new comments -
unittest assertEqual difference output foiled by newlines
#68968 commented on
Apr 10, 2022 • 0 new comments -
Improve UX of IDLE Highlighting configuration tab
#68969 commented on
Apr 10, 2022 • 0 new comments -
csv.Sniffer guesses "M" instead of \t or , as the delimiter
#68975 commented on
Apr 10, 2022 • 0 new comments -
HTTPException is derived from Exception instead of IOError
#68976 commented on
Apr 10, 2022 • 0 new comments -
Idle: improve stack viewer
#68978 commented on
Apr 10, 2022 • 0 new comments -
PyZipFile mixes compiled files from different python versions.
#68982 commented on
Apr 10, 2022 • 0 new comments -
IDLE should detect changes to open files by other processes
#68987 commented on
Apr 10, 2022 • 0 new comments -
exec docs should note that the no argument form in a local scope is really the two argument form
#68988 commented on
Apr 10, 2022 • 0 new comments -
All standard keystrokes not recognized in IDLE dialogs on Mac
#69000 commented on
Apr 10, 2022 • 0 new comments -
Redesign Help => About IDLE, make it non-modal
#69001 commented on
Apr 10, 2022 • 0 new comments -
Idle: Disable menu items when not applicable
#69002 commented on
Apr 10, 2022 • 0 new comments -
On maxOS, IDLE app menu can become nearly blank
#69003 commented on
Apr 10, 2022 • 0 new comments -
IDLE: disable selecting debugger when user code is running
#69004 commented on
Apr 10, 2022 • 0 new comments -
IDLE: run program in debugger from edit window
#69006 commented on
Apr 10, 2022 • 0 new comments -
ctypes.create_string_buffer does not add NUL if len(init) == size
#69011 commented on
Apr 10, 2022 • 0 new comments -
ability to integrate editor, shell, debugger in one window
#69014 commented on
Apr 10, 2022 • 0 new comments -
Use interactive input even if stdout is redirected
#69017 commented on
Apr 10, 2022 • 0 new comments -
pydoc should display the expression for a builtin argument default, not its result
#69022 commented on
Apr 10, 2022 • 0 new comments -
Add tests for ``from ... import ...` code
#69034 commented on
Apr 10, 2022 • 0 new comments -
IDLE functional/integration testing
#69033 commented on
Apr 10, 2022 • 0 new comments -
subprocess.Popen behaves incorrect when moved in process tree
#69050 commented on
Apr 10, 2022 • 0 new comments -
shlex lineno inaccurate with certain inputs
#69057 commented on
Apr 10, 2022 • 0 new comments -
Add "full cleanup" checkbox to uninstaller
#69061 commented on
Apr 10, 2022 • 0 new comments -
Windows launcher docs don't fully explain shebang semantics
#69078 commented on
Apr 10, 2022 • 0 new comments -
Tk occasionally mispositions Text() insert cursor on mouse click.
#69081 commented on
Apr 10, 2022 • 0 new comments -
Raising an exception that cannot be unpickled causes hang in ProcessPoolExecutor
#69088 commented on
Apr 10, 2022 • 0 new comments -
Provide a way for potentially long runtime difflib algorithms to be aborted by the caller (and report progress?)
#69092 commented on
Apr 10, 2022 • 0 new comments -
Allow incremental I/O to blobs in sqlite3
#69093 commented on
Apr 10, 2022 • 0 new comments -
Windows: subprocess.Popen: race condition for leaking inheritable handles
#69097 commented on
Apr 10, 2022 • 0 new comments -
Operator precedence table in 5.15 should be highest to lowest precedence
#69109 commented on
Apr 10, 2022 • 0 new comments -
_posixsubprocess.c: sysconf() might not be async-signal-safe
#69112 commented on
Apr 10, 2022 • 0 new comments -
Allow doctest to find line number of __test__ strings if formatted as a triple quoted string.
#69113 commented on
Apr 10, 2022 • 0 new comments -
_strptime.TimeRE should not enforce range in regex
#69117 commented on
Apr 10, 2022 • 0 new comments -
socket.recv(size, MSG_TRUNC) returns more than size bytes
#69121 commented on
Apr 10, 2022 • 0 new comments -
Remove unicode_format.h from stringlib
#69127 commented on
Apr 10, 2022 • 0 new comments -
Add classproperty as builtin class
#69129 commented on
Apr 10, 2022 • 0 new comments -
Remove domain from ipaddress.reverse_pointer property and add method
#69130 commented on
Apr 10, 2022 • 0 new comments -
Expose Py_TPFLAGS_ values from Python
#69133 commented on
Apr 10, 2022 • 0 new comments -
Tkinter tests that fail on linux in tiling window manager
#69134 commented on
Apr 10, 2022 • 0 new comments -
No way to generate or parse timezone as produced by datetime.isoformat()
#69142 commented on
Apr 10, 2022 • 0 new comments -
webbrowser broken on Mac OS X when using the BROWSER variable
#69143 commented on
Apr 10, 2022 • 0 new comments -
Add tunnel CONNECT response headers to httplib / http.client
#69152 commented on
Apr 10, 2022 • 0 new comments -
CFLAGS for Visual Studio
#69161 commented on
Apr 10, 2022 • 0 new comments -
Add a test which uses the ast module to compile the stdlib
#69169 commented on
Apr 10, 2022 • 0 new comments -
Define instance mutability explicitly on type objects?
#69179 commented on
Apr 10, 2022 • 0 new comments -
better exception message when an unsupported object is passed to `async for` (pep 492)
#69183 commented on
Apr 10, 2022 • 0 new comments -
IDLE: debugger local/global vars should not be editable
#69184 commented on
Apr 10, 2022 • 0 new comments -
List pybind11 binding generator
#69194 commented on
Apr 10, 2022 • 0 new comments -
run_pdb() in test_pdb.py always returns stderr as None
#69201 commented on
Apr 10, 2022 • 0 new comments -
(FreeBSD/OSX) Fix fcntl module to accept 'unsigned long' type commands for ioctl(2).
#69214 commented on
Apr 10, 2022 • 0 new comments -
IDLE - file list improvements
#69219 commented on
Apr 10, 2022 • 0 new comments -
IDLE - same menubar across application
#69220 commented on
Apr 10, 2022 • 0 new comments -
Getter/setter for argparse keys
#69223 commented on
Apr 10, 2022 • 0 new comments -
IDLE - infrastructure changes so editors don't assume they're in a toplevel
#69224 commented on
Apr 10, 2022 • 0 new comments -
bring BTPROTO_SCO inline with other Bluetooth protocols
#69232 commented on
Apr 10, 2022 • 0 new comments -
Strange behavior under doctest: staticmethods have different __globals__
#69237 commented on
Apr 10, 2022 • 0 new comments -
Possible race condition in Pool
#69240 commented on
Apr 10, 2022 • 0 new comments -
no support for Bluetooth LE in socket
#69242 commented on
Apr 10, 2022 • 0 new comments -
Better repr for multiprocessing.synchronize objects
#69252 commented on
Apr 10, 2022 • 0 new comments -
CGI large POST data string truncated
#69259 commented on
Apr 10, 2022 • 0 new comments -
IDLE: remove noisy icons from class (module) browser
#69277 commented on
Apr 10, 2022 • 0 new comments -
test_httpservers hangs since Python 3.5
#69282 commented on
Apr 10, 2022 • 0 new comments -
test_uuid fails with pywin32 installed
#69285 commented on
Apr 10, 2022 • 0 new comments -
Rounding mode of floating-point division is not well documented
#69316 commented on
Apr 10, 2022 • 0 new comments -
Make tests more PyPy compatible
#69317 commented on
Apr 10, 2022 • 0 new comments -
IDLE debugger could better visualize program execution
#69333 commented on
Apr 10, 2022 • 0 new comments -
Windows All Users installation places uninstaller in user profile
#69353 commented on
Apr 10, 2022 • 0 new comments -
IDLE: search regex errors should be in/attached to search dialog
#69365 commented on
Apr 10, 2022 • 0 new comments -
Tests failed in nondecodable directory
#69368 commented on
Apr 10, 2022 • 0 new comments -
python -m inspect --details fails in nondecodable directory
#69370 commented on
Apr 10, 2022 • 0 new comments -
"python -m pydoc -w" fails in nondecodable directory
#69371 commented on
Apr 10, 2022 • 0 new comments -
Define StringIO seek offset as code point offset
#69377 commented on
Apr 10, 2022 • 0 new comments -
Installer>Install in user folder by default when you check: for all users
#69383 commented on
Apr 10, 2022 • 0 new comments -
Confusing (?) warning when run deprecated module as script
#69391 commented on
Apr 10, 2022 • 0 new comments -
Warnings stacklevel frames to skip
#69403 commented on
Apr 10, 2022 • 0 new comments -
Method cache can crash at shutdown in _PyType_Lookup
#69404 commented on
Apr 10, 2022 • 0 new comments -
Automate creation of idlelib/help.html from Doc/.../idle.html
#69405 commented on
Apr 10, 2022 • 0 new comments -
Regression in http.cookies parsing with brackets and quotes
#69415 commented on
Apr 10, 2022 • 0 new comments -
EmailMessage.add_attachment() creates parts with spurious MIME-Version header.
#69422 commented on
Apr 10, 2022 • 0 new comments -
HTMLParser handle_starttag replaces entity references in attribute value even without semicolon
#69426 commented on
Apr 10, 2022 • 0 new comments -
Failed tests for Python 3.5.0 on shared virtual host
#69429 commented on
Apr 10, 2022 • 0 new comments -
Idle: refine right-click behavior
#69431 commented on
Apr 10, 2022 • 0 new comments -
HtmlParser doesn't handle void element tags correctly
#69445 commented on
Apr 10, 2022 • 0 new comments -
Support pointing frozen modules to the corresponding source files, if available.
#69455 commented on
Apr 10, 2022 • 0 new comments -
Add method to detect if a string contains surrogates
#69456 commented on
Apr 10, 2022 • 0 new comments -
Documentation v/s behaviour mismatch wrt integer literals containing non-ASCII characters
#69462 commented on
Apr 10, 2022 • 0 new comments -
Unexpected socket exception on SFTP 'STOR' command
#69465 commented on
Apr 10, 2022 • 0 new comments -
regex: Support for recursive patterns
#69469 commented on
Apr 10, 2022 • 0 new comments -
Absolute imports fail in some cases where relative imports would work
#69481 commented on
Apr 10, 2022 • 0 new comments -
max_help_position is not works in argparse library
#69484 commented on
Apr 10, 2022 • 0 new comments -
Enhancing the argparse help output
#69494 commented on
Apr 10, 2022 • 0 new comments -
Cryptic error message if incorrect spec is set on a callable mock
#69499 commented on
Apr 10, 2022 • 0 new comments -
Docs for pkgutil.get_data inconsistent with semantics
#69517 commented on
Apr 10, 2022 • 0 new comments -
Using Windows doc should list service packs needed to install
#69518 commented on
Apr 10, 2022 • 0 new comments -
telnetlib: process_rawq() and binary data
#69521 commented on
Apr 10, 2022 • 0 new comments -
weakref.finalize documentation refers to old interpreter shutdown behavior
#69524 commented on
Apr 10, 2022 • 0 new comments -
urllib bypasses all hosts if proxyoverride includes an empty element
#69525 commented on
Apr 10, 2022 • 0 new comments -
File mode wb+ appears as rb+
#69528 commented on
Apr 10, 2022 • 0 new comments -
test_json segfault on OpenBSD
#69529 commented on
Apr 10, 2022 • 0 new comments -
Document atomic operations on builtin types
#69530 commented on
Apr 10, 2022 • 0 new comments -
Windows installer does not add py.exe launcher to "App Paths" key
#69542 commented on
Apr 10, 2022 • 0 new comments -
io.open() fails to open ascii file if LANG env not set
#69546 commented on
Apr 10, 2022 • 0 new comments -
Add support of pickling very large bytes and str objects with protocol < 4
#69557 commented on
Apr 10, 2022 • 0 new comments -
KeyboardInterrupt handling and traceback broken on Windows 10
#69563 commented on
Apr 10, 2022 • 0 new comments -
Mention octal format of mode argument of os.chmod
#69564 commented on
Apr 10, 2022 • 0 new comments -
msvcrt_putch/msvcrt_putwch don't check the return value of _putch/_putwch
#69573 commented on
Apr 10, 2022 • 0 new comments -
urllib.parse.urljoin is broken in python 3.5
#69589 commented on
Apr 10, 2022 • 0 new comments -
Clean up and fix OrderedDict
#69596 commented on
Apr 10, 2022 • 0 new comments -
Add encoding aliases from the (HTML5) Encoding Standard
#69602 commented on
Apr 10, 2022 • 0 new comments -
Readline completion of module names in import statements
#69605 commented on
Apr 10, 2022 • 0 new comments -
whitespace in strip()/lstrip()/rstrip()
#69619 commented on
Apr 10, 2022 • 0 new comments -
Add type checks to urllib.request.Request
#69625 commented on
Apr 10, 2022 • 0 new comments -
Shelve consistency issues
#69628 commented on
Apr 10, 2022 • 0 new comments -
Arithmetics with complex infinities is inconsistent with C/C++
#69639 commented on
Apr 10, 2022 • 0 new comments -
json dump fails for mixed-type keys when sort_keys is specified
#69643 commented on
Apr 10, 2022 • 0 new comments -
ftplib: command response shift - mismatch
#69644 commented on
Apr 10, 2022 • 0 new comments -
Put “deprecated” warnings first
#69653 commented on
Apr 10, 2022 • 0 new comments -
PyTraceBack_Print()/_Py_DisplaySourceLine() should take custom loaders into account
#69654 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing .Condition.notify(_all) function has O(N) time complexity where N is the number of wait() calls with a timeout since the last notify(_all) call
#69655 commented on
Apr 10, 2022 • 0 new comments -
PermissionError in subprocess.check_output() when an inaccessible directory on the path
#69667 commented on
Apr 10, 2022 • 0 new comments -
signal.set_wakeup_fd() doesn't work if the signal don't have handler
#69668 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Remove '', user_dir, and idlelib from sys.path when added
#69674 commented on
Apr 10, 2022 • 0 new comments -
sys.exit() caught in async event loop exception handler
#69675 commented on
Apr 10, 2022 • 0 new comments -
ftplib.sendcmd only accepts string
#69677 commented on
Apr 10, 2022 • 0 new comments -
PyImport_ImportModule inaccurately described
#69695 commented on
Apr 10, 2022 • 0 new comments -
Improve IDLE's "subprocess didn't make connection" message
#69700 commented on
Apr 10, 2022 • 0 new comments -
threading.Condition._is_owned() is wrong when using threading.Lock
#69702 commented on
Apr 10, 2022 • 0 new comments -
unittest load_tests protocol not working as documented
#69706 commented on
Apr 10, 2022 • 0 new comments -
optparse module does not emit DeprecationWarning
#69707 commented on
Apr 10, 2022 • 0 new comments -
IDLE: warn if save-as name matches stdlib name
#69708 commented on
Apr 10, 2022 • 0 new comments -
Add PyMemoryView_FromObjectWithFlags()
#69710 commented on
Apr 10, 2022 • 0 new comments -
Attempt to further increase test coverage of calendar module
#69714 commented on
Apr 10, 2022 • 0 new comments -
Make pkgutil.iter_modules() yield built-in modules
#69719 commented on
Apr 10, 2022 • 0 new comments -
SimpleHTTPServer throwed an exception due to negtive st_mtime attr in file
#69720 commented on
Apr 10, 2022 • 0 new comments -
Traceback from __exit__ method is misleading
#69724 commented on
Apr 10, 2022 • 0 new comments -
Wrong usage of sockaddr_un struct for abstract namespace unix sockets
#69727 commented on
Apr 10, 2022 • 0 new comments -
locale.atof keep '.' even if not part of the localeconv
#69729 commented on
Apr 10, 2022 • 0 new comments -
email parsing docs: clarify that only ASCII strings are supported
#69731 commented on
Apr 10, 2022 • 0 new comments -
signal.siginterrupt description has typo
#69745 commented on
Apr 10, 2022 • 0 new comments -
Python 2 & 3 don't allow the user to disable ctypes SEH in windows
#69748 commented on
Apr 10, 2022 • 0 new comments -
asyncio reference cycles after ConnectionResetError
#69752 commented on
Apr 10, 2022 • 0 new comments -
shlex.quote doesn't work on bytestrings
#69753 commented on
Apr 10, 2022 • 0 new comments -
Improve the lltrace feature with the Py_Debug mode
#69757 commented on
Apr 10, 2022 • 0 new comments -
FrameSummary repr() does not support previously working uses of repr in traceback module
#69759 commented on
Apr 10, 2022 • 0 new comments -
Bad path leads to: ImportError: DLL load failed: %1 is not a valid Win32 application.
#69771 commented on
Apr 10, 2022 • 0 new comments -
socket.sendall broken when a socket has a timeout
#69772 commented on
Apr 10, 2022 • 0 new comments -
unittest.mock does not wrap dunder methods (__getitem__ etc)
#69783 commented on
Apr 10, 2022 • 0 new comments -
Add support for EVFILT_USER kqueue filter
#69788 commented on
Apr 10, 2022 • 0 new comments -
Let launcher autoselect best 32-bit Python on 64-bit system
#69822 commented on
Apr 10, 2022 • 0 new comments -
EmailMessage should throw an error if policy is set to compat32
#69826 commented on
Apr 10, 2022 • 0 new comments -
Come up with a good way to handle module aliasing
#69835 commented on
Apr 10, 2022 • 0 new comments -
ctypes+callbacks+fork+selinux = crash
#69839 commented on
Apr 10, 2022 • 0 new comments -
Python errors related to failures loading DLL's lack information
#69841 commented on
Apr 10, 2022 • 0 new comments -
Python unexpectedly ignores a signal after fork
#69852 commented on
Apr 10, 2022 • 0 new comments -
Supply dual-stack (IPv4/IPv6) socket bind routine
#69853 commented on
Apr 10, 2022 • 0 new comments -
Selector.select() hangs when there is nothing to select
#69866 commented on
Apr 10, 2022 • 0 new comments -
Replacement for unittest.mock.mock_open
#69876 commented on
Apr 10, 2022 • 0 new comments -
Easier way to specify reduced globals for doctest
#69885 commented on
Apr 10, 2022 • 0 new comments -
Add the close method for ElementTree.iterparse() object
#69893 commented on
Apr 10, 2022 • 0 new comments -
zipimport is not PEP 3147 or PEP 488 compliant
#69896 commented on
Apr 10, 2022 • 0 new comments -
ConfigParser should never write broken configurations
#69909 commented on
Apr 10, 2022 • 0 new comments -
[doc] sys.setprofile / sys.getprofile asymetry
#69912 commented on
Apr 10, 2022 • 0 new comments -
email parser ignores inner multipart boundary when outer message duplicates it
#69914 commented on
Apr 10, 2022 • 0 new comments -
update pure python datetime.timedelta creation
#69915 commented on
Apr 10, 2022 • 0 new comments -
Assigning and deleting __new__ attr on the class does not allow to create instances of this class
#69917 commented on
Apr 10, 2022 • 0 new comments -
Code and IDLE should catch all compile errors.
#69919 commented on
Apr 10, 2022 • 0 new comments -
Add PAYLOAD_TOO_LARGE / URI_TOO_LONG (new name in RFC 7231)
#69925 commented on
Apr 10, 2022 • 0 new comments -
multiple issues in http.client
#69926 commented on
Apr 10, 2022 • 0 new comments -
[doc] Clarify exactly what \w matches in UNICODE mode
#69929 commented on
Apr 10, 2022 • 0 new comments -
asyncio.Server class documented but not exported
#69935 commented on
Apr 10, 2022 • 0 new comments -
expose name, args, and kwargs from methodcaller
#69956 commented on
Apr 10, 2022 • 0 new comments -
CPython hangs on error __context__ set to the error itself
#69968 commented on
Apr 10, 2022 • 0 new comments -
Add an explanation what happens with subprocess parent and child processes when signals are sent
#69973 commented on
Apr 10, 2022 • 0 new comments -
Make Profile.print_stats support sorting by mutiple values
#69990 commented on
Apr 10, 2022 • 0 new comments -
locale.nl_langinfo() can't decode value
#69998 commented on
Apr 10, 2022 • 0 new comments -
Mixing multiprocessing pool and subprocess may create zombie process, and cause program to hang.
#70015 commented on
Apr 10, 2022 • 0 new comments -
CPython not using Visual Studio code analysis!
#70034 commented on
Apr 10, 2022 • 0 new comments -
smtplib's SMTP.connect() should store the server name in ._host for .starttls()
#70039 commented on
Apr 10, 2022 • 0 new comments -
Structure field size/ofs __str__ wrong with large size fields
#70045 commented on
Apr 10, 2022 • 0 new comments -
ISO-2022 seeking forgets state
#70050 commented on
Apr 10, 2022 • 0 new comments -
7.2 Assignment statements documentation is vague and slightly misleading
#70052 commented on
Apr 10, 2022 • 0 new comments -
CPython on Windows builds with /W3, not /W4
#70066 commented on
Apr 10, 2022 • 0 new comments -
codecs should raise specific UnicodeDecodeError/UnicodeEncodeError rather than just UnicodeError
#70068 commented on
Apr 10, 2022 • 0 new comments -
A little faster ElementTree serializing
#70069 commented on
Apr 10, 2022 • 0 new comments -
argparse help error: arguments created by add_mutually_exclusive_group() are shown outside their parent group created by add_argument_group()
#70070 commented on
Apr 10, 2022 • 0 new comments -
array.array accepting byte-order codes in format strings
#70084 commented on
Apr 10, 2022 • 0 new comments -
unittest ignores the first ctrl-c when it shouldn't
#70088 commented on
Apr 10, 2022 • 0 new comments -
Worker stall in multiprocessing.Pool
#70094 commented on
Apr 10, 2022 • 0 new comments -
ProcessPoolExecutor deadlock on KeyboardInterrupt
#70096 commented on
Apr 10, 2022 • 0 new comments -
Use __spec__.__name__ instead of __name__ in the docs where appropriate
#70100 commented on
Apr 10, 2022 • 0 new comments -
http.client PUT method ignores error responses sent immediatly after headers
#70107 commented on
Apr 10, 2022 • 0 new comments -
add dir_fd for mkstemp, and also maybe to all tempfile.*
#70115 commented on
Apr 10, 2022 • 0 new comments -
Unhandled exception (TypeError) with ftplib in function retrbinary/retrlines causes inoperable behavior without crashing
#70121 commented on
Apr 10, 2022 • 0 new comments -
Improve FastChildWatcher with WNOWAIT?
#70124 commented on
Apr 10, 2022 • 0 new comments -
DIfference between utf8 and utf-8 when i define python source code encoding.
#70125 commented on
Apr 10, 2022 • 0 new comments -
Invalid MIME encoding generated by email.mime (line too long)
#70136 commented on
Apr 10, 2022 • 0 new comments -
code_context not available in exec()
#70140 commented on
Apr 10, 2022 • 0 new comments -
sockaddr_l2 lacks CID, address type (AF_BLUETOOTH sockets)
#70145 commented on
Apr 10, 2022 • 0 new comments -
Popen.wait() hangs when called from a signal handler when os.waitpid() does not
#70148 commented on
Apr 10, 2022 • 0 new comments -
Ctrl+C Can't Exit Script with Pool on Windows
#70150 commented on
Apr 10, 2022 • 0 new comments -
Cannot import modules out of zip file with extended-length path on windows
#70156 commented on
Apr 10, 2022 • 0 new comments -
Expose a simple "is IEEE 754" flag in sys.float_info
#70172 commented on
Apr 10, 2022 • 0 new comments -
doctest terminates when accessing __wrapped__ raises an error
#70186 commented on
Apr 10, 2022 • 0 new comments -
Support embedding the standard library in an executable
#70195 commented on
Apr 10, 2022 • 0 new comments -
HTMLParser lacking a few features to reconstruct input exactly
#70197 commented on
Apr 10, 2022 • 0 new comments -
Missing signatures operator module
#70211 commented on
Apr 10, 2022 • 0 new comments -
zipfile cannot handle zip files where the archive size for a file does not match actual contents
#70226 commented on
Apr 10, 2022 • 0 new comments -
Poor performance when reading large xmlrpc data
#70237 commented on
Apr 10, 2022 • 0 new comments -
Non-data descriptors in pydoc
#70239 commented on
Apr 10, 2022 • 0 new comments -
pydoc for __init__ with not docstring
#70240 commented on
Apr 10, 2022 • 0 new comments -
Class __dict__ iteration order changing due to type instance key-sharing
#70248 commented on
Apr 10, 2022 • 0 new comments -
re.compile() repr end quote truncated
#70256 commented on
Apr 10, 2022 • 0 new comments -
pdb fails to access variables closed over
#70260 commented on
Apr 10, 2022 • 0 new comments -
Document default tk Text class bindings for tkinter and IDLE
#70273 commented on
Apr 10, 2022 • 0 new comments -
More correct string truncating in PyUnicode_FromFormat()
#70278 commented on
Apr 10, 2022 • 0 new comments -
doctest should allow custom sys.displayhook
#70280 commented on
Apr 10, 2022 • 0 new comments -
ConfigParser.get() doc to be updated according to the configparser.py header doc
#70282 commented on
Apr 10, 2022 • 0 new comments -
shlex.quote and pipes.quote do not quote shell keywords
#70312 commented on
Apr 10, 2022 • 0 new comments -
HTTPPasswordMgrWithPriorAuth does not work with DigestAuthentication
#70322 commented on
Apr 10, 2022 • 0 new comments -
[idea] use the Microsoft Antimalware Scan Interface
#70325 commented on
Apr 10, 2022 • 0 new comments -
Ensure that IDLE's stdlib imports are from the stdlib
#70331 commented on
Apr 10, 2022 • 0 new comments -
File truncate() not defaulting to current position as documented
#70346 commented on
Apr 10, 2022 • 0 new comments -
[doc] Tutorial incorrectly claims that (explicit) relative imports don't work in the main module
#70348 commented on
Apr 10, 2022 • 0 new comments -
Fully implement IOBase abstract on SpooledTemporaryFile
#70363 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing.util._afterfork_registry leak in threaded environment
#70368 commented on
Apr 10, 2022 • 0 new comments -
python3 k1om dissociation permanence: readelf
#70381 commented on
Apr 10, 2022 • 0 new comments -
Better specify number of nested scopes
#70393 commented on
Apr 10, 2022 • 0 new comments -
decimal C module's exceptions don't match the Python version
#70396 commented on
Apr 10, 2022 • 0 new comments -
`HTMLParser.handle_data` may be invoked although `HTMLParser.reset` was invoked
#70398 commented on
Apr 10, 2022 • 0 new comments -
textwrap should minimize number of breaks in extra long words
#70402 commented on
Apr 10, 2022 • 0 new comments -
New misleading wording in execution model documenation
#70413 commented on
Apr 10, 2022 • 0 new comments -
Make number serialization ES6/V8 compatible
#70417 commented on
Apr 10, 2022 • 0 new comments -
argparse docs: Positional * argument in mutually exclusive group requires a default parameter
#70423 commented on
Apr 10, 2022 • 0 new comments -
urllib2 initiate irregular call to gethostbyaddr
#70424 commented on
Apr 10, 2022 • 0 new comments -
tarfile in stream mode always set zlib compression level to 9
#70441 commented on
Apr 10, 2022 • 0 new comments -
Cannot compile with /fp:strict with MSVC
#70450 commented on
Apr 10, 2022 • 0 new comments -
Serialize array.array to JSON by default
#70451 commented on
Apr 10, 2022 • 0 new comments -
zipfile should call lstat instead of stat if available
#70457 commented on
Apr 10, 2022 • 0 new comments -
Allow zipapp to target modules
#70465 commented on
Apr 10, 2022 • 0 new comments -
Garbage collection of unused input sections from CPython binaries
#70473 commented on
Apr 10, 2022 • 0 new comments -
dis module: coroutine opcode documentation clarity
#70474 commented on
Apr 10, 2022 • 0 new comments -
wsgiref.util FileWrapper raises ValueError: I/O operation on closed file.
#70487 commented on
Apr 10, 2022 • 0 new comments -
Shared execution context between doctests in a module
#70491 commented on
Apr 10, 2022 • 0 new comments -
Solaris 10 build issues
#70496 commented on
Apr 10, 2022 • 0 new comments -
_scproxy and Python Launcher fail to build wtih GNU gcc on macOS 10.13+
#70505 commented on
Apr 10, 2022 • 0 new comments -
PySequenceMethods documentation missing sq_slice and sq_ass_slice
#70534 commented on
Apr 10, 2022 • 0 new comments -
[Windows] signal.signal and os.kill doc should better explain what is supported
#70538 commented on
Apr 10, 2022 • 0 new comments -
Occasionally check for Ctrl-C in long-running operations like sum
#70539 commented on
Apr 10, 2022 • 0 new comments -
mmap.mmap.__iter__ is broken (yields bytes instead of ints)
#70546 commented on
Apr 10, 2022 • 0 new comments -
shelve filename inconsistent between platforms
#70558 commented on
Apr 10, 2022 • 0 new comments -
zlib decompress as_bytearray flag
#70567 commented on
Apr 10, 2022 • 0 new comments -
Add 'geo' URI scheme (RFC 5870) to urllib.parse.uses_params
#70569 commented on
Apr 10, 2022 • 0 new comments -
Crash calling sqlite3_close with invalid pointer
#70575 commented on
Apr 10, 2022 • 0 new comments -
Disabling changing sys.argv[0] with runpy.run_module(...alter_sys=True)
#70576 commented on
Apr 10, 2022 • 0 new comments -
Have argparse provide ability to require a fallback value be present
#70582 commented on
Apr 10, 2022 • 0 new comments -
Catch FileNotFoundError in socketserver.DatagramRequestHandler
#70591 commented on
Apr 10, 2022 • 0 new comments -
Add partial.kwargs
#70619 commented on
Apr 10, 2022 • 0 new comments -
tarfile._FileInFile.seekable is broken in stream mode
#70627 commented on
Apr 10, 2022 • 0 new comments -
Tutorial on Python Scopes and Namespaces uses confusing 'read-only' terminology
#70636 commented on
Apr 10, 2022 • 0 new comments -
Windows build instructions are very inaccurate
#70646 commented on
Apr 10, 2022 • 0 new comments -
datetime.strptime without a year fails on Feb 29
#70647 commented on
Apr 10, 2022 • 0 new comments -
shutil.copy2 raises OSError if filesystem doesn't support chmod
#70655 commented on
Apr 10, 2022 • 0 new comments -
load_verify_locations(cadata) should load AUX ASN.1 to supported trusted certs
#70658 commented on
Apr 10, 2022 • 0 new comments -
Bad formatting in WinError 193 when using subprocess.check_call
#70680 commented on
Apr 10, 2022 • 0 new comments -
super() does not work in nested functions, genexps, listcomps, and gives misleading exceptions
#70682 commented on
Apr 10, 2022 • 0 new comments -
Update extending/embedding docs to new way to build modules in C
#70702 commented on
Apr 10, 2022 • 0 new comments -
document what config directory is used for
#70711 commented on
Apr 10, 2022 • 0 new comments -
CGI library - Using unicode in header fields
#70714 commented on
Apr 10, 2022 • 0 new comments -
NameError for built in function open when re-raising stored exception from yielded function
#70715 commented on
Apr 10, 2022 • 0 new comments -
KeyboardInterrupt while in input() not catchable on Windows 10
#70718 commented on
Apr 10, 2022 • 0 new comments -
ConfigParser has optionxform, but not sectionxform
#70724 commented on
Apr 10, 2022 • 0 new comments -
[ctypes] Add value attribute to non basic pointers.
#70752 commented on
Apr 10, 2022 • 0 new comments -
turtle regression in 3.5
#70758 commented on
Apr 10, 2022 • 0 new comments -
inspect.getclosurevars returns incorrect variable when using class member with the same name as other variable
#70764 commented on
Apr 10, 2022 • 0 new comments -
Bad BaseHTTPRequestHandler response when using HTTP/0.9
#70765 commented on
Apr 10, 2022 • 0 new comments -
pyclbr module needs to be more flexible on loader support
#70771 commented on
Apr 10, 2022 • 0 new comments -
Document how to cite Python
#70784 commented on
Apr 10, 2022 • 0 new comments -
Thread safety issue with MagickMock __str__: sometimes returns MagickMock instead of str
#70787 commented on
Apr 10, 2022 • 0 new comments -
Use new madvise()'s MADV_FREE on the private heap
#70788 commented on
Apr 10, 2022 • 0 new comments -
argparse doc introduction is inappropriately targeted
#70789 commented on
Apr 10, 2022 • 0 new comments -
RLock undocumented behavior in case of multiple acquire
#70795 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing behavior combining daemon with non-daemon children inconsistent with threading
#70820 commented on
Apr 10, 2022 • 0 new comments -
Allow built-in module in package
#70833 commented on
Apr 10, 2022 • 0 new comments -
csv.reader Error message indicates to use deprecated
#70835 commented on
Apr 10, 2022 • 0 new comments -
Deprecate register_adapter() and register_converter() in sqlite3
#70838 commented on
Apr 10, 2022 • 0 new comments -
asyncio _UnixWritePipeTransport._close abandons unflushed writes
#70850 commented on
Apr 10, 2022 • 0 new comments -
pyvenv: activate.fish breaks $PATH for bash scripts
#70864 commented on
Apr 10, 2022 • 0 new comments -
[doc] Questionable terminology ('free variables') for describing what locals() does
#70870 commented on
Apr 10, 2022 • 0 new comments -
email.parser stops parsing headers too soon when given a defective message.
#70873 commented on
Apr 10, 2022 • 0 new comments -
cgroups support in multiprocessing
#70879 commented on
Apr 10, 2022 • 0 new comments -
pickle and _pickle accelerator have different behavior when unpickling an object with falsy __getstate__ return
#70882 commented on
Apr 10, 2022 • 0 new comments -
A better assert statement
#70889 commented on
Apr 10, 2022 • 0 new comments -
Socket state corrupts when original socket object goes out of scope in a different thread
#70890 commented on
Apr 10, 2022 • 0 new comments -
logging.Handler.handleError should be called from logging.Handler.handle
#70892 commented on
Apr 10, 2022 • 0 new comments -
EINTR handling in fcntl
#70903 commented on
Apr 10, 2022 • 0 new comments -
make pdb.set_trace() accept debugger commands as arguments and run them after entering the debugger
#70915 commented on
Apr 10, 2022 • 0 new comments -
subprocess on windows leaks stdout/stderr handle to child process when stdout/stderr overridden
#70918 commented on
Apr 10, 2022 • 0 new comments -
multiprocessing sentinel resource leak
#70919 commented on
Apr 10, 2022 • 0 new comments -
struct.pack(): trailing padding bytes on x64
#70933 commented on
Apr 10, 2022 • 0 new comments -
Mock(2.0.0).assert_has_calls() raise AssertionError in two same calls
#70939 commented on
Apr 10, 2022 • 0 new comments -
Obmalloc lock LOCK_INIT and LOCK_FINI are never used
#70940 commented on
Apr 10, 2022 • 0 new comments -
PyBytes_FromObject accepts arbitrary iterable
#70946 commented on
Apr 10, 2022 • 0 new comments -
Inconsistant error messages for failed attribute modification
#70954 commented on
Apr 10, 2022 • 0 new comments -
python-config.sh.in INCDIR does not match python version if exec_prefix != prefix
#70958 commented on
Apr 10, 2022 • 0 new comments -
Shelve works inconsistently when carried over to child processes
#70960 commented on
Apr 10, 2022 • 0 new comments -
Determining the failure of C API call is ambiguous
#70963 commented on
Apr 10, 2022 • 0 new comments -
pdb continue followed by an exception in the same frame shows incorrect frame linenumber
#70966 commented on
Apr 10, 2022 • 0 new comments -
shutil.move fails to move symlink (Invalid cross-device link)
#70978 commented on
Apr 10, 2022 • 0 new comments -
docstrings of runpy.run_{module,path} are rather sparse
#70979 commented on
Apr 10, 2022 • 0 new comments -
ctypes issue with threads after fork
#70980 commented on
Apr 10, 2022 • 0 new comments -
syslog logging handler fails with address in unix abstract namespace
#70990 commented on
Apr 10, 2022 • 0 new comments -
ExtendedInterpolation drops user-defined 'vars' during _interpolate_some() recursion
#70999 commented on
Apr 10, 2022 • 0 new comments -
Prevent uses of format string based PyObject_Call* that do not produce tuple required by docs
#71007 commented on
Apr 10, 2022 • 0 new comments -
ProactorEventLoop doesn't support stdin/stdout nor files with connect_read_pipe/connect_write_pipe
#71019 commented on
Apr 10, 2022 • 0 new comments -
returning ctypes._SimpleCData objects from callbacks
#71020 commented on
Apr 10, 2022 • 0 new comments -
Add truncated SHA512/224 and SHA512/256
#71021 commented on
Apr 10, 2022 • 0 new comments -
add the '--enable-sourceless-distribution' option to configure
#71039 commented on
Apr 10, 2022 • 0 new comments -
android: add platform.android_ver()
#71042 commented on
Apr 10, 2022 • 0 new comments -
android does not have pwd.getpwall()
#71043 commented on
Apr 10, 2022 • 0 new comments -
setting SO_REUSEPORT fails at API 21
#71045 commented on
Apr 10, 2022 • 0 new comments -
unittest fails with "Start directory is not importable" when trying to run sourceless tests
#71046 commented on
Apr 10, 2022 • 0 new comments -
Meta-issue: support of the android platform
#71052 commented on
Apr 10, 2022 • 0 new comments -
Document PyModule_AddObject's behavior on error
#71055 commented on
Apr 10, 2022 • 0 new comments -
Unexpected call to readline's add_history in call_readline
#71057 commented on
Apr 10, 2022 • 0 new comments -
input() call blocks multiprocessing
#71070 commented on
Apr 10, 2022 • 0 new comments -
inspect.getsource gets source copy on disk even when module has not been reloaded
#71077 commented on
Apr 10, 2022 • 0 new comments -
struct.pack_into(), struct.unpack_from() don't document support for negative offsets
#71086 commented on
Apr 10, 2022 • 0 new comments -
IDLE restarts when one debugs code raising SystemExit
#71136 commented on
Apr 10, 2022 • 0 new comments -
[doc] Unintuitive error when using generator expression in class property
#71138 commented on
Apr 10, 2022 • 0 new comments -
Add Guido's rejection notice to the "with" FAQ
#71141 commented on
Apr 10, 2022 • 0 new comments -
Implement equivalent to `pip.locations.distutils_scheme` in sysconfig
#71142 commented on
Apr 10, 2022 • 0 new comments -
pickle: respect dispatch for functions again
#71146 commented on
Apr 10, 2022 • 0 new comments -
Provide an API to help debug super().__getattribute__ results
#71148 commented on
Apr 10, 2022 • 0 new comments -
python v3.5.1: sys.paths not respecting DESTDIRS and DESTSHARED
#71158 commented on
Apr 10, 2022 • 0 new comments -
The danger of PyType_FromSpec()
#71166 commented on
Apr 10, 2022 • 0 new comments -
file.tell affect decoding
#71177 commented on
Apr 10, 2022 • 0 new comments -
Docs for pdb should note that __future__ magic doesn't work
#71184 commented on
Apr 10, 2022 • 0 new comments -
Support different modes in posixpath.realpath()
#71189 commented on
Apr 10, 2022 • 0 new comments -
email library could "recover" from bad mime boundary like (some?) email clients do
#71197 commented on
Apr 10, 2022 • 0 new comments -
Rename the posix module to _os
#71199 commented on
Apr 10, 2022 • 0 new comments -
pickling and repr of exceptions with kwargs
#71202 commented on
Apr 10, 2022 • 0 new comments -
os.writev() does not accept generators (as buffers argument)
#71207 commented on
Apr 10, 2022 • 0 new comments -
expose sendmmsg() syscall in sockets API
#71209 commented on
Apr 10, 2022 • 0 new comments -
IDLE shutdown glitch when started by import
#71211 commented on
Apr 10, 2022 • 0 new comments -
Cannot set exit code in atexit callback
#71222 commented on
Apr 10, 2022 • 0 new comments -
Mark up of references in different form
#71223 commented on
Apr 10, 2022 • 0 new comments -
Confusing text about __all__ in __init__.py in tutorial
#71261 commented on
Apr 10, 2022 • 0 new comments -
Cannot capture sys.stderr output from an uncaught exception in a multiprocessing Process using a multiprocessing Queue
#71268 commented on
Apr 10, 2022 • 0 new comments -
Add dir_fd and follow_symlinks kwargs to os.listdir and os.scandir
#71271 commented on
Apr 10, 2022 • 0 new comments -
tokenize.__all__ list is incomplete
#71299 commented on
Apr 10, 2022 • 0 new comments -
New assert method that checks an error message for a list of strings
#71319 commented on
Apr 10, 2022 • 0 new comments -
Implement socket.sendmsg() for Windows
#71336 commented on
Apr 10, 2022 • 0 new comments -
PEP446 (CLOEXEC by default) violation with fcntl.fcntl(..., fcntl.F_DUPFD)
#71337 commented on
Apr 10, 2022 • 0 new comments -
Additional assert methods for unittest
#71339 commented on
Apr 10, 2022 • 0 new comments -
Unpickling Path objects
#71362 commented on
Apr 10, 2022 • 0 new comments -
configure --with-lto with clang should find the appropriate llvm-profdata tool
#71376 commented on
Apr 10, 2022 • 0 new comments -
Eliminate 'ThemeChanged' warning when running IDLE tests
#71383 commented on
Apr 10, 2022 • 0 new comments -
mock.patch interactions with "from" imports
#71384 commented on
Apr 10, 2022 • 0 new comments -
Adding an assertClose() method to unittest.TestCase
#71385 commented on
Apr 10, 2022 • 0 new comments -
improve tracing performance with f_trace set to Py_None
#71405 commented on
Apr 10, 2022 • 0 new comments -
turtle.fillcolor doesn't accept a tuple of floats
#71406 commented on
Apr 10, 2022 • 0 new comments -
argparse fails to parse [] when using choices and nargs='*'
#71414 commented on
Apr 10, 2022 • 0 new comments -
email header indentation destroyed
#71443 commented on
Apr 10, 2022 • 0 new comments -
[array doc] Possible missing deprecation warnings?
#71446 commented on
Apr 10, 2022 • 0 new comments -
io.BytesIO.truncate does not work as advertised
#71448 commented on
Apr 10, 2022 • 0 new comments -
Tkinter sets the HOME environment variable, breaking scripts
#71450 commented on
Apr 10, 2022 • 0 new comments -
ipaddress: Wrong behavior with ::ffff:1.2.3.4 style IPs
#71456 commented on
Apr 10, 2022 • 0 new comments -
[ctypes] Allow from_pointer creation
#71461 commented on
Apr 10, 2022 • 0 new comments -
unpickling an xmlrpc.client.Fault raises TypeError
#71468 commented on
Apr 10, 2022 • 0 new comments -
[argparse] Unify options in help output
#71490 commented on
Apr 10, 2022 • 0 new comments -
string.Formatter does not support key/attribute access on unnumbered fields
#71494 commented on
Apr 10, 2022 • 0 new comments -
pydoc: prefer the pager command in favor of the specifc less command
#71502 commented on
Apr 10, 2022 • 0 new comments -
Add support for symlinks to zipfile
#71505 commented on
Apr 10, 2022 • 0 new comments -
Documentation corrections for email defects
#71515 commented on
Apr 10, 2022 • 0 new comments -
Document behavior when CDLL is called with None as an argument on POSIX systems
#71516 commented on
Apr 10, 2022 • 0 new comments -
Clarify that writing to locals() inside a class body is supported
#71522 commented on
Apr 10, 2022 • 0 new comments -
mock.patch decorating a generator returns a regular function.
#71528 commented on
Apr 10, 2022 • 0 new comments -
Implement os.readv() / os.writev() in Windows port
#71533 commented on
Apr 10, 2022 • 0 new comments -
Suggestions for Windows installer UI improvements
#71544 commented on
Apr 10, 2022 • 0 new comments -
json.dumps to check for obj.__json__ before raising TypeError
#71549 commented on
Apr 10, 2022 • 0 new comments -
SocketType changed in Python 3
#71566 commented on
Apr 10, 2022 • 0 new comments -
IDLE configdialog: reduce multiple references to Var names
#71575 commented on
Apr 10, 2022 • 0 new comments -
Patch to Increase test coverage of unittest.runner.TextTestResult
#71582 commented on
Apr 10, 2022 • 0 new comments -
configure warning for Python 3.5.2 during compilation
#71585 commented on
Apr 10, 2022 • 0 new comments -
Datetime NoneType after calling Py_Finalize and Py_Initialize
#71587 commented on
Apr 10, 2022 • 0 new comments -
Ability to trace Tcl commands executed by Tkinter
#71592 commented on
Apr 10, 2022 • 0 new comments -
List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols
#71596 commented on
Apr 10, 2022 • 0 new comments -
Possible different behaviour of explicit and implicit __dict__ accessing when involving builtin types' __dict__ descriptors
#71598 commented on
Apr 10, 2022 • 0 new comments -
xml.sax.saxutils.escape doesn't escape multiple characters safely
#71616 commented on
Apr 10, 2022 • 0 new comments -
Support unittest assertion truncation of repr in error messages
#71619 commented on
Apr 10, 2022 • 0 new comments -
python -m doctest script_file_with_no_py_extension produces confusing NameErrors
#71634 commented on
Apr 10, 2022 • 0 new comments -
bz2: BZ2File should expose compression level as an attribute
#71637 commented on
Apr 10, 2022 • 0 new comments -
gzip.py: Please save more of the gzip header for later examination
#71638 commented on
Apr 10, 2022 • 0 new comments -
Optimize PNGs
#71648 commented on
Apr 10, 2022 • 0 new comments -
IDLE:Make help source menu entries unique and sorted.
#71652 commented on
Apr 10, 2022 • 0 new comments -
IDLE: Switch search dialogs to ttk widgets, and other refinement
#71664 commented on
Apr 10, 2022 • 0 new comments -
Expose HEAD_LOCK/HEAD_UNLOCK in pystate.c
#71670 commented on
Apr 10, 2022 • 0 new comments -
FTPlib hangs on some pasv responses
#71673 commented on
Apr 10, 2022 • 0 new comments -
Enhance bytearray_repr with bytes_repr's logic
#71679 commented on
Apr 10, 2022 • 0 new comments -
unicodedata.name() doesn't have names for control characters
#71683 commented on
Apr 10, 2022 • 0 new comments -
Pretty printing sorting for set and frozenset instances
#71682 commented on
Apr 10, 2022 • 0 new comments -
DOC: Improvements in library/stdtypes
#24466 commented on
Apr 6, 2022 • 0 new comments -
[WIP] bpo-36859: use sqlite3_stmt_readonly() to detect DML statements
#24492 commented on
Apr 4, 2022 • 0 new comments -
bpo-43212: [doc] Link to source of Python and Argument Clinic classes and functions
#24521 commented on
Apr 7, 2022 • 0 new comments -
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject()
#24659 commented on
Apr 4, 2022 • 0 new comments -
bpo-40469: Make TimedRotatingFileHandler use CTIME instead of MTIME
#24660 commented on
Apr 5, 2022 • 0 new comments -
bpo-42484: get_obs_local_part() fails to handle empty local part
#24669 commented on
Apr 5, 2022 • 0 new comments -
Fix a minor issue in the curses documentation
#24961 commented on
Apr 3, 2022 • 0 new comments -
bpo-45653: Freeze encodings package modules
#29788 commented on
Apr 7, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Apr 9, 2022 • 0 new comments -
bpo-46657: Add mimalloc memory allocator
#31164 commented on
Apr 6, 2022 • 0 new comments -
bpo-46759: Document that SystemExit doesn't trigger sys.excepthook
#31357 commented on
Apr 7, 2022 • 0 new comments -
Improve the documentation of the multiprocessing module
#31482 commented on
Apr 7, 2022 • 0 new comments -
bpo-46841: Don't jump during `throw()`
#31968 commented on
Apr 6, 2022 • 0 new comments -
bpo-42658: Using LCMapStringEx in ntpath.normcase
#32010 commented on
Apr 9, 2022 • 0 new comments -
bpo-47132: Move `set.test_c_api` to `_testcapimodule.test_set`
#32133 commented on
Apr 5, 2022 • 0 new comments -
bpo-39971: Change examples to be runnable
#32172 commented on
Apr 7, 2022 • 0 new comments -
[3.8] bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161)
#32183 commented on
Apr 8, 2022 • 0 new comments -
bpo-41395: Register a cleanup function to close files for FileType objects in argparse
#32257 commented on
Apr 4, 2022 • 0 new comments -
bpo-46014: Add docs regarding `functools.singledispatch` changes
#32282 commented on
Apr 3, 2022 • 0 new comments