July 2013 Archives by thread
Starting: Mon Jul 1 00:38:19 CEST 2013
Ending: Wed Jul 31 23:50:21 CEST 2013
Messages: 658
- [Python-checkins] cpython (2.7): Issue #18189: add test_delegator for Idle Delegator class.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18189: add test_delegator for Idle Delegator class.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (2.7): Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff by
terry.reedy
- [Python-checkins] Daily reference leaks (dbdb6f7f9a1a): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
terry.reedy
- [Python-checkins] cpython (3.3): Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
terry.reedy
- [Python-checkins] cpython: Issue 18240: The HMAC module is no longer restricted to bytes and accepts
christian.heimes
- [Python-checkins] peps: Use C3-based linearization for ABC support to improve predictability
lukasz.langa
- [Python-checkins] cpython (3.3): Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
christian.heimes
- [Python-checkins] cpython (3.3): Singular form just like the other error message.
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Singular form just like the other error message.
christian.heimes
- [Python-checkins] cpython: Issue #18244: Adopt C3-based linearization in functools.singledispatch for
lukasz.langa
- [Python-checkins] cpython (merge default -> default): Merge with current default
lukasz.langa
- [Python-checkins] cpython (2.7): Issue #17097: Make multiprocessing ignore EINTR.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #17097: Make multiprocessing ignore EINTR.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17097: Merge.
richard.oudkerk
- [Python-checkins] peps: PEP 445: cleanup
victor.stinner
- [Python-checkins] peps: PEP 445: rephrase abstract
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18339: use with self.assertRaises() to make test case more readable
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18339: use with self.assertRaises() to make test case more readable
christian.heimes
- [Python-checkins] peps: PEP 445: explain why External Libraries and Memory Allocators sections are
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18343: faulthandler.register() now keeps the previous signal handler
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal
victor.stinner
- [Python-checkins] Daily reference leaks (74b7ff20e0e4): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #17273: Clarify that pool methods can only be used by parent process.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #17273: Clarify that pool methods can only be used by parent process.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17273: Clarify that pool methods can only be used by parent process.
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #14206: Clarify docs for Queue.join_cancel_thread().
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #14206: Clarify docs for Queue.join_cancel_thread().
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14206: Clarify docs for Queue.join_cancel_thread().
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #17261: Ensure multiprocessing's proxies use proper address.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #17261: Ensure multiprocessing's proxies use proper address.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17261: Ensure multiprocessing's proxies use proper address.
richard.oudkerk
- [Python-checkins] devinabox: Tweak a few things
nick.coghlan
- [Python-checkins] cpython (2.7): Closes #18312: 'make distclean' no longer deletes files in dot-directories.
eric.smith
- [Python-checkins] cpython (3.3): Closes #18312: 'make distclean' no longer deletes files in dot-directories.
eric.smith
- [Python-checkins] cpython (merge 3.3 -> default): #18312: merge from 3.3.
eric.smith
- [Python-checkins] peps: PEP 445: fix typo
victor.stinner
- [Python-checkins] Daily reference leaks (8e838598eed1): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Relax PEP 8's perceived (but incorrect) prohibition against backslashed.
barry.warsaw
- [Python-checkins] cpython (3.3): test_faulthandler: skip test_read_null() on AIX
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) test_faulthandler: skip test_read_null() on AIX
victor.stinner
- [Python-checkins] cpython (3.3): test_time.test_monotonic(): use a longer sleep to try to make the test more
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the
victor.stinner
- [Python-checkins] peps: Add PEP 446: based on PEP 433, but simpler and more conservative
victor.stinner
- [Python-checkins] Daily reference leaks (c9545c2386c4): sum=2
solipsis at pitrou.net
- [Python-checkins] peps: PEP 446: add an "Overlapped I/O" alternative
victor.stinner
- [Python-checkins] peps: PEP 446: better title
victor.stinner
- [Python-checkins] cpython (3.3): Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
antoine.pitrou
- [Python-checkins] cpython: Consolidate tests section.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
antoine.pitrou
- [Python-checkins] peps: PEP 446: typo: inherance => inheritance
victor.stinner
- [Python-checkins] cpython: Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
brett.cannon
- [Python-checkins] cpython: Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.
brett.cannon
- [Python-checkins] cpython: Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
brett.cannon
- [Python-checkins] cpython: Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
brett.cannon
- [Python-checkins] cpython: Move test_import over to unittest.main().
brett.cannon
- [Python-checkins] cpython: Remove dead code in test_exceptions.
brett.cannon
- [Python-checkins] cpython: Issue #15767: Excise the remaining instances of ModuleNotFoundError
brett.cannon
- [Python-checkins] cpython (3.3): Issue #18347: ElementTree's html serializer now preserves the case of closing
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18347: ElementTree's html serializer now preserves the case of closing
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18347: ElementTree's html serializer now preserves the case of closing
christian.heimes
- [Python-checkins] Daily reference leaks (d5536c06a082): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d5536c06a082): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython: Speed-up deque indexing by changing the deque block length to a power of two.
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #17860: explicitly mention that std* streams are opened in binary mode by
ronald.oussoren
- [Python-checkins] cpython (merge 3.3 -> default): (3.3->default) Issue #17860: explicitly mention that std* streams are opened in
ronald.oussoren
- [Python-checkins] cpython (3.3): Issue #18375: Assume --randomize when --randseed is used for running the
florent.xicluna
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18375: merge with 3.3
florent.xicluna
- [Python-checkins] cpython (2.7): Issue #12990: The "Python Launcher" on OSX could not launch python scripts that
ronald.oussoren
- [Python-checkins] cpython (3.3): Issue #12990: The "Python Launcher" on OSX could not launch python scripts that
ronald.oussoren
- [Python-checkins] cpython (merge 3.3 -> default): (3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch
ronald.oussoren
- [Python-checkins] peps: PEP 446: enhance the Rationale to take into account Cameron Simpson's remarks
victor.stinner
- [Python-checkins] cpython (3.3): test_ftplib: silence a BytesWarning when checking TypeError
florent.xicluna
- [Python-checkins] cpython (merge 3.3 -> default): test_ftplib: silence a BytesWarning when checking TypeError
florent.xicluna
- [Python-checkins] cpython (3.3): #18380: pass regex flags to the right argument. Patch by Valentina
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18380: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: Issue #18364: Stop using the ImportError._not_found hack.
brett.cannon
- [Python-checkins] cpython: Remove unnecessary branches from count() and reverse().
raymond.hettinger
- [Python-checkins] peps: pep-0426: add generator field
daniel.holth
- [Python-checkins] peps: Some tweaks
antoine.pitrou
- [Python-checkins] peps: Mark accepted
antoine.pitrou
- [Python-checkins] peps: ... and mark myself as delegate
antoine.pitrou
- [Python-checkins] cpython: Refactor deque_traverse().
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #18351: Fix various issues with
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge for issue #18351.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Apply the PyObject_VAR_HEAD and Py_SIZE macros
raymond.hettinger
- [Python-checkins] cpython: Issue #3329: Implement the PEP 445
victor.stinner
- [Python-checkins] cpython: Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fix
victor.stinner
- [Python-checkins] cpython: Issue #3329: Fix _PyObject_ArenaVirtualFree()
victor.stinner
- [Python-checkins] Daily reference leaks (51ed51d10e60): sum=5
solipsis at pitrou.net
- [Python-checkins] cpython: Improve variable names in deque_count()
raymond.hettinger
- [Python-checkins] cpython (3.3): Cleanup of documentation change from #17860
ronald.oussoren
- [Python-checkins] cpython (merge 3.3 -> default): (3.3->default) Cleanup of documentation change from #17860
ronald.oussoren
- [Python-checkins] cpython (2.7): Issue #18377: Code cleanup in Python Launcher
ronald.oussoren
- [Python-checkins] cpython (3.3): Issue #18377: Code cleanup in Python Launcher
ronald.oussoren
- [Python-checkins] cpython (merge 3.3 -> default): (3.3->default) Issue #18377: Code cleanup in Python Launcher
ronald.oussoren
- [Python-checkins] cpython: #18020: improve html.escape speed by an order of magnitude. Patch by Matt
ezio.melotti
- [Python-checkins] cpython (3.3): Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
florent.xicluna
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.
florent.xicluna
- [Python-checkins] cpython (3.3): #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #17198: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #18106: refactor tests to use subtests and proper assert methods. Patch by
ezio.melotti
- [Python-checkins] cpython: Use macros for marking and checking endpoints in the doubly-linked list of
raymond.hettinger
- [Python-checkins] cpython: Fix #ifdef
raymond.hettinger
- [Python-checkins] peps: PEP 446: add a link to "Ghosts of Unix past, part 2: Conflated designs" article
victor.stinner
- [Python-checkins] peps: PEP 446: add new os.get/set_blocking() functions
victor.stinner
- [Python-checkins] peps: PEP 446: typo
victor.stinner
- [Python-checkins] cpython: Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to
victor.stinner
- [Python-checkins] cpython: Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
victor.stinner
- [Python-checkins] cpython: Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
victor.stinner
- [Python-checkins] cpython: Fix a compiler warning in posix_sendfile() on FreeBSD:
victor.stinner
- [Python-checkins] cpython: Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as
victor.stinner
- [Python-checkins] cpython: Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
victor.stinner
- [Python-checkins] cpython: Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password
victor.stinner
- [Python-checkins] cpython: Issue #18227: "Free" function of bz2, lzma and zlib modules has no return value
victor.stinner
- [Python-checkins] cpython: Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
victor.stinner
- [Python-checkins] cpython: Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
victor.stinner
- [Python-checkins] cpython: Issue #18203: Replace malloc() with PyMem_Malloc() in
victor.stinner
- [Python-checkins] cpython: Issue #18227: pyexpat now uses a static XML_Memory_Handling_Suite. cElementTree
christian.heimes
- [Python-checkins] cpython: Issue #18203: Fix _Py_DecodeUTF8_surrogateescape(), use PyMem_RawMalloc() as
victor.stinner
- [Python-checkins] cpython: Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
victor.stinner
- [Python-checkins] Daily reference leaks (65f2c92ed079): sum=-855
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Add a couple of tests for str.center with non-ASCII chars.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): Merge str.center tests from 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): #18403: fix an off-by-one typo noticed by Xue Fuqiao.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18403: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: gcmodule.c: strip trailing spaces
victor.stinner
- [Python-checkins] cpython: Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix marshal reader for Unicode strings: handle
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyType_Ready() and type.__bases__ setter to handle
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure
victor.stinner
- [Python-checkins] cpython: fix indentation
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix _PyUnicodeWriter_Finish(): clear writer->buffer,
victor.stinner
- [Python-checkins] cpython: Avoid spurious non-fatal install errors for OS X frameworks:
ned.deily
- [Python-checkins] cpython: Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix usage of _PyBytes_Resize()
victor.stinner
- [Python-checkins] cpython: Issue #18408: _PyUnicodeWriter_Finish() now clears its buffer attribute in all
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix _PyMem_DebugRealloc()
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix select.select() to handle PyList_New() failure (MemoryError)
victor.stinner
- [Python-checkins] peps: remove setuptools note; setuptools will now be installed
richard.jones
- [Python-checkins] peps: mention having pip default to --user when itself installed in ~/.local
richard.jones
- [Python-checkins] peps (merge default -> default): merge
richard.jones
- [Python-checkins] Daily reference leaks (c91e7f707562): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Add a spacing saving heuristic to deque's extend methods
raymond.hettinger
- [Python-checkins] cpython (3.3): use $(LN) makefile variable instead of ln
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): use $(LN) makefile variable instead of ln
christian.heimes
- [Python-checkins] peps: Clarify the wording.
barry.warsaw
- [Python-checkins] cpython (3.3): Issue #18308: don't take the scope ID into account when comparing IPv6
charles-francois.natali
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18308: don't take the scope ID into account when comparing IPv6
charles-francois.natali
- [Python-checkins] peps: clarify CA cert issue; install virtualenv as well; mention Python 2.7
richard.jones
- [Python-checkins] Daily reference leaks (b44749cee660): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: remove virtualenv from the pip3 install
richard.jones
- [Python-checkins] cpython: Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when
victor.stinner
- [Python-checkins] cpython (3.3): #18399: fix comment typo.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #18399: fix comment typo.
r.david.murray
- [Python-checkins] cpython (3.3): #18424: PEP8ify the tense of the sum docstring.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #18424: PEP8ify the tense of the sum docstring.
r.david.murray
- [Python-checkins] cpython (2.7): #18424: PEP8ify the tense of the sum docstring.
r.david.murray
- [Python-checkins] cpython: #18116: getpass no longer always falls back to stdin.
r.david.murray
- [Python-checkins] Daily reference leaks (70f55dc9d43f): sum=-1
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #18426: Fix NULL pointer dereference in C extension import when
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18426: Fix NULL pointer dereference in C extension import when
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18426: improve exception message. Courtesy of Amaury
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18426: improve exception message. Courtesy of Amaury
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18427: str.replace could crash the interpreter with huge strings.
ronald.oussoren
- [Python-checkins] cpython (2.7): Issue #18336. Fix a link to StreamReader's read() method.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18336. Fix a link to StreamReader's read() method.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18336. Fix a link to StreamReader's read() method.
serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix reference leaks introduced by the patch for issue #5308.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Fix reference leaks introduced by the patch for issue #5308.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix reference leaks introduced by the patch for issue #5308.
serhiy.storchaka
- [Python-checkins] cpython (3.3): #17987: properly document support.captured_xxx.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #17987: properly document support.captured_xxx.
r.david.murray
- [Python-checkins] cpython: Issue #18338: `python --version` now prints version string to stdout, and
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18101: Tcl.split() now process strings nested in a tuple as it
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18101: Tcl.split() now process strings nested in a tuple as it
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18085: Add missed const modifier for some entries in refcounts.dat.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18085: Add missed const modifier for some entries in refcounts.dat.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #17872: Fix a segfault in marshal.load() when input stream returns
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17872: Fix a segfault in marshal.load() when input stream returns
serhiy.storchaka
- [Python-checkins] cpython (3.3): #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
r.david.murray
- [Python-checkins] cpython: typeobject.c: remove trailing spaces
victor.stinner
- [Python-checkins] cpython: Issue #18408: slot_tp_str() must not fallback on slot_tp_repr() on error
victor.stinner
- [Python-checkins] cpython: Issue #18408: ste_new() initialize all attributes before handling error
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix compiler_import() to handle PyUnicode_Substring() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: parsetok() must not write into stderr on memory allocation error
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix _Pickler_New() and _Unpickler_New(): initialize all
victor.stinner
- [Python-checkins] cpython: Issue #18408: _elementtree.c now handles create_extra() failure
victor.stinner
- [Python-checkins] cpython: Cleanup _elementtree.c
victor.stinner
- [Python-checkins] cpython: Issue #18408: Different fixes in _elementtree.c to handle correctly MemoryError
victor.stinner
- [Python-checkins] cpython: Issue #18408: In debug mode, PyCFunction_Call() now checks if an exception was
victor.stinner
- [Python-checkins] cpython: Issue #18408: normalizestring() now raises MemoryError on memory allocation
victor.stinner
- [Python-checkins] cpython: Issue #18408: Oh, I was wrong: Pickler_New() must call Py_DECREF() to destroy
victor.stinner
- [Python-checkins] cpython: Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on
victor.stinner
- [Python-checkins] cpython: Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now
victor.stinner
- [Python-checkins] cpython: Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on
victor.stinner
- [Python-checkins] cpython: Issue #18408: _PyMemoTable_ResizeTable() now restores the old table if
victor.stinner
- [Python-checkins] cpython: Issue #18408: _pickle.c: Add missing PyErr_NoMemory() on memory allocation
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
victor.stinner
- [Python-checkins] cpython: Issue #18408: parser module: fix error handling in node2tuple()
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix create_extra() of _elementtree.c, raise MemoryError on memory
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix constructors of _elementtree.c
victor.stinner
- [Python-checkins] Daily reference leaks (1e0afd558ba3): sum=0
solipsis at pitrou.net
- [Python-checkins] devinabox: Issue #18362: Allow for build_python.py to be used to build CPython in
brett.cannon
- [Python-checkins] devinabox: Issue #18361: Use os.cpu_count() when available.
brett.cannon
- [Python-checkins] devinabox: Issue #18363: Use abbr tag over acronym.
brett.cannon
- [Python-checkins] cpython: Issue #18415: Normalize what type of quotes are used with string
brett.cannon
- [Python-checkins] devinabox: Issue #18388: Link to the contributor agreement.
brett.cannon
- [Python-checkins] cpython: Issue #18342: Use the repr of a module name for ``from ... import
brett.cannon
- [Python-checkins] cpython: Issue #17845: Clarify the message setup.py prints upon successfully
brett.cannon
- [Python-checkins] devguide: Issue #18390: Add a little comment on how to do a proper file
brett.cannon
- [Python-checkins] cpython (3.3): Issue #18434: Updated example script in venv docs to use setuptools rather than
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18434: Merged documentation update from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.3): #18431: Decode encoded words in atoms in new email parser.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #18431: Decode encoded words in atoms in new email parser.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads.
r.david.murray
- [Python-checkins] cpython (merge default -> default): Merge heads.
r.david.murray
- [Python-checkins] cpython (3.3): Issue #18435: Replaced simple attribute container class Context with
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18435: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18434: Updated example script to tidy up resources.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Merged changes.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18433: Clarified venv documentation.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18433: Merged documentation update from 3.3.
vinay.sajip
- [Python-checkins] peps: Add PEP 448: Additional Unpacking Generalizations
brett.cannon
- [Python-checkins] cpython (3.3): #18389: Clarify that relpath does not access the file system.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): #18389: Clarify that relpath does not access the file system.
r.david.murray
- [Python-checkins] cpython (2.7): #18389: Clarify that relpath does not access the file system.
r.david.murray
- [Python-checkins] cpython (2.7): Issue #18365: Add mock Text class and test thereof versus tk.Text.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18365: Add mock Text class and test thereof versus tk.Text.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18365: normalize whitespace
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18365: normalize whitespace
terry.reedy
- [Python-checkins] cpython (3.3): #18437: fix comment typo.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #18437: fix comment typo.
r.david.murray
- [Python-checkins] cpython (2.7): #18437: fix comment typo.
r.david.murray
- [Python-checkins] Daily reference leaks (514cb18945aa): sum=-1
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #18365: 2.7 corrections so tests run
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18365: convert buildbot errors to skips.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18365: convert buildbot errors to skips.
terry.reedy
- [Python-checkins] cpython: Move the freeblock() call outside the main loop to speed-up and simplify the
raymond.hettinger
- [Python-checkins] cpython: Use a do-while loop in the inner loop for rotate (m is always greater than
raymond.hettinger
- [Python-checkins] peps: Remove spurious backticks.
guido.van.rossum
- [Python-checkins] devguide: Closes Issue #18442: fix typo (noticed by Févry Thibault).
ned.deily
- [Python-checkins] Daily reference leaks (f04ce860b6f8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Tweak the deque struct by moving the least used fields (maxlen and weakref) to
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #18432: Fix unintended API change in the sched module
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] devguide: #18021: remove broken link to the Apple Style Guide. Patch by Madison May.
ezio.melotti
- [Python-checkins] peps: Assorted PEP 426 updates
nick.coghlan
- [Python-checkins] peps: Rename PEP 426 schema file
nick.coghlan
- [Python-checkins] peps: Markup fix
nick.coghlan
- [Python-checkins] cpython: Issue #9893: remove an outdated mention of the Vim-related files.
brett.cannon
- [Python-checkins] devguide: Closes #18450: fix more typos (noticed by Févry Thibault).
ned.deily
- [Python-checkins] cpython (2.7): Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
ned.deily
- [Python-checkins] cpython (3.3): Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18452: fix several "occurrence" typos (reported by Févry Thibault).
ned.deily
- [Python-checkins] Daily reference leaks (db9fe49069ed): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Version of my super getattr hook proposal as posted to python-dev.
ronald.oussoren
- [Python-checkins] peps: Rewrite PEP 447 with a cleaner interface
ronald.oussoren
- [Python-checkins] cpython (3.3): Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by
serhiy.storchaka
- [Python-checkins] cpython: Close issue 17482: don't overwrite __wrapped__
nick.coghlan
- [Python-checkins] peps: Document a possible attribute cache issue with the proposed changes to
ronald.oussoren
- [Python-checkins] cpython (3.3): Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
richard.oudkerk
- [Python-checkins] peps: There is implementation of the super() changes in this PEP.
ronald.oussoren
- [Python-checkins] cpython (3.3): Closes #18464: fix typo in test name.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Closes #18464: fix typo in test name.
r.david.murray
- [Python-checkins] cpython: Issue #18393: Remove use of deprecated API on OSX
ronald.oussoren
- [Python-checkins] cpython (2.7): Move entry from #18427 to the right section in the NEWS file
ronald.oussoren
- [Python-checkins] peps: Fix minor grammatical/typographical issues.
guido.van.rossum
- [Python-checkins] cpython (2.7): Issue #18455: multiprocessing should not retry connect() with same socket.
richard.oudkerk
- [Python-checkins] cpython (3.3): - Issue #18440: Clarify that `hash()` can truncate the value returned from an
barry.warsaw
- [Python-checkins] cpython (merge 3.3 -> default): - Issue #18440: Clarify that `hash()` can truncate the value returned from an
barry.warsaw
- [Python-checkins] cpython: Issue #18408: Fix pyexpat.ParserCreate()
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix CJK decoders, raise MemoryError on memory allocation failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: PyObject_Call() now fails with an assertion error in debug mode
victor.stinner
- [Python-checkins] cpython: Issue #18408: Don't check unicode consistency in _PyUnicode_HAS_UTF8_MEMORY()
victor.stinner
- [Python-checkins] cpython: Issue #18408: type_new() and PyType_FromSpecWithBases() now raise MemoryError
victor.stinner
- [Python-checkins] cpython: test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError
victor.stinner
- [Python-checkins] cpython: Issue #18408: random_seed() now raises a MemoryError on memory allocation
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyEval_EvalFrameEx() for MemoryError
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix _Py_DisplaySourceLine()
victor.stinner
- [Python-checkins] cpython: Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugs
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix show_warning(), clear also the exception raised by
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18471: Fix typo in heapq documentation (reported by François Pinard).
ned.deily
- [Python-checkins] cpython (3.3): Issue #18471: Fix typo in heapq documentation (reported by François Pinard).
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18471: Fix typo in heapq documentation (reported by François Pinard).
ned.deily
- [Python-checkins] cpython (3.3): check the return value of new_string() (closes #18470)
benjamin.peterson
- [Python-checkins] cpython (merge default -> 3.3): merge 3.3 (#18470)
benjamin.peterson
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (closes #18470)
benjamin.peterson
- [Python-checkins] Daily reference leaks (9213313b1a6f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): move declaration to top of block
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython: Also remove a (broken) leaker test for the code removed in issue #18393.
ronald.oussoren
- [Python-checkins] cpython (2.7): Move the leftlink to the end of the block structure.
raymond.hettinger
- [Python-checkins] cpython (2.7): Backport c952f3d122ae: Tweak the deque struct by moving the least used fields
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
richard.oudkerk
- [Python-checkins] cpython (3.3): Closes #18475: add unittest.main() to test_email/test_inversions.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: Closes #18475: add unittest.main() to test_email/test_inversions.
r.david.murray
- [Python-checkins] cpython (3.3): Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18448: Fix a typo in Tools/demo/eiffel.py.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18448: Fix a typo in Tools/demo/eiffel.py.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18408: Fix fileio_read() on _PyBytes_Resize() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix cjkcodecs decoders, add a new MBERR_EXCEPTION constant to
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix list.extend(), handle list_resize() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyDict_GetItemString(), suppress PyUnicode_FromString() error
victor.stinner
- [Python-checkins] cpython: Cleanup dictobject.c
victor.stinner
- [Python-checkins] cpython: Issue #18408: dict_new() now fails on new_keys_object() error
victor.stinner
- [Python-checkins] cpython: Issue #18408: Py_ReprLeave() now saves/restores the current exception,
victor.stinner
- [Python-checkins] cpython: Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError
victor.stinner
- [Python-checkins] cpython: Cleanup type_call() to ease debug
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix typo in build_node_tree() of the parser module
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError)
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass()
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix locale.localeconv(), handle PyDict_SetItemString() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Handle PyArena_AddPyObject() failure in ast.c
victor.stinner
- [Python-checkins] cpython: Issue #18408: Mention changes in Misc/NEWS
victor.stinner
- [Python-checkins] cpython: Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in
victor.stinner
- [Python-checkins] Daily reference leaks (af18829a7754): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #17767: test_locale now works with unittest test discovery.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17767: test_locale now works with unittest test discovery.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18266: test_largefile now works with unittest test discovery and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18266: test_largefile now works with unittest test discovery and
serhiy.storchaka
- [Python-checkins] peps: PEP 446: On Windows, the close-on-exec flag is the *inverse* of
victor.stinner
- [Python-checkins] peps: PEP 466: add test_cloexec.py
victor.stinner
- [Python-checkins] peps: PEP 466: another counter-argument for open(blocking=True)
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure
victor.stinner
- [Python-checkins] peps: PEP 447 updates
ronald.oussoren
- [Python-checkins] cpython: Issue #18408: Fix time.tzset(), detect exception when calling PyInit_timezone()
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix heapq.heappop(), handle PyList_SetSlice() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix ast_for_atom(), PyErr_Fetch(&type, &value, &tback) can set
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat()
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyErr_SetImportError(), handle PyDict_SetItemString() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix listpop(), handle list_ass_slice() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix Py_ReprEnter(), handle PyList_Append() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyType_Ready(), handle _PyDict_SetItemId() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Rewrite NEGATE() macro in longobject.c to handle
victor.stinner
- [Python-checkins] cpython: longobject.c: add an assertion to ensure that MEDIUM_VALUE() is only called on
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix array_index(), handle getarrayitem() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix dict_repr(), don't call PyObject_Repr() with an exception set
victor.stinner
- [Python-checkins] cpython: Issue #18488: _pysqlite_final_callback() should not clear the exception set by
victor.stinner
- [Python-checkins] cpython: Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call
victor.stinner
- [Python-checkins] cpython: Issue #18408: PyObject_Str(), PyObject_Repr() and type_call() now fail with an
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyInit__curses_panel(), handle import_curses() failure
victor.stinner
- [Python-checkins] Daily reference leaks (ddff866d820d): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix a compiler warning on FreeBSD
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix _elementtree.c, don't call Python function from an expat
victor.stinner
- [Python-checkins] cpython: Issue #18501, #18408: Fix expat handlers in pyexpat, don't call Python
victor.stinner
- [Python-checkins] cpython (3.3): Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Fix posix_chflags(): return_value was uninitialized when
victor.stinner
- [Python-checkins] cpython: closes issue18042 -- a `unique` decorator is added to enum.py
ethan.furman
- [Python-checkins] Daily reference leaks (2079a517193b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): #18480: Add missing PyType_Ready call to _elementtree extension
ronald.oussoren
- [Python-checkins] cpython (merge 3.3 -> default): (3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension
ronald.oussoren
- [Python-checkins] cpython: Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and
vinay.sajip
- [Python-checkins] peps: PEP 426: update json schema
daniel.holth
- [Python-checkins] cpython: Issue #18408: Fix list_ass_slice(), handle list_resize() failure
victor.stinner
- [Python-checkins] cpython (3.3): Prevent dangling threads/process warning for test_multiprocessing.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython: Close #18508 -- fix _value2member_map to always have the member's value
ethan.furman
- [Python-checkins] cpython: Change _names to _names_ since the latter is reserved for Enum use.
ethan.furman
- [Python-checkins] cpython: Make the GCC-4.8 compiler happy by moving declarations to the top of the
raymond.hettinger
- [Python-checkins] Daily reference leaks (eaa77b72bff4): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Use strncat() instead of strcat() to silence some warnings.
christian.heimes
- [Python-checkins] cpython: Fix fishy sizeof(Py_ssize_t *).
christian.heimes
- [Python-checkins] cpython: Issue #18327: Fix argument order in call to compatible_for_assignment(oldto,
christian.heimes
- [Python-checkins] cpython (3.3): Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Add missing check of PyDict_SetItem()'s return value in PyEval_EvalCodeEx()
christian.heimes
- [Python-checkins] cpython (3.3): Add missing check of PyDict_SetItem()'s return value in
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Add missing check of PyDict_SetItem()'s return value in
christian.heimes
- [Python-checkins] cpython (3.3): Check return value of PyType_Ready(&EncodingMapType)
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Check return value of PyType_Ready(&EncodingMapType)
christian.heimes
- [Python-checkins] cpython (3.3): Add missing check of PyDict_SetItem()'s return value
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Add missing check of PyDict_SetItem()'s return value
christian.heimes
- [Python-checkins] cpython (3.3): Add missing check of PyDict_Update()'s return value in _elementtree.c
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Add missing check of PyDict_Update()'s return value in _elementtree.c
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong
mark.dickinson
- [Python-checkins] cpython: Issue #9177: Calling read() or write() now raises ValueError, not
antoine.pitrou
- [Python-checkins] cpython: test_ssl: use a bytestring here
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong
raymond.hettinger
- [Python-checkins] cpython (3.3): Check return value of fstat() in _PyImport_GetDynLoadFunc()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Check return value of fstat() in _PyImport_GetDynLoadFunc()
christian.heimes
- [Python-checkins] cpython (3.3): Check return value of flush_character_buffer()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Check return value of flush_character_buffer()
christian.heimes
- [Python-checkins] cpython (3.3): Check return value of PyEval_GetGlobals() for NULL
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Check return value of PyEval_GetGlobals() for NULL
christian.heimes
- [Python-checkins] cpython (2.7): Issue #17532: Prevent exception when changing key sets if Options menu is empty.
ned.deily
- [Python-checkins] cpython (3.3): Issue #17532: Prevent exception when changing key sets if Options menu is empty.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17532: merge from 3.3
ned.deily
- [Python-checkins] cpython (3.3): Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Check return value of PyObject_AsFileDescriptor() in _Py_DisplaySourceLine()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
christian.heimes
- [Python-checkins] cpython (3.3): Propagate error when PyByteArray_Resize() fails in bytearray_translate()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Propagate error when PyByteArray_Resize() fails in bytearray_translate()
christian.heimes
- [Python-checkins] cpython (3.3): Check return value of lseek() in _Py_DisplaySourceLine().
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Check return value of lseek() in _Py_DisplaySourceLine().
christian.heimes
- [Python-checkins] Daily reference leaks (228180598aab): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Minor code simplification by eliminating an unnecessary temporary variable.
raymond.hettinger
- [Python-checkins] cpython: Issue #18519, #18408: Fix sqlite authorizer callback
victor.stinner
- [Python-checkins] cpython: Issue #18520: Fix initsigs(), handle PyOS_InitInterrupts() error
victor.stinner
- [Python-checkins] cpython (3.3): Fix reference and memory leaks in _freeze_importlib
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix reference and memory leaks in _freeze_importlib
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
christian.heimes
- [Python-checkins] cpython (3.3): let's not return NULL from functions that should return ints
benjamin.peterson
- [Python-checkins] cpython (3.3): fix spacing
benjamin.peterson
- [Python-checkins] cpython (3.3): Now all error paths of _freeze_importlib use 'goto error' and the error label
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Now all error paths of _freeze_importlib use 'goto error' and the error label
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18441: Make test.support.requires('gui') skip when it should.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18439: Move news entry misplaced by graft merge.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18441: fix buildbot name-error for TclError.
terry.reedy
- [Python-checkins] cpython (2.7): Backed out changeset: 9f922270a929 so can backout larger patch
terry.reedy
- [Python-checkins] cpython (2.7): Backed out changeset: 23b0164b9c82 #18441 not working
terry.reedy
- [Python-checkins] Daily reference leaks (bf9ccd08f559): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #18488: Fix _pysqlite_final_callback()
victor.stinner
- [Python-checkins] cpython (3.3): Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when
christian.heimes
- [Python-checkins] cpython (3.3): Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
christian.heimes
- [Python-checkins] cpython (3.3): Some compilers complain about 'control reaches end of non-void function'
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Some compilers complain about 'control reaches end of non-void function'
christian.heimes
- [Python-checkins] cpython (3.3): Issue #17944: test_zipfile now discoverable and uses subclassing to
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #17944: test_zipfile now discoverable and uses subclassing to
serhiy.storchaka
- [Python-checkins] cpython: Fix #18530. Remove extra stat call from posixpath.ismount
brian.curtin
- [Python-checkins] cpython: Issue #18520: Add a new PyStructSequence_InitType2() function, same than
victor.stinner
- [Python-checkins] cpython: Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called
victor.stinner
- [Python-checkins] cpython: Issue #18520: Fix _PySys_Init(), handle PyDict_SetItemString() errors
victor.stinner
- [Python-checkins] cpython: Issue #18520: initsite() is a little bit more verbose when import site fails
victor.stinner
- [Python-checkins] cpython: Reindent PyFunction_NewWithQualName()
victor.stinner
- [Python-checkins] cpython: Issue #18520: Fix PyFunction_NewWithQualName() error handling
victor.stinner
- [Python-checkins] cpython: Issue #18520: Fix _PyDict_GetItemId(), suppress _PyUnicode_FromId() error
victor.stinner
- [Python-checkins] cpython: Issue #18520: Fix initstdio(), handle PySys_SetObject() failure
victor.stinner
- [Python-checkins] cpython: Add modeling file for Coverity Scan.
christian.heimes
- [Python-checkins] cpython: Remove duplicate entry for sdigit.
christian.heimes
- [Python-checkins] cpython: Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)
brian.curtin
- [Python-checkins] Daily reference leaks (d6213012d87b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): return NULL here
benjamin.peterson
- [Python-checkins] Daily reference leaks (a5681f50bae2): sum=-1
solipsis at pitrou.net
- [Python-checkins] devguide: ignore *~
christian.heimes
- [Python-checkins] devguide: First draft of Coverity section for the devguide.
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18541: simplified LoggerAdapter example.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18541: simplified LoggerAdapter example.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18541: merged update from 3.3.
vinay.sajip
- [Python-checkins] devguide: document path_converter() issue
christian.heimes
- [Python-checkins] cpython (3.3): Fix potential NULL pointer dereferencing in ast module
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix potential NULL pointer dereferencing in ast module
christian.heimes
- [Python-checkins] devguide: Checkout is an subversion term. The script actually runs hg pull and hg update.
christian.heimes
- [Python-checkins] cpython (3.3): #16937: document that stdin is always buffered, even when -u is used. Patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #16937: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #14853: remove test that was making too many assumptions about stdin. Patch by
ezio.melotti
- [Python-checkins] cpython (3.3): #14853: remove test that was making too many assumptions about stdin. Patch by
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #14853: merge with 3.3.
ezio.melotti
- [Python-checkins] Daily reference leaks (96d817f41c4c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #18549: Eliminate dead code in socket_ntohl().
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18549: Eliminate dead code in socket_ntohl().
christian.heimes
- [Python-checkins] cpython: Closes #18491: Added script-wrapper functionality to launcher source (but not
vinay.sajip
- [Python-checkins] peps: Update PEP 394 based on python-dev discussions
nick.coghlan
- [Python-checkins] cpython (3.3): #18503: small cleanups in test_email.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): #18503: small cleanups in test_email.
r.david.murray
- [Python-checkins] cpython (3.3): #15130: remove repeat of abstract paragraph from socket howto body.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #15130: remove repeat of abstract paragraph from socket howto body.
r.david.murray
- [Python-checkins] cpython (2.7): #15130: remove repeat of abstract paragraph from socket howto body.
r.david.murray
- [Python-checkins] cpython: Fix typo on MutableSequence docstring.
guido.van.rossum
- [Python-checkins] cpython: #17818: aifc.getparams now returns a namedtuple.
r.david.murray
- [Python-checkins] cpython: Close #18545: now only executes member_type if no _value_ is assigned in
ethan.furman
- [Python-checkins] cpython (3.3): Issue #18556: Check the return value for PyUnicode_AsWideChar() in
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge for issue #18556
brett.cannon
- [Python-checkins] Daily reference leaks (2f4c4db9aee5): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Fix possible NULL pointer dereference in PyCurses_Start_Color()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix possible NULL pointer dereference in PyCurses_Start_Color()
christian.heimes
- [Python-checkins] cpython (3.3): Fix possible NULL pointer dereferences in testcapi module
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix possible NULL pointer dereferences in testcapi module
christian.heimes
- [Python-checkins] cpython (3.3): Fix memory leaks and add checks for failing malloc() calls to testcapi module
christian.heimes
- [Python-checkins] cpython (3.3): Fix declaration-after-statement of d49f65ff4f3c
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Fix memory leaks and add checks for failing malloc() calls to testcapi module
christian.heimes
- [Python-checkins] cpython (3.3): remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
christian.heimes
- [Python-checkins] cpython (3.3): Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
christian.heimes
- [Python-checkins] cpython (3.3): Handle yet another potential failure in testcapi
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Handle yet another potential failure in testcapi
christian.heimes
- [Python-checkins] cpython: Coverity: model PyLong_From*() functions
christian.heimes
- [Python-checkins] devguide: Document special case of PyLong_FromLong() for n [-5 ... +255]
christian.heimes
- [Python-checkins] cpython: Issue #18519: the Python authorizer callback of sqlite3 must not raise Python
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18559: Fix NULL pointer dereference error in _pickle module
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18559: Fix NULL pointer dereference error in _pickle module
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18560: Fix potential NULL pointer dereference in sum()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18560: Fix potential NULL pointer dereference in sum()
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
christian.heimes
- [Python-checkins] cpython (3.3): According to the PEP 7, C code must "use 4-space indents"
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
victor.stinner
- [Python-checkins] cpython (3.3): Parser/asdl_c.py: use Py_CLEAR()
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18539: Calltips now work for float default arguments.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
christian.heimes
- [Python-checkins] cpython (3.3): Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
victor.stinner
- [Python-checkins] cpython: Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python
victor.stinner
- [Python-checkins] cpython: Py_FrozenMain() now uses _Py_char2wchar() to decode command line arguments, as
victor.stinner
- [Python-checkins] cpython: Issue #15893: Improve error handling in main() and Py_FrozenMain()
victor.stinner
- [Python-checkins] cpython (3.3): Issue #15893: Remove dead code
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): null merge (fix already applied to default)
victor.stinner
- [Python-checkins] Daily reference leaks (e408e821d6c8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Assertions key off NDEBUG
raymond.hettinger
- [Python-checkins] cpython (2.7): Remove repetition of string escapes note 1 at end of note 2.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18573: Complete copy-paste from assertRaises entry to assertWarns entry.
terry.reedy
- [Python-checkins] cpython (3.3): add a test for issue #17669 (closes #18565)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#18565)
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #18441: Correct previous patch, which hg committed before I wanted it to.
terry.reedy
- [Python-checkins] cpython (2.7): Update int division to quiet 2to3 warning.
terry.reedy
- [Python-checkins] cpython (3.3): doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18441: add Mac (darwin) gui check. This is not needed today, but has been
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18441: Comment out code that will not compile because the standard
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18441: whitespace
terry.reedy
- [Python-checkins] Daily reference leaks (66a3dc613627): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #18441: Make test.support.requires('gui') skip when it should.
terry.reedy
- [Python-checkins] cpython (2.7): Issue #18441: Move commented out code to issue message.
terry.reedy
- [Python-checkins] cpython (2.7): Restore the data block size to 62.
raymond.hettinger
- [Python-checkins] cpython: Restore the data block size to 62.
raymond.hettinger
- [Python-checkins] cpython: Close #13266: Add inspect.unwrap
nick.coghlan
- [Python-checkins] cpython: Close #15494: test.support is now a package rather than a module
nick.coghlan
- [Python-checkins] cpython (3.3): Issue #15494: test.support is now a package rather than a module
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Null merge from 3.3
nick.coghlan
- [Python-checkins] cpython (3.3): Close #15415: Factor out temp dir helpers to test.support
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #15415 from 3.3
nick.coghlan
- [Python-checkins] cpython (3.3): Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).
terry.reedy
- [Python-checkins] cpython (3.3): Update gui section of idle test README.
terry.reedy
- [Python-checkins] cpython (2.7): Update gui section of idle test README.
terry.reedy
- [Python-checkins] Daily reference leaks (4d08db5edbaa): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Attempt to fix #15415 on Windows
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #15415 Windows buildbot change from 3.3
nick.coghlan
- [Python-checkins] cpython (3.3): Third attempt to fix #15415 on Windows
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #15415 from 3.3 (again)
nick.coghlan
- [Python-checkins] peps: Updated the PEP 447 text
ronald.oussoren
- [Python-checkins] peps: Include results for a 2n3 run of the benchmark suite.
ronald.oussoren
- [Python-checkins] peps: fix markup problem
ronald.oussoren
- [Python-checkins] cpython (3.3): #18584: make doctest examples in email documentation pass.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18584: make doctest examples in email documentation pass.
r.david.murray
- [Python-checkins] Daily reference leaks (206685a4b19c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Make all idle test case names end with 'Test'.
terry.reedy
- [Python-checkins] cpython (2.7): Make all idle test case names end with 'Test'.
terry.reedy
- [Python-checkins] cpython (3.3): Issue #18593: fix typo in comment
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18593: fix typo in comment
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
christian.heimes
- [Python-checkins] cpython (3.3): Add more tests for hashlib and hash object attributes
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
christian.heimes
- [Python-checkins] cpython (3.3): Add simple test for resource.getpagesize()
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Add simple test for resource.getpagesize()
christian.heimes
- [Python-checkins] cpython: Add simple test for repr(lock)
christian.heimes
- [Python-checkins] cpython: Issue #18112: PEP 442 implementation (safe object finalization).
antoine.pitrou
- [Python-checkins] peps: Set PEP 442 to final.
antoine.pitrou
- [Python-checkins] cpython (3.3): Simplify example of PyErr_Fetch() use
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Merge doc fix
antoine.pitrou
- [Python-checkins] cpython (3.3): #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
r.david.murray
- [Python-checkins] cpython: fixed examples to work with changed attribute names
ethan.furman
- [Python-checkins] cpython (3.3): #18601: fix error made when difflib example was converted to use 'with'.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #18601: fix error made when difflib example was converted to use 'with'.
r.david.murray
- [Python-checkins] cpython (3.3): #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge: #16273: Fix tutorial discussion of seek/tell (opaque text-mode values).
r.david.murray
- [Python-checkins] cpython (3.3): Issue #15494: Install new test/support directory.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15494: merge from 3.3
ned.deily
- [Python-checkins] cpython: Issue #18481: Add C coverage reporting with gcov and lcov. A new make target
christian.heimes
- [Python-checkins] devguide: Issue #18481: document new C coverage make targets
christian.heimes
- [Python-checkins] cpython: Fix use of uninitialized scalar variable, see 3f994367a979
christian.heimes
- [Python-checkins] cpython: Test Py_IncRef() and Py_DecRef() C functions
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18573: More copy-paste fixes to assertWarns entry.
terry.reedy
- [Python-checkins] Daily reference leaks (5cea8bc7bc7f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #18071: Extension module builds on OS X could fail with TypeError
ned.deily
- [Python-checkins] cpython: Fix _sha3 module to actually release the GIL around its update function.
christian.heimes
- [Python-checkins] cpython: yet another WITH_THREADS typo
christian.heimes
- [Python-checkins] cpython: #17616: wave.open now supports the 'with' statement.
r.david.murray
- [Python-checkins] cpython: Fix style
antoine.pitrou
- [Python-checkins] cpython: Issue #15699: The readline module now uses PEP 3121-style module
antoine.pitrou
- [Python-checkins] cpython: Issue #18214: Improve finalization of Python modules to avoid setting their
antoine.pitrou
- [Python-checkins] cpython: Fix whitespace
antoine.pitrou
- [Python-checkins] cpython (3.3): Silence warning about set but unused variable inside compile_atom() in
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Silence warning about set but unused variable inside compile_atom() in
christian.heimes
Last message date:
Wed Jul 31 23:50:21 CEST 2013
Archived on: Wed Jul 31 23:50:24 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).