September 2013 Archives by thread
Starting: Sun Sep 1 00:13:56 CEST 2013
Ending: Mon Sep 30 22:46:56 CEST 2013
Messages: 541
- [Python-checkins] cpython: Switch the AF_* and SOCK_* constants in the socket module to IntEnum.
eli.bendersky
- [Python-checkins] cpython: Update whatsnew/3.4.rst wrt. the socket constants switch to IntEnum
eli.bendersky
- [Python-checkins] cpython (2.7): Silence deprecation warning in test_unittest for 'None > 1'.
terry.reedy
- [Python-checkins] cpython (2.7): Silence deprecation warning in test_mmap for ValueError.message.
terry.reedy
- [Python-checkins] cpython: Close #18738: Route __format__ calls to mixed-in type for mixed Enums (such as
ethan.furman
- [Python-checkins] Daily reference leaks (4d604f1f0219): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Further reduce the cost of hash collisions by inspecting an additional nearby
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Update copyright.
raymond.hettinger
- [Python-checkins] cpython: Back out 868ad6fa8e68 - it left all the buildbots failing.
tim.peters
- [Python-checkins] cpython: Issue #11798: fix tests for regrtest -R :
andrew.svetlov
- [Python-checkins] cpython: Issue #18571: Merge duplicate test code
victor.stinner
- [Python-checkins] peps: Accept PEP449
donald.stufft
- [Python-checkins] cpython (3.3): test_threading isn't rudimentary anymore
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): test_threading isn't rudimentary anymore
antoine.pitrou
- [Python-checkins] devguide: Add a benchmarks category in the "experts" section, and put Brett and myself
antoine.pitrou
- [Python-checkins] cpython (3.3): Fix issue 18889: test_sax: multiple failures on Windows desktop.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Merge fix from 3.3 into default.
tim.peters
- [Python-checkins] cpython (3.3): Remove obsolete .hgeol entry pointing to file moved elsewhere.
terry.reedy
- [Python-checkins] cpython (merge 3.3 -> default): Merge with 3.3
terry.reedy
- [Python-checkins] cpython (2.7): document that various functions that parse from source will interpret things as
benjamin.peterson
- [Python-checkins] Daily reference leaks (4a0ecfe0a907): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Close #18745: Improve enum tests in test_json for infinities and NaN.
ethan.furman
- [Python-checkins] cpython: Instead of XORed indicies, switch to a hybrid of linear probing and open
raymond.hettinger
- [Python-checkins] cpython: Refactor the main function of regrtest a bit.
eli.bendersky
- [Python-checkins] peps: PEP 454: Add a new tracemalloc module to trace Python memory allocations
victor.stinner
- [Python-checkins] peps: PEP 454: add Snapshot.load() method
victor.stinner
- [Python-checkins] peps: EP 454: reformat
victor.stinner
- [Python-checkins] cpython: Factor-out the common code for setting a KeyError.
raymond.hettinger
- [Python-checkins] cpython: Minor touchups.
raymond.hettinger
- [Python-checkins] cpython: Fix docstring and some indentation
eli.bendersky
- [Python-checkins] cpython: Remove unused --debug option of regrtest.
eli.bendersky
- [Python-checkins] Daily reference leaks (aeb3faaf4754): sum=4
solipsis at pitrou.net
- [Python-checkins] peps: PEP 454
victor.stinner
- [Python-checkins] cpython (2.6): Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18912: Fix indentation in docstring
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18912: Fix indentation in docstring
eli.bendersky
- [Python-checkins] cpython (2.7): Close #18912: Fix indentation in docstring
eli.bendersky
- [Python-checkins] cpython (merge 2.6 -> 2.7): Null merge of 2.6 into 2.7.
tim.peters
- [Python-checkins] cpython (3.3): cwr_next(): move invariants out of loops.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3 into default.
tim.peters
- [Python-checkins] cpython: Issue #17487: The result of the wave getparams method now is pickleable again.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18901: The sunau getparams method now returns a namedtuple rather than
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16826: Don't check for PYTHONCASEOK when using -E.
meador.inge
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16826: Don't check for PYTHONCASEOK when using -E.
meador.inge
- [Python-checkins] cpython (merge default -> default): Merge heads.
meador.inge
- [Python-checkins] peps: PEP 454: uh ho, fix many typos in the Rationale
victor.stinner
- [Python-checkins] cpython (3.3): Issue #16826: Revert fix while Windows issues are being worked out.
meador.inge
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16826: Revert fix while Windows issues are being worked out.
meador.inge
- [Python-checkins] cpython: Issue #18882: Add threading.main_thread() function.
andrew.svetlov
- [Python-checkins] Daily reference leaks (a1282b67b4cf): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython: Add docstring for threading.main_thread().
andrew.svetlov
- [Python-checkins] peps: PEP 454: add frame class
victor.stinner
- [Python-checkins] cpython: Issues #18901, #18919: Fix a typo in the _sunau_params name.
serhiy.storchaka
- [Python-checkins] peps: PEP 454: add link to the project on PyPI
victor.stinner
- [Python-checkins] cpython: Issue #16853: Add new selectors module.
charles-francois.natali
- [Python-checkins] cpython: test
victor.stinner
- [Python-checkins] cpython: Issue #16853: Mention the new selectors module in What's New in Python 3.4
victor.stinner
- [Python-checkins] cpython: oops, revert test commit
victor.stinner
- [Python-checkins] cpython: Issue #16853: Mention the new selectors module in the select module
victor.stinner
- [Python-checkins] cpython (3.3): Issue #18876: The FileIO.mode attribute now better reflects the actual mode
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18876: The FileIO.mode attribute now better reflects the actual mode
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #18876: The FileIO.mode attribute now better reflects the actual mode
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit,
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
victor.stinner
- [Python-checkins] Daily reference leaks (ac27d979078a): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #18878: sunau.open now supports the context manager protocol. Based on
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in
christian.heimes
- [Python-checkins] cpython (2.6): Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in
christian.heimes
- [Python-checkins] cpython (merge 2.6 -> 2.7): Issue #18709: GCC 4.6 complains that 'v' may be used uninitialized in
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18830: inspect.getclasstree() no more produces duplicated entries even
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18830: inspect.getclasstree() no more produces duplicated entries even
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18830: inspect.getclasstree() no more produces duplicated entries even
serhiy.storchaka
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython: Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
serhiy.storchaka
- [Python-checkins] cpython: Issue #18934: multiprocessing: use selectors module.
charles-francois.natali
- [Python-checkins] peps: PEP 454: add get/set_number_frame()
victor.stinner
- [Python-checkins] peps: PEP 454: API inspired by the faulthandler module
victor.stinner
- [Python-checkins] peps: PEP 454: tracemalloc has been written for CPython
victor.stinner
- [Python-checkins] peps: PEP 454: add link to faulthandler doc
victor.stinner
- [Python-checkins] cpython (2.7): Issue #18933: Added links to source code.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18933: Added links to source code.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18933: Merged update from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18942: sys._debugmallocstats() output was damaged on Windows.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Nerge 3.3 into default.
tim.peters
- [Python-checkins] Daily reference leaks (c5924523747e): sum=-1
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Improve urlencode docstring. Patch by Brian Brazil.
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
senthil.kumaran
- [Python-checkins] cpython: Issue #1584: Provide options to override default search paths for Tcl and Tk
ned.deily
- [Python-checkins] cpython: Issue #15663: Tcl/Tk 8.5.14 is now included with the OS X 10.6+
ned.deily
- [Python-checkins] cpython (3.3): Issue #18939: Updated venv documentation with some clarifications.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18939: Merged documentation update from 3.3.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #18940: Handled low-volume logging when delay is True.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18940: Handled low-volume logging when delay is True.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18940: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #18941: Respected delay when doing rollover.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18941: Respected delay when doing rollover.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #18941: Merged fix from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
eli.bendersky
- [Python-checkins] cpython (2.7): Close #18849: Fixed a Windows-specific tempfile bug where collision with an
eli.bendersky
- [Python-checkins] cpython: Issue #18920: argparse's default version action (for -v, --version) should
eli.bendersky
- [Python-checkins] cpython: Update whatsnew/3.4 wrt. --version going to stdout. #18338, #18920, #18922
eli.bendersky
- [Python-checkins] cpython: Close #18924: Block naive attempts to change an Enum member.
ethan.furman
- [Python-checkins] cpython: #18852: Handle readline.__doc__ being None in site.py readline activation.
r.david.murray
- [Python-checkins] cpython: Issue #18623: Factor out the _SuppressCoreFiles context manager into
antoine.pitrou
- [Python-checkins] cpython: Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just
charles-francois.natali
- [Python-checkins] cpython: Remove old-school inheritance
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue 18944: fix a 1-character typo in test_set.py.
tim.peters
- [Python-checkins] cpython: Issue #18458: Prevent crashes with newer versions of libedit. Its readline
ned.deily
- [Python-checkins] cpython: Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni.
ethan.furman
- [Python-checkins] cpython: Added Elazar to Misc/ACKS.
ethan.furman
- [Python-checkins] Daily reference leaks (b6b8a2171aa3): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Close #18954: Fix some typo in fileutils.c comments
victor.stinner
- [Python-checkins] peps: Twice now I've assumed that release.py --bump would check in its
larry.hastings
- [Python-checkins] cpython (2.7): #18894: remove mention of deprecated fail* methods.
ezio.melotti
- [Python-checkins] cpython (3.3): #18894: remove mention of deprecated fail* methods.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18894: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #18895: split a sentence in unittest docs.
ezio.melotti
- [Python-checkins] cpython (3.3): #18895: split a sentence in unittest docs.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18895: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: Fix conversion from Py_ssize_t to int.
richard.oudkerk
- [Python-checkins] cpython (2.7): os.isatty is not Unix only. Correct the wrong documentation.
senthil.kumaran
- [Python-checkins] cpython (3.3): Removing the mention of os.isatty mention as Unix only
senthil.kumaran
- [Python-checkins] cpython (3.3): Fix License URL display and add test to check for license url presence.
senthil.kumaran
- [Python-checkins] cpython: Fix the merge conflict
senthil.kumaran
- [Python-checkins] cpython: Issue #18808: Thread.join() now waits for the underlying thread state to be
antoine.pitrou
- [Python-checkins] cpython: Move the overview comment to the top of the file.
raymond.hettinger
- [Python-checkins] cpython: Small rearrangement to bring together the three functions for probing the hash
raymond.hettinger
- [Python-checkins] cpython (2.7): Correct Profile class usage example. Addresses issue #18033 .
senthil.kumaran
- [Python-checkins] cpython (3.3): Correct Profile class usage example. Addresses issue #18033.
senthil.kumaran
- [Python-checkins] cpython: Issue 18808: blind attempt to repair some buildbot failures.
tim.peters
- [Python-checkins] cpython (3.3): Close #18952: correctly download test support data
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18952 fix from 3.3
nick.coghlan
- [Python-checkins] cpython: Remove the freelist scheme for setobjects.
raymond.hettinger
- [Python-checkins] cpython (2.7): Closes issue 14971.
michael.foord
- [Python-checkins] cpython: Improve code clarity by removing two unattractive macros.
raymond.hettinger
- [Python-checkins] Daily reference leaks (88182b388bae): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Minor code beautification.
raymond.hettinger
- [Python-checkins] cpython (2.7): Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
senthil.kumaran
- [Python-checkins] cpython (3.3): Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
senthil.kumaran
- [Python-checkins] cpython: Put the defines in the logical section and fix indentation.
raymond.hettinger
- [Python-checkins] cpython: Issue #18934: Use poll/select-based selectors for multiprocessing.Connection,
charles-francois.natali
- [Python-checkins] cpython: Issue #18963: Fix test_selectors.test_above_fd_setsize on OS X, where the
charles-francois.natali
- [Python-checkins] cpython: Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the
victor.stinner
- [Python-checkins] cpython: Issue #18904: Improve os.get/set_inheritable() tests
victor.stinner
- [Python-checkins] cpython: Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC
victor.stinner
- [Python-checkins] cpython: Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (the
charles-francois.natali
- [Python-checkins] cpython: Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions.
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython: Issue #18808 again: fix the after-fork logic for not-yet-started or
antoine.pitrou
- [Python-checkins] cpython: Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl
victor.stinner
- [Python-checkins] peps: PEP 454: add clear_filters(), filter() and get_filters() functions
victor.stinner
- [Python-checkins] peps: PEP 454: rename filter() to add_filter(); update the PEP to the last
victor.stinner
- [Python-checkins] cpython (3.3): Fixed tests with Tcl/Tk <8.5 (closes #18964).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fixed tests with Tcl/Tk <8.5 (closes #18964).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fixed tests with Tcl/Tk <8.5 (closes #18964).
serhiy.storchaka
- [Python-checkins] cpython (3.3): Fix a typo. (closes #18953)
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix a typo. (closes #18953)
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix a typo. (closes #18953)
serhiy.storchaka
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] cpython: Issue 18984: Remove ._stopped Event from Thread internals.
tim.peters
- [Python-checkins] peps: Remove @task; add gather(); remote run_until_complete() timeout; some wording
guido.van.rossum
- [Python-checkins] peps: PEP 450 update from Steven D'Aprano.
guido.van.rossum
- [Python-checkins] Daily reference leaks (aff959a3ba13): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue 18752: Make chain.from_iterable() more visible in the documentation.
raymond.hettinger
- [Python-checkins] cpython: Close #18980: Enum doc fixes. Patch from Elazar Gershuni.
ethan.furman
- [Python-checkins] cpython (3.3): Issue 18301: The classmethod decorator didn't fit well with the
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue 18752: Make chain.from_iterable() more visible in the documentation.
raymond.hettinger
- [Python-checkins] cpython (2.7): Docstring typo fix: Arithmentic -> Arithmetic.
mark.dickinson
- [Python-checkins] cpython (3.3): Docstring typo fix: Arithmentic -> Arithmetic.
mark.dickinson
- [Python-checkins] cpython (merge 3.3 -> default): Merge docstring typo fix from 3.3
mark.dickinson
- [Python-checkins] cpython: Update pydoc topic index for Python 3.4.0a2.
larry.hastings
- [Python-checkins] cpython: Version number bump for Python 3.4.0a2.
larry.hastings
- [Python-checkins] cpython: Added tag v3.4.0a2 for changeset 9265a2168e2c
larry.hastings
- [Python-checkins] cpython: Post-3.4.0a2-release fixups.
larry.hastings
- [Python-checkins] cpython: Minor cleanup of the new scheme for detecting thread termination.
tim.peters
- [Python-checkins] peps: Make start_serving() a coroutine.
guido.van.rossum
- [Python-checkins] cpython: Backed out changeset 1f5a7853680c
tim.peters
- [Python-checkins] cpython: Another stab at the thread cleanup patch.
tim.peters
- [Python-checkins] cpython: Get "stopped" back into repr(Thread) when appropriate.
tim.peters
- [Python-checkins] cpython (3.3): Document Fraction's numerator and denominator properties.
senthil.kumaran
- [Python-checkins] Daily reference leaks (967af1815967): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Clarify mmap.close method behavior. Addresses issue #18815
senthil.kumaran
- [Python-checkins] cpython (3.3): Clarify mmap.close method behavior. Addresses issue #18815
senthil.kumaran
- [Python-checkins] Daily reference leaks (377bd6e0f61c): sum=5
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #18962: Optimize the single iterator case for heapq.merge()
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #18988: The "Tab" key now works when a word is already autocompleted.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18988: The "Tab" key now works when a word is already autocompleted.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18988: The "Tab" key now works when a word is already autocompleted.
serhiy.storchaka
- [Python-checkins] Daily reference leaks (7d38784092d8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Improve the docstring of random.shuffle. Inform users not to provide int arg.
senthil.kumaran
- [Python-checkins] cpython (3.3): Improve the docstring of random.shuffle. Inform users not to provide int arg.
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): Automated merge with ssh://hg.python.org/cpython
senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): Automated merge with file:///Users/skumaran/python/cpython
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> 3.3): Automated merge with file:///Users/skumaran/python/cpython
senthil.kumaran
- [Python-checkins] cpython: Removing the merge conflict markers.
senthil.kumaran
- [Python-checkins] Daily reference leaks (1398dfb59fd9): sum=2
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix SimpleHTTPServer's request handling case on trailing '/'.
senthil.kumaran
- [Python-checkins] cpython (3.3): Fix http.server's request handling case on trailing '/'.
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Fix http.server's request handling case on trailing '/'.
senthil.kumaran
- [Python-checkins] cpython: Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18945: Add tests for tempfile name collision handling.
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18945: Add tests for tempfile name collision handling.
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #18997: fix ElementTree crash with using pickle and __getstate__.
eli.bendersky
- [Python-checkins] cpython (3.3): Add Germán M. Bravo to Misc/ACKS
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle
eli.bendersky
- [Python-checkins] cpython: Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for
charles-francois.natali
- [Python-checkins] peps: Adding a key-transforming dictionary to collections
antoine.pitrou
- [Python-checkins] cpython (3.3): #18951: use consistent names in unittest docs.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18951: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #18951: use consistent names in unittest docs.
ezio.melotti
- [Python-checkins] peps: Address Serhiy's comments
antoine.pitrou
- [Python-checkins] cpython (2.7): Fix markup in email.parser docs.
ezio.melotti
- [Python-checkins] peps: Address more comments
antoine.pitrou
- [Python-checkins] cpython: Issue #18955: clarify what is removed by importlib.util.module_for_loader.
brett.cannon
- [Python-checkins] cpython (2.7): #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
ezio.melotti
- [Python-checkins] cpython (3.3): #18981: fix a typo in a comment (noticed by Anoop Thomas Mathew).
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18981: merge with 3.3.
ezio.melotti
- [Python-checkins] peps: Propose a getitem() method
antoine.pitrou
- [Python-checkins] cpython: Issue #19013: add unittest.main() epilogs to unittest's own test modules
antoine.pitrou
- [Python-checkins] cpython: Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules
antoine.pitrou
- [Python-checkins] cpython: Issue #19013: add a __main__ to unittest.test to ease CLI invocation
antoine.pitrou
- [Python-checkins] cpython: Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation
antoine.pitrou
- [Python-checkins] cpython: Adjust comment
antoine.pitrou
- [Python-checkins] peps: Clarify surjectivity, for diversity's sake (not the mailing-list, though)
antoine.pitrou
- [Python-checkins] Daily reference leaks (3894e17e59c4): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: small PEP 101 updates
georg.brandl
- [Python-checkins] peps (merge default -> default): merge
georg.brandl
- [Python-checkins] cpython (3.2): Fix tkinter regression introduced by the security fix in #16248.
georg.brandl
- [Python-checkins] cpython (3.2): Add NEWS entry for c18c18774e24.
georg.brandl
- [Python-checkins] cpython (3.2): Add a NEWS entry for b9b521efeba3.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge with 3.2
georg.brandl
- [Python-checkins] cpython (3.3): #18206: Fix test for existence of license URL.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #18206: Fix test for existence of license URL.
r.david.murray
- [Python-checkins] cpython: #18206: Re-fix license URL.
r.david.murray
- [Python-checkins] cpython: Issue #18937: Add an assertLogs() context manager to unittest.TestCase to
antoine.pitrou
- [Python-checkins] peps: Add a ``transform_func`` property
antoine.pitrou
- [Python-checkins] cpython: Avoid test_logging failure when run after test_unittest, by renaming a
antoine.pitrou
- [Python-checkins] peps: Add one more point about the benefits of a generic construct
antoine.pitrou
- [Python-checkins] cpython: Address Terry's comments
antoine.pitrou
- [Python-checkins] cpython (3.3): #18856: improve test coverage of the calendar module. Patch by Madison May.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> 3.3): Merge heads.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #18856: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: Add __reversed__ to Enum. Minor code reorg (moved __members__ to be in alpha
ethan.furman
- [Python-checkins] cpython: Close #18929: inspect.classify_class_attrs will now search the metaclasses
ethan.furman
- [Python-checkins] cpython (3.3): Issue #19018: The heapq.merge() function no longer suppresses IndexError
raymond.hettinger
- [Python-checkins] Daily reference leaks (24aa6f98fe25): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #19018: The heapq.merge() function no longer suppresses IndexError
raymond.hettinger
- [Python-checkins] peps: Assorted PEP 453 (pip bootstrapping) updates
nick.coghlan
- [Python-checkins] peps: Update the PEP list for 3.4
nick.coghlan
- [Python-checkins] cpython: Fixup reST syntax errors and streamline docs of PEP 446.
georg.brandl
- [Python-checkins] peps: Add 3.3 and 2.7 back to pip boostrap PEP
nick.coghlan
- [Python-checkins] peps: Defer PEP 422 (too many other things going on)
nick.coghlan
- [Python-checkins] peps: Update post history
donald.stufft
- [Python-checkins] peps: Grammar touch-ups
brett.cannon
- [Python-checkins] cpython: Expose --bind argument for http.server, enable http.server to bind to a user
senthil.kumaran
- [Python-checkins] cpython (2.6): #16042: CVE-2013-1752: Limit amount of data read by limiting the call to
andrew.kuchling
- [Python-checkins] cpython (merge 2.6 -> 2.7): Null merge with 2.6
andrew.kuchling
- [Python-checkins] cpython (2.7): Close #18945: Add tests for tempfile name collision handling.
eli.bendersky
- [Python-checkins] cpython: Close #18989: enum members will no longer overwrite other attributes, nor be
ethan.furman
- [Python-checkins] cpython (3.1): Fix tkinter regression introduced by the security fix in #16248.
antoine.pitrou
- [Python-checkins] peps: speling
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): Null merge of 3.1 into 3.2
tim.peters
- [Python-checkins] cpython (merge 3.2 -> 3.3): Null merge of 3.2 into 3.3.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Null merge of 3.3 into default.
tim.peters
- [Python-checkins] cpython: Issue 18771: Make it possible to set the number linear probes at compile-time.
raymond.hettinger
- [Python-checkins] cpython: #1565525: Add traceback.clear_frames() helper function to clear locals ref'd by
andrew.kuchling
- [Python-checkins] cpython: Close #18693: Enum is now more help() friendly.
ethan.furman
- [Python-checkins] cpython: One more markup fix.
georg.brandl
- [Python-checkins] Daily reference leaks (353ced6ae182): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #19029: Change non-existing since 3.0 StringType to str.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19029: Change non-existing since 3.0 StringType to str.
serhiy.storchaka
- [Python-checkins] cpython (2.6): #14984: On POSIX, enforce permissions when reading default .netrc.
r.david.murray
- [Python-checkins] cpython (merge 2.6 -> 2.7): Merge #14984: On POSIX, enforce permissions when reading default .netrc.
r.david.murray
- [Python-checkins] cpython: Issue #17003: Unified the size argument names in the io module with common
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python
serhiy.storchaka
- [Python-checkins] peps: PEP 454: second round based on the tracemalloc repository at changeset
victor.stinner
- [Python-checkins] peps: Backed out changeset a44f3d00895d
victor.stinner
- [Python-checkins] Daily reference leaks (6b747ad4a99a): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Remove the use of non-existing re.ASCII.
serhiy.storchaka
- [Python-checkins] peps: Update PEP 453 (pip bootstrapping)
nick.coghlan
- [Python-checkins] cpython (2.6): Add versionchanged for #14984, remove extra blank from string.
r.david.murray
- [Python-checkins] cpython (merge 2.6 -> 2.7): Merge: Add versionchanged for #14984, remove extra blank from string.
r.david.murray
- [Python-checkins] Daily reference leaks (6b747ad4a99a): sum=-1
solipsis at pitrou.net
- [Python-checkins] peps: Updating 3.4 release schedule; PEP 450 (statistics library) just got accepted.
larry.hastings
- [Python-checkins] peps: PEP 451 cleanup in response to comments.
eric.snow
- [Python-checkins] cpython (3.3): - followup for issue #18997, make _clear_joined_ptr static.
matthias.klose
- [Python-checkins] cpython (merge 3.3 -> default): - followup for issue #18997, make _clear_joined_ptr static.
matthias.klose
- [Python-checkins] cpython (3.1): #14984: On POSIX, enforce permissions when reading default .netrc.
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #14984: On POSIX, enforce permissions when reading default .netrc.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge #14984: On POSIX, enforce permissions when reading default .netrc.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #14984: On POSIX, enforce permissions when reading default .netrc.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge merge heads.
r.david.murray
- [Python-checkins] cpython (3.3): #19037: adjust file times *before* moving maildir files into place.
r.david.murray
- [Python-checkins] cpython (2.7): #19037: adjust file times *before* moving maildir files into place.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #19037: adjust file times *before* moving maildir files into place.
r.david.murray
- [Python-checkins] cpython (2.6): #14984: only import pwd on POSIX.
r.david.murray
- [Python-checkins] cpython (merge 2.6 -> 2.7): Merge #14984: only import pwd on POSIX.
r.david.murray
- [Python-checkins] cpython (3.1): #14984: only import pwd on POSIX.
r.david.murray
- [Python-checkins] cpython (merge 3.1 -> 3.2): Merge #14984: only import pwd on POSIX.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> 3.3): Merge #14984: only import pwd on POSIX.
r.david.murray
- [Python-checkins] cpython (merge 3.3 -> default): Merge #14984: only import pwd on POSIX.
r.david.murray
- [Python-checkins] peps: Accept PEP 450 (statistics module).
guido.van.rossum
- [Python-checkins] peps (merge default -> default): Merge PEP 450 acceptance.
guido.van.rossum
- [Python-checkins] peps: Add (past) discussion points to PEP 450.
guido.van.rossum
- [Python-checkins] Daily reference leaks (ad9a5ded5cf6): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: A few cosmetic fixes for PEP 451.
eric.snow
- [Python-checkins] peps: PEP-0451: fix ReST footnotes.
eric.snow
- [Python-checkins] cpython (3.3): Correcting the mistake in 14ba90816930
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): Correcting the mistake in 678e3c0d2d99
senthil.kumaran
- [Python-checkins] peps: Update PEP 453 based on MvL's feedback
nick.coghlan
- [Python-checkins] peps: Added a second function to the API
nick.coghlan
- [Python-checkins] peps: Minor changes to PEP453 for grammar and content
donald.stufft
- [Python-checkins] peps: Add a new entry to Post-History
donald.stufft
- [Python-checkins] peps: Update PEP453 to address Debian's concerns and Antoine's
donald.stufft
- [Python-checkins] devguide: Add David Edelsohn as AIX expert
antoine.pitrou
- [Python-checkins] cpython: Update internal comments to say _something_ about the "API ID".
tim.peters
- [Python-checkins] Daily reference leaks (e839e524a7d5): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18050: Fixed an incompatibility of the re module with Python 2.7.3
serhiy.storchaka
- [Python-checkins] cpython: Add a comment making it explicit that itertools.tee() is already 64bit-safe
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call
serhiy.storchaka
- [Python-checkins] Daily reference leaks (0fd72636de2b): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Minor fixes for 3.4 release schedule--beta 2 won't be released on Jan 45th.
larry.hastings
- [Python-checkins] cpython: Make the linear probe sequence clearer.
raymond.hettinger
- [Python-checkins] cpython: When LINEAR_PROBES=0, let the compiler remove the dead code on its own.
raymond.hettinger
- [Python-checkins] benchmarks: etree benchmarks are now part of the 2n3 group
antoine.pitrou
- [Python-checkins] cpython: test_gdb: dump gdb version in verbose mode
antoine.pitrou
- [Python-checkins] cpython: test_gdb: skip pretty-printing of sets with gdb < 7.3
antoine.pitrou
- [Python-checkins] cpython: Minor beautification. Put updates and declarations in a more logical order.
raymond.hettinger
- [Python-checkins] cpython: Note that LINEAR_PROBES can be set to zero.
raymond.hettinger
- [Python-checkins] Daily reference leaks (5fb65d396420): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: PEP 453 updates
nick.coghlan
- [Python-checkins] devguide: Restore FAQ (still needed on RHEL6)
nick.coghlan
- [Python-checkins] cpython (2.7): This check can still fail on RHEL6
nick.coghlan
- [Python-checkins] cpython (3.3): Fix comment in test_gdb
nick.coghlan
- [Python-checkins] cpython (2.7): Closes #19061: make shelve security warning consistent between 2.x and 3.x.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19043: remove detailed listing of versions from license files
georg.brandl
- [Python-checkins] cpython (3.3): Closes #19043: remove detailed listing of versions from license files
georg.brandl
- [Python-checkins] peps: Two steps less for making a release!!1
georg.brandl
- [Python-checkins] cpython: Close #19047: weakref doc cleanups
nick.coghlan
- [Python-checkins] cpython: Avoid inconsistent use of 'finalizer'
nick.coghlan
- [Python-checkins] cpython: Close #18626: add a basic CLI for the inspect module
nick.coghlan
- [Python-checkins] cpython: Issue #18978: Allow Request.method to be defined at the class level.
jason.coombs
- [Python-checkins] cpython: Issue #18978: A more elegant technique for resolving the method
jason.coombs
- [Python-checkins] cpython: Issue #18978: Add tests to capture expected behavior for class-level method
jason.coombs
- [Python-checkins] cpython: Fix typo
jason.coombs
- [Python-checkins] cpython: Update NEWS
jason.coombs
- [Python-checkins] cpython (merge default -> default): Close #18978: Merge changes.
jason.coombs
- [Python-checkins] cpython: Issue #18978: Update docs to reflect explicitly the ability to set the
jason.coombs
- [Python-checkins] cpython (2.6): - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge
barry.warsaw
- [Python-checkins] cpython: Close #19025: Better error message when trying to delete an Enum member.
ethan.furman
- [Python-checkins] Daily reference leaks (ed011b0d7daf): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: PEP 453 post date and reference formatting
nick.coghlan
- [Python-checkins] benchmarks: Issue #19064: let perf.py decide which library path is required for which
antoine.pitrou
- [Python-checkins] benchmarks: Remove outdated --basedir option
antoine.pitrou
- [Python-checkins] benchmarks: Remove the "py3k" benchmark group, and add some more benchmarks to the "2n3"
antoine.pitrou
- [Python-checkins] cpython: Issue #19034: repr() for tkinter.Tcl_Obj now exposes string reperesentation.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge (tkinter.Tkapp.merge() was removed in 3.4).
serhiy.storchaka
- [Python-checkins] peps: Include macports and fink in the list of OSX installers
donald.stufft
- [Python-checkins] Daily reference leaks (35da5d848ffd): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (35da5d848ffd): sum=4
solipsis at pitrou.net
- [Python-checkins] peps: [PEP 451] Updates in response to comments.
eric.snow
- [Python-checkins] cpython: Fix minor typo.
georg.brandl
- [Python-checkins] peps: Fix minor typo in PEP 429.
georg.brandl
- [Python-checkins] cpython: Close #19030: improvements to inspect and Enum.
ethan.furman
- [Python-checkins] cpython (2.6): - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
barry.warsaw
- [Python-checkins] Daily reference leaks (436b606ecfe8): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython: Small fixes in Parser/asdl.py - no change in functionality.
eli.bendersky
- [Python-checkins] cpython: Normalize whitespace
eli.bendersky
- [Python-checkins] cpython: Don't use fancy new Python features like 'with' - some bots don't have them
eli.bendersky
- [Python-checkins] cpython: Move open outside try/finally
eli.bendersky
- [Python-checkins] cpython (3.3): don't scale compiler stack frames if the recursion limit is huge (closes #19098)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19098)
benjamin.peterson
- [Python-checkins] cpython (3.3): fix my absurd spelling
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] Daily reference leaks (c02f464dd721): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): let this work with system Python 2.5
benjamin.peterson
- [Python-checkins] cpython: Fix .hgtouch to list the dependencies for auto-generated AST code correctly.
eli.bendersky
- [Python-checkins] cpython: logging: added support for Unix domain sockets to SocketHandler and
vinay.sajip
- [Python-checkins] cpython: Streamlined logging tests by moving common code to a helper function.
vinay.sajip
- [Python-checkins] cpython: Updated test_logging so that errors don't occur in the absence of threading.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
serhiy.storchaka
- [Python-checkins] peps: First draft of 'Pluggable and secure hash algorithm' for str and bytes.
christian.heimes
- [Python-checkins] Daily reference leaks (f1c6e7f86bbc): sum=-4
solipsis at pitrou.net
- [Python-checkins] cpython: Close #19011: Add documentation on some of the non-standard Enum behavior.
ethan.furman
- [Python-checkins] cpython: Issue19030: fixed comment that was still referring to a changed descriptor.
ethan.furman
- [Python-checkins] cpython: Close #18990: remove root attribute from XMLPullParser
nick.coghlan
- [Python-checkins] cpython: Close #18596: Support address sanity checking in clang/GCC
nick.coghlan
- [Python-checkins] peps: Add Discussions-To header to Tulip PEP.
guido.van.rossum
- [Python-checkins] benchmarks: Issue #19107: fix csv output with Python 3
antoine.pitrou
- [Python-checkins] benchmarks: Issue #19108: fix str/bytes mismatch when raising exception under Python 3
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18950: Fix miscellaneous bugs in the sunau module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18950: Fix miscellaneous bugs in the sunau module.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18950: Fix miscellaneous bugs in the sunau module.
serhiy.storchaka
- [Python-checkins] peps: Issue #19110: Surpress Last-Modified link in PEP 0 html
ned.deily
- [Python-checkins] cpython (2.7): fix duplicate test names (closes #19115)
benjamin.peterson
- [Python-checkins] cpython (3.3): fix duplicate test names (closes #19115)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19115)
benjamin.peterson
- [Python-checkins] cpython (3.3): Issue #4366: Fix building extensions on all platforms when --enable-shared is
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #4366: Fix building extensions on all platforms when --enable-shared is
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #4366: Fix building extensions on all platforms when --enable-shared is
antoine.pitrou
- [Python-checkins] Daily reference leaks (d6e35146ae53): sum=-4
solipsis at pitrou.net
- [Python-checkins] peps: Additional rationale in PEP 453
nick.coghlan
- [Python-checkins] peps: Issue #19110: Suppress PEP 0 Last-Modified link in pep2pyramid, too
ned.deily
- [Python-checkins] peps: Minor PEP 453 tweaks
nick.coghlan
- [Python-checkins] peps: PEP 453 typo
nick.coghlan
- [Python-checkins] peps: More PEP 453 cleanups
nick.coghlan
- [Python-checkins] cpython (3.3): remove duplicate test from test_import (closes #19122)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19122)
benjamin.peterson
- [Python-checkins] cpython: delete duplicate test (closes #19123)
benjamin.peterson
- [Python-checkins] cpython (3.3): fix test to run and test that smtpd does support ELHO (closes #19125)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19125)
benjamin.peterson
- [Python-checkins] cpython (3.3): fix duplicate test name (closes #19126)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19126)
benjamin.peterson
- [Python-checkins] cpython (3.3): combine two tests to avoid duplicate names (closes #19116)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19116)
benjamin.peterson
- [Python-checkins] cpython (3.3): remove duplicate test_mkd (closes #19118)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19118)
benjamin.peterson
- [Python-checkins] cpython (3.3): fix duplicate test names in test_dis (closes #19117)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19117)
benjamin.peterson
- [Python-checkins] cpython (3.3): move helper function into its test method (closes #19112)
benjamin.peterson
- [Python-checkins] cpython (2.7): move helper function into its test method (closes #19112)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19112)
benjamin.peterson
- [Python-checkins] cpython (3.3): condense two tests with the same name (closes #19114)
benjamin.peterson
- [Python-checkins] cpython (2.7): condense two tests with the same name (closes #19114)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19114)
benjamin.peterson
- [Python-checkins] cpython (3.3): remove duplicate method (closes #19127)
benjamin.peterson
- [Python-checkins] cpython (2.7): remove duplicate method (closes #19127)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19127)
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #19112: avoid using function defined in method.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #19112: avoid using function defined in method.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010
christian.heimes
- [Python-checkins] cpython (3.3): Issue #19130: mention historic VS 2008 build dir, too
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19130: mention historic VS 2008 build dir, too
christian.heimes
- [Python-checkins] cpython: Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL
antoine.pitrou
- [Python-checkins] cpython (3.3): Properly initialize all fields of a SSL object after allocation.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Properly initialize all fields of a SSL object after allocation.
antoine.pitrou
- [Python-checkins] cpython (2.7): Properly initialize all fields of a SSL object after allocation.
antoine.pitrou
- [Python-checkins] cpython (2.6): - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more
barry.warsaw
- [Python-checkins] cpython (merge 2.7 -> 2.7): null merge
barry.warsaw
- [Python-checkins] cpython: Issue #19128: Remove nonfunctional, unused Mac help indexing tool from repo.
ned.deily
- [Python-checkins] cpython (3.3): remove unused imports
benjamin.peterson
- [Python-checkins] cpython: rename some more tests to avoid duplicate names (#19123)
benjamin.peterson
- [Python-checkins] cpython: Issue #5845: In site.py, only load readline history from ~/.python_history if
antoine.pitrou
- [Python-checkins] cpython: Updated pydoc topics.py for 3.4a3 release.
larry.hastings
- [Python-checkins] cpython: Version bump to 3.4.0a3.
larry.hastings
- [Python-checkins] cpython: Added tag v3.4.0a3 for changeset dd9cdf90a507
larry.hastings
- [Python-checkins] cpython: Post-version release cleanup.
larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge 3.4.0a3 release changes.
larry.hastings
- [Python-checkins] peps: Updated PEP 429 (3.4 release schedule) as 3.4.0a3 just went out.
larry.hastings
- [Python-checkins] cpython (2.7): Code improvement. Review comment by Eric V. Smith
senthil.kumaran
- [Python-checkins] cpython (3.3): Minor code improvement. Review comment by Eric V. Smith
senthil.kumaran
- [Python-checkins] Daily reference leaks (067159ee704f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.3): Issue #19106: Touch generated files to be 1s newer than their youngest source.
martin.v.loewis
- [Python-checkins] cpython (2.7): Add fake buildbottouch target.
martin.v.loewis
- [Python-checkins] cpython (3.3): Issue #19106: Add buildbottouch target.
martin.v.loewis
- [Python-checkins] peps: document requirements
christian.heimes
- [Python-checkins] devinabox: Ignore pip tar files
brett.cannon
- [Python-checkins] devinabox: Mention to unset CPPFLAGS to avoid system header files
brett.cannon
- [Python-checkins] cpython: Issue #19134: Make a test in inspect conditional on multiprocessing
brett.cannon
- [Python-checkins] cpython (2.7): Add a "skull and crossbones" to Py_AddPendingCall.
antoine.pitrou
- [Python-checkins] cpython (3.3): Add a "skull and crossbones" to Py_AddPendingCall.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Add a "skull and crossbones" to Py_AddPendingCall.
antoine.pitrou
- [Python-checkins] cpython (2.6): - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
barry.warsaw
- [Python-checkins] cpython (2.7): Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when
antoine.pitrou
- [Python-checkins] cpython (2.6): Fix typo in NEWS file.
barry.warsaw
Last message date:
Mon Sep 30 22:46:56 CEST 2013
Archived on: Mon Sep 30 22:46:59 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).