[issue18933] Add link to source code in logging documentation

2013-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset dc4e6b48c321 by Vinay Sajip in branch '2.7': Issue #18933: Added links to source code. http://hg.python.org/cpython/rev/dc4e6b48c321 New changeset 34e515f2fdfe by Vinay Sajip in branch '3.3': Issue #18933: Added links

[issue18942] _debugmallocstats() gibberish output on Windows

2013-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset d95cc29ea94e by Tim Peters in branch '3.3': Issue #18942: sys._debugmallocstats() output was damaged on Windows. http://hg.python.org/cpython/rev/d95cc29ea94e New changeset 43f772554872 by Tim Peters in branch 'default': Ne

[issue15350] {urllib,urllib.parse}.urlencode.__doc__ is unclear

2013-09-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 975d1e180689 by Senthil Kumaran in branch 'default': merge from 3.3 http://hg.python.org/cpython/rev/975d1e180689 -- nosy: +python-dev ___ Python tracker <http://bugs.python.o

[issue1584] Mac OS X: building with X11 Tkinter

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0986e4f5750d by Ned Deily in branch 'default': Issue #1584: Provide options to override default search paths for Tcl and Tk http://hg.python.org/cpython/rev/0986e4f5750d -- nosy: +python-dev

[issue15663] Investigate providing Tcl/Tk 8.5 with OS X installers

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 985384cd6365 by Ned Deily in branch 'default': Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+ http://hg.python.org/cpython/rev/985384cd6365 -- nosy: +python-dev ___ Python trac

[issue18939] Venv docs regarding original python install

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad09332f856f by Vinay Sajip in branch '3.3': Issue #18939: Updated venv documentation with some clarifications. http://hg.python.org/cpython/rev/ad09332f856f New changeset 408b6b3dcf9a by Vinay Sajip in branch 'default': C

[issue18940] TimedRotatingFileHandler and RotatingFileHandler fail to doRollover if a logger has delay=True and no logs in that time.

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6a591870017c by Vinay Sajip in branch '2.7': Issue #18940: Handled low-volume logging when delay is True. http://hg.python.org/cpython/rev/6a591870017c New changeset 324774a59256 by Vinay Sajip in branch '3.3': Issue #18940

[issue18941] RotatingFileHandler and TimedRotatingFileHandler do not respect delay on rollover

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4d45f1ed1179 by Vinay Sajip in branch '2.7': Issue #18941: Respected delay when doing rollover. http://hg.python.org/cpython/rev/4d45f1ed1179 New changeset 0577c9a82c0a by Vinay Sajip in branch '3.3': Issue #18941: Respec

[issue18849] Failure to try another name for tempfile when directory with chosen name exists on windows

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7611e7244bdd by Eli Bendersky in branch '3.3': Issue #18849: Fixed a Windows-specific tempfile bug where collision with an http://hg.python.org/cpython/rev/7611e7244bdd New changeset 035b61b52caa by Eli Bendersky in branch 'default

[issue18849] Failure to try another name for tempfile when directory with chosen name exists on windows

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset e0037f266d45 by Eli Bendersky in branch '2.7': Close #18849: Fixed a Windows-specific tempfile bug where collision with an http://hg.python.org/cpython/rev/e0037f266d45 -- resolution: -> fixed stage: patch review -> co

[issue18920] argparse module version action

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec9a4b77f37b by Eli Bendersky in branch 'default': Issue #18920: argparse's default version action (for -v, --version) should http://hg.python.org/cpython/rev/ec9a4b77f37b -- nosy: +python-dev ___

[issue18922] Output versions of scripts to stdout

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 587bdb940524 by Eli Bendersky in branch 'default': Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 http://hg.python.org/cpython/rev/587bdb940524 -- ___ Python trac

[issue18920] argparse module version action

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 587bdb940524 by Eli Bendersky in branch 'default': Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 http://hg.python.org/cpython/rev/587bdb940524 -- ___ Python trac

[issue18338] python --version should send output to STDOUT

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 587bdb940524 by Eli Bendersky in branch 'default': Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922 http://hg.python.org/cpython/rev/587bdb940524 -- ___ Python trac

[issue18924] Enum members are easily replaced

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1d88d04aade2 by Ethan Furman in branch 'default': Close #18924: Block naive attempts to change an Enum member. http://hg.python.org/cpython/rev/1d88d04aade2 -- nosy: +python-dev resolution: -> fixed stage: patch review

[issue18852] site.py does not handle readline.__doc__ being None

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3070fdd58645 by R David Murray in branch 'default': #18852: Handle readline.__doc__ being None in site.py readline activation. http://hg.python.org/cpython/rev/3070fdd58645 -- nosy: +

[issue18623] Factor out the _SuppressCoreFiles context manager

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 28a1843c0fc1 by Antoine Pitrou in branch 'default': Issue #18623: Factor out the _SuppressCoreFiles context manager into test.support. http://hg.python.org/cpython/rev/28a1843c0fc1 -- nosy: +

[issue18934] multiprocessing: use selectors module

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 14972c999e80 by Charles-François Natali in branch 'default': Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just http://hg.python.org/cpython/rev/14972c999e80 --

[issue18944] Minor mistake in test_set.py

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset b6059bac8a9c by Tim Peters in branch '3.3': Issue 18944: fix a 1-character typo in test_set.py. http://hg.python.org/cpython/rev/b6059bac8a9c New changeset 4b64166d5abb by Tim Peters in branch 'default': Merge 3.

[issue18458] libedit history offset workaround

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset b6b8a2171aa3 by Ned Deily in branch 'default': Issue #18458: Prevent crashes with newer versions of libedit. Its readline http://hg.python.org/cpython/rev/b6b8a2171aa3 -- nosy: +python-dev

[issue18908] Enum docs: sections leak out

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset a55cbaf9a581 by Ethan Furman in branch 'default': Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni. http://hg.python.org/cpython/rev/a55cbaf9a581 -- nosy: +python-dev resolution: -> fixed stage:

[issue18954] Grammatically incorrect sentences in Python/fileutils.c

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 98f82b124c7d by Victor Stinner in branch 'default': Close #18954: Fix some typo in fileutils.c comments http://hg.python.org/cpython/rev/98f82b124c7d -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue18894] In unittest.TestResult.failures remove deprecated fail* methods

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset c391c30fee99 by Ezio Melotti in branch '2.7': #18894: remove mention of deprecated fail* methods. http://hg.python.org/cpython/rev/c391c30fee99 New changeset c3a2c0504960 by Ezio Melotti in branch '3.3': #18894: remove mentio

[issue18895] In unittest.TestResult.addError split the sentence

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 523cfc78847c by Ezio Melotti in branch '2.7': #18895: split a sentence in unittest docs. http://hg.python.org/cpython/rev/523cfc78847c New changeset dd669daad7de by Ezio Melotti in branch '3.3': #18895: split a sentence in

[issue18553] os.isatty() is not Unix only

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d5c5ac33b9a1 by Senthil Kumaran in branch '2.7': os.isatty is not Unix only. Correct the wrong documentation. http://hg.python.org/cpython/rev/d5c5ac33b9a1 -- nosy: +python-dev ___ Python trac

[issue18206] license url in site.py should always use X.Y.Z form of version number

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset a723adeb1f47 by Senthil Kumaran in branch '3.3': Fix License URL display and add test to check for license url presence. http://hg.python.org/cpython/rev/a723adeb1f47 New changeset 12aaf64feca2 by Senthil Kumaran in branch 'default&#

[issue18808] Thread.join returns before PyThreadState is destroyed

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d52b68edbca6 by Antoine Pitrou in branch 'default': Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. http://hg.python.org/cpython/rev/d5

[issue18033] Example for Profile Module shows incorrect method

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 93018d47793f by Senthil Kumaran in branch '2.7': Correct Profile class usage example. Addresses issue #18033 . http://hg.python.org/cpython/rev/93018d47793f New changeset ab4d3ccb92e6 by Senthil Kumaran in branch '3.3': Correct

[issue18808] Thread.join returns before PyThreadState is destroyed

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5cfd7b2eb994 by Tim Peters in branch 'default': Issue 18808: blind attempt to repair some buildbot failures. http://hg.python.org/cpython/rev/5cfd7b2eb994 -- ___ Python tracker <http://bu

[issue18952] Fix test.support.open_urlresource (support package regression)

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23770d446c73 by Nick Coghlan in branch '3.3': Close #18952: correctly download test support data http://hg.python.org/cpython/rev/23770d446c73 New changeset cb8dabc113b8 by Nick Coghlan in branch 'default': Merge #189

[issue14971] (unittest) loadTestsFromName does not work on method with a decorator

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 78a5de507f19 by Michael Foord in branch '2.7': Closes issue 14971. http://hg.python.org/cpython/rev/78a5de507f19 -- resolution: -> fixed stage: needs patch -> committed/rejected status

[issue18438] Obsolete url in comment inside decimal module

2013-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 44ed0cd3dc6d by Senthil Kumaran in branch '2.7': Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry. http://hg.python.org/cpython/rev/44ed0cd3dc6d New changeset 0eef1670f316 by Senthil Kumaran in branch '3.3':

[issue18934] multiprocessing: use selectors module

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e52b9f77dbf by Charles-François Natali in branch 'default': Issue #18934: Use poll/select-based selectors for multiprocessing.Connection, http://hg.python.org/cpython/rev/0e52b9f77dbf --

[issue18963] test_selectors test_above_fd_setsize cases fail on OS X due to infinite hard limit

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ba1432fdc5a by Charles-François Natali in branch 'default': Issue #18963: Fix test_selectors.test_above_fd_setsize on OS X, where the http://hg.python.org/cpython/rev/9ba1432fdc5a -- nosy: +

[issue18957] PYTHONFAULTHANDLER enables faulthandler when the variable is empty

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c2cf4349adc by Victor Stinner in branch 'default': Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the http://hg.python.org/cpython/rev/5c2cf4349adc -- nosy: +python-dev resolution: -> fixed stage:

[issue18904] Unnecessary test in file descriptor inheritance test

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset b13cec63b495 by Victor Stinner in branch 'default': Issue #18904: Improve os.get/set_inheritable() tests http://hg.python.org/cpython/rev/b13cec63b495 -- nosy: +python-dev ___ Python trac

[issue18904] Unnecessary test in file descriptor inheritance test

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset b7f6f6f59e91 by Victor Stinner in branch 'default': Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC http://hg.python.org/cpython/rev/b7f6f6f59e91 -- ___ Python trac

[issue18935] test_regrtest.test_timeout failure

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2982ac8b45bc by Charles-François Natali in branch 'default': Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (the http://hg.python.org/cpython/rev/2982ac8b45bc -- nosy: +

[issue18963] test_selectors test_above_fd_setsize cases fail on OS X due to infinite hard limit

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa735675e485 by Charles-François Natali in branch 'default': Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions. http://hg.python.org/cpython/rev/fa735675e485 --

[issue18808] Thread.join returns before PyThreadState is destroyed

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74dc664ad699 by Antoine Pitrou in branch 'default': Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped threads. http://hg.python.org/cpython/rev/74

[issue18904] Unnecessary test in file descriptor inheritance test

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset aea58e1cae75 by Victor Stinner in branch 'default': Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl http://hg.python.org/cpython/rev/aea58e1cae75 -- ___ Pyth

[issue18964] test_tcl fails when _tkinter linked with Tcl 8.4

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 03ee22236465 by Serhiy Storchaka in branch '3.3': Fixed tests with Tcl/Tk <8.5 (closes #18964). http://hg.python.org/cpython/rev/03ee22236465 New changeset 138e086e187d by Serhiy Storchaka in branch 'default': Fixed tests w

[issue18953] Typo in NEWS about fixed format specifiers for Py_ssize_t in debugging output in the _sre module

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset c08e92529f62 by Serhiy Storchaka in branch '3.3': Fix a typo. (closes #18953) http://hg.python.org/cpython/rev/c08e92529f62 New changeset 9dc5bdab157e by Serhiy Storchaka in branch 'default': Fix a typo. (closes #18953) http://h

[issue18984] Remove .stopped Event from Thread internals

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset aff959a3ba13 by Tim Peters in branch 'default': Issue 18984: Remove ._stopped Event from Thread internals. http://hg.python.org/cpython/rev/aff959a3ba13 -- nosy: +python-dev ___ Python trac

[issue18808] Thread.join returns before PyThreadState is destroyed

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset aff959a3ba13 by Tim Peters in branch 'default': Issue 18984: Remove ._stopped Event from Thread internals. http://hg.python.org/cpython/rev/aff959a3ba13 -- ___ Python tracker <http://bu

[issue18752] Make chain.from_iterable an alias for a new chain_iterable.

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset fa1fa88b685b by Raymond Hettinger in branch 'default': Issue 18752: Make chain.from_iterable() more visible in the documentation. http://hg.python.org/cpython/rev/fa1fa88b685b -- nosy: +

[issue18980] Docs: enum - ReST format

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e05b07a6f84 by Ethan Furman in branch 'default': Close #18980: Enum doc fixes. Patch from Elazar Gershuni. http://hg.python.org/cpython/rev/0e05b07a6f84 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejec

[issue18301] In itertools.chain.from_iterable() there is no cls argument

2013-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 29fa1f418796 by Raymond Hettinger in branch '3.3': Issue 18301: The classmethod decorator didn't fit well with the rough-equivalent example code. http://hg.python.org/cpython/rev/29fa1f418796 -- no

[issue18752] Make chain.from_iterable an alias for a new chain_iterable.

2013-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23f77dc58979 by Raymond Hettinger in branch '3.3': Issue 18752: Make chain.from_iterable() more visible in the documentation. http://hg.python.org/cpython/rev/23f77dc58979 -- ___ Python trac

[issue18800] Document Fraction's numerator and denominator properties

2013-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe5c03fb0ff6 by Senthil Kumaran in branch '3.3': Document Fraction's numerator and denominator properties. http://hg.python.org/cpython/rev/fe5c03fb0ff6 New changeset 5fb700ca3fd5 by Senthil Kumaran in branch 'default&#

[issue18815] DOCUMENTATION: "mmap .close()" doesn't close the underlying file

2013-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 443d12b61e5b by Senthil Kumaran in branch '2.7': Clarify mmap.close method behavior. Addresses issue #18815 http://hg.python.org/cpython/rev/443d12b61e5b New changeset 373907ca13e0 by Senthil Kumaran in branch '3.3': Clari

[issue18962] Add special case for single iterator in heapq.merge function

2013-09-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0e70bf1f32a3 by Raymond Hettinger in branch 'default': Issue #18962: Optimize the single iterator case for heapq.merge() http://hg.python.org/cpython/rev/0e70bf1f32a3 -- nosy: +python-dev

[issue18988] Tab key doesn't work sometimes.

2013-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset c882395e8ed8 by Serhiy Storchaka in branch '3.3': Issue #18988: The "Tab" key now works when a word is already autocompleted. http://hg.python.org/cpython/rev/c882395e8ed8 New changeset 7d38784092d8 by Serhiy Storchaka in bra

[issue14927] add "Do not supply 'int' argument" to random.shuffle docstring

2013-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 82bdd5fc7a71 by Senthil Kumaran in branch '2.7': Improve the docstring of random.shuffle. Inform users not to provide int arg. http://hg.python.org/cpython/rev/82bdd5fc7a71 New changeset 4782faf29480 by Senthil Kumaran in branch '3.

[issue12599] Use 'is not None' where appropriate in importlib

2012-04-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset c1399cf7bd6a by Brett Cannon in branch 'default': Issue #12599: Be more strict in accepting None vs. a false-like object http://hg.python.org/cpython/rev/c1399cf7bd6a -- nosy: +python-dev

[issue14609] can't modify sys.modules during import with importlib

2012-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset db5e3431ee4c by Benjamin Peterson in branch 'default': rollback 005fd1fe31ab (see #14609 and #14582) http://hg.python.org/cpython/rev/db5e3431ee4c -- nosy: +python-dev ___ Python trac

[issue14582] Have importlib use return value from a loader's load_module()

2012-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset db5e3431ee4c by Benjamin Peterson in branch 'default': rollback 005fd1fe31ab (see #14609 and #14582) http://hg.python.org/cpython/rev/db5e3431ee4c -- ___ Python tracker <http://bu

[issue14612] Crash after modifying f_lineno

2012-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6a0a073e8461 by Benjamin Peterson in branch '3.2': SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) http://hg.python.org/cpython/rev/6a0a073e8461 New changeset 0695f5d028a7 by Benjamin Peterson

[issue11750] Mutualize win32 functions

2012-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3a27d11101a by Antoine Pitrou in branch 'default': Issue #11750: The Windows API functions scattered in the _subprocess and http://hg.python.org/cpython/rev/f3a27d11101a -- nosy: +python-dev

[issue14385] Support other types than dict for __builtins__

2012-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset e3ab8aa0216c by Victor Stinner in branch 'default': Issue #14385: Support other types than dict for __builtins__ http://hg.python.org/cpython/rev/e3ab8aa0216c -- nosy: +python-dev ___ Pyth

[issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN

2012-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset b82a471d2c5e by Gregory P. Smith in branch '2.7': Fix compiler warning related to issue #14331. harmless. http://hg.python.org/cpython/rev/b82a471d2c5e -- ___ Python tracker <http://bu

[issue14538] HTMLParser: parsing error

2012-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 36c901fcfcda by Ezio Melotti in branch '2.7': #14538: HTMLParser can now parse correctly start tags that contain a bare /. http://hg.python.org/cpython/rev/36c901fcfcda New changeset ba4baaddac8d by Ezio Melotti in branch '3.2'

[issue14032] test_cmd_line_script prints undefined 'data' variable

2012-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset c4c67c2d8ffc by Nick Coghlan in branch '3.2': Close #14032: fix incorrect variable reference in test_cmd_line_script http://hg.python.org/cpython/rev/c4c67c2d8ffc -- nosy: +python-dev resolution: -> fixed stage: -> co

[issue14098] provide public C-API for reading/setting sys.exc_info()

2012-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9fdec1354af4 by Martin v. Löwis in branch 'default': Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. http://hg.python.org/cpython/rev/9fdec1354af4 -- nosy: +python-dev

[issue14308] '_DummyThread' object has no attribute '_Thread__block'

2012-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset ab9d6c4907e7 by Antoine Pitrou in branch '2.7': Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). http://hg.python.org/cpython/rev/ab9d6c4907e7 New changese

[issue14127] add st_*time_ns fileds to os.stat(), add ns keyword to os.*utime*(), os.*utimens*() expects a number of nanoseconds

2012-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset f554043badec by Larry Hastings in branch 'default': Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. http://hg.python.org/cpython/rev/f554043badec -- ___ Python trac

[issue14386] Expose dict_proxy internal type as types.MappingProxyType

2012-04-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 34af3e74292d by Victor Stinner in branch 'default': Close #14386: Register types.MappingProxyType as a Mapping http://hg.python.org/cpython/rev/34af3e74292d -- resolution: -> fixed stage: -> committed/rejected status

[issue14629] discrepency between tokenize.detect_encoding() and PyTokenizer_FindEncodingFilename()

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset b07488490001 by Martin v. Löwis in branch '3.2': Issue #14629: Raise SyntaxError in tokenizer.detect_encoding http://hg.python.org/cpython/rev/b07488490001 New changeset 98a6a57c5876 by Martin v. Löwis in branch 'default': me

[issue14581] Support case-insensitive file extensions on Windows in importlib

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset a32be109bd86 by Brett Cannon in branch 'default': Issue #14581: Windows users are allowed to import modules w/o taking http://hg.python.org/cpython/rev/a32be109bd86 -- nosy: +python-dev

[issue14629] discrepency between tokenize.detect_encoding() and PyTokenizer_FindEncodingFilename()

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset a281a6622714 by Brett Cannon in branch 'default': Issue #14633: Simplify imp.find_modue() test after fixes from issue http://hg.python.org/cpython/rev/a281a6622714 -- ___ Python trac

[issue14629] discrepency between tokenize.detect_encoding() and PyTokenizer_FindEncodingFilename()

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b57de8a8383 by Brett Cannon in branch 'default': Issue #14629: Mention the filename in SyntaxError exceptions from http://hg.python.org/cpython/rev/1b57de8a8383 -- ___ Python trac

[issue14599] Windows test_import failure thanks to ImportError.path

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 573010778eed by Brett Cannon in branch 'default': Issue #14599: Generalize a test for ImportError.path and add support http://hg.python.org/cpython/rev/573010778eed -- ___ Python trac

[issue14599] Windows test_import failure thanks to ImportError.path

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 56aa4cda11a8 by Brett Cannon in branch 'default': Issue #14599: Support ImportError.path on AIX and HPUX when loading http://hg.python.org/cpython/rev/56aa4cda11a8 -- ___ Python trac

[issue14585] Have test_import run more importlib tests

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset a74ba7407457 by Brett Cannon in branch 'default': Issue #14585: test_import now runs all tests under http://hg.python.org/cpython/rev/a74ba7407457 -- nosy: +python-dev ___ Python trac

[issue14628] Clarify import statement documentation regarding what gets bound

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 150bd84e737e by Brett Cannon in branch 'default': Issue #14628: Document the fact that import always returns the module http://hg.python.org/cpython/rev/150bd84e737e -- nosy: +python-dev

[issue14339] Optimizing bin, oct and hex

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset dcd3344b6d5b by Mark Dickinson in branch 'default': Issue #14339: Improve speed of bin, oct and hex builtins. Patch by Serhiy Storchaka (with minor modifications). http://hg.python.org/cpython/rev/dcd3344b6d5b -- nosy: +

[issue14630] non-deterministic behavior of int subclass

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset cdcc6b489862 by Mark Dickinson in branch '3.2': Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. http://hg.python.org/cpython/rev/cdcc6b489862 New changeset c7b0f711dc15 by Mark Dickinson

[issue13959] Re-implement parts of imp in pure Python

2012-04-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset c820aa9c0c00 by Brett Cannon in branch 'default': Issue #13959: Keep imp.get_magic() in C code, but cache in importlib http://hg.python.org/cpython/rev/c820aa9c0c00 -- ___ Python trac

[issue14636] Mock could check for exceptions in side effect list

2012-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset c310233b1d64 by Michael Foord in branch 'default': Closes issue 14636. mock objects raise exceptions from an iterable side_effect http://hg.python.org/cpython/rev/c310233b1d64 -- nosy: +python-dev resolution: -> fixed stage

[issue14634] Mock cannot autospec functions with keyword-only arguments.

2012-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6f478a4aa137 by Michael Foord in branch 'default': Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments. http://hg.python.org/cpython/rev/6f478a4aa137 -- nosy: +python-dev resolution: -> fixe

[issue13959] Re-implement parts of imp in pure Python

2012-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset b773a751c2e7 by Brett Cannon in branch 'default': Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. http://hg.python.org/cpython/rev/b773a751c2e7 New changeset ea46ebba8a0f by Brett Cannon in branch 'default

[issue14637] test.test_import.PathsTests.test_UNC_path is failing

2012-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0356103cde28 by Brett Cannon in branch 'default': Issue #14637: Fix the UNC import test under Windows to actually use http://hg.python.org/cpython/rev/0356103cde28 -- nosy: +python-dev

[issue13959] Re-implement parts of imp in pure Python

2012-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 085cf1480cfe by Brett Cannon in branch 'default': Issue #13959: Re-implement imp.find_module() in Lib/imp.py. http://hg.python.org/cpython/rev/085cf1480cfe -- ___ Python tracker <http://bu

[issue2193] Cookie Colon Name Bug

2012-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 57ec2e6cd70a by Senthil Kumaran in branch 'default': Fix Issue2193 - Allow ":" character in Cookie NAME values http://hg.python.org/cpython/rev/57ec2e6cd70a -- nosy: +python-dev __

[issue2193] Cookie Colon Name Bug

2012-04-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3b0845a9253 by Senthil Kumaran in branch '3.2': issue2193 - Update 3.2 docs about legal characters allowed in Cookie name http://hg.python.org/cpython/rev/d3b0845a9253 New changeset 8cae3ee7f691 by Senthil Kumaran in branch 'defa

[issue14026] test_cmd_line_script should include more sys.argv checks

2012-04-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 22f0044ea366 by Nick Coghlan in branch '3.2': Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) http://hg.python.org/cpython/rev/22f0044ea366 New changeset ff6593aa8376 by Nick Coghlan

[issue13959] Re-implement parts of imp in pure Python

2012-04-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e853913054c by Brett Cannon in branch 'default': Issue #13959: Continue to try to accomodate altsep in importlib by not http://hg.python.org/cpython/rev/4e853913054c -- ___ Python trac

[issue14622] Python http.server is dead slow using gethostbyaddr/getfqdn for each request

2012-04-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe66fb61f199 by Vinay Sajip in branch 'default': Issue #14622: Increased default timeout for SMTPHandler. http://hg.python.org/cpython/rev/fe66fb61f199 -- nosy: +python-dev ___ Python trac

[issue14644] test_logging failure on OS X Tiger

2012-04-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset bdbcb8f48ddd by Vinay Sajip in branch 'default': Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number. http://hg.python.org/cpython/rev/bdbcb8f48ddd -- nosy: +

[issue14605] Make import machinery explicit

2012-04-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1da623513b26 by Brett Cannon in branch 'default': Issue #14605: Expose importlib.abc.FileLoader and http://hg.python.org/cpython/rev/1da623513b26 -- nosy: +python-dev ___ Python trac

[issue14648] Attempt to format ascii and non-ascii strings together fails with "... UCS2 ..."

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset c7163a7f7cd2 by Benjamin Peterson in branch 'default': inherit maxchar of field value where needed (closes #14648) http://hg.python.org/cpython/rev/c7163a7f7cd2 -- nosy: +python-dev resolution: -> fixed stage: needs patch

[issue13903] New shared-keys dictionary implementation

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6e5855854a2e by Benjamin Peterson in branch 'default': Implement PEP 412: Key-sharing dictionaries (closes #13903) http://hg.python.org/cpython/rev/6e5855854a2e -- nosy: +python-dev resolution: -> fixed stage: patch review

[issue13684] httplib tunnel infinite loop

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 790ae45b52be by Senthil Kumaran in branch '2.7': Fix for Issue13684 - httplib tunnel infinite loop http://hg.python.org/cpython/rev/790ae45b52be New changeset 7787a9aebdc6 by Senthil Kumaran in branch '3.2': 3.2 - Fix for

[issue14638] pydoc error on instance of a custom class

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2a35dfbe3d99 by R David Murray in branch '3.2': #14638: pydoc now treats non-str __name__ as None instead of raising http://hg.python.org/cpython/rev/2a35dfbe3d99 New changeset 86b4b54bb0fa by R David Murray in branch 'default

[issue14641] Minor fixes in sockets.rst

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset f24d8dc1a986 by Sandro Tosi in branch '2.7': Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos http://hg.python.org/cpython/rev/f24d8dc1a986 New changeset 9bb9604519ce by Sandro Tosi in branch '3.2':

[issue13903] New shared-keys dictionary implementation

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 34b6998efd2c by Benjamin Peterson in branch 'default': fix instance dicts with str subclasses (#13903) http://hg.python.org/cpython/rev/34b6998efd2c -- ___ Python tracker <http://bu

[issue14650] 1-character typo in shutil docstring

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 629d4c2faa87 by Sandro Tosi in branch 'default': Issue #14650: fix typo in shutil.disk_usage() docstring; patch by Hobson Lane http://hg.python.org/cpython/rev/629d4c2faa87 -- nosy: +

[issue14640] Typos in pyporting.rst

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset f7b002e5cac7 by R David Murray in branch '3.2': #14640: Fix typos/syntax in pyporting.rst. http://hg.python.org/cpython/rev/f7b002e5cac7 New changeset 13c30fe3f427 by R David Murray in branch 'default': Merge #14640:

[issue14648] Attempt to format ascii and non-ascii strings together fails with "... UCS2 ..."

2012-04-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 139c3ae84772 by Victor Stinner in branch 'default': Close #14648: Compute correctly maxchar in str.format() for substrin http://hg.python.org/cpython/rev/139c3ae84772 -- resolution: -> fixed stage: test needed -> committed

[issue13903] New shared-keys dictionary implementation

2012-04-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 507a6703d6a3 by Benjamin Peterson in branch 'default': fix dict gc tracking (#13903) http://hg.python.org/cpython/rev/507a6703d6a3 -- ___ Python tracker <http://bugs.python.o

<    38   39   40   41   42   43   44   45   46   47   >