October 2013 Archives by author
Starting: Tue Oct 1 01:10:14 CEST 2013
Ending: Thu Oct 31 23:48:52 CET 2013
Messages: 1076
- [Python-checkins] cpython: Issue #18810: Be optimistic with stat calls when seeing if a directory
Brett Cannon
- [Python-checkins] cpython: Issue #18416: Fix various os calls in importlib.machinery.FileFinder
Brett Cannon
- [Python-checkins] cpython: Close #19379: Lazily import linecache in the warnings module, to make startup
Brett Cannon
- [Python-checkins] peps: Revise PEP 453 to be docs-only for 2.7 & 3.3
Nick Coghlan
- [Python-checkins] cpython: Issue #19209: Remove import of copyreg from the os module to speed up
Nick Coghlan
- [Python-checkins] cpython: Issue #19209: fix structseq test
Nick Coghlan
- [Python-checkins] cpython: Issue #18416: Fix various os calls in importlib.machinery.FileFinder
Nick Coghlan
- [Python-checkins] cpython: Issue #18810: Be optimistic with stat calls when seeing if a directory
Nick Coghlan
- [Python-checkins] cpython: Issue #18810: Be optimistic with stat calls when seeing if a directory
Nick Coghlan
- [Python-checkins] cpython: Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
Nick Coghlan
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide
Cron Daemon
- [Python-checkins] cpython: Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
Christian Heimes
- [Python-checkins] cpython (2.7): 2.7.6rc1
Christian Heimes
- [Python-checkins] [Python-Dev] cpython: Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX
Charles-François Natali
- [Python-checkins] cpython: Close #19379: Lazily import linecache in the warnings module, to make startup
Antoine Pitrou
- [Python-checkins] peps: Revise PEP 453 to be docs-only for 2.7 & 3.3
Terry Reedy
- [Python-checkins] cpython: Issue #19209: fix structseq test
Victor Stinner
- [Python-checkins] cpython: Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX
Victor Stinner
- [Python-checkins] [Python-Dev] cpython: Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX
Victor Stinner
- [Python-checkins] cpython: Grammar fix
andrew.kuchling
- [Python-checkins] cpython (3.3): Issue #19014: memoryview.cast() is now allowed on zero-length views.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19014: memoryview.cast() is now allowed on zero-length views.
antoine.pitrou
- [Python-checkins] cpython: Remove builtin "caching" in pprint
antoine.pitrou
- [Python-checkins] cpython: Issue #19087: Improve bytearray allocation in order to allow cheap popping of
antoine.pitrou
- [Python-checkins] cpython: Hopefully fix Windows compilation error following 499a96611baa
antoine.pitrou
- [Python-checkins] peps: Add references to other languages
antoine.pitrou
- [Python-checkins] cpython (3.3): Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least
antoine.pitrou
- [Python-checkins] cpython: Issue #18948: improve SuppressCoreFiles to include Windows crash popup
antoine.pitrou
- [Python-checkins] cpython: Fix expected checksum for new unicodedata (after full rebuild)
antoine.pitrou
- [Python-checkins] cpython: Issue #9548: Add a minimal "_bootlocale" module that is imported by the _io
antoine.pitrou
- [Python-checkins] cpython: Fix wrong exception in _bootlocale (apparently this error condition is never
antoine.pitrou
- [Python-checkins] benchmarks: Also ignore lib2to3's remains in lib3
antoine.pitrou
- [Python-checkins] cpython: Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%)
antoine.pitrou
- [Python-checkins] cpython: Forgot NEWS entry for previous commit.
antoine.pitrou
- [Python-checkins] cpython: Don't export internal symbols ("make smelly")
antoine.pitrou
- [Python-checkins] cpython: Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
antoine.pitrou
- [Python-checkins] cpython: Try to fix weird assertion error on the Fedora buildbot.
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18776: atexit callbacks now display their full traceback when they raise
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18776: atexit callbacks now display their full traceback when they raise
antoine.pitrou
- [Python-checkins] cpython: Remove unexpected headings from Misc/NEWS
antoine.pitrou
- [Python-checkins] cpython: Close #19260: remove outdated comment in marshal.c
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #14407: Fix unittest test discovery in test_concurrent_futures.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #14407: Fix unittest test discovery in test_concurrent_futures.
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.
antoine.pitrou
- [Python-checkins] cpython: Issue #19299: fix refleak test failures in test_asyncio
antoine.pitrou
- [Python-checkins] cpython: Try to fix test_asyncio dual stack test when creating an IPv6 socket fails
antoine.pitrou
- [Python-checkins] cpython: Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0
antoine.pitrou
- [Python-checkins] cpython: Backout e3ec6b17260c after Guido's fix
antoine.pitrou
- [Python-checkins] cpython: Un-backout e3ec6b17260c - the test fix was actually also necessary
antoine.pitrou
- [Python-checkins] cpython: Make various asyncio test files individually runnable
antoine.pitrou
- [Python-checkins] cpython: Skip one asyncio test when IPv6 isn't supported (Windows buildbots)
antoine.pitrou
- [Python-checkins] cpython: Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok.
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #19352: Fix unittest discovery when a module can be reached through
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #19352: Fix unittest discovery when a module can be reached through
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19352: Fix unittest discovery when a module can be reached through
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in
antoine.pitrou
- [Python-checkins] peps: Remove openat support
antoine.pitrou
- [Python-checkins] cpython (3.3): Issue #19360: fix test_site when Python is installed into $HOME/.local
antoine.pitrou
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19360: fix test_site when Python is installed into $HOME/.local
antoine.pitrou
- [Python-checkins] benchmarks: Close #19236: add a Tornado-based HTTP benchmark
antoine.pitrou
- [Python-checkins] cpython: Close #19379: Lazily import linecache in the warnings module, to make startup
antoine.pitrou
- [Python-checkins] peps: Use a simpler example
antoine.pitrou
- [Python-checkins] peps: Typo
antoine.pitrou
- [Python-checkins] peps: Simplify joinpath() example
antoine.pitrou
- [Python-checkins] peps: s/alteration/modification/
antoine.pitrou
- [Python-checkins] peps: Add a discussion section
antoine.pitrou
- [Python-checkins] cpython: Issue #19387: explain and test the sre overlap table
antoine.pitrou
- [Python-checkins] cpython: Issue #19375: The site module adding a "site-python" directory to sys.path, if
antoine.pitrou
- [Python-checkins] peps: "basename" is now "stem" (preferred by Guido)
antoine.pitrou
- [Python-checkins] cpython: Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses of
antoine.pitrou
- [Python-checkins] cpython (2.6): - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
barry.warsaw
- [Python-checkins] cpython (2.6): Regenerate pydoc_topics.py
barry.warsaw
- [Python-checkins] cpython (2.6): Bump to 2.6.9rc1
barry.warsaw
- [Python-checkins] cpython (2.6): Bump copyright years.
barry.warsaw
- [Python-checkins] cpython (2.6): Added tag v2.6.9rc1 for changeset a0025037f11a
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): 2.6.9rc1 tag
barry.warsaw
- [Python-checkins] cpython (2.6): post release bump
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge
barry.warsaw
- [Python-checkins] cpython (2.6): Typo caught by : Arfrever Frehtes Taifersar Arahesis.
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): 2.6 merge
barry.warsaw
- [Python-checkins] peps: Support RESERVED PEP numbers.
barry.warsaw
- [Python-checkins] peps (merge default -> default): Head merge.
barry.warsaw
- [Python-checkins] peps: More space
barry.warsaw
- [Python-checkins] peps: Spell check and wrap.
barry.warsaw
- [Python-checkins] cpython (2.6): updating topics
barry.warsaw
- [Python-checkins] cpython (2.6): version bump
barry.warsaw
- [Python-checkins] cpython (2.6): Added tag v2.6.9 for changeset fcb3ec2842f9
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): 2.6.9 final
barry.warsaw
- [Python-checkins] peps: 2.6.9 final
barry.warsaw
- [Python-checkins] cpython (2.6): Closing the 2.6 branch
barry.warsaw
- [Python-checkins] cpython (2.7): dict is also allowed (closes #19163)
benjamin.peterson
- [Python-checkins] cpython: fix comment
benjamin.peterson
- [Python-checkins] cpython: upgrade unicode db to 6.3.0 (closes #19221)
benjamin.peterson
- [Python-checkins] cpython (3.3): remove url from docstring (closes #19220)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19220)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.3): make sure the docstring is never out of date wrt unicode data version
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (3.3): replace hardcoded version
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython: add some audio formats
benjamin.peterson
- [Python-checkins] cpython: add aifc
benjamin.peterson
- [Python-checkins] cpython (3.3): backport media types from default
benjamin.peterson
- [Python-checkins] cpython (2.7): add more media types
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (3.3): fix description of super() behavior on descriptors
benjamin.peterson
- [Python-checkins] cpython (2.7): fix description of super() behavior on descriptors
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython: give explicitly global functions and classes a global __qualname__ (closes
benjamin.peterson
- [Python-checkins] cpython: strengthen condition and add assertion
benjamin.peterson
- [Python-checkins] cpython: removal u_qualname, since compiler_scope_qualname is only ever called once
benjamin.peterson
- [Python-checkins] cpython: cleanup the construction of __qualname__ (closes #19301 again)
benjamin.peterson
- [Python-checkins] cpython: fix declaration of StatisticsError
benjamin.peterson
- [Python-checkins] cpython: remove backticks
benjamin.peterson
- [Python-checkins] peps: actual dates for 2.7.6
benjamin.peterson
- [Python-checkins] cpython (3.3): just return toplevel symbol table rather than all blocks (closes #19393)
benjamin.peterson
- [Python-checkins] cpython (2.7): just return toplevel symbol table rather than all blocks (closes #19393)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19393)
benjamin.peterson
- [Python-checkins] cpython (2.7): update pydoc-topics
benjamin.peterson
- [Python-checkins] cpython (2.7): check for berkelydb versions besides 4.3 (#18734)
benjamin.peterson
- [Python-checkins] cpython (2.7): 2.7.6rc1
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.6rc1 for changeset 4913d0e9be30
benjamin.peterson
- [Python-checkins] cpython (2.7): add 2.7.7 news header
benjamin.peterson
- [Python-checkins] release: remove bzip2 tarballs
benjamin.peterson
- [Python-checkins] cpython (2.7): backport #19426
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.6 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.6 release branch
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.6 branch
benjamin.peterson
- [Python-checkins] cpython (3.3): update comment
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython (2.7): use the collapsed path in the run_cgi method (closes #19435)
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.6 release branch
benjamin.peterson
- [Python-checkins] cpython (3.1): use the collapsed path in the run_cgi method (closes #19435)
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1 (#19435)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#19435)
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19435)
benjamin.peterson
- [Python-checkins] cpython (3.3): make string literal const
benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> default): merge 3.3
benjamin.peterson
- [Python-checkins] cpython: Try to fix issue #19134 again
brett.cannon
- [Python-checkins] cpython: Tweak skipIf message
brett.cannon
- [Python-checkins] cpython: Issue #18716: Deprecate the formatter module
brett.cannon
- [Python-checkins] cpython: Issue #16803: Run test.test_importlib.test_abc under both
brett.cannon
- [Python-checkins] cpython: Issue #16803: test.test_importlib.test_api now runs under frozen and
brett.cannon
- [Python-checkins] cpython: Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] peps: Document formatter as deprecated
brett.cannon
- [Python-checkins] cpython: Issue #18416: Fix various os calls in importlib.machinery.FileFinder
brett.cannon
- [Python-checkins] cpython: Issue #18810: Be optimistic with stat calls when seeing if a directory
brett.cannon
- [Python-checkins] cpython: Add NEWS entry for issue #18810
brett.cannon
- [Python-checkins] cpython: Fix a refleak in _sre
brett.cannon
- [Python-checkins] cpython: Issue #16803: Have test_importlib.test_locks use frozen and source
brett.cannon
- [Python-checkins] cpython: Issue #16803: Move test_importlib.test_util to use both frozen and
brett.cannon
- [Python-checkins] cpython: Fix test to not consider mixin a standalone test
brett.cannon
- [Python-checkins] cpython: Issue #16803: Stop having test.test_importlib.abc ABCs inherit from
brett.cannon
- [Python-checkins] cpython: Issue #16803: Have test.test_importlib.builtin test both frozen and
brett.cannon
- [Python-checkins] cpython (3.3): Issue #19392: Document that imp.reload() now relies on __loader__
brett.cannon
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3
brett.cannon
- [Python-checkins] cpython: Tweak some doc wording for importlib.reload
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #16803: Move test.test_importlib.extension to use both frozen and source
brett.cannon
- [Python-checkins] cpython: test_resource should not assume all attributes are available when they
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] cpython: Issue #11161: Update the documentation for ProcessPoolExecutor to note that it
brian.quinlan
- [Python-checkins] cpython (merge default -> default): Merge.
brian.quinlan
- [Python-checkins] cpython: Issue #19309: asyncio: make waitpid() wait for all child processes, not only
charles-francois.natali
- [Python-checkins] cpython: Issue #19310: asyncio: fix child processes reaping logic.
charles-francois.natali
- [Python-checkins] cpython: Issue #19170: telnetlib: use selectors.
charles-francois.natali
- [Python-checkins] cpython: Fix test_pydoc failure introduced by 2f09a6980e1a (issue #19030).
charles-francois.natali
- [Python-checkins] cpython: test_selectors: rename test_interrupted_retry() (since it doesn't actually
charles-francois.natali
- [Python-checkins] cpython: test_selectors: make timeout-related errors report the actual elapsed timeout.
charles-francois.natali
- [Python-checkins] cpython: Issue #19172: Add a get_map() method to selectors.
charles-francois.natali
- [Python-checkins] peps: Add results from first tests with Python benchmark suite
christian.heimes
- [Python-checkins] peps: Add internal size and seed size of hash algo
christian.heimes
- [Python-checkins] peps: Fix typos
christian.heimes
- [Python-checkins] peps: Simplify code for PyUnicode (thx Serhiy)
christian.heimes
- [Python-checkins] peps (merge default -> default): merge
christian.heimes
- [Python-checkins] peps: PEP 456: drop pluggable and go for compile time configuration of the hash
christian.heimes
- [Python-checkins] peps: Get the C API straight
christian.heimes
- [Python-checkins] peps: drop testcapi addition
christian.heimes
- [Python-checkins] peps: Make Nick BDFG delegate
christian.heimes
- [Python-checkins] peps (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython: Issue #19205: Don't import the 're' module in site and sysconfig module to
christian.heimes
- [Python-checkins] cpython: Issue #19205 fix 406529adf156
christian.heimes
- [Python-checkins] cpython: Also test that the locale module isn't loaded during normal startup
christian.heimes
- [Python-checkins] cpython: Issue #19209: Remove import of copyreg from the os module to speed up
christian.heimes
- [Python-checkins] cpython: Issue #19209: fix structseq test
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython: Issue #19205: add debugging output for failing test on Snow Leopard
christian.heimes
- [Python-checkins] cpython: Issue #19205: _osx_support uses the re module all over the place. Omit the test
christian.heimes
- [Python-checkins] cpython: Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
christian.heimes
- [Python-checkins] cpython: Remove import functools from re module. The re module imports functools but
christian.heimes
- [Python-checkins] cpython: Issue #19218: Rename collections.abc to _collections_abc in order to speed up
christian.heimes
- [Python-checkins] cpython: Issue #19218: Add facade collections.abc
christian.heimes
- [Python-checkins] cpython: Issue #19218: set __name__ of _collections_abc to collections.abc in order to
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython: whitespace cleanup
christian.heimes
- [Python-checkins] cpython: Issue #19219: retval may be used uninitialized value
christian.heimes
- [Python-checkins] cpython: Document speedup in whatsnew
christian.heimes
- [Python-checkins] cpython: Issue #19275: Fix test_site on AMD64 Snow Leopard
christian.heimes
- [Python-checkins] cpython: Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
christian.heimes
- [Python-checkins] cpython: lower case pbkdf2_hmac
christian.heimes
- [Python-checkins] cpython: Issue #18582: provide a faster C implementation of pbkdf2_hmac that works with
christian.heimes
- [Python-checkins] cpython: Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0
christian.heimes
- [Python-checkins] cpython: Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available or
christian.heimes
- [Python-checkins] cpython (3.3): Ignore PyCharm project directory
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Ignore PyCharm project directory
christian.heimes
- [Python-checkins] cpython (2.7): Ignore PyCharm project directory
christian.heimes
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge
christian.heimes
- [Python-checkins] cpython: fix compile issue on windows. path is now a struct ptr
christian.heimes
- [Python-checkins] cpython: Make PKCS5_PBKDF2_HMAC_fast() a static function
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython: Issue #18527: Upgrade internal copy of zlib to 1.2.8
christian.heimes
- [Python-checkins] cpython: Fix typo in whatsnew
christian.heimes
- [Python-checkins] cpython: Load SSL's error strings in hashlib.
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
christian.heimes
- [Python-checkins] cpython: Fix Misc/NEWS merge conflict, hurray
christian.heimes
- [Python-checkins] cpython: Issue #19324: Expose Linux-specific constants in resource module
christian.heimes
- [Python-checkins] cpython: Issue #16595: Add prlimit() to resource module
christian.heimes
- [Python-checkins] cpython: Make resource tests more robust.
christian.heimes
- [Python-checkins] cpython: Issue #19344: fix markup error in whatsnew
christian.heimes
- [Python-checkins] cpython: Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs.
christian.heimes
- [Python-checkins] cpython: Issue #18742: Expose the internal hash type object for ABCs.
christian.heimes
- [Python-checkins] cpython: remove unused imports from statistics module
christian.heimes
- [Python-checkins] cpython: Issue #16595: prlimit() needs Linux kernel 2.6.36+
christian.heimes
- [Python-checkins] cpython: Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.
christian.heimes
- [Python-checkins] devguide: add new modules to expert index
christian.heimes
- [Python-checkins] peps: Update PEP 456 to reflect the changes in features/pep-456
christian.heimes
- [Python-checkins] cpython: Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c
christian.heimes
- [Python-checkins] cpython (3.3): Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL
christian.heimes
- [Python-checkins] cpython (3.3): Issue #18747: document issue with OpenSSL's CPRNG state and fork
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL
christian.heimes
- [Python-checkins] cpython (2.7): Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL
christian.heimes
- [Python-checkins] cpython (2.7): Issue #18747: document issue with OpenSSL's CPRNG state and fork
christian.heimes
- [Python-checkins] cpython (merge default -> default): merge
christian.heimes
- [Python-checkins] cpython (3.3): fix language
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
christian.heimes
- [Python-checkins] cpython (merge 3.3 -> default): merge
christian.heimes
- [Python-checkins] cpython (2.7): fix language
christian.heimes
- [Python-checkins] cpython: add a filterfunc to zip file.PyZipFile.writepy, issue 19274
christian.tismer
- [Python-checkins] cpython: add filtering of individual files to PyZipFile
christian.tismer
- [Python-checkins] devguide: Mention 'make touch' in the devguide.
eli.bendersky
- [Python-checkins] cpython (3.3): Issue #19452: Clarify the documentation of iterparse w.r.t. events argument.
eli.bendersky
- [Python-checkins] cpython (merge 3.3 -> default): Null merge for issue #19452
eli.bendersky
- [Python-checkins] cpython: Grammar fix.
eric.smith
- [Python-checkins] peps: [PEP 451] Minor edits in response to feedback.
eric.snow
- [Python-checkins] cpython: [issue19951] Fix docstring and use of _get_suppported_file_loaders() to reflect
eric.snow
- [Python-checkins] cpython: [issue19152] Add ExtensionFileLoader.get_filename().
eric.snow
- [Python-checkins] cpython: [issue19151] Fix issue number in Misc/NEWS entry.
eric.snow
- [Python-checkins] cpython (3.3): [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect
eric.snow
- [Python-checkins] cpython (3.3): [issue19152] Add ExtensionFileLoader.get_filename().
eric.snow
- [Python-checkins] cpython (merge 3.3 -> default): Null merge with 3.3.
eric.snow
- [Python-checkins] cpython (merge default -> default): Merge
eric.snow
- [Python-checkins] cpython (3.3): Fix typo.
eric.snow
- [Python-checkins] cpython (merge 3.3 -> default): Fix typo.
eric.snow
- [Python-checkins] cpython (3.3): [issue19152] Revert 832579dbafd6.
eric.snow
- [Python-checkins] cpython (merge 3.3 -> default): Null merge with 3.3.
eric.snow
- [Python-checkins] cpython: [issue 19152] Ensure we have actually registered ExtensionFileLoader as an
eric.snow
- [Python-checkins] cpython: [issue 19152] Add versionadded for ExtensionFileLoader.get_filename().
eric.snow
- [Python-checkins] peps: [PEP 451] Record posting to python-dev.
eric.snow
- [Python-checkins] peps: Clarify the meaning of "name".
eric.snow
- [Python-checkins] peps: [PEP 451] Don't change the signature of the file-based finders.
eric.snow
- [Python-checkins] peps: [PEP 451] Clarify about namespace packages and about what ModuleSpec does
eric.snow
- [Python-checkins] peps: [PEP 451] Fix some typos.
eric.snow
- [Python-checkins] peps: [PEP 451] Fix a ModuleSpec attribute (parent) that was named inconsistently in
eric.snow
- [Python-checkins] cpython (3.3): [Issue #19357] Ensure module "loaded" during tests gets forgotten.
eric.snow
- [Python-checkins] cpython (merge 3.3 -> default): [Issue #19357] Ensure module "loaded" during tests gets forgotten.
eric.snow
- [Python-checkins] peps: [PEP 451] Updates in response to the latest feedback.
eric.snow
- [Python-checkins] peps: [PEP 451] Add in missing spec arg in loading code.
eric.snow
- [Python-checkins] peps: [PEP 451] Add namespace package support to example code and explain more about
eric.snow
- [Python-checkins] cpython: Close #19156: add tests and fix for Enum helper edge cases. Patch from CliffM.
ethan.furman
- [Python-checkins] cpython: Close #18281: superfluous stat constants removed from tarfile
ethan.furman
- [Python-checkins] cpython: Issue19030: commit tests for DynamicClassAttribute
ethan.furman
- [Python-checkins] cpython: Close #19252: better test coverage for Enum. Thanks, CliffM
ethan.furman
- [Python-checkins] cpython: Catching up on NEWS entries.
ethan.furman
- [Python-checkins] cpython: Close #19030: inspect.getmembers and inspect.classify_class_attrs
ethan.furman
- [Python-checkins] cpython: Issue #19272: slight clarification of pickle docs with regard to lambda.
ethan.furman
- [Python-checkins] cpython: Issue #19030: special-cased __dict__ as the actual dict is not returned, a
ethan.furman
- [Python-checkins] cpython: Issue #19030: final pieces for proper location of various class attributes
ethan.furman
- [Python-checkins] cpython: Close #19263: add tests to ensure __objclass__ correctly set.
ethan.furman
- [Python-checkins] cpython: Issue #19030: fix new pydoc tests for --without-doc-strings
ethan.furman
- [Python-checkins] cpython (2.7): #19166: use an unused var in a test. Patch by Vajrasky Kok.
ezio.melotti
- [Python-checkins] cpython (3.3): #19166: use an unused var in a test. Patch by Vajrasky Kok.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #19166: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython: #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.
ezio.melotti
- [Python-checkins] cpython: Add missing comma.
ezio.melotti
- [Python-checkins] cpython (3.3): #19067: use imperative mood in range object docstrings. Patch by Marco Buttu.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #19067: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (3.3): #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #19068: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu.
ezio.melotti
- [Python-checkins] cpython (2.7): #19069: use imperative mood in float object docstrings. Patch by Marco Buttu.
ezio.melotti
- [Python-checkins] cpython (3.3): #19069: use imperative mood in float object docstrings. Patch by Marco Buttu.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #19069: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #19074: mention PySide in the GUI FAQs.
ezio.melotti
- [Python-checkins] cpython: #19221: update whatsnew entry about UCD version.
ezio.melotti
- [Python-checkins] cpython (3.3): #4965: Implement intelligent scrolling of the sidebar in the docs.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #4965: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #4965: Implement intelligent scrolling of the sidebar in the docs.
ezio.melotti
- [Python-checkins] devguide: #19311: mention hg update in the bisect faq.
ezio.melotti
- [Python-checkins] cpython: #19307: Improve error message for json.load(s) while passing objects of the
ezio.melotti
- [Python-checkins] cpython: #18958: Improve error message for json.load(s) while passing a string that
ezio.melotti
- [Python-checkins] cpython (3.3): #19238, #19289: fix description of the align and fill values of the format
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #19238, #19289: merge with 3.3.
ezio.melotti
- [Python-checkins] cpython (2.7): #19238, #19289: fix description of the align and fill values of the format
ezio.melotti
- [Python-checkins] cpython (2.7): #8964: fix platform._sys_version to handle IronPython 2.6+.
ezio.melotti
- [Python-checkins] cpython (3.3): #8964: fix platform._sys_version to handle IronPython 2.6+.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #8964: merge with 3.3.
ezio.melotti
- [Python-checkins] devguide: #13515: document security-related documentation practices.
ezio.melotti
- [Python-checkins] devguide: #19312, #19314: fix a couple of typos in the compiler page of the devguide.
ezio.melotti
- [Python-checkins] cpython (2.7): #19319: fix ctypes docs: sizeof is an operator in C, not a function.
ezio.melotti
- [Python-checkins] cpython (3.3): #19319: fix ctypes docs: sizeof is an operator in C, not a function.
ezio.melotti
- [Python-checkins] cpython (merge 3.3 -> default): #19319: merge with 3.3.
ezio.melotti
- [Python-checkins] devguide: Update devguide now that the 2.6 branch has been closed.
ezio.melotti
- [Python-checkins] cpython (3.3): Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@)
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
georg.brandl
- [Python-checkins] cpython (2.7): Fix: Element.text is an attribute, not a method (report by Cameron Laird on
georg.brandl
- [Python-checkins] cpython (3.3): Fix: Element.text is an attribute, not a method (report by Cameron Laird on
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Remove dead link to effbot Tkinter introduction material (reported by Ralf
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Remove dead link to effbot Tkinter introduction material (reported by Ralf
georg.brandl
- [Python-checkins] cpython (3.3): Remove newline in method that makes it possible to copy example to the
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix markup to not add parens to the "hashlib.md5" constructor when the object
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix markup.
georg.brandl
- [Python-checkins] cpython (2.7): Fix markup to not add parens to the "hashlib.md5" constructor when the object
georg.brandl
- [Python-checkins] cpython (3.3): Fix prefix_chars not being applied in help text example (reported by John
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix prefix_chars not being applied in help text example (reported by John
georg.brandl
- [Python-checkins] cpython (2.7): Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change
georg.brandl
- [Python-checkins] cpython (3.3): Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix some PEP8 in curses HOWTO.
georg.brandl
- [Python-checkins] cpython (3.3): curses HOWTO: fix some PEP8 and a code example to actually raise the exception
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken
georg.brandl
- [Python-checkins] cpython (2.7): Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Use "lambda expression" as preferred to "lambda form".
georg.brandl
- [Python-checkins] cpython (3.3): Use "lambda expression" as preferred to "lambda form".
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (merge default -> default): merge heads
georg.brandl
- [Python-checkins] cpython (3.3): Closes #18927: Lock.acquire only accepts -1 or positive values for timeout.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Closes #13951: Add a "faulthandler" reference in the ctypes docs talking about
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Small clarification in extending docs.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Small clarification in extending docs.
georg.brandl
- [Python-checkins] cpython (2.7): Fix wrong Python highlighting in directory hierarchy code block.
georg.brandl
- [Python-checkins] cpython (2.7): Fix merging mistake: wrong Python version.
georg.brandl
- [Python-checkins] cpython (3.3): Fix wrong Python highlighting in directory hierarchy code block.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel
georg.brandl
- [Python-checkins] cpython (2.7): Fix missing period.
georg.brandl
- [Python-checkins] cpython (3.3): Fix missing period.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Clarify section about source code encoding.
georg.brandl
- [Python-checkins] cpython (2.7): Small logical fix in filter() example description.
georg.brandl
- [Python-checkins] cpython (2.7): Fix small grammar mistake.
georg.brandl
- [Python-checkins] cpython (3.3): Fix small grammar mistake.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #15956: improve documentation of named groups and how to reference them.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #15956: improve documentation of named groups and how to reference them.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] devguide: Fix-up grammar and remove last reference to the Apple style guide.
georg.brandl
- [Python-checkins] cpython (2.7): Fix strange deprecation version.
georg.brandl
- [Python-checkins] cpython (3.3): Fix typo.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix typo.
georg.brandl
- [Python-checkins] cpython (2.7): Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on
georg.brandl
- [Python-checkins] cpython (3.3): Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on
georg.brandl
- [Python-checkins] cpython (3.3): Fix minor bug in httplib example. Found by Alex MacAulay on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix minor bug in httplib example. Found by Alex MacAulay on docs at .
georg.brandl
- [Python-checkins] cpython (3.3): PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): PythonCAD is now on PyQt, use Wing as a prominent PyGtk example.
georg.brandl
- [Python-checkins] cpython (3.3): Fix method name: ensure_directories, not create_directories. Found by Michael
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix example in backreference description. Found by Alexander Heger on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix example in backreference description. Found by Alexander Heger on docs at .
georg.brandl
- [Python-checkins] cpython (3.3): Add missing list methods. Found by Leonardo Pereira on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Unicode howto: use .txt as a more universally understood extension for text
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix missing class name in markup. Found by Tanky Woo on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix missing class name in markup. Found by Tanky Woo on docs at .
georg.brandl
- [Python-checkins] cpython (3.3): Minor improvement: add indication that the main function goes on.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Minor improvement: add indication that the main function goes on.
georg.brandl
- [Python-checkins] cpython (3.3): Fix order of required StreamReader/StreamWriter base classes. Spotted by
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix order of required StreamReader/StreamWriter base classes. Spotted by
georg.brandl
- [Python-checkins] cpython (3.3): Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs at .
georg.brandl
- [Python-checkins] cpython (3.3): Fix typo. Spotted by Bo Bayles on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Closes #12350: clarify blocks/block size members of stat result.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #12350: clarify blocks/block size members of stat result.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19177: replace dead link to SSL/TLS introduction with the version from
georg.brandl
- [Python-checkins] cpython (3.3): Closes #19177: replace dead link to SSL/TLS introduction with the version from
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): The "FAQ" link at the end was changed to a Wikipedia link; reflect that.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): The "FAQ" link at the end was changed to a Wikipedia link; reflect that.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #17725: small grammar fix.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #17725: small grammar fix.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #15213: update comment for _PyOS_URandom
georg.brandl
- [Python-checkins] cpython (3.3): Closes #15213: update comment for _PyOS_URandom
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Closes #11807: document argparse add_subparsers method better.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #11807: document argparse add_subparsers method better.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #15228: remove reference to Unix "touch"; it is confusing since the path
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #15432: GzipFile mtime argument was added in 2.7.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #15432: GzipFile mtime argument is new in 3.1.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix typo in function name.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix typo in function name.
georg.brandl
- [Python-checkins] cpython (2.7): Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs at .
georg.brandl
- [Python-checkins] cpython (3.3): Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix typo in example file name. Found by John Bokma on docs at .
georg.brandl
- [Python-checkins] cpython (3.3): Fix typo in example file name. Found by John Bokma on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix: >= and so on are usually called "comparison operators", not "logical
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix name of the "exist_ok" argument. Found by Neil Bushong on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Use the platform-independent way of calling a script from the shell: "python
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Use the platform-independent way of calling a script from the shell: "python
georg.brandl
- [Python-checkins] cpython (3.3): Extending example: use Py_RETURN_NONE
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19178: backport entries for "module" and "package" from 3.x glossary.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #19178: some more cross-references about packages in glossary. Patch by
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] peps: PEP 456: typo and grammar fixes.
georg.brandl
- [Python-checkins] peps: PEP 455: add BDFL-Delegate and fix some minor typos.
georg.brandl
- [Python-checkins] peps: PEP 454: add missing footer, formatting and typo fixes.
georg.brandl
- [Python-checkins] peps: PEP 436: fix markup and make it consistent.
georg.brandl
- [Python-checkins] cpython: Closes #13867: remove untrue comment about PyWeakref_Check().
georg.brandl
- [Python-checkins] cpython (merge default -> default): merge heads
georg.brandl
- [Python-checkins] cpython (3.3): Closes #13867: remove untrue comment about PyWeakref_Check().
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge heads
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #13867: remove untrue comment about PyWeakref_Check().
georg.brandl
- [Python-checkins] cpython (3.3): Add "->" as a delimiter token. Found by James Harding on docs at .
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Fix wrong link.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix wrong link.
georg.brandl
- [Python-checkins] cpython (3.3): Clarify two points about division and shifting. Suggested by Albert Hofkamp on
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Minor grammar fix.
georg.brandl
- [Python-checkins] cpython (3.3): Minor grammar fix.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython: Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar
georg.brandl
- [Python-checkins] cpython: Markup fix.
georg.brandl
- [Python-checkins] peps: PEP 4: convert to reST, update SourceForge -> bugs.python.org, update
georg.brandl
- [Python-checkins] cpython (2.7): Closes #13203: add a FAQ section about seemingly duplicate id()s.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #13203: add a FAQ section about seemingly duplicate id()s.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Closes #19179: make table of XML vulnerabilities clearer by using "everyday"
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19179: make table of XML vulnerabilities clearer by using "everyday"
georg.brandl
- [Python-checkins] cpython (3.3): Closes #13026: fix documentation of MAKE_FUNCTION for 3.x.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #13905: mention rich-comparison methods in addition to __cmp__ when
georg.brandl
- [Python-checkins] cpython (3.3): Closes #13833: document PyStructSequence C-API functions.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Closes #13915: update tutorial with respect to .pyc files (__pycache__ / PEP
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Introduce support for documenting which C API elements are not part of the
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix compatibility with upcoming Sphinx 1.2.
georg.brandl
- [Python-checkins] cpython (3.3): Fix compatibility with upcoming Sphinx 1.2.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Invert logic of new limited-API annotation and call it "stable ABI".
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (merge default -> default): merge
georg.brandl
- [Python-checkins] cpython: Add re.fullmatch() function and regex.fullmatch() method, which anchor the
georg.brandl
- [Python-checkins] cpython (3.3): Fix display of deprecated blocks with Sphinx 1.2.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython: Back out accidentally pushed changeset b51218966201.
georg.brandl
- [Python-checkins] cpython (2.7): Fix display of deprecated blocks with Sphinx 1.2.
georg.brandl
- [Python-checkins] cpython (3.3): Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix a small CSS glitch with deprecated blocks and Sphinx 1.2.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #14486: add versionchanged notices throughout the threading docs for
georg.brandl
- [Python-checkins] cpython (2.7): Closes #15829: document ThreadError and fix exception raised for releasing
georg.brandl
- [Python-checkins] cpython (3.3): Closes #17375: port new threading docstrings from 2.7.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #13740: SND_NOWAIT seems to be ignored on modern Windows.
georg.brandl
- [Python-checkins] cpython (2.7): Refer to strftime(3) manpage for platform specific format codes.
georg.brandl
- [Python-checkins] cpython (3.3): Refer to strftime(3) manpage for platform specific format codes.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython: pdb: modernize find_function() and add tests for it.
georg.brandl
- [Python-checkins] cpython: #18714: add attribution.
georg.brandl
- [Python-checkins] cpython: Closes #17730: in code.interact(), when banner="", do not print anything.
georg.brandl
- [Python-checkins] cpython: Closes #17335: remove no-op assignment.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #19248: actually check for Python 3.x in tools/sphinx-build.py.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Wing IDE is switching to PyQt...
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Wing IDE is switching to PyQt...
georg.brandl
- [Python-checkins] cpython: Fix spacing of toplevel items.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #16657: fix docstring of traceback.format_tb().
georg.brandl
- [Python-checkins] cpython (3.3): Closes #16657: fix docstring of traceback.format_tb().
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Closes #16732: move "xxmodule" comment block to detect_modules(). (Already
georg.brandl
- [Python-checkins] cpython: Re #18521: fix not-quite-C syntax that works only because the PyXXX_Check are
georg.brandl
- [Python-checkins] cpython: Re #18521: remove assignments of variables that are immediately reassigned.
georg.brandl
- [Python-checkins] cpython: Re #18521: move array bounds check before array access.
georg.brandl
- [Python-checkins] cpython (3.3): Closes #17154: error out gracefully on "ignore" or "condition" without argument.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Closes #19258: close WSGI server after handling request in demo code.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19258: close WSGI server after handling request in demo code.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] benchmarks: Make logging output a little more consistent.
georg.brandl
- [Python-checkins] benchmarks: Closes #19079: add VersionRange decorator to benchmark suite to mark compatible
georg.brandl
- [Python-checkins] benchmarks: Fix byte/str comparison issue under Python 3.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19277: document all parameters of compressobj().
georg.brandl
- [Python-checkins] cpython (3.3): Fix inaccurate versionchanged tag for compressobj(): most parameter were there,
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython: Doc markup fixes.
georg.brandl
- [Python-checkins] cpython: #19274: use captured_stdout() in the test suite; add NEWS entry.
georg.brandl
- [Python-checkins] cpython: Reformat statistics.rst and remove unnecessary headings for each function.
georg.brandl
- [Python-checkins] cpython: Simplify markup.
georg.brandl
- [Python-checkins] cpython: Closes #19323: fix typo. Thanks to Michael Merickel.
georg.brandl
- [Python-checkins] cpython (3.3): Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
georg.brandl
- [Python-checkins] cpython (3.3): Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,
georg.brandl
- [Python-checkins] cpython (3.3): Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
georg.brandl
- [Python-checkins] cpython (3.3): Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
georg.brandl
- [Python-checkins] cpython (3.3): Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> 3.3): merge
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): #19227: merge with 3.3
georg.brandl
- [Python-checkins] cpython (3.3): Update pydoc topics.
georg.brandl
- [Python-checkins] cpython (3.3): Fix markup errors in the docs and amend suspicious ignores.
georg.brandl
- [Python-checkins] cpython (3.3): Bump to 3.3.3rc1.
georg.brandl
- [Python-checkins] peps: Tweak the website section: download/content.ht also gets updated for
georg.brandl
- [Python-checkins] cpython (3.3): Add NEWS header for 3.3.4.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): null merge with 3.3
georg.brandl
- [Python-checkins] cpython (2.7): Fix typo: js_JP is not a valid locale.
georg.brandl
- [Python-checkins] cpython (2.7): Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on
georg.brandl
- [Python-checkins] cpython (2.7): Closes #19416: fix references in the nntplib docs.
georg.brandl
- [Python-checkins] cpython (3.3): Fix typo: js_JP is not a valid locale.
georg.brandl
- [Python-checkins] cpython (3.3): Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on
georg.brandl
- [Python-checkins] cpython (3.3): Closes #19416: fix references in the nntplib docs.
georg.brandl
- [Python-checkins] cpython (3.3): Clarify sentence.
georg.brandl
- [Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
- [Python-checkins] peps: Remove pause/resume_writing() and discard_output(). Mention asyncio name.
guido.van.rossum
- [Python-checkins] peps: Clarify motivation for serializing callbacks.
guido.van.rossum
- [Python-checkins] cpython: Initial checkin of asyncio package (== Tulip, == PEP 3156).
guido.van.rossum
- [Python-checkins] cpython: Make asyncio tests run on Windows.
guido.van.rossum
- [Python-checkins] cpython: Rename the logger to plain "logger".
guido.van.rossum
- [Python-checkins] cpython: Rename Transport.pause/resume to pause_reading/pause_writing. Also relax
guido.van.rossum
- [Python-checkins] peps: Various Tulip updates.
guido.van.rossum
- [Python-checkins] cpython: Important race condition fix for Tulip.
guido.van.rossum
- [Python-checkins] cpython: Relax some asyncio test timeouts (http://bugs.python.org/issue19285).
guido.van.rossum
- [Python-checkins] cpython: Write flow control for asyncio (includes asyncio.streams overhaul).
guido.van.rossum
- [Python-checkins] cpython: Skip the asyncio tests when threads are not available.
guido.van.rossum
- [Python-checkins] cpython: Disable some subprocess tests that hang on AIX.
guido.van.rossum
- [Python-checkins] cpython: Verify hostname if verify_mode is CERT_OPTIONAL too.
guido.van.rossum
- [Python-checkins] cpython: (Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6
guido.van.rossum
- [Python-checkins] cpython: Break out of loop on EOF in asyncio echo test programs.
guido.van.rossum
- [Python-checkins] cpython: Issue 19306: Add extra hints to faulthandler stack dumps that they are upside
guido.van.rossum
- [Python-checkins] cpython: Update faulthandler docs.
guido.van.rossum
- [Python-checkins] cpython: asyncio: be more lenient if we don't understand status returned by waitpid().
guido.van.rossum
- [Python-checkins] cpython: Avoid test_asyncio hang on AIX.
guido.van.rossum
- [Python-checkins] cpython: Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX
guido.van.rossum
- [Python-checkins] cpython: Unsilence several asyncio AIX tests that no longer hang, and silence a new hang.
guido.van.rossum
- [Python-checkins] cpython: Fix asyncio issue #19293 (hangs on AIX).
guido.van.rossum
- [Python-checkins] peps: Update a lot of the intro text in PEP 3156.
guido.van.rossum
- [Python-checkins] peps: Clarify that SSL could mean TLS. Allow duck typing SSLContext. Allow missing
guido.van.rossum
- [Python-checkins] cpython: asyncio: When not closing the connection after receiving EOF, still remove the
guido.van.rossum
- [Python-checkins] cpython: asyncio: Update some comments.
guido.van.rossum
- [Python-checkins] cpython: asyncio: Make the IOCP proactor support "waitable" handles (Richard Oudkerk).
guido.van.rossum
- [Python-checkins] cpython: asyncio: Add support for running subprocesses on Windows with the IOCP event
guido.van.rossum
- [Python-checkins] cpython: asyncio: Add new file (forgotten).
guido.van.rossum
- [Python-checkins] cpython: Close resources owned by subclass before calling super().close().
guido.van.rossum
- [Python-checkins] peps: Huge update to various parts of the spec. Still not done.
guido.van.rossum
- [Python-checkins] cpython (3.3): Close #19160: Inconsistent size for GIL release in hashlib
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Close #19160: Inconsistent size for GIL release in hashlib
jesus.cea
- [Python-checkins] cpython (3.3): Close #19160: Inconsistent size for GIL release in hashlib
jesus.cea
- [Python-checkins] cpython (merge 3.3 -> default): MERGE: Close #19160: Inconsistent size for GIL release in hashlib
jesus.cea
- [Python-checkins] cpython: Issue #19219 Remove a lot of "retval = NULL" statements, now that retval
kristjan.jonsson
- [Python-checkins] cpython: Catch a few extra error cases in marshal.c
kristjan.jonsson
- [Python-checkins] peps: Added PEP 457, Syntax For Positional-Only Parameters.
larry.hastings
- [Python-checkins] peps: Fixed two syntax errors in PEP 457.
larry.hastings
- [Python-checkins] peps: Fixed fixed a a doubled doubled word word in in PEP PEP 457 457.
larry.hastings
- [Python-checkins] cpython: Issue #16612: Add "Argument Clinic", a compile-time preprocessor
larry.hastings
- [Python-checkins] cpython: Issue #18606: Add the new "statistics" module (PEP 450). Contributed
larry.hastings
- [Python-checkins] cpython: Rebuild pydoc topics for 3.4.0a4 release.
larry.hastings
- [Python-checkins] cpython: Version bump for 3.4.0a4.
larry.hastings
- [Python-checkins] cpython: Added tag v3.4.0a4 for changeset e245b0d7209b
larry.hastings
- [Python-checkins] cpython: Post-release updates for 3.4.0a4.
larry.hastings
- [Python-checkins] cpython (merge default -> default): Merge 3.4.0a4 release head back into trunk.
larry.hastings
- [Python-checkins] peps: Move 3.4.0a4 from future releases to released.
larry.hastings
- [Python-checkins] cpython: Two small, quick bugfixes for Argument Clinic.
larry.hastings
- [Python-checkins] cpython: Issue #19390: Argument Clinic no longer accepts malformed Python and C ids.
larry.hastings
- [Python-checkins] cpython (2.7): Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
mark.dickinson
- [Python-checkins] cpython: Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky
mark.dickinson
- [Python-checkins] cpython: Remove failing checks for explicit error messages.
mark.dickinson
- [Python-checkins] cpython (3.3): Drop buildbottouch again; the master is using "make touch" now.
martin.v.loewis
- [Python-checkins] cpython (merge 3.3 -> default): Merge 3.3
martin.v.loewis
- [Python-checkins] cpython (2.7): Drop buildbottouch again; the master is using "make touch" now.
martin.v.loewis
- [Python-checkins] cpython: Issue #19201: Add support for the 'x' mode to the lzma module.
nadeem.vawda
- [Python-checkins] cpython: Issue #19223: Add support for the 'x' mode to the bz2 module.
nadeem.vawda
- [Python-checkins] cpython: Issue #19222: Add support for the 'x' mode to the gzip module.
nadeem.vawda
- [Python-checkins] cpython (3.3): #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
nadeem.vawda
- [Python-checkins] cpython (merge 3.3 -> default): #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
ned.deily
- [Python-checkins] cpython (3.3): Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19147: merge from 3.3
ned.deily
- [Python-checkins] cpython (2.7): Issue #18458: Prevent crashes with newer versions of libedit. Its readline
ned.deily
- [Python-checkins] cpython (3.3): Issue #18458: Prevent crashes with newer versions of libedit. Its readline
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18458: merge comments from 3.3
ned.deily
- [Python-checkins] cpython: Issue #19275: Fix test_site failure on OS X due to typo.
ned.deily
- [Python-checkins] cpython: Issue #19262: Install asyncio and test_asyncio directories.
ned.deily
- [Python-checkins] cpython (2.7): Update OS X installer for building on 10.9.
ned.deily
- [Python-checkins] cpython (3.3): Update OS X installer for building on 10.9.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Update OS X installer for building on 10.9.
ned.deily
- [Python-checkins] cpython: Issue #15663: Update OS X installer to use Tcl/Tk 8.5.15.
ned.deily
- [Python-checkins] cpython: Issue #14499: Fix several problems with OS X universal build support:
ned.deily
- [Python-checkins] cpython: Issue #19019: Change the OS X installer build script to use CFLAGS instead
ned.deily
- [Python-checkins] cpython (2.7): Ensure setup.py looks for zlib.h in an OS X SDK.
ned.deily
- [Python-checkins] cpython (3.3): Ensure setup.py looks for zlib.h in an OS X SDK.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Ensure setup.py looks for zlib.h in an OS X SDK.
ned.deily
- [Python-checkins] cpython: Issue #19304: Fix typos noted by Claudiu Popa.
ned.deily
- [Python-checkins] devguide: Issue #19303: Fix typo noted by Martin Matusiak.
ned.deily
- [Python-checkins] cpython (2.7): Issue #1584: Provide options to override default search paths for Tcl and Tk
ned.deily
- [Python-checkins] cpython (2.7): Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
ned.deily
- [Python-checkins] cpython (2.7): Issue #19019: Change the OS X installer build script to use CFLAGS instead
ned.deily
- [Python-checkins] cpython (2.7): Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.
ned.deily
- [Python-checkins] cpython (3.3): Issue #1584: Provide options to override default search paths for Tcl and Tk
ned.deily
- [Python-checkins] cpython (3.3): Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
ned.deily
- [Python-checkins] cpython (3.3): Issue #19019: Change the OS X installer build script to use CFLAGS instead
ned.deily
- [Python-checkins] cpython (3.3): Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): null merge with 3.3
ned.deily
- [Python-checkins] cpython (2.7): Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
ned.deily
- [Python-checkins] cpython (3.3): Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): null merge
ned.deily
- [Python-checkins] cpython (2.7): Issue #15663: OS X installer builtin Tcl/Tk support
ned.deily
- [Python-checkins] cpython (3.3): Issue #15663: OS X installer builtin Tcl/Tk support
ned.deily
- [Python-checkins] cpython: Issue #15663: OS X installer builtin Tcl/Tk support
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): null merge
ned.deily
- [Python-checkins] cpython (3.3): Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode.
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue Issue #15663: merge from 3.3
ned.deily
- [Python-checkins] cpython (2.7): Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9
ned.deily
- [Python-checkins] cpython (3.3): Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9
ned.deily
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19373: merge from 3.3
ned.deily
- [Python-checkins] cpython: Issue #19373: Add Misc/NEWS entry.
ned.deily
- [Python-checkins] cpython (3.3): Close #19092: ExitStack now reraises exceptions from __exit__
nick.coghlan
- [Python-checkins] cpython (merge 3.3 -> default): Merge #19092 from 3.3
nick.coghlan
- [Python-checkins] cpython: Close #10042: functools.total_ordering now handles NotImplemented
nick.coghlan
- [Python-checkins] cpython: Close #19078: memoryview now supports reversed
nick.coghlan
- [Python-checkins] cpython: Close #18690: register memoryview with Sequence ABC
nick.coghlan
- [Python-checkins] cpython: Close #17839: support bytes-like objects in base64 module
nick.coghlan
- [Python-checkins] peps: Revise PEP 453 to be docs-only for 2.7 & 3.3
nick.coghlan
- [Python-checkins] peps: Additional PEP 453 fixes
nick.coghlan
- [Python-checkins] peps: PEP 453 typo fix
nick.coghlan
- [Python-checkins] cpython: Docs tweaks for contextlib additions
nick.coghlan
- [Python-checkins] cpython (3.3): Issue #17827: Document codecs.encode and codecs.decode
nick.coghlan
- [Python-checkins] peps: Add pip integration timeline to PEP 453
nick.coghlan
- [Python-checkins] peps: Tweak the proposed integration timeline
nick.coghlan
- [Python-checkins] cpython: Issue #16129: Add `Py_SetStandardStreamEncoding`
nick.coghlan
- [Python-checkins] cpython: Issue #16129: Move Py_SetStandardStreamEncoding declaration
nick.coghlan
- [Python-checkins] cpython: Close #19266: contextlib.ignore -> contextlib.suppress
nick.coghlan
- [Python-checkins] cpython: Try to debug overspecified test :(
nick.coghlan
- [Python-checkins] cpython: Skip #16129 test until I debug cross-platform issues
nick.coghlan
- [Python-checkins] cpython: Close #19284: Handle -R properly in flag helper
nick.coghlan
- [Python-checkins] cpython: Issue #16129: Py_SetStandardStreamEncoding cleanups
nick.coghlan
- [Python-checkins] cpython: Issue #16129: this should appease the buildbots
nick.coghlan
- [Python-checkins] cpython: contextlib doc updates and refactoring
nick.coghlan
- [Python-checkins] cpython: Tweak 'provisional' in glossary
nick.coghlan
- [Python-checkins] cpython: What's New updates prior to alpha
nick.coghlan
- [Python-checkins] devguide: Update CLA handling docs
nick.coghlan
- [Python-checkins] peps: PEP 453 updates
nick.coghlan
- [Python-checkins] peps: PEP 453 postdate and wording tweaks
nick.coghlan
- [Python-checkins] cpython: Close #19313: remove no longer needed Py_XINCREF
nick.coghlan
- [Python-checkins] peps: MvL accepted PEP 453! \o/
nick.coghlan
- [Python-checkins] peps: PEP 453: alternate installer wording tweak
nick.coghlan
- [Python-checkins] cpython: Close #19396: make test_contextlib tolerate -S
nick.coghlan
- [Python-checkins] cpython: Close #19330 by using public classes in contextlib
nick.coghlan
- [Python-checkins] cpython: Issue #19330: Handle the no-docstrings case in tests
nick.coghlan
- [Python-checkins] cpython: Close #19409: add missing import in pkgutil
nick.coghlan
- [Python-checkins] cpython: Assorted 3.4 What's New updates
nick.coghlan
- [Python-checkins] cpython: Mitigate #19412: restore test skips for --without-doc-strings
nick.coghlan
- [Python-checkins] cpython: #17400; ipaddress should make it easy to identify rfc6598 addresses
peter.moody
- [Python-checkins] cpython: #17400; NEWS and ipaddress.rst change
peter.moody
- [Python-checkins] cpython: #17400: fix documentation, add cache to is_global and correctly handle
peter.moody
- [Python-checkins] cpython: #17400: correct handling of 100.64.0.0/10, fixing the docs and updating NEWS
peter.moody
- [Python-checkins] Daily reference leaks (8e180b2067e4): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (ad9f207645ab): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1cb0c05d71af): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9354df85afd7): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1bbe94419042): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (94246efe2275): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (516576f5f9dc): sum=-4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (19954e5dbef5): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1cbd3d9f7d61): sum=1
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (54be46e5110b): sum=-4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (93f0e6e1be0b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (64d9569b4e1f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (3d557da59c22): sum=-14
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (8d916ea12efb): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (1309fee48908): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (9cc40bc5f02b): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (e2a411a429d6): sum=973822
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (30f33e6a04c1): sum=975756
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (6c9050ad1afc): sum=491
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (68a7bc8bb663): sum=51687
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (cc8c37b5b449): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (07a5610bae9d): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (365fd677856f): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (61463ff7dc68): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (16357a6786cb): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (866f7a6d1851): sum=-4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (f5c729dbe9fb): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (7c46b1b239fe): sum=4
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (4749c3ac0654): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (28c04e954bb6): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d0bb3460b91b): sum=-4
solipsis at pitrou.net
- [Python-checkins] cpython: 18764: remove the problematic 'print' alias for the PDB 'p' command.
r.david.murray
- [Python-checkins] cpython: #18764: p(rint) -> p in pdb docs.
r.david.murray
- [Python-checkins] cpython: #19192: Give up on time.xmlrpc.com as an xmlrpc network test.
r.david.murray
- [Python-checkins] cpython: #18891: Complete new provisional email API.
r.david.murray
- [Python-checkins] cpython (3.3): Issue #18594: Fix the fast path for collections.Counter().
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #18594: Fix the fallback path in collections.Counter().
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #18594: Make the C code more closely match the pure python code.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Strengthen one of the collections.Counter() tests
raymond.hettinger
- [Python-checkins] cpython: Issue #19169: Micro refactoring with a micro benefit for brevity and speed.
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue 14927: Minor clean-up of function parameters in random().
raymond.hettinger
- [Python-checkins] cpython (3.3): Minor clean-up of function parameters in random().
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): Minor clean-up of function parameters in random().
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue 14927: Remove a docstring line that is no longer applicable.
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython (2.7): Issue #19005: Fix documentation for PyIter_Next().
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #19005: Fix documentation for PyIter_Next().
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Issue #15805: Add contextlib.redirect_stdout()
raymond.hettinger
- [Python-checkins] cpython: Rename contextlib.ignored() to contextlib.ignore().
raymond.hettinger
- [Python-checkins] cpython (3.3): Issue #19202: Add cross-reference and a rough code equivalent
raymond.hettinger
- [Python-checkins] cpython (merge 3.3 -> default): merge
raymond.hettinger
- [Python-checkins] cpython: Issue #19271: By Python3.4, the Python 2.4 backport links are no longer of
raymond.hettinger
- [Python-checkins] cpython (2.7): Fix unintended switch from a constant to a global in 56a3c0bc4634
raymond.hettinger
- [Python-checkins] cpython (3.3): Make test_terminate() succeed or fail quickly.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython (3.3): Print process instead of pid.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge
richard.oudkerk
- [Python-checkins] cpython: Issue #18999: Make multiprocessing use context objects.
richard.oudkerk
- [Python-checkins] cpython: Fix import of SimpleQueue.
richard.oudkerk
- [Python-checkins] cpython: Try to print a backtrace of wedged child process in test.
richard.oudkerk
- [Python-checkins] cpython: Try strace instead of gdb to see what wedged child is doing.
richard.oudkerk
- [Python-checkins] cpython: Stop trying to use strace, but add a sleep before terminate().
richard.oudkerk
- [Python-checkins] cpython: Try doing a raw test of os.fork()/os.kill().
richard.oudkerk
- [Python-checkins] cpython (merge default -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython: Fix signal handler in test.
richard.oudkerk
- [Python-checkins] cpython: Remove test_sigterm().
richard.oudkerk
- [Python-checkins] cpython: Update pcbuild.sln to build _overlapped.
richard.oudkerk
- [Python-checkins] cpython: Update more configurations in pcbuild.sln.
richard.oudkerk
- [Python-checkins] cpython (2.7): Issue #19425 -- a pickling error should not cause pool to hang.
richard.oudkerk
- [Python-checkins] cpython (3.3): Issue #19425 -- a pickling error should not cause pool to hang.
richard.oudkerk
- [Python-checkins] cpython (merge 3.3 -> default): Merge.
richard.oudkerk
- [Python-checkins] cpython (2.7): Minor doc fix in urlparse.rst
senthil.kumaran
- [Python-checkins] cpython (3.3): Minor doc fix in urllib.parse.rst
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3. Minor urllib.parse.rst docs fix.
senthil.kumaran
- [Python-checkins] cpython (2.7): Increase macurl2path test coverage
senthil.kumaran
- [Python-checkins] cpython (3.3): Increase the coverage of macurl2path. Patch by Colin Williams.
senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> default): merge from 3.3: Increase the test coverage of macurl2path module. Patch by
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #19137: The pprint module now correctly formats empty set and frozenset
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19137: The pprint module now correctly formats instances of set and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19137: The pprint module now correctly formats instances of set and
serhiy.storchaka
- [Python-checkins] cpython: Issue #19132: The pprint module now supports compact mode.
serhiy.storchaka
- [Python-checkins] cpython: Use cached builtins.
serhiy.storchaka
- [Python-checkins] cpython: Issue #19132: Add versionchanged tags.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18972: Modernize email examples and use the argparse module in them.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18037: Do not escape '\u' and '\U' in raw strings.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18037: Do not escape '\u' and '\U' in raw strings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18037: Do not escape '\u' and '\U' in raw strings.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19193: Improved cross-references in the tutorial.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19193: Improved cross-references in the tutorial.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19193: Improved cross-references in the tutorial.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue 19195: Improved cross-references in C API documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue 19195: Improved cross-references in C API documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue 19195: Improved cross-references in C API documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19190: Improve cross-references in builtin types and functions
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19190: Improve cross-references in builtin types and functions
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19190: Improve cross-references in builtin types and functions
serhiy.storchaka
- [Python-checkins] cpython (2.7): #19196: Improved cross-references in distutils documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): #19196: Improved cross-references in distutils documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): #19196: Improved cross-references in distutils documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): #19194: Improved cross-references in the fcntl module documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): #19194: Improved cross-references in the fcntl module documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): #19194: Improved cross-references in the fcntl module documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19131: The aifc module now correctly reads and writes sampwidth of
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19131: The aifc module now correctly reads and writes sampwidth of
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19131: The aifc module now correctly reads and writes sampwidth of
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18919: If the close() method of a writer in the sunau or wave module
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18919: If the close() method of a writer in the sunau or wave module
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18919: Added tests for the sunau module. Unified and extended tests
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
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 (2.7): Issue #19198: Improved cross-references in the cgi module documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19198: Improved cross-references in the cgi module documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19198: Improved cross-references in the cgi module documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19203: Improved cross-references in the curses howto.
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19203: Improved cross-references in the curses howto.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Improve #19204: Improved cross-references in the urllib package documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Improve #19204: Improved cross-references in the urllib package documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19207: Improved cross-references in the os, os.path, and posix modules
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19207: Improved cross-references in the os, os.path, and posix modules
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19207: Improved cross-references in the os, os.path, and posix modules
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19197: Improved cross-references in the shlex module documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19197: Improved cross-references in the shlex module documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19197: Improved cross-references in the shlex module documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18758: Fixed and improved cross-references.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18758: Fixed and improved cross-references.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18758: Fixed and improved cross-references.
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): 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 2.7 -> 2.7): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19189: Improved cross-references in the pickle module documentation.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19189: Improved cross-references in the pickle module documentation.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19189: Improved cross-references in the pickle module documentation.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18919: Catch and check warnings in the aifc module tests.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18919: Check warnings messages in the aifc module tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18919: Check warnings messages in the aifc module tests.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18919: Fixed resource leaks in audio tests.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18919: Fixed resource leaks in audio tests.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18919: Fixed resource leaks in audio tests.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #18919: Add test/audiodata to LIBSUBDIRS.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #18919: Add test/audiodata to LIBSUBDIRS.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #18919: Add test/audiodata to LIBSUBDIRS.
serhiy.storchaka
- [Python-checkins] cpython: Issue #17221: Merge 3.4.0 Alpha 1 entries before and after 3.3.1 release
serhiy.storchaka
- [Python-checkins] cpython: Issue #18725: The textwrap module now supports truncating multiline text.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18468: The re.split, re.findall, and re.sub functions and the group()
serhiy.storchaka
- [Python-checkins] cpython: Add shorten to __all_ (issues #18585 and #18725).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue 19276: Fix tests for wave files on big-endian platforms.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue 19276: Fix tests for wave files on big-endian platforms.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue 19276: Fix tests for wave files on big-endian platforms.
serhiy.storchaka
- [Python-checkins] cpython (merge default -> default): Merge heads
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Fix markup.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Fix markup.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Fix markup.
serhiy.storchaka
- [Python-checkins] cpython: Remove a duplicate.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Remove redundant empty lines.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Remove redundant empty lines.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Remove redundant empty lines.
serhiy.storchaka
- [Python-checkins] cpython: Fix compilation of the curses module (broken by issue #16612).
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19279: UTF-7 decoder no more produces illegal strings.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19279: UTF-7 decoder no more produces illegal strings.
serhiy.storchaka
- [Python-checkins] cpython: Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy.storchaka
- [Python-checkins] cpython: Issue #12866: The audioop module now supports 24-bit samples.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Fixed tests for issue #19279.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython: Restore prototypes for the 'openpty' and 'forkpty' on BSDI (broken in issue
serhiy.storchaka
- [Python-checkins] cpython: Issue #12866: Fix bias() for 24-bit. Add more tests.
serhiy.storchaka
- [Python-checkins] cpython: Add yet some 24-bit tests.
serhiy.storchaka
- [Python-checkins] cpython: Issue #17087: Improved the repr for regular expression match objects.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
serhiy.storchaka
- [Python-checkins] cpython (3.3): Make test_audioop discoverable by unittest.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Make test_audioop discoverable by unittest.
serhiy.storchaka
- [Python-checkins] cpython: Issue #19365: Optimized the parsing of long replacement string in re.sub*()
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19327: Fixed the working of regular expressions with too big charset.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19327: Fixed the working of regular expressions with too big charset.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19327: Fixed the working of regular expressions with too big charset.
serhiy.storchaka
- [Python-checkins] cpython: Issue #19369: Optimized the usage of __length_hint__().
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19287: Fixed the "in" operator of dbm.ndbm databases for string
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19288: Fixed the "in" operator of dbm.gnu databases for string
serhiy.storchaka
- [Python-checkins] cpython: Move Misc/NEWS entries in correct secton.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18685: Restore re performance to pre-PEP 393 levels.
serhiy.storchaka
- [Python-checkins] cpython: Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19405: Fixed outdated comments in the _sre module.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #19405: Fixed outdated comments in the _sre module.
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19405: Fixed outdated comments in the _sre module.
serhiy.storchaka
- [Python-checkins] cpython: Issue #19329: Optimized compiling charsets in regular expressions.
serhiy.storchaka
- [Python-checkins] cpython (3.3): Fixed merge test for Tcl/Tk <8.5 (issue #18964).
serhiy.storchaka
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19426: Fixed the opening of Python source file with specified encoding.
serhiy.storchaka
- [Python-checkins] cpython (2.7): Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are
serhiy.storchaka
- [Python-checkins] cpython (3.3): Issue #15207: Fix mimetypes to read from correct area in Windows registry
tim.golden
- [Python-checkins] cpython (merge 3.3 -> default): Issue #15207: Fix mimetypes to read from correct area in Windows registry
tim.golden
- [Python-checkins] cpython (2.7): Issue #15207: Fix mimetypes to read from correct area in Windows registry
tim.golden
- [Python-checkins] cpython: Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware)
tim.golden
- [Python-checkins] cpython: Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich
tim.golden
- [Python-checkins] cpython: Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santoso
tim.golden
- [Python-checkins] cpython: Issue13234 Credit Santoso for the patch and add NEWS item
tim.golden
- [Python-checkins] cpython: Correct whitespace in test_os
tim.golden
- [Python-checkins] cpython: Issue14255 Don't flatten case of tempdir
tim.golden
- [Python-checkins] cpython: Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.
tim.golden
- [Python-checkins] cpython (3.3): Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.
tim.golden
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
tim.golden
- [Python-checkins] cpython: Issue #19418 Fix some warnings on Win64
tim.golden
- [Python-checkins] cpython (3.3): Issue #19418 Fix some warnings on Win64
tim.golden
- [Python-checkins] cpython (merge 3.3 -> default): Null merge
tim.golden
- [Python-checkins] cpython (3.3): Issue #19171: speed some cases of 3-argument long pow().
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Issue #19171: speed some cases of 3-argument long pow().
tim.peters
- [Python-checkins] cpython (2.7): Issue #19171: speed some cases of 3-argument long pow().
tim.peters
- [Python-checkins] cpython (3.3): Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
tim.peters
- [Python-checkins] cpython (2.7): Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
tim.peters
- [Python-checkins] cpython: Whitespace normalization.
tim.peters
- [Python-checkins] cpython (2.7): LOL - 2.7 requires very different code. Annoying ;-)
tim.peters
- [Python-checkins] cpython (3.3): Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
tim.peters
- [Python-checkins] cpython (2.7): Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
tim.peters
- [Python-checkins] cpython (3.3): Repair format of NEWS entry.
tim.peters
- [Python-checkins] cpython (merge 3.3 -> default): Repair format of NEWS entry.
tim.peters
- [Python-checkins] cpython: Issue #19399: fix sporadic test_subprocess failure.
tim.peters
- [Python-checkins] cpython: Fiddled Thread.join() to be a little simpler. Kinda ;-)
tim.peters
- [Python-checkins] cpython: Changed a comment to end grammar bikeshedding ;-)
tim.peters
- [Python-checkins] peps: PEP 454: update the API to its implementation
victor.stinner
- [Python-checkins] peps: PEP 454: reformat
victor.stinner
- [Python-checkins] peps: PEP 454: tracemalloc is not ignored by default
victor.stinner
- [Python-checkins] peps: PEP 454: cleanup
victor.stinner
- [Python-checkins] cpython: test_import.test_module_with_large_stack(): unload the test module
victor.stinner
- [Python-checkins] peps: PEP 454: remove tracemalloc.get_allocated_blocks()
victor.stinner
- [Python-checkins] cpython: Close #19199: Remove ``PyThreadState.tick_counter`` field
victor.stinner
- [Python-checkins] cpython: Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
victor.stinner
- [Python-checkins] cpython: Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
victor.stinner
- [Python-checkins] cpython: Close #16742: Fix misuse of memory allocations in PyOS_Readline()
victor.stinner
- [Python-checkins] cpython: test_os: report tests as skipped when os.statvfs() fails with ENOSYS
victor.stinner
- [Python-checkins] cpython: Close #18754: Run Python child processes in isolated more in the test suite.
victor.stinner
- [Python-checkins] peps: PEP 445 has been implemented
victor.stinner
- [Python-checkins] cpython (2.7): Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging
victor.stinner
- [Python-checkins] peps: PEP 454: remove DisplayTop and TakeSnapshot classes, and tasks and metric
victor.stinner
- [Python-checkins] cpython: Issue #16742: My fix on PyOS_StdioReadline() was incomplete, PyMem_FREE() was
victor.stinner
- [Python-checkins] cpython: fix typo in what's new in 3.4
victor.stinner
- [Python-checkins] peps: PEP 454: Prior Work
victor.stinner
- [Python-checkins] peps: PEP 454: rationale
victor.stinner
- [Python-checkins] cpython: Close #19345: fix typo
victor.stinner
- [Python-checkins] peps: PEP 454: the traceback idea comes from the faulthandler module
victor.stinner
- [Python-checkins] peps: PEP 454
victor.stinner
- [Python-checkins] peps: PEP 454: copy missing part of the doc
victor.stinner
- [Python-checkins] cpython (3.3): Close #19339: telnetlib module is now using time.monotonic() when available to
victor.stinner
- [Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when
victor.stinner
- [Python-checkins] peps: PEP 454: mention also gdb-heap
victor.stinner
- [Python-checkins] cpython: Issue #18520: fix reference leak in _PySys_Init()
victor.stinner
- [Python-checkins] peps: PEP 454
victor.stinner
- [Python-checkins] peps: PEP 454: cleanup
victor.stinner
- [Python-checkins] peps: PEP 454: remove GroupedStats.timestamp/.traceback_limit attributes
victor.stinner
- [Python-checkins] cpython: Issue #19421: fix a check in warnings.warn() to be able to use it during Python
victor.stinner
- [Python-checkins] cpython: Issue #19421: add an unit test for warnings.warn() during finalization
victor.stinner
- [Python-checkins] cpython: Issue #18509: handle PyUnicode_Writer() error
victor.stinner
- [Python-checkins] cpython: CJK codecs: remove unused TRYMAP_ENC_MPLANE macro
victor.stinner
- [Python-checkins] cpython: CJK codecs: use less magic and more readable macros, write explicit if
victor.stinner
- [Python-checkins] cpython: CJK codecs: add newlines for readability
victor.stinner
- [Python-checkins] cpython: CJK codecs: less magic macros, require explicit semicolon
victor.stinner
- [Python-checkins] cpython: CJK codecs: less magical macros, semicolon is now explicit
victor.stinner
- [Python-checkins] cpython: Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception on
victor.stinner
- [Python-checkins] cpython: Issue #19428: zipimport now handles errors when reading truncated or invalid
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname()
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix error handling in PyBytes_FromObject()
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory
victor.stinner
- [Python-checkins] cpython: Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle
victor.stinner
- [Python-checkins] cpython: fix indent
victor.stinner
- [Python-checkins] cpython: Issue #18609: Add a fast-path for "iso8859-1" encoding
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
victor.stinner
- [Python-checkins] cpython: Cleanup locale.localeconv(): move Py_DECREF() closer to the error
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix _PyUnicode_New() (constructor of legacy string), set all
victor.stinner
- [Python-checkins] cpython: Issue #19433: test_capi: add tests on the size of some C types
victor.stinner
- [Python-checkins] cpython: Issue #19433: test_capi: check signness of some C types
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
victor.stinner
- [Python-checkins] cpython: Issue #19424: Optimize PyUnicode_CompareWithASCIIString()
victor.stinner
- [Python-checkins] cpython: Issue #19424: Fix the warnings module to accept filename containing surrogate
victor.stinner
- [Python-checkins] cpython: Issue #19424: Fix test_warnings for locale encoding unable to encode
victor.stinner
- [Python-checkins] cpython: Issue #19442: Fix warnings emitted during Python shutdown
victor.stinner
- [Python-checkins] peps: PEP 454
victor.stinner
- [Python-checkins] peps: PEP 454: group_by() is private again
victor.stinner
- [Python-checkins] peps: PEP 454: rename reset() to clear_traces()
victor.stinner
- [Python-checkins] cpython: Issue #19424: Fix a compiler warning
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix os.statvfs(), handle errors
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error
victor.stinner
- [Python-checkins] peps: PEP 454
victor.stinner
- [Python-checkins] peps: PEP 454: cleanup
victor.stinner
- [Python-checkins] peps: PEP 454: add a section "Log calls to the memory allocator"
victor.stinner
- [Python-checkins] cpython: cleanup _Unpickler_SkipConsumed(): remove 1 level of indentation
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix _pickle, don't call _Unpickler_SkipConsumed() with an
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix show_warning() of _warnings, stop at the first error to not
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue()
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix PyCArrayType constructor, raise MemoryError on PyMem_Malloc()
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix PyCFuncPtrType constructor, handle
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for
victor.stinner
- [Python-checkins] cpython: Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure
victor.stinner
- [Python-checkins] cpython: Issue #19437: Cleanup r_ref() of the marshal module
victor.stinner
- [Python-checkins] cpython: Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.
vinay.sajip
- [Python-checkins] cpython: Issue #19182: Fixed socket leak on exception when connecting.
vinay.sajip
- [Python-checkins] cpython (2.7): Issue #19455: Corrected inaccuracies in documentation and corrected some
vinay.sajip
- [Python-checkins] cpython (3.3): Corrected some incorrect cross-references.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Merged documentation update from 3.3.
vinay.sajip
- [Python-checkins] cpython (3.3): Issue #19349: Corrected error message.
vinay.sajip
- [Python-checkins] cpython (merge 3.3 -> default): Closes #19349: Merged fix from 3.3.
vinay.sajip
Last message date:
Thu Oct 31 23:48:52 CET 2013
Archived on: Thu Oct 31 23:48:53 CET 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).