Roundup Robot added the comment:
New changeset 36e676a8541d by Ezio Melotti in branch '3.1':
#9233: skip _json-specific tests when _json is not available.
http://hg.python.org/cpython/rev/36e676a8541d
New changeset 7019fc1a9663 by Ezio Melotti in branch '3.1':
#9233: Fix j
Roundup Robot added the comment:
New changeset 103a2eb61069 by Raymond Hettinger in branch '2.7':
Issue 3051: make pure python code pass the same tests as the C version.
http://hg.python.org/cpython/rev/103a2eb61069
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset 83e4765ec4cb by Raymond Hettinger in branch '3.2':
Issue 3051: make pure python code pass the same tests as the C version.
http://hg.python.org/cpython/rev/83e4765ec4cb
--
___
Python trac
Roundup Robot added the comment:
New changeset a95d936ce8eb by R David Murray in branch 'default':
#11684: Complete parser bytes interface by adding BytesHeaderParser
http://hg.python.org/cpython/rev/a95d936ce8eb
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset d0ada1e369cd by Ezio Melotti in branch '3.1':
#9101: backport json reference in configparser doc.
http://hg.python.org/cpython/rev/d0ada1e369cd
New changeset 5a09a335e8e7 by Ezio Melotti in branch '2.7':
#9101: backpo
Roundup Robot added the comment:
New changeset 11c72a305eb5 by Ezio Melotti in branch '3.1':
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
http://hg.python.org/cpython/rev/11c72a305eb5
New changeset 62679f2ca9e5 by Ezio Melotti in branch '3.2':
#11840:
Roundup Robot added the comment:
New changeset 7f873729484c by Ezio Melotti in branch '2.7':
#11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.
http://hg.python.org/cpython/rev/7f873729484c
--
___
Python trac
Roundup Robot added the comment:
New changeset 4556f17356f2 by Senthil Kumaran in branch '2.7':
Fix Issue11474 - url2pathname() handling of '/C|/' on Windows
http://hg.python.org/cpython/rev/4556f17356f2
--
nosy: +python-dev
__
Roundup Robot added the comment:
New changeset de0da2759c8c by Senthil Kumaran in branch '3.1':
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
http://hg.python.org/cpython/rev/de0da2759c8c
--
___
P
Roundup Robot added the comment:
New changeset 7563f10275a2 by Senthil Kumaran in branch 'default':
merge from 3.2.
http://hg.python.org/cpython/rev/7563f10275a2
--
nosy: +python-dev
stage: -> committed/rejected
___
Python t
Roundup Robot added the comment:
New changeset e7a55e236b8b by Eli Bendersky in branch '3.1':
Issue #11827: remove mention of list2cmdline in the doc of subprocess
http://hg.python.org/cpython/rev/e7a55e236b8b
--
nosy: +python-dev
___
Pyth
Roundup Robot added the comment:
New changeset f38489a3394f by Eli Bendersky in branch '2.7':
Issue #11827: remove mention of list2cmdline in the doc of subprocess
http://hg.python.org/cpython/rev/f38489a3394f
--
___
Python trac
Roundup Robot added the comment:
New changeset 8dbf072556b9 by Ezio Melotti in branch '2.7':
#4783: document that is not possible to use json.dump twice on the same stream.
http://hg.python.org/cpython/rev/8dbf072556b9
New changeset 2ec08aa2c566 by Ezio Melotti in branch '3.1
Roundup Robot added the comment:
New changeset 8025fb83dece by Ezio Melotti in branch '3.2':
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices.
Patch by Daniel Urban.
http://hg.python.org/cpython/rev/8025fb83dece
New changeset 724e2e84a74f by Ezio
Roundup Robot added the comment:
New changeset e1f0881d2cb4 by Ezio Melotti in branch '2.7':
#11848: replace dead link in random.betavariate comment.
http://hg.python.org/cpython/rev/e1f0881d2cb4
New changeset f5b9ad73157c by Ezio Melotti in branch '3.1':
#11848:
Roundup Robot added the comment:
New changeset 7a693e283c68 by Senthil Kumaran in branch '2.7':
Issue #11467: Fix urlparse behavior when handling urls which contains scheme
http://hg.python.org/cpython/rev/7a693e283c68
--
nosy: +
Roundup Robot added the comment:
New changeset 495d12196487 by Senthil Kumaran in branch '3.1':
Issue #11467: Fix urlparse behavior when handling urls which contains scheme
specific part only digits.
http://hg.python.org/cpython/rev/49
Roundup Robot added the comment:
New changeset 3cffa2009a92 by Ezio Melotti in branch '2.7':
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files
between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars
(e.g. u"\U00012345"[0]).
Roundup Robot added the comment:
New changeset 9e49f4d81f54 by Ezio Melotti in branch '2.7':
#11843: remove duplicate line from table in distutil doc.
http://hg.python.org/cpython/rev/9e49f4d81f54
New changeset 1d6e28df2fb7 by Ezio Melotti in branch '3.1':
#11843: remove
Roundup Robot added the comment:
New changeset 3b700e6704b3 by Vinay Sajip in branch '3.2':
Issue #11852: Add missing imports and update tests.
http://hg.python.org/cpython/rev/3b700e6704b3
New changeset f5a6367e11e2 by Vinay Sajip in branch 'default':
Issue #11852: Merg
Roundup Robot added the comment:
New changeset d3e0bc155ca2 by Eli Bendersky in branch '2.7':
Issue #11855: Apply missing formatting for urlretrieve
http://hg.python.org/cpython/rev/d3e0bc155ca2
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset a6d9f9329070 by Eli Bendersky in branch '3.1':
Issue #11855: Apply missing formatting for urlretrieve
http://hg.python.org/cpython/rev/a6d9f9329070
New changeset 0f1199858714 by Eli Bendersky in branch '3.2':
Issue #11855:
Roundup Robot added the comment:
New changeset 88f1907fe312 by Antoine Pitrou in branch '3.2':
Issue #11790: Fix sporadic failures in
test_multiprocessing.WithProcessesTestCondition.
http://hg.python.org/cpython/rev/88f1907fe312
New changeset 0ecfa2ce6561 by Antoine Pitrou in branc
Roundup Robot added the comment:
New changeset bb1695c6cea1 by Martin v. Löwis in branch '2.5':
Issue 11442: Add NEWS entry for e9724d7abbc2
http://hg.python.org/cpython/rev/bb1695c6cea1
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset fc2def15ab11 by Ezio Melotti in branch '2.7':
#11865: fix typo in init.rst.
http://hg.python.org/cpython/rev/fc2def15ab11
New changeset 6e090d78857c by Ezio Melotti in branch '3.1':
#11865: fix typo in init.rst.
http://hg.py
Roundup Robot added the comment:
New changeset 51a551acb60d by R David Murray in branch '3.2':
#11492: rewrite header folding algorithm. Less code, more passing tests.
http://hg.python.org/cpython/rev/51a551acb60d
New changeset fcd20a565b95 by R David Murray in branch 'default&
Roundup Robot added the comment:
New changeset 319f7af9ee5e by Victor Stinner in branch '3.1':
Issue #11768: The signal handler of the signal module only calls
http://hg.python.org/cpython/rev/319f7af9ee5e
New changeset 28ab8c6ad8f9 by Victor Stinner in branch '3.2':
(Mer
Roundup Robot added the comment:
New changeset 7d355c2ff3d4 by Victor Stinner in branch '2.7':
(Merge 3.1) Issue #11768: The signal handler of the signal module only calls
http://hg.python.org/cpython/rev/7d355c2ff3d4
New changeset ebd080593351 by Victor Stinner in branch '2.7
Roundup Robot added the comment:
New changeset 2f3fda9d3906 by R David Murray in branch 'default':
#11731: simplify/enhance parser/generator API by introducing policy objects.
http://hg.python.org/cpython/rev/2f3fda9d3906
--
nosy: +
Roundup Robot added the comment:
New changeset 3150b6939731 by Raymond Hettinger in branch '2.7':
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
http://hg.python.org/cpython/rev/3150b6939731
--
no
Roundup Robot added the comment:
New changeset 50a89739836f by Raymond Hettinger in branch '3.1':
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
http://hg.python.org/cpython/rev/50a89739836f
New changeset a7ac7a7c8c78 by Raymond Hettinger
Roundup Robot added the comment:
New changeset 383a7301616b by Victor Stinner in branch 'default':
Issue #11223: Add threading._info() function providing informations about the
http://hg.python.org/cpython/rev/383a7301616b
--
___
Pyth
Roundup Robot added the comment:
New changeset bc1c6bd7eeb0 by Victor Stinner in branch 'default':
Issue #11223: fix test_dummy_threading, add _dummy_thread.info()
http://hg.python.org/cpython/rev/bc1c6bd7eeb0
--
___
Python trac
Roundup Robot added the comment:
New changeset db66eaf353a6 by Raymond Hettinger in branch '2.7':
Issue #11875: Alter the previous fix to work better with subclasses
http://hg.python.org/cpython/rev/db66eaf353a6
--
___
Python trac
Roundup Robot added the comment:
New changeset 408f23b6cec5 by Raymond Hettinger in branch '3.1':
Issue #11875: Alter the previous fix to work better with subclasses
http://hg.python.org/cpython/rev/408f23b6cec5
New changeset 4e6840477d96 by Raymond Hettinger in branch '3.2
Roundup Robot added the comment:
New changeset e4e92d68ba3a by Victor Stinner in branch 'default':
Close #11619: write_compiled_module() doesn't encode the filename
http://hg.python.org/cpython/rev/e4e92d68ba3a
--
resolution: -> fixed
stage: -> committed/
Roundup Robot added the comment:
New changeset 83a426e969f5 by Brian Curtin in branch '2.7':
Fix #8886. Use context managers throughout zipfile tests.
http://hg.python.org/cpython/rev/83a426e969f5
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset 41dc66528c4e by Vinay Sajip in branch 'default':
Attempt fix of #11557 by changing teardown logic.
http://hg.python.org/cpython/rev/41dc66528c4e
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 64008d17fb54 by Victor Stinner in branch 'default':
Issue #11223: fix compiler warnings
http://hg.python.org/cpython/rev/64008d17fb54
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 31bb4788aa1c by Vinay Sajip in branch 'default':
Attempt fix of #11557 by changing setup/teardown logic.
http://hg.python.org/cpython/rev/31bb4788aa1c
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset 0494afdc8615 by Vinay Sajip in branch 'default':
Attempt fix of #11557 by refining setup/teardown logic.
http://hg.python.org/cpython/rev/0494afdc8615
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset d93e18e6a3e8 by Vinay Sajip in branch 'default':
Attempt fix of #11557 by refining test logic.
http://hg.python.org/cpython/rev/d93e18e6a3e8
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset f4da64529e8c by Jesus Cea in branch '2.7':
startswith and endswith don't accept None as slice index. Patch by Torsten
Becker. (closes #11828)
http://hg.python.org/cpython/rev/f4da64529e8c
New changeset 77c657e47b5c by Jesus Cea
Roundup Robot added the comment:
New changeset febb6cf195e7 by Jesus Cea in branch '3.1':
Up-port changeset 5cf8f6da8743 (closes #11890)
http://hg.python.org/cpython/rev/febb6cf195e7
New changeset 063b4ab49fcc by Jesus Cea in branch '3.2':
MERGE: Up-port changeset 5cf8f6d
Roundup Robot added the comment:
New changeset 358a0dd0a9f2 by Jesus Cea in branch '3.1':
Port 5b607cd8c71b (closes #11892)
http://hg.python.org/cpython/rev/358a0dd0a9f2
--
nosy: +python-dev
resolution: -> fixed
stage: -> committed/rejected
status
Roundup Robot added the comment:
New changeset 05a7d3048c49 by Ezio Melotti in branch '3.2':
#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
http://hg.python.org/cpython/rev/05a7d3048c49
New changeset 968fba3f34b3 by Ezio Melotti in branch 'default':
#11897:
Roundup Robot added the comment:
New changeset 0f084f150198 by Ezio Melotti in branch '2.7':
#11885: capitalize Python.
http://hg.python.org/cpython/rev/0f084f150198
New changeset fb6affc7b973 by Ezio Melotti in branch '3.2':
#11885: capitalize Python.
http://hg.py
Roundup Robot added the comment:
New changeset e8464256b4d7 by Ezio Melotti in branch '2.7':
#11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.
http://hg.python.org/cpython/rev/e8464256b4d7
New changeset 88df1ef4eec8 by Ezio Melotti in branch '3.2':
#11902: Fix
Roundup Robot added the comment:
New changeset 79f3ae389dae by Ezio Melotti in branch '2.7':
#11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.
http://hg.python.org/cpython/rev/79f3ae389dae
New changeset 473fada5f1b7 by Ezio Melotti in branch '3.2':
#11904
Roundup Robot added the comment:
New changeset f6ea7abc4eb2 by Ezio Melotti in branch '2.7':
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
http://hg.python.org/cpython/rev/f6ea7abc4eb2
New changeset 15f482996880 by Ezio Melotti in branch '3.2':
Roundup Robot added the comment:
New changeset fa5e348889c2 by Victor Stinner in branch '3.2':
Issue #9319: Fix a crash on parsing a Python source code without encoding
http://hg.python.org/cpython/rev/fa5e348889c2
--
___
Python trac
Roundup Robot added the comment:
New changeset 701069f9888c by Victor Stinner in branch '3.2':
Issue #9319: Fix the unit test
http://hg.python.org/cpython/rev/701069f9888c
--
___
Python tracker
<http://bugs.python.
Roundup Robot added the comment:
New changeset eb7297fd5840 by Antoine Pitrou in branch 'default':
Issue #11382: Trivial system calls, such as dup() or pipe(), needn't
http://hg.python.org/cpython/rev/eb7297fd5840
--
nosy: +python-dev
___
Roundup Robot added the comment:
New changeset 19d9f0a177de by Antoine Pitrou in branch 'default':
Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor
http://hg.python.org/cpython/rev/19d9f0a177de
--
nosy: +
Roundup Robot added the comment:
New changeset 2c0da1c4f063 by Victor Stinner in branch 'default':
Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
http://hg.python.org/cpython/rev/2c0da1c4f063
--
nosy: +
Roundup Robot added the comment:
New changeset 996b9c9dc10a by Victor Stinner in branch 'default':
Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063.
http://hg.python.org/cpython/rev/996b9c9dc10a
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset e4fcfb8066ff by Jesus Cea in branch '2.7':
pybench prep_times calculation error (closes #11895)
http://hg.python.org/cpython/rev/e4fcfb8066ff
New changeset 7569870a8236 by Jesus Cea in branch '3.1':
pybench prep_times calcu
Roundup Robot added the comment:
New changeset bb62908896fe by Jesus Cea in branch 'default':
Correctly merging #9319 into 3.3?
http://hg.python.org/cpython/rev/bb62908896fe
--
___
Python tracker
<http://bugs.python.
Roundup Robot added the comment:
New changeset b55eac85e39c by Alexander Belopolsky in branch 'default':
Issue #2736: Documented how to compute seconds since epoch.
http://hg.python.org/cpython/rev/b55eac85e39c
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset d60f9d9983bb by Antoine Pitrou in branch 'default':
Issue #11856: Speed up parsing of JSON numbers.
http://hg.python.org/cpython/rev/d60f9d9983bb
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset d195ff5c44f4 by Antoine Pitrou in branch '3.2':
Issue #10914: Add a minimal embedding test to test_capi.
http://hg.python.org/cpython/rev/d195ff5c44f4
New changeset 77cf9e4b144b by Antoine Pitrou in branch '3.2':
Issue #10914:
Roundup Robot added the comment:
New changeset 2f2c7eb27437 by Antoine Pitrou in branch '3.2':
Issue #11919: try to fix test_imp failure on some buildbots.
http://hg.python.org/cpython/rev/2f2c7eb27437
--
nosy: +python-dev
___
Python trac
Roundup Robot added the comment:
New changeset 0c70c24750fd by Antoine Pitrou in branch 'default':
Issue #11919: try to fix test_imp failure on some buildbots.
http://hg.python.org/cpython/rev/0c70c24750fd
--
___
Python trac
Roundup Robot added the comment:
New changeset 48758cd0769b by R David Murray in branch '2.7':
#11901: add description of how bitfields are laid out to hexversion docs
http://hg.python.org/cpython/rev/48758cd0769b
New changeset b84384fbdbf0 by R David Murray in branch '3.
Roundup Robot added the comment:
New changeset 3ceeccbc2c3b by Ezio Melotti in branch '2.7':
#6780: fix starts/endswith error message to mention that tuples are accepted
too.
http://hg.python.org/cpython/rev/3ceeccbc2c3b
New changeset bcbf8c3c4a88 by Ezio Melotti in branch '3
Roundup Robot added the comment:
New changeset 154b323e0e7f by Senthil Kumaran in branch '3.1':
Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z
http://hg.python.org/cpython/rev/154b323e0e7f
--
___
Python trac
Roundup Robot added the comment:
New changeset a3b4887edba4 by Senthil Kumaran in branch '2.7':
issue11236 getpass.getpass to respond ctrl-c or ctrl-z
http://hg.python.org/cpython/rev/a3b4887edba4
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset f799530dbde7 by Senthil Kumaran in branch '3.1':
Update News entry for Issue11236
http://hg.python.org/cpython/rev/f799530dbde7
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 1b261f3bef09 by Senthil Kumaran in branch '2.7':
Update NEWS for Issue11236.
http://hg.python.org/cpython/rev/1b261f3bef09
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset ec754f8d2917 by Victor Stinner in branch 'default':
Issue #11918: OS/2 and VMS are no more supported because of the lack of
http://hg.python.org/cpython/rev/ec754f8d2917
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset 5e93c5cdc378 by Raymond Hettinger in branch '3.2':
Issue 11929: Minor whitespace clean-ups.
http://hg.python.org/cpython/rev/5e93c5cdc378
New changeset 89fcadbc49df by Raymond Hettinger in branch 'default':
Issue 11929: Minor
Roundup Robot added the comment:
New changeset c8338cfa3578 by Victor Stinner in branch 'default':
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
http://hg.python.org/cpython/rev/c8338cfa3578
New changeset d3af2a2b621b by Victor Stinner in branch 'default':
Issu
Roundup Robot added the comment:
New changeset 8dbf661c0a63 by Ezio Melotti in branch '2.7':
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are
too long.
http://hg.python.org/cpython/rev/8dbf661c0a63
New changeset 04e64f77c6c7 by Ezio Melotti in branc
Roundup Robot added the comment:
New changeset 85fefd41ef5d by Éric Araujo in branch '3.2':
Fix double use of f.close().
http://hg.python.org/cpython/rev/85fefd41ef5d
--
nosy: +python-dev
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 9a1ca0062950 by Éric Araujo in branch 'default':
Add versionchanged for a364719e400a (#11591)
http://hg.python.org/cpython/rev/9a1ca0062950
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset f9e2b2b17e58 by Éric Araujo in branch 'default':
Add versionchanged for c19752ea037f (#10998)
http://hg.python.org/cpython/rev/f9e2b2b17e58
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 6f937d6369b6 by Łukasz Langa in branch '3.2':
Closes #11670: configparser read_file now iterates over f.
http://hg.python.org/cpython/rev/6f937d6369b6
New changeset 9da06f771a57 by Łukasz Langa in branch 'default':
Merged
Roundup Robot added the comment:
New changeset f6feed6ec3f9 by Antoine Pitrou in branch '2.7':
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
http://hg.python.org/cpython/rev/f6feed6ec3f9
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset 7b7ad9a88451 by Antoine Pitrou in branch '3.2':
Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*
http://hg.python.org/cpython/rev/7b7ad9a88451
New changeset c8f283cd3e6e by Antoine Pitrou in branch 'default
Roundup Robot added the comment:
New changeset 6739b9ab7ced by Ezio Melotti in branch '2.7':
#11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.
http://hg.python.org/cpython/rev/6739b9ab7ced
New changeset fd1f47a57ba2 by Ezio Melotti in branch '3.1':
#11942
Roundup Robot added the comment:
New changeset ef35dae58077 by Ezio Melotti in branch '3.2':
#11938: Fix duplicated test name in test_inspect. Patch by Andreas Stührk.
http://hg.python.org/cpython/rev/ef35dae58077
New changeset bdd6d8631994 by Ezio Melotti in branch 'default&
Roundup Robot added the comment:
New changeset 4c5babbf7a73 by Raymond Hettinger in branch '3.1':
Issue #11940: Update external link.
http://hg.python.org/cpython/rev/4c5babbf7a73
New changeset 08647ab0ead7 by Raymond Hettinger in branch '3.2':
Issue #11940: Update
Roundup Robot added the comment:
New changeset eb7c4526ccbf by Raymond Hettinger in branch '2.7':
Issue #11940: Update external link.
http://hg.python.org/cpython/rev/eb7c4526ccbf
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 99d5542399a1 by Ezio Melotti in branch '3.1':
#11926: add missing keywords to help("keywords").
http://hg.python.org/cpython/rev/99d5542399a1
New changeset 7b4c853aa07d by Ezio Melotti in branch '3.2':
#11926: merge
Roundup Robot added the comment:
New changeset 0c8bc3a0130a by Senthil Kumaran in branch '2.7':
Fix closes issue10761: tarfile.extractall failure when symlinked files are
present.
http://hg.python.org/cpython/rev/0c8bc3a0130a
--
nosy: +python-dev
resolution: ->
Roundup Robot added the comment:
New changeset 57c076ab4bbd by Łukasz Langa in branch '3.2':
Closes #11858: configparser.ExtendedInterpolation and section case.
http://hg.python.org/cpython/rev/57c076ab4bbd
--
nosy: +python-dev
resolution: -> fixed
stage: test needed
Roundup Robot added the comment:
New changeset 2afaef6cda8a by Łukasz Langa in branch 'default':
Merged solution for #11858 from 3.2.
http://hg.python.org/cpython/rev/2afaef6cda8a
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 1bbda00bbe78 by Łukasz Langa in branch '3.2':
Style updates for the #11670 solution after post-commit review by Ezio Melotti:
http://hg.python.org/cpython/rev/1bbda00bbe78
New changeset 339cd1d9b21a by Łukasz Langa in branch 'd
Roundup Robot added the comment:
New changeset 17b4378689e6 by Łukasz Langa in branch '3.2':
Added Yuxiao Zeng for finding and resolving #11858. Thanks!
http://hg.python.org/cpython/rev/17b4378689e6
--
___
Python tracker
<http://bu
Roundup Robot added the comment:
New changeset 32031e33d793 by Łukasz Langa in branch '3.2':
Closes #11324: ConfigParser(interpolation=None) doesn't work.
http://hg.python.org/cpython/rev/32031e33d793
New changeset de7dc59260b1 by Łukasz Langa in branch 'default':
M
Roundup Robot added the comment:
New changeset c7ce67c9237a by Łukasz Langa in branch '2.6':
Closes #11786: ConfigParser.[Raw]ConfigParser optionxform().
http://hg.python.org/cpython/rev/c7ce67c9237a
New changeset a6b772599594 by Łukasz Langa in branch '2.7':
Merged solu
Roundup Robot added the comment:
New changeset 0518f32cb747 by Antoine Pitrou in branch 'default':
Issue #11811: Factor out detection of IPv6 support on the current host
http://hg.python.org/cpython/rev/0518f32cb747
New changeset d3166c359714 by Antoine Pitrou in branch 'default
Roundup Robot added the comment:
New changeset 3d9800fcce7f by Brian Curtin in branch 'default':
Implement #11832. Add an option to start regrtest and wait for input
http://hg.python.org/cpython/rev/3d9800fcce7f
--
nosy: +python-dev
Roundup Robot added the comment:
New changeset ef9bccfe64de by Ezio Melotti in branch '2.7':
#11952: Fix typo in multiprocessing doc.
http://hg.python.org/cpython/rev/ef9bccfe64de
New changeset 1d3c5df88589 by Ezio Melotti in branch '3.1':
#11952: Fix typo in multi
Roundup Robot added the comment:
New changeset 80971f71b0d9 by Brian Curtin in branch '3.1':
Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the
http://hg.python.org/cpython/rev/80971f71b0d9
--
nosy: +python-dev
___
Pyth
Roundup Robot added the comment:
New changeset 2665a28643b8 by Senthil Kumaran in branch 'default':
Wrap the correct test with the skip decorator for the issue10761.
http://hg.python.org/cpython/rev/2665a28643b8
--
___
Python trac
Roundup Robot added the comment:
New changeset 609ca9d71aba by Brian Curtin in branch '3.1':
Fix #11961. Document STARTUPINFO and creation flag options.
http://hg.python.org/cpython/rev/609ca9d71aba
New changeset f0092c611004 by Brian Curtin in branch '3.2':
Fix #11961.
Roundup Robot added the comment:
New changeset d27f95e3b52f by Eli Bendersky in branch '2.7':
Issue #10912: add clarification for PyObject_RichCompareBool comparing
identical objects
http://hg.python.org/cpython/rev/d27f95e3b52f
--
nosy: +
Roundup Robot added the comment:
New changeset 08996a664ed3 by Łukasz Langa in branch '3.2':
Mentioned issues #11324 and #11858.
http://hg.python.org/cpython/rev/08996a664ed3
--
___
Python tracker
<http://bugs.python.o
Roundup Robot added the comment:
New changeset 0c21de0cca44 by Łukasz Langa in branch 'default':
Merged mentions of issues #11324 and #11858.
http://hg.python.org/cpython/rev/0c21de0cca44
--
___
Python tracker
<http://bugs.python.o
1601 - 1700 of 15085 matches
Mail list logo