Roundup Robot added the comment:
New changeset ce483d696c06 by Ned Deily in branch 'default':
Issue #13300: Fix IDLE Restart Shell command failure introduced by
http://hg.python.org/cpython/rev/ce483d696c06
--
nosy: +python-dev
___
Pyth
Roundup Robot added the comment:
New changeset 3a0a94797ac5 by Petri Lehtinen in branch '3.2':
curses.tparm() is expecting a byte string, not curses.tigetstr()
http://hg.python.org/cpython/rev/3a0a94797ac5
New changeset 626c6c7f3af6 by Petri Lehtinen in branch 'default'
Roundup Robot added the comment:
New changeset 386a319b1825 by Amaury Forgeot d'Arc in branch 'default':
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
http://hg.python.org/cpython/rev/386a319b1825
--
no
Roundup Robot added the comment:
New changeset 19ffa12ffdd4 by Petri Lehtinen in branch '2.7':
Revert "Accept None as start and stop parameters for list.index() and
tuple.index()"
http://hg.python.org/cpython/rev/19ffa12ffdd4
New changeset ed0e85efac47 by Petri Leh
Roundup Robot added the comment:
New changeset 99e118951a80 by Brian Curtin in branch 'default':
Fix #13327. Remove the need for an explicit None as the second argument to
http://hg.python.org/cpython/rev/99e118951a80
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset 0b779988e8b7 by Vinay Sajip in branch '2.7':
Closes issue #13353: version doumentation about utc parameter corrected.
http://hg.python.org/cpython/rev/0b779988e8b7
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset 8c719e106694 by Vinay Sajip in branch 'default':
Merged fix for #13361 from 3.2.
http://hg.python.org/cpython/rev/8c719e106694
--
nosy: +python-dev
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 8726ad774cf0 by Vinay Sajip in branch '2.7':
Closes #13356. Thanks to Florent Xicluna for the patch.
http://hg.python.org/cpython/rev/8726ad774cf0
--
nosy: +python-dev
resolution: -> fixed
stage: patch review -> committed
Roundup Robot added the comment:
New changeset 60dd1568bbd1 by Vinay Sajip in branch '2.7':
Closes #13361: Raise correct exception type.
http://hg.python.org/cpython/rev/60dd1568bbd1
New changeset bc05c11b340e by Vinay Sajip in branch '3.2':
Closes #13361: Raise correct
Roundup Robot added the comment:
New changeset fcff91a7b397 by Florent Xicluna in branch 'default':
More assertions in test_unicode_file, to chase issue #13348.
http://hg.python.org/cpython/rev/fcff91a7b397
--
nosy: +python-dev
___
Pyth
Roundup Robot added the comment:
New changeset 655d65bcc939 by Florent Xicluna in branch 'default':
Closes #13366: fix test_pep277 failure on Windows.
http://hg.python.org/cpython/rev/655d65bcc939
--
nosy: +python-dev
resolution: -> fixed
stage: needs patch -> co
Roundup Robot added the comment:
New changeset 59dca1e2363d by Brian Curtin in branch 'default':
Fix #13327. utimensat now has the atime and mtime arguments set as optional,
http://hg.python.org/cpython/rev/59dca1e2363d
--
___
Python trac
Roundup Robot added the comment:
New changeset 2cd6b417e488 by Florent Xicluna in branch 'default':
Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issue
#13366.
http://hg.python.org/cpython/rev/2cd6b417e488
--
Roundup Robot added the comment:
New changeset 5e18ff5476e8 by Brian Curtin in branch 'default':
News updates for #13327.
http://hg.python.org/cpython/rev/5e18ff5476e8
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset e929d2a96d9b by Nick Coghlan in branch '3.2':
Issue #13237: Forward port subprocess module updates and explicitly document
UTF-8 encoding assumption when universal_newlines=True
http://hg.python.org/cpython/rev/e929d2a96d9b
New
Roundup Robot added the comment:
New changeset 76b6b85e4b78 by Jesus Cea in branch '2.7':
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
http://hg.python.org/cpython/rev/76b6b85e4b78
New changeset 554802e562fa by Jesus Cea in branch '2.7':
Par
Roundup Robot added the comment:
New changeset 8907d646e0df by Jesus Cea in branch 'default':
Commit 59dca1e2363d for issue #13327 introduced a compilation warning
http://hg.python.org/cpython/rev/8907d646e0df
--
___
Python trac
Roundup Robot added the comment:
New changeset 1238cdd288d2 by Charles-François Natali in branch 'default':
Back out changeset b6336ba796d4 until fix for #13303.
http://hg.python.org/cpython/rev/1238cdd288d2
--
___
Python trac
Roundup Robot added the comment:
New changeset 6bf07db23445 by Victor Stinner in branch 'default':
Issue #13374: Use Unicode filenames instead of bytes filenames
http://hg.python.org/cpython/rev/6bf07db23445
--
nosy: +python-dev
___
Pyth
Roundup Robot added the comment:
New changeset bdb3f0e7e268 by Victor Stinner in branch 'default':
Issue #12442: nt._getdiskusage() is now using the Windows Unicode API
http://hg.python.org/cpython/rev/bdb3f0e7e268
--
___
Python trac
Roundup Robot added the comment:
New changeset e7b6dca28a2f by Antoine Pitrou in branch '2.7':
Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
http://hg.python.org/cpython/rev/e7b6dca28a2f
New changeset 9328080a19c0 by Antoine Pitrou in branch '3.2
Roundup Robot added the comment:
New changeset 6ddda809ea8c by Ezio Melotti in branch '3.2':
#13379: update Unicode version in unicodedata docstrings and comments.
http://hg.python.org/cpython/rev/6ddda809ea8c
New changeset 5fdd0c8032d0 by Ezio Melotti in branch 'default'
Roundup Robot added the comment:
New changeset 2293ca739223 by Charles-François Natali in branch 'default':
Issue #: socket: Add Reliable Datagram Sockets (PF_RDS) support.
http://hg.python.org/cpython/rev/2293ca739223
--
nosy: +
Roundup Robot added the comment:
New changeset a9f10c3eff69 by Charles-François Natali in branch 'default':
Issue #13303: Fix bytecode file default permission.
http://hg.python.org/cpython/rev/a9f10c3eff69
--
___
Python trac
Roundup Robot added the comment:
New changeset 8d9a869db675 by Antoine Pitrou in branch 'default':
Issue #13149: Speed up append-only StringIO objects.
http://hg.python.org/cpython/rev/8d9a869db675
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset 05164831011e by Antoine Pitrou in branch 'default':
Avoid a glibc bug in test_time (issue #13309)
http://hg.python.org/cpython/rev/05164831011e
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 84f803fdc0d2 by Eli Bendersky in branch '3.2':
Issue #13365: correct an error in the documentation of str.expandtabs
http://hg.python.org/cpython/rev/84f803fdc0d2
New changeset 25191fe10da9 by Eli Bendersky in branch 'default
Roundup Robot added the comment:
New changeset 61976390763f by Eli Bendersky in branch '3.2':
Issue #13191: typo in argparse docs
http://hg.python.org/cpython/rev/61976390763f
New changeset edf944ab87c5 by Eli Bendersky in branch 'default':
Issue #13191: typo i
Roundup Robot added the comment:
New changeset 477f633aa09d by Eli Bendersky in branch '2.7':
Issue #13191: typo in argparse docs
http://hg.python.org/cpython/rev/477f633aa09d
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 369487785e9f by Eli Bendersky in branch '2.7':
Issue #13161: fix doc strings of __i*__ operators
http://hg.python.org/cpython/rev/369487785e9f
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset 9fbaa190f011 by Eli Bendersky in branch '3.2':
Issue #13161: fix doc strings of __i*__ operators
http://hg.python.org/cpython/rev/9fbaa190f011
New changeset d58de3e9870a by Eli Bendersky in branch 'default':
Issue #13161: fi
Roundup Robot added the comment:
New changeset 3fdc5a75d6e1 by Brian Curtin in branch '3.2':
Fix #13384. Remove __future__ import in 3.x code.
http://hg.python.org/cpython/rev/3fdc5a75d6e1
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset bcd347cd6bf2 by Florent Xicluna in branch 'default':
Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309.
http://hg.python.org/cpython/rev/bcd347cd6bf2
--
___
Pyth
Roundup Robot added the comment:
New changeset 02e4d3ebbb02 by Eli Bendersky in branch '2.7':
Issue #12875: explicitly specify default value of the optional 'flags' argument
to re.* functions. Closes #12875
http://hg.python.org/cpython/rev/02e4d3ebbb02
Roundup Robot added the comment:
New changeset 0a94e2f807c7 by Antoine Pitrou in branch '3.2':
Issue #13193: fix distutils.filelist.FileList under Windows
http://hg.python.org/cpython/rev/0a94e2f807c7
New changeset 80d5040f2a78 by Antoine Pitrou in branch '3.2':
Add NEWS e
Roundup Robot added the comment:
New changeset 63a24bff6f36 by Eli Bendersky in branch '3.2':
Issue #12767: documenting threading.Condition.notify
http://hg.python.org/cpython/rev/63a24bff6f36
New changeset ac12dcea69e1 by Eli Bendersky in branch 'default':
Issue 12767: d
Roundup Robot added the comment:
New changeset 63a00d019bb2 by Eli Bendersky in branch '2.7':
Closes issue 12767: document the argument of threading.Condition.notify
http://hg.python.org/cpython/rev/63a00d019bb2
--
resolution: -> fixed
stage: patch review -> committed
Roundup Robot added the comment:
New changeset d2b0751174f6 by Petri Lehtinen in branch '2.7':
Update mailbox.Maildir tests
http://hg.python.org/cpython/rev/d2b0751174f6
New changeset b3c5e1c62839 by Petri Lehtinen in branch '3.2':
Update mailbox.Maildir tests
http://hg.py
Roundup Robot added the comment:
New changeset 0e94d9bef251 by Ezio Melotti in branch 'default':
Closes #2771. #13388 now needs to be updated.
http://hg.python.org/test/rev/0e94d9bef251
--
nosy: +python-dev
resolution: -> fixed
stage: test needed -> committed/rejec
Roundup Robot added the comment:
New changeset e4fcac92a80a by Ezio Melotti in branch 'default':
Closes #2771. #13388 now needs to be updated.
http://hg.python.org/test/rev/e4fcac92a80a
--
nosy: +python-dev
resolution: -> fixed
stage: test needed -> committed/rejec
Roundup Robot added the comment:
New changeset e4fcac92a80a by Ezio Melotti in branch 'default':
Closes #2771. #13388 now needs to be updated.
http://hg.python.org/test/rev/e4fcac92a80a
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset 36375075d6aa by Antoine Pitrou in branch 'default':
Issue #13217: add missing header dependencies in the Makefile for
unicodeobject.o.
http://hg.python.org/cpython/rev/36375075d6aa
--
nosy: +
Roundup Robot added the comment:
New changeset 87ecfd5cd5d1 by Eli Bendersky in branch '2.7':
Normalize the keyword arguments documentation notation in re.rst. Closes issue
#12875
http://hg.python.org/cpython/rev/87ecfd5cd5d1
--
___
Pyth
Roundup Robot added the comment:
New changeset a259511351d9 by Eli Bendersky in branch '3.2':
Clarify the existence of the <> operator in Grammar/Grammar with a comment, for
issue 13239
http://hg.python.org/cpython/rev/a259511351d9
New changeset 410115400838 by Eli Ben
Roundup Robot added the comment:
New changeset 3dda26cfc1d7 by Éric Araujo in branch 'default':
Increase test coverage for manifest (#11751).
http://hg.python.org/distutils2/rev/3dda26cfc1d7
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 5b096fc6e65d by Éric Araujo in branch 'default':
Fix import in install_data (#13170). Thanks to David Barnett.
http://hg.python.org/distutils2/rev/5b096fc6e65d
New changeset 2d469ccfe30e by Éric Araujo in branch 'python3':
Me
Roundup Robot added the comment:
New changeset 5df1065ddb8b by Éric Araujo in branch 'default':
Expand tests and fix bugs in util.resolve_name.
http://hg.python.org/distutils2/rev/5df1065ddb8b
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset cb49bc384957 by Éric Araujo in branch 'default':
Fix writing of the RESOURCES file (#12386).
http://hg.python.org/distutils2/rev/cb49bc384957
New changeset 2d469ccfe30e by Éric Araujo in branch 'python3':
Merge fixes for #
Roundup Robot added the comment:
New changeset 3c3009f63700 by Ezio Melotti in branch '2.7':
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in
HTMLParser.
http://hg.python.org/cpython/rev/3c3009f63700
New changeset 16ed15ff0d7c by Ezio Melotti in b
Roundup Robot added the comment:
New changeset 3c3009f63700 by Ezio Melotti in branch '2.7':
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in
HTMLParser.
http://hg.python.org/cpython/rev/3c3009f63700
New changeset 16ed15ff0d7c by Ezio Melotti in b
Roundup Robot added the comment:
New changeset 3c3009f63700 by Ezio Melotti in branch '2.7':
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in
HTMLParser.
http://hg.python.org/cpython/rev/3c3009f63700
New changeset 16ed15ff0d7c by Ezio Melotti in b
Roundup Robot added the comment:
New changeset 3c3009f63700 by Ezio Melotti in branch '2.7':
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in
HTMLParser.
http://hg.python.org/cpython/rev/3c3009f63700
New changeset 16ed15ff0d7c by Ezio Melotti in b
Roundup Robot added the comment:
New changeset 3c3009f63700 by Ezio Melotti in branch '2.7':
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in
HTMLParser.
http://hg.python.org/cpython/rev/3c3009f63700
New changeset 16ed15ff0d7c by Ezio Melotti in b
Roundup Robot added the comment:
New changeset 8f7ab4bf7ad9 by Jesus Cea in branch 'default':
Issue #6397: Support '/dev/poll' polling objects in select module, under
Solaris & derivatives.
http://hg.python.org/cpython/rev/8f7ab4bf7ad9
Roundup Robot added the comment:
New changeset 555871844962 by Victor Stinner in branch '2.7':
Issue #7732: Try to fix the a failing test on Windows
http://hg.python.org/cpython/rev/555871844962
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset 910986542a75 by Antoine Pitrou in branch 'default':
Issue #13389: Full garbage collection passes now clear the freelists for
http://hg.python.org/cpython/rev/910986542a75
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset ddfcb0de564f by Antoine Pitrou in branch '3.2':
Issue #1: The UTF-7 decoder now accepts lone surrogates
http://hg.python.org/cpython/rev/ddfcb0de564f
New changeset 250091e60f28 by Antoine Pitrou in branch 'default':
Iss
Roundup Robot added the comment:
New changeset 659bf2a679d2 by Éric Araujo in branch 'default':
Add tests for tests.support (#12659), thanks to Francisco Martín Brugué
http://hg.python.org/distutils2/rev/659bf2a679d2
--
___
Python trac
Roundup Robot added the comment:
New changeset c10946a17420 by Éric Araujo in branch 'default':
Clean up byte-compilation code in packaging (#11254 followup).
http://hg.python.org/cpython/rev/c10946a17420
--
___
Python trac
Roundup Robot added the comment:
New changeset b75b41237380 by Antoine Pitrou in branch 'default':
Issue #13392: Writing a pyc file should now be atomic under Windows as well.
http://hg.python.org/cpython/rev/b75b41237380
--
___
Pyth
Roundup Robot added the comment:
New changeset 12940d9f8031 by Antoine Pitrou in branch 'default':
Fix regression under Windows following b75b41237380 (from issue #13392)
http://hg.python.org/cpython/rev/12940d9f8031
--
___
Python trac
Roundup Robot added the comment:
New changeset 0175883d9513 by Florent Xicluna in branch 'default':
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
http://hg.python.org/cpython/rev/0175883d9513
--
nosy: +python-dev
resolution: -> fixed
stage:
Roundup Robot added the comment:
New changeset d42811b93357 by Victor Stinner in branch 'default':
Issue #13374: The Windows bytes API has been deprecated in the os module. Use
http://hg.python.org/cpython/rev/d42811b93357
--
___
Pyth
Roundup Robot added the comment:
New changeset 21758f27f98f by Eli Bendersky in branch 'default':
document existing hooks for commit messages mentioning issues. Closes issue
13388
http://hg.python.org/devguide/rev/21758f27f98f
--
resolution: -> fixed
stage: -> co
Roundup Robot added the comment:
New changeset afc716e463a1 by Victor Stinner in branch 'default':
Issue #13374: Skip deprecation tests for os.symlink() on Windows XP
http://hg.python.org/cpython/rev/afc716e463a1
--
___
Python trac
Roundup Robot added the comment:
New changeset 27bf3d0b8e5f by Antoine Pitrou in branch 'default':
Issue #13393: BufferedReader.read1() now asks the full requested size to
http://hg.python.org/cpython/rev/27bf3d0b8e5f
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset e277fe8380e0 by Ned Deily in branch '2.7':
Issue #8793: Prevent IDLE crash in 2.7 when given strings with
http://hg.python.org/cpython/rev/e277fe8380e0
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset 4f534cd40f54 by Ezio Melotti in branch 'default':
#13406: silence deprecation warnings in test_codecs.
http://hg.python.org/cpython/rev/4f534cd40f54
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset 028b61c4f926 by Ezio Melotti in branch 'default':
#13406: correct the error message in check_warnings too.
http://hg.python.org/cpython/rev/028b61c4f926
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset 5f239b0ba819 by Victor Stinner in branch 'default':
Issue #13374: Deprecate os.getcwdb() on Windows
http://hg.python.org/cpython/rev/5f239b0ba819
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset fe2be7d35660 by Ezio Melotti in branch 'default':
#13406: fix more deprecation warnings and move the deprecation of
unicode-internal earlier in the code.
http://hg.python.org/cpython/rev/fe
Roundup Robot added the comment:
New changeset f7dd5178f36a by Jason R. Coombs in branch '2.7':
PDB now will properly escape backslashes in the names of modules it executes.
Fixes #7750
http://hg.python.org/cpython/rev/f7dd5178f36a
--
nosy: +
Roundup Robot added the comment:
New changeset ce34e9223450 by Ezio Melotti in branch '2.7':
#13426: fix typo in pickle doc.
http://hg.python.org/cpython/rev/ce34e9223450
New changeset 1f31061afdaf by Ezio Melotti in branch '3.2':
#13426: fix typos in pickle doc.
http://h
Roundup Robot added the comment:
New changeset 7262f8f276ff by Ezio Melotti in branch '2.7':
#4147: minidom's toprettyxml no longer adds whitespace around a text node when
it is the only child of an element. Initial patch by Dan Kenigsberg.
http://hg.python.org/cpython/rev/72
Roundup Robot added the comment:
New changeset 91163aa3d5b4 by Ezio Melotti in branch '2.7':
#13358: HTMLParser now calls handle_data only once for each CDATA.
http://hg.python.org/cpython/rev/91163aa3d5b4
New changeset 0a32e7e3aa1f by Ezio Melotti in branch '3.2':
#13358:
Roundup Robot added the comment:
New changeset 0fdf7f7c353d by Ezio Melotti in branch '2.7':
#2: Fix typo in a base class in test_socket.
http://hg.python.org/cpython/rev/0fdf7f7c353d
New changeset b410bcd300a1 by Ezio Melotti in branch '3.2':
#2: Fix typ
Roundup Robot added the comment:
New changeset fd9d7a8e45bc by Ezio Melotti in branch '2.7':
#13387: add note about checking the exact type in assertIsInstance doc.
http://hg.python.org/cpython/rev/fd9d7a8e45bc
New changeset 583aff635ce1 by Ezio Melotti in branch '3.2':
#1
Roundup Robot added the comment:
New changeset fa2f8dd077e0 by Antoine Pitrou in branch 'default':
Issue #10227: Add an allocation cache for a single slice object.
http://hg.python.org/cpython/rev/fa2f8dd077e0
--
nosy: +python-dev
___
Pyth
Roundup Robot added the comment:
New changeset 76d414cc3e38 by Antoine Pitrou in branch 'default':
Issue #13393: In TextIOWrapper.read(n), try to read `n` characters as
http://hg.python.org/cpython/rev/76d414cc3e38
--
___
Python trac
Roundup Robot added the comment:
New changeset 34fcc0d5c3c5 by Charles-François Natali in branch 'default':
Issue #13215: multiprocessing.Connection: don't hammer the remote end with
http://hg.python.org/cpython/rev/34fcc0d5c3c5
--
no
Roundup Robot added the comment:
New changeset de1ecda2afa2 by Mark Dickinson in branch '2.7':
Issue #12245: Document sys.float_info.rounds better.
http://hg.python.org/cpython/rev/de1ecda2afa2
New changeset 795c184b0282 by Mark Dickinson in branch '3.2':
Is
Roundup Robot added the comment:
New changeset 71100ef4f7a2 by Mark Dickinson in branch 'default':
Issue #9530: Fix undefined behaviour due to signed overflow in testcapi_long.h.
http://hg.python.org/cpython/rev/71100ef4f7a2
--
nosy: +
Roundup Robot added the comment:
New changeset f855f929bc48 by Petri Lehtinen in branch '3.2':
Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER
http://hg.python.org/cpython/rev/f855f929bc48
New changeset c2e588a5237a by Petri Lehtinen in branch 'default
Roundup Robot added the comment:
New changeset ba3da86d1c5d by Victor Stinner in branch '3.2':
Close #13401: Skip TestFileTypeW of test_argparse if the current user is root
http://hg.python.org/cpython/rev/ba3da86d1c5d
New changeset 50e788691eda by Victor Stinner in branch 'd
Roundup Robot added the comment:
New changeset 31baf1363ba1 by Victor Stinner in branch 'default':
Issue #13441: Disable temporary strxfrm() tests on Solaris
http://hg.python.org/cpython/rev/31baf1363ba1
--
nosy: +python-dev
___
Pyth
Roundup Robot added the comment:
New changeset 78123afb3ea4 by Victor Stinner in branch 'default':
Issue #13441: Disable temporary localeconv() tests on Solaris
http://hg.python.org/cpython/rev/78123afb3ea4
--
___
Python trac
Roundup Robot added the comment:
New changeset c1b1b537196d by Éric Araujo in branch 'default':
Remove usage of stdlib shutil.
http://hg.python.org/distutils2/rev/c1b1b537196d
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 723517bf6708 by Éric Araujo in branch 'default':
Make test_manifest pass on 2.4 and 2.5 (fixes #11751).
http://hg.python.org/distutils2/rev/723517bf6708
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset a19dad38d4e8 by Victor Stinner in branch 'default':
Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum
http://hg.python.org/cpython/rev/a19dad38d4e8
--
___
Python trac
Roundup Robot added the comment:
New changeset d1b3b1d00811 by Victor Stinner in branch 'default':
Another temporary hack to debug the issue #13441
http://hg.python.org/cpython/rev/d1b3b1d00811
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset acda16de630c by Victor Stinner in branch 'default':
Remove temporary hacks for the issue #13441
http://hg.python.org/cpython/rev/acda16de630c
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset d6d15fcf5eb6 by Victor Stinner in branch 'default':
Issue #13441: Reenable strxfrm() tests on Solaris
http://hg.python.org/cpython/rev/d6d15fcf5eb6
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset ac2c4c62b486 by Antoine Pitrou in branch '3.2':
Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
http://hg.python.org/cpython/rev/ac2c4c62b486
New changeset 3cd1985ed04f by Antoine Pitrou in branch 'default
Roundup Robot added the comment:
New changeset 8e6c4acaf530 by Antoine Pitrou in branch 'default':
Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.
http://hg.python.org/cpython/rev/8e6c4acaf530
--
nosy: +
Roundup Robot added the comment:
New changeset 215690b782f8 by Antoine Pitrou in branch 'default':
Issue #13411: memoryview objects are now hashable when the underlying object is
hashable.
http://hg.python.org/cpython/rev/215690b782f8
--
nosy: +
Roundup Robot added the comment:
New changeset 08953a04b2e6 by Antoine Pitrou in branch 'default':
Issue #12328: Under Windows, refactor handling of Ctrl-C events and
http://hg.python.org/cpython/rev/08953a04b2e6
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset f29d7d597fae by Victor Stinner in branch '3.2':
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
http://hg.python.org/cpython/rev/f29d7d597fae
New changeset bc53c11804ab by Victor Stinner in branch 'default':
(Mer
Roundup Robot added the comment:
New changeset 0cd197f13400 by Victor Stinner in branch '2.7':
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
http://hg.python.org/cpython/rev/0cd197f13400
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset 6f9af4e3c1db by Victor Stinner in branch 'default':
Issue #13441: Disable temporary the check on the maximum character until
http://hg.python.org/cpython/rev/6f9af4e3c1db
--
___
Python trac
Roundup Robot added the comment:
New changeset 52fecdc1c5d8 by Charles-François Natali in branch 'default':
Issue #13093: Perform a real merge.
http://hg.python.org/cpython/rev/52fecdc1c5d8
--
___
Python tracker
<http://bugs.python.o
301 - 400 of 15085 matches
Mail list logo