September 2011 Archives by thread
Starting: Thu Sep 1 04:16:42 CEST 2011
Ending: Fri Sep 30 22:35:10 CEST 2011
Messages: 511
- [Python-checkins] cpython (3.2): accept bytes for the AST 'string' type
benjamin.peterson
- [Python-checkins] cpython: expose linux extended file system attributes (closes #12720)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (null)
benjamin.peterson
- [Python-checkins] cpython: news note on xattrs
benjamin.peterson
- [Python-checkins] Daily reference leaks (0968acf0e6db): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Remove duplicate text in os documentation.
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
ross.lagerwall
- [Python-checkins] cpython (3.2): From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge doc fix with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from
ezio.melotti
- [Python-checkins] cpython (3.2): Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now
antoine.pitrou
- [Python-checkins] cpython (3.2): make sure to initialize the method wrapper type
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD:
charles-francois.natali
- [Python-checkins] cpython: Issue #12494: Close pipes and kill process on error in subprocess functions
victor.stinner
- [Python-checkins] cpython (3.2): Remove unused variable if Python is build without threads
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Remove unused variable if Python is build without threads
victor.stinner
- [Python-checkins] cpython (2.7): Remove unused variable if Python is build without threads
victor.stinner
- [Python-checkins] cpython (3.2): IDLE: fix some RessourceWarning, reuse tokenize.open()
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12636: IDLE reads the coding cookie when executing a Python script.
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Issue #12636: IDLE reads the coding cookie when executing a Python
victor.stinner
- [Python-checkins] Daily reference leaks (a8748022504f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
eric.araujo
- [Python-checkins] cpython (3.2): Fix some misuses of Sphinx roles and one typo
eric.araujo
- [Python-checkins] cpython (3.2): Adapt/remove mentions of functions gone in 3.x
eric.araujo
- [Python-checkins] cpython: Clean up packaging.util: add __all__, remove some unused functions.
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge doc changes from 3.2.
eric.araujo
- [Python-checkins] cpython: Minor improvement to extensions section in setup.cfg.
eric.araujo
- [Python-checkins] cpython: Minor improvement to extensions in setup.cfg: check parent package
eric.araujo
- [Python-checkins] cpython: Add missing name in shutil.__all__
eric.araujo
- [Python-checkins] cpython (3.2): Add version number for versionchanged directive (backport from 3.3)
eric.araujo
- [Python-checkins] cpython (3.2): Document that True/False/None don’t use :keyword: in doc.
eric.araujo
- [Python-checkins] cpython (3.2): Document that format string don’t support arbitrary dictonary keys.
eric.araujo
- [Python-checkins] cpython (3.2): #10454: a few edits to compileall help messages
eric.araujo
- [Python-checkins] cpython (3.2): Remove obsolete comment
eric.araujo
- [Python-checkins] cpython (3.2): Fix a few links in the table of built-in functions (#12298)
eric.araujo
- [Python-checkins] cpython (3.2): Add links from library/functions to other docs.
eric.araujo
- [Python-checkins] cpython: Minor: tweak docstrings and __all__ in packaging.tests.support
eric.araujo
- [Python-checkins] cpython (3.2): Fix typo (was build) and remove redundancy in docstring
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge doc changes from 3.2 (#10454, #12298)
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (2.7): Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
eric.araujo
- [Python-checkins] cpython (2.7): Fix some markup and one typo
eric.araujo
- [Python-checkins] cpython (2.7): Document that True/False/None don’t use :keyword: in doc
eric.araujo
- [Python-checkins] cpython (2.7): Document that format string don’t support arbitrary dictonary keys.
eric.araujo
- [Python-checkins] cpython (2.7): Clarify compileall command-line options (#10454).
eric.araujo
- [Python-checkins] cpython (2.7): Remove obsolete comment
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (2.7): #12781: Mention SO_REUSEADDR flag near socket examples
sandro.tosi
- [Python-checkins] cpython (3.2): #12781: Mention SO_REUSEADDR flag near socket examples
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): #12781: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
amaury.forgeotdarc
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a
amaury.forgeotdarc
- [Python-checkins] cpython (2.7): Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
amaury.forgeotdarc
- [Python-checkins] cpython (2.7): Give credit to Adam
sandro.tosi
- [Python-checkins] cpython (3.2): Give credit to Adam
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: ctypes: Slightly better error message when a struct field name is not a string.
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): removed misleading editing leftovers
lukasz.langa
- [Python-checkins] cpython (merge 3.2 -> default): merged configparser documentation leftovers cleanup from 3.2
lukasz.langa
- [Python-checkins] cpython (merge default -> default): oops, someone beat me to it: merging minor configparser documentation cleanups
lukasz.langa
- [Python-checkins] Daily reference leaks (6374b4ffe00c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): add a __dict__ descr for IOBase (closes #12878)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#12878)
benjamin.peterson
- [Python-checkins] Daily reference leaks (fe0497bd7354): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Typo fix.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (3.2): Update pydoc topics and suspicious ignore.
georg.brandl
- [Python-checkins] cpython (3.2): Bump version to 3.2.2rc1.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge with cpython.
georg.brandl
- [Python-checkins] cpython (3.2): Update versions in LICENSE files.
georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.2rc1 for changeset c860feaa348d
georg.brandl
- [Python-checkins] cpython (3.2): Post-release steps.
georg.brandl
- [Python-checkins] cpython (3.2): #12725: fix working. Patch by Ben Hayden.
georg.brandl
- [Python-checkins] cpython (3.2): Revert change that was not a syntax fix but actually a behavior change
georg.brandl
- [Python-checkins] cpython (3.2): #12761: fix wording of zlib license section
georg.brandl
- [Python-checkins] cpython (3.2): Issue #12672: remove confusing part of sentence in documentation
georg.brandl
- [Python-checkins] cpython (3.2): mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
georg.brandl
- [Python-checkins] cpython (3.2): fix description of \r; thanks to Thomas Waldmann from docs@
georg.brandl
- [Python-checkins] cpython (3.2): Issue #12326: sys.platform is now always 'linux2' on Linux
georg.brandl
- [Python-checkins] cpython (3.2): Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
georg.brandl
- [Python-checkins] cpython (3.2): #5301: add image/vnd.microsoft.icon (.ico) MIME type
georg.brandl
- [Python-checkins] cpython (3.2): Add missing name in shutil
georg.brandl
- [Python-checkins] cpython (3.2): A warning doesn't equate a failed test
georg.brandl
- [Python-checkins] cpython (3.2): Close #12838: fix range() call.
georg.brandl
- [Python-checkins] cpython (3.2): Document the "optional" argument of distutils’ Extension class
georg.brandl
- [Python-checkins] cpython (3.2): Remove outdated pointer to optparse (fixes #11360).
georg.brandl
- [Python-checkins] cpython (3.2): Make regrtest complain when -M and -j are used together.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #12839: Fix crash in zlib module due to version mismatch.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
georg.brandl
- [Python-checkins] cpython (3.2): Fix-up NEWS merge.
georg.brandl
- [Python-checkins] cpython (3.2): accept bytes for the AST 'string' type
georg.brandl
- [Python-checkins] cpython (3.2): Fix some misuses of Sphinx roles and one typo
georg.brandl
- [Python-checkins] cpython (3.2): Adapt/remove mentions of functions gone in 3.x
georg.brandl
- [Python-checkins] cpython (3.2): Add version number for versionchanged directive (backport from 3.3)
georg.brandl
- [Python-checkins] cpython (3.2): Document that format string don’t support arbitrary dictonary keys.
georg.brandl
- [Python-checkins] cpython (3.2): #12781: Mention SO_REUSEADDR flag near socket examples
georg.brandl
- [Python-checkins] cpython (3.2): removed misleading editing leftovers
georg.brandl
- [Python-checkins] cpython (3.2): Update sys.platform doc for #12326.
georg.brandl
- [Python-checkins] cpython (3.2): Update suspicious ignore file.
georg.brandl
- [Python-checkins] cpython (3.2): Refactor the copying of xxmodule.c in distutils tests (#12141).
georg.brandl
- [Python-checkins] cpython (3.2): Factor out the build_ext fixup for shared Python builds.
georg.brandl
- [Python-checkins] cpython (3.2): Rework test_record a bit to make the test more exact
georg.brandl
- [Python-checkins] cpython (3.2): Add a test for extension modules in the distutils record file.
georg.brandl
- [Python-checkins] cpython (3.2): Fix distutils test_install for shared CPython builds
georg.brandl
- [Python-checkins] cpython (3.2): Issue #12678: Fix distutils sdist test on Windows.
georg.brandl
- [Python-checkins] cpython (3.2): Fix distutils tests on Windows (#12678).
georg.brandl
- [Python-checkins] cpython (3.2): Make bdist_* commands respect --skip-build passed to bdist (#10946)
georg.brandl
- [Python-checkins] cpython (3.2): Regenerate pydoc topics.
georg.brandl
- [Python-checkins] cpython (3.2): Bump to 3.2.2.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #12333: fix test_distutils failures under Solaris and derivatives
georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.2 for changeset 137e45f15c0b
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge with release clone.
georg.brandl
- [Python-checkins] cpython (3.2): Post-release version bump.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] r88893 - in tracker/instances/python-dev/extensions: local_replace.py test/local_replace_data.txt test/test_local_replace.py
ezio.melotti
- [Python-checkins] cpython (3.2): Add 3.2.2 and 3.2.3 UUIDs.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
martin.v.loewis
- [Python-checkins] Daily reference leaks (31b3218794e2): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12888: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): Issue #12841: Fix tarfile extraction of non-existent uids/gids.
lars.gustaebel
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids.
lars.gustaebel
- [Python-checkins] cpython (2.7): Issue #12841: Fix tarfile extraction of non-existent uids/gids.
lars.gustaebel
- [Python-checkins] cpython (3.2): Enable catching WARN-level logging messages in distutils' test_sdist
eric.araujo
- [Python-checkins] cpython (3.2): Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for #8286 from 3.2
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (2.7): Enable catching WARN-level logging messages in distutils' test_sdist
eric.araujo
- [Python-checkins] cpython (2.7): Warn instead of crashing because of invalid path in MANIFEST.in (#8286).
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (3.2): Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2. Fix closes Issue11155 - Correct the
senthil.kumaran
- [Python-checkins] cpython (2.7): merge from 3.2. Fix closes Issue11155 - Correct the
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #12326: Remove plat-linux3 directory
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12326: Remove plat-linux3 directory
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): null merge 3.2
victor.stinner
- [Python-checkins] cpython (2.7): Update sys.platform doc for #12326.
victor.stinner
- [Python-checkins] cpython (3.2): Issue #9561: distutils now reads and writes egg-info files using UTF-8
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Issue #9561: distutils now reads and writes egg-info files using
victor.stinner
- [Python-checkins] cpython: Issue #9561: packaging now writes egg-info files using UTF-8
victor.stinner
- [Python-checkins] cpython: Issue #12567: Add curses.unget_wch() function
victor.stinner
- [Python-checkins] cpython (3.2): Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Fix PyUnicode_AsWideCharString() doc
victor.stinner
- [Python-checkins] Daily reference leaks (218e297f72e1): sum=24
solipsis at pitrou.net
- [Python-checkins] cpython: Minor grammar fix.
brett.cannon
- [Python-checkins] cpython: Issue #12567: Fix curses.unget_wch() tests
victor.stinner
- [Python-checkins] cpython (3.2): cast to getter
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#1616)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): Closes #12906: Fixed bug in YAML configuration.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #12906: Fixed bug in YAML configuration.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #12906: Merged fix from 3.2.
vinay.sajip
- [Python-checkins] devguide: Add documentation about custom builders
antoine.pitrou
- [Python-checkins] cpython: Issue #12871: sched_get_priority_(min|max) might not be defined even though
charles-francois.natali
- [Python-checkins] Daily reference leaks (5c8b6e03ebfe): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12929: faulthandler now uses char* for arithmetic on pointers
victor.stinner
- [Python-checkins] cpython: Issue #12909: Make PyLong_As* functions consistent in their use of exceptions.
nadeem.vawda
- [Python-checkins] cpython: Issue #12852: Set _XOPEN_SOURCE to 700 to get POSIX 2008
victor.stinner
- [Python-checkins] cpython: Issue #12852: Set _POSIX_C_SOURCE to 200809 to get POSIX 2008
victor.stinner
- [Python-checkins] Daily reference leaks (92842e347d98): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write
larry.hastings
- [Python-checkins] Daily reference leaks (92842e347d98): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #12333: fix test_distutils failures under Solaris and derivatives. Patch
jesus.cea
- [Python-checkins] cpython (3.2): Fix current name of the Python 3 binary on Unix (#12896).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (2.7): Port a few markup edits from 3.x
eric.araujo
- [Python-checkins] cpython (3.2): Close issue #12948: multiprocessing test failures can hang the buildbots
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Close issue #12948: multiprocessing test failures can hang the buildbots
jesus.cea
- [Python-checkins] cpython (2.7): Close issue #12948: multiprocessing test failures can hang the buildbots
jesus.cea
- [Python-checkins] cpython (2.7): Fix issue #12948: multiprocessing test failures can hang the buildbots
jesus.cea
- [Python-checkins] cpython (3.2): Fix issue #12948: multiprocessing test failures can hang the buildbots
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Fix issue #12948: multiprocessing test failures can hang the buildbots
jesus.cea
- [Python-checkins] cpython: Close issue 12952: Solaris/Illumos (OpenIndiana) Scheduling policies
jesus.cea
- [Python-checkins] cpython: Better fix for #12763: test_posix failure on OpenIndiana
jesus.cea
- [Python-checkins] cpython: Yet another fix for #12763: test_posix failure on OpenIndiana
jesus.cea
- [Python-checkins] cpython: Typo
jesus.cea
- [Python-checkins] cpython: Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
jesus.cea
- [Python-checkins] cpython (2.7): Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
jesus.cea
- [Python-checkins] cpython (3.2): Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
jesus.cea
- [Python-checkins] cpython (2.7): NEWS
jesus.cea
- [Python-checkins] cpython (3.2): NEWS
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): NEWS
jesus.cea
- [Python-checkins] Daily reference leaks (36923c7e72f2): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #12940: fix cmd example. Patch by Tim Chase.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12940: merge with 3.2.
ezio.melotti
- [Python-checkins] Daily reference leaks (b239b7d9f752): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: add ChainMap to __all__ (closes #12959)
benjamin.peterson
- [Python-checkins] cpython: BZ2File now uses the compresslevel argument given by the caller,
nadeem.vawda
- [Python-checkins] cpython: Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module.
nadeem.vawda
- [Python-checkins] cpython: Terminology fix: .gz and .bz2 are not archive formats.
nadeem.vawda
- [Python-checkins] cpython: Oops, zlib.ZLIB_VERSION isn't new in 3.3 - just newly-documented...
nadeem.vawda
- [Python-checkins] devguide: experts.rst: Apparently the zlib module likes me.
nadeem.vawda
- [Python-checkins] Daily reference leaks (800a43a3869c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #12963.
stefan.krah
- [Python-checkins] cpython (3.2): Slight cleanup in distutils test_dist.
eric.araujo
- [Python-checkins] cpython (3.2): Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for #8933 from 3.2
eric.araujo
- [Python-checkins] cpython: Consolidate tests for packaging.metadata.
eric.araujo
- [Python-checkins] cpython: Fix determination of Metadata version in packaging (#8933).
eric.araujo
- [Python-checkins] cpython: Fix usage of dry-run in packaging bdist_wininst and install_distinfo.
eric.araujo
- [Python-checkins] cpython: Use bytes regex instead of decoding whole pages
eric.araujo
- [Python-checkins] cpython: Fix usage of bytes in packaging's bdist_wininst.
eric.araujo
- [Python-checkins] cpython: Don’t let invalid line in setup.cfg pass silently
eric.araujo
- [Python-checkins] cpython: Remove obsolete comment (yes, build_ext supports C++)
eric.araujo
- [Python-checkins] cpython: Remove unneeded --all option of “pysetup list”.
eric.araujo
- [Python-checkins] cpython (3.2): Wrap pydoc output under 80 characters
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (2.7): Slight cleanup in distutils test_dist.
eric.araujo
- [Python-checkins] cpython (2.7): Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] distutils2: Factor out the distribution file-system safe name functions from
alexis.metaireau
- [Python-checkins] distutils2: Keep backported files together
alexis.metaireau
- [Python-checkins] distutils2: Fixes to actually use the backports.
alexis.metaireau
- [Python-checkins] distutils2: Fixes for Python 2.4 compatibility
alexis.metaireau
- [Python-checkins] distutils2: Isolate imports for each action to allow `pysetup` to run from source with
alexis.metaireau
- [Python-checkins] distutils2: Use `setup.cfg` as the canonical source for installation
alexis.metaireau
- [Python-checkins] distutils2: Add support for building OpenSSL on Windows (backported from CPython with fixes
alexis.metaireau
- [Python-checkins] cpython: Factor out the distribution file-system safe name functions from
alexis.metaireau
- [Python-checkins] cpython (2.7): Issue #12483: ctypes: Fix a crash when the destruction of a callback
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Issue #12483: ctypes: Fix a crash when the destruction of a callback
amaury.forgeotdarc
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback
amaury.forgeotdarc
- [Python-checkins] cpython: Remove trailing spaces
amaury.forgeotdarc
- [Python-checkins] cpython (2.7): Remove trailing spaces
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Add the quote_plus call in the test.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924
senthil.kumaran
- [Python-checkins] cpython (2.7): Port the fix for Issue12924 (missing quote_plus) to 2.7 branch.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix issue12938 - Update the docstring of html.escape. Include the information
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] Daily reference leaks (60f2739564f3): sum=0
solipsis at pitrou.net
- [Python-checkins] distutils2: Convert print function calls back to print statements.
eric.araujo
- [Python-checkins] distutils2: Let’s not use input in 2.x
eric.araujo
- [Python-checkins] distutils2: Let the test suite run again
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Branch merge, reverting some of Alexis’ changes.
eric.araujo
- [Python-checkins] distutils2: Remove obsolete files.
eric.araujo
- [Python-checkins] cpython: The value is the dotted module name to the command class.
eric.araujo
- [Python-checkins] cpython: Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720)
benjamin.peterson
- [Python-checkins] Daily reference leaks (33f7044b5682): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #11149: recent versions of clang require the -fwrapv flag.
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #11149.
stefan.krah
- [Python-checkins] cpython (2.7): Backport fix for issue #11149.
stefan.krah
- [Python-checkins] cpython: only compile xattrs on glibc (closes #12720)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #9871: Prevent IDLE 3 crash when given byte stings
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9871: Prevent IDLE 3 crash when given byte stings
ned.deily
- [Python-checkins] Daily reference leaks (fe6c7771c25c): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Add porting guidelines.
martin.v.loewis
- [Python-checkins] cpython: Fix packaging.database.Distribution.list_distinfo_files (#12785).
eric.araujo
- [Python-checkins] cpython (3.2): Fix the import machinery if there is an error on sys.path or sys.meta_path
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Fix the import machinery if there is an error on sys.path or
victor.stinner
- [Python-checkins] cpython (2.7): Fix the import machinery if there is an error on sys.path or sys.meta_path
victor.stinner
- [Python-checkins] cpython: import.c: remove now useless arbitrary limit
victor.stinner
- [Python-checkins] cpython (2.7): Use bitwise instead of logical or for flags.
stefan.krah
- [Python-checkins] cpython (2.7): Issue #12935: Correct typo in findertools.
ned.deily
- [Python-checkins] cpython: Issue #12765: Fix packaging.test.test_database failures on OS X due
ned.deily
- [Python-checkins] Daily reference leaks (d3e072083ff3): sum=0
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (d3e072083ff3): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix typo.
georg.brandl
- [Python-checkins] cpython (3.2): Add info from the docstring for random.gammavariate() to the docs.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge doc fixes from 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Add info from the docstring for random.gammavariate() to the docs.
georg.brandl
- [Python-checkins] Daily reference leaks (23e4b73937f7): sum=0
solipsis at pitrou.net
- [Python-checkins] devguide: Add Meador.
georg.brandl
- [Python-checkins] cpython (3.2): Fix bug in heapq priority queue example.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge example fix from 3.2.
georg.brandl
- [Python-checkins] cpython (2.7): Fix bug in heapq priority queue example.
georg.brandl
- [Python-checkins] Daily reference leaks (fcd29041c991): sum=0
solipsis at pitrou.net
- [Python-checkins] devguide: Adding my current areas to the experts index.
meador.inge
- [Python-checkins] cpython: Issue #12517: Silence warning on windows buildbots (from 7fd80c61ddaa).
ross.lagerwall
- [Python-checkins] cpython: Close issue 12958 by flagging expected failures in test_socket on Mac OS X
nick.coghlan
- [Python-checkins] distutils2: Minor: reorganize sections and fields in setup.cfg
eric.araujo
- [Python-checkins] distutils2: Update some setup.cfg fields.
eric.araujo
- [Python-checkins] distutils2: Fix the backport fixes.
eric.araujo
- [Python-checkins] distutils2: Fix backport changesets part 2: tests
eric.araujo
- [Python-checkins] distutils2: Fix database.Distribution.list_distinfo_files (#12785).
eric.araujo
- [Python-checkins] distutils2: Let “python2.4 setup.py build” work (util imports hashlib)
eric.araujo
- [Python-checkins] distutils2: Fix backport changesets part 3: backported modules.
eric.araujo
- [Python-checkins] distutils2: Remove mentions of abiflags (never available in 2.x)
eric.araujo
- [Python-checkins] distutils2: Provide replacement for platform.python_implementation for 2.4 and 2.5
eric.araujo
- [Python-checkins] distutils2: Remove some duplication in tests subpackage.
eric.araujo
- [Python-checkins] distutils2: Record that d2 does not bootstrap on 2.4
eric.araujo
- [Python-checkins] distutils2: Refactor support code for compiling xxmodule.c.
eric.araujo
- [Python-checkins] distutils2: Rework test_old_record a bit to make the test more exact
eric.araujo
- [Python-checkins] distutils2: Add a test for extension modules in the old-style record file
eric.araujo
- [Python-checkins] distutils2: Minor cleanup
eric.araujo
- [Python-checkins] distutils2: Add a simple test for the packaging RECORD file.
eric.araujo
- [Python-checkins] distutils2: Remove --all options for pysetup actions metadata and list.
eric.araujo
- [Python-checkins] distutils2: Cleanup: move code out of a try block
eric.araujo
- [Python-checkins] distutils2: Remove display options (--name, etc.) from the Distribution class.
eric.araujo
- [Python-checkins] distutils2: Remove obsolete mentions of the compress program and .Z archives.
eric.araujo
- [Python-checkins] distutils2: Make bdist_* commands respect --skip-build passed to bdist (#10946).
eric.araujo
- [Python-checkins] distutils2: Update list of trove classifiers to match PyPI
eric.araujo
- [Python-checkins] distutils2: Fix command registry to let Windows machines find bdist_msi
eric.araujo
- [Python-checkins] distutils2: Fix stupid bug I introduced
eric.araujo
- [Python-checkins] distutils2: Minor improvement to extensions section in setup.cfg.
eric.araujo
- [Python-checkins] distutils2: Minor improvement to extensions in setup.cfg: check parent package
eric.araujo
- [Python-checkins] distutils2: Avoid gratuitous changes in method names
eric.araujo
- [Python-checkins] distutils2: Write a UTF-8 empty string to make haypo happy :) (#9561)
eric.araujo
- [Python-checkins] distutils2: Consolidate tests for d2.metadata.
eric.araujo
- [Python-checkins] distutils2: Fix determination of Metadata version in packaging (#8933).
eric.araujo
- [Python-checkins] distutils2: Fix usage of dry-run in bdist_wininst and install_distinfo.
eric.araujo
- [Python-checkins] distutils2: Better bytes/characters separation for d2.pypi.simple
eric.araujo
- [Python-checkins] distutils2: Fix usage of bytes in bdist_wininst.
eric.araujo
- [Python-checkins] distutils2: Don’t let invalid line in setup.cfg pass silently
eric.araujo
- [Python-checkins] distutils2: Fix imports: it really is distutils.spawn, not d2
eric.araujo
- [Python-checkins] distutils2: A few changes to match packaging
eric.araujo
- [Python-checkins] cpython: Packaging cleanup: remove conditionals for < 2.6 support.
eric.araujo
- [Python-checkins] cpython: Use a local name (it was intended to be used but overlooked).
eric.araujo
- [Python-checkins] cpython: Fix fallback base class when tests run without threading
eric.araujo
- [Python-checkins] cpython: Make a number of small changes to ease the backport to distutils2
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython: Fix typo and wording
eric.araujo
- [Python-checkins] cpython: Replace cmp function with key function
eric.araujo
- [Python-checkins] cpython: A few style changes originally done in the distutils2 repo
eric.araujo
- [Python-checkins] cpython: Final bag of small changes coming from distutils2.
eric.araujo
- [Python-checkins] cpython: Make regrtest look at internal dicts in sysconfig.
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython: Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code
eric.araujo
- [Python-checkins] cpython (2.7): Close #13007: whichdb should recognize gdbm 1.9 magic numbers
jesus.cea
- [Python-checkins] cpython (3.2): Close #13007: whichdb should recognize gdbm 1.9 magic numbers
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Close #13007: whichdb should recognize gdbm 1.9 magic numbers
jesus.cea
- [Python-checkins] cpython (2.7): Issue #12973: Fix int.__pow__ overflow checks that invoked undefined behaviour,
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Merge issue #12973 list_repeat fix.
mark.dickinson
- [Python-checkins] cpython (2.7): Backport issue #12973 list_repeat fix from 3.x.
mark.dickinson
- [Python-checkins] cpython: os.statvfs() encodes the filename to the filesystem encoding
victor.stinner
- [Python-checkins] Daily reference leaks (2dbd5870de0b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12996: multiprocessing.connection: transmit the header in network byte
charles-francois.natali
- [Python-checkins] cpython: Issue #12981: test_multiprocessing: catch ImportError when importing
charles-francois.natali
- [Python-checkins] cpython (3.2): - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
barry.warsaw
- [Python-checkins] cpython (merge default -> default): Head merge
barry.warsaw
- [Python-checkins] cpython (3.2): test_httplib removes temporary files
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: test_httplib removes temporary files
victor.stinner
- [Python-checkins] cpython (3.2): test_multiprocessing removes temporary files
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: test_multiprocessing removes temporary files
victor.stinner
- [Python-checkins] cpython: Issue #1172711: Add 'long long' support to the array module.
meador.inge
- [Python-checkins] cpython: Issue #1172711: Update What's New in Python 3.3 document for the struct module
victor.stinner
- [Python-checkins] cpython: meth.log2 doc: add a link to int.bit_length()
victor.stinner
- [Python-checkins] cpython: What's New in Python 3.3: add curses.unget_wch()
victor.stinner
- [Python-checkins] cpython (2.7): Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was
jesus.cea
- [Python-checkins] cpython (3.2): Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was
jesus.cea
- [Python-checkins] cpython: Issue #1172711: Update What's New in Python 3.3 document for the array module.
meador.inge
- [Python-checkins] Daily reference leaks (3c56e546dc60): sum=0
solipsis at pitrou.net
- [Python-checkins] distutils2: Squash last remaining tempdir leak in tests
eric.araujo
- [Python-checkins] distutils2: Remove two unneeded attributes
eric.araujo
- [Python-checkins] distutils2: pep8 compat.py
eric.araujo
- [Python-checkins] distutils2: Fix name and attribute errors
eric.araujo
- [Python-checkins] distutils2: Improve tests.sh.
eric.araujo
- [Python-checkins] cpython: Squash last tempdir leak in packaging tests.
eric.araujo
- [Python-checkins] cpython: Remove two unneeded attributes in packaging
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (2.7): Issue #12981: test_multiprocessing: catch ImportError when importing
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12981: test_multiprocessing: catch ImportError when importing
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12981: test_multiprocessing: catch ImportError when importing
charles-francois.natali
- [Python-checkins] cpython: Issue #13002: Fix Visual Studio warning (not enough actual parameters).
stefan.krah
- [Python-checkins] cpython (3.2): Fix closes issue13005 - Remove the mention of 'repeat' method in the operator
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2. Fix closes issue13005 - Remove the mention of 'repeat' method in
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix a race condition in test_socket.ThreadableTest: the client is reported
charles-francois.natali
- [Python-checkins] cpython (3.2): Fix a race condition in test_socket.ThreadableTest: the client is reported as
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Fix a race condition in test_socket.ThreadableTest: the client is reported
charles-francois.natali
- [Python-checkins] devguide: #13010: explain why the python executable has an .exe extension on OS X.
ezio.melotti
- [Python-checkins] Daily reference leaks (a06ef7ab7321): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12931: Add a test with Unicode URI to test_xmlrpc
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpc
victor.stinner
- [Python-checkins] Daily reference leaks (3b46f2e2d280): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #7732: Don't open a directory as a file anymore while importing a
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: Issue #7732: Don't open a directory as a file anymore while
victor.stinner
- [Python-checkins] cpython: disable unused result warnings when possible
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #7732: Fix a crash on importing a module if a directory has the same name
victor.stinner
- [Python-checkins] cpython (3.2): fix compiler compliant about \0 not being an opcode
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] Daily reference leaks (493886a640b6): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Merge #12973 itertools fix.
mark.dickinson
- [Python-checkins] cpython (2.7): Backport issue #12973 itertools fix from 3.x.
mark.dickinson
- [Python-checkins] cpython: Issue #13012: Allow 'keepends' to be passed as a keyword argument in
mark.dickinson
- [Python-checkins] hooks: Allow configuring a different sender (needed for stackless repo, where the
local
- [Python-checkins] cpython: Fix typo in comment: _PyHash_Double -> _Py_HashDouble.
mark.dickinson
- [Python-checkins] cpython: Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__,
mark.dickinson
- [Python-checkins] cpython: Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python.
charles-francois.natali
- [Python-checkins] cpython: Issue #1621: Fix undefined behaviour from signed overflow in get_integer
mark.dickinson
- [Python-checkins] distutils2: Fix HAS_USER_SITE in install command too
eric.araujo
- [Python-checkins] distutils2: Remove docstring with factual errors
eric.araujo
- [Python-checkins] distutils2: Remove unused name
eric.araujo
- [Python-checkins] distutils2: Always use backported tarfile
eric.araujo
- [Python-checkins] distutils2: Remove inline comment that is not supported by configparser in 3.3.
eric.araujo
- [Python-checkins] distutils2: Adapt skip message
eric.araujo
- [Python-checkins] distutils2: Remove fake_dists duplicates in _backport/tests.
eric.araujo
- [Python-checkins] distutils2 (python3): Start a branch to provide Distutils2 for Python 3.
eric.araujo
- [Python-checkins] distutils2: Update developers’ notes
eric.araujo
- [Python-checkins] Daily reference leaks (5e456e1a9e8c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Return +-Py_HUGE_VAL for tgamma(+-0) instead of risking FP exceptions by
mark.dickinson
- [Python-checkins] cpython: Issue #1621: Fix undefined behaviour from signed overflow in datetime module
mark.dickinson
- [Python-checkins] cpython (3.2): Depend setobject.o and dictobject.o on stringlib/eq.h.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merged
martin.v.loewis
- [Python-checkins] peps: Update to current object layout.
martin.v.loewis
- [Python-checkins] Daily reference leaks (2b47f0146639): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Address GvR's comments.
martin.v.loewis
- [Python-checkins] peps: All open issues are now addressed.
martin.v.loewis
- [Python-checkins] distutils2 (merge default -> python3): Merge devnotes update
eric.araujo
- [Python-checkins] Daily reference leaks (2b47f0146639): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix markup.
georg.brandl
- [Python-checkins] peps: Add character accessor functions, and put representation-independent functions
martin.v.loewis
- [Python-checkins] peps: Address Victor's comments.
martin.v.loewis
- [Python-checkins] peps: Guido pronounced that the PEP is accepted.
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
meador.inge
- [Python-checkins] cpython (3.2): Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
meador.inge
- [Python-checkins] Daily reference leaks (84280fac98b9): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Implement PEP 393.
martin.v.loewis
- [Python-checkins] cpython: Update for PEP 393.
martin.v.loewis
- [Python-checkins] cpython: ACKS for PEP 393.
martin.v.loewis
- [Python-checkins] cpython: Use eval instead of codecs.lookup to trigger UTF-8 generation.
martin.v.loewis
- [Python-checkins] cpython: Use compile() instead of eval().
martin.v.loewis
- [Python-checkins] cpython: Fix struct sizes. Drop -1, since the resulting string was actually the largest
martin.v.loewis
- [Python-checkins] cpython: test_ctypes: Windows is no more a special case
victor.stinner
- [Python-checkins] cpython: don't check that the first character is XID_Continue
benjamin.peterson
- [Python-checkins] cpython: revert unintended change
benjamin.peterson
- [Python-checkins] cpython: this test works as expected now
benjamin.peterson
- [Python-checkins] cpython: #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
ezio.melotti
- [Python-checkins] cpython: this isn't fixed on windows yet...
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: Set Py_UNICODE_REPLACEMENT_CHARACTER type to Py_UCS4, instead of Py_UNICODE
victor.stinner
- [Python-checkins] cpython: Rename new macros to conform to naming rules (function macros have "Py" prefix,
georg.brandl
- [Python-checkins] cpython: Add versionadded directive to new API function.
georg.brandl
- [Python-checkins] cpython: Mark PyUnicode_CONVERT_BYTES as private
victor.stinner
- [Python-checkins] cpython: PyUnicode_CopyCharacters() checks for buffer and character overflow
victor.stinner
- [Python-checkins] cpython: Check for PyUnicode_CopyCharacters() failure
victor.stinner
- [Python-checkins] cpython: Strip trailing spaces in unicodeobject.[ch]
victor.stinner
- [Python-checkins] cpython: fill_char() can now propagate an error
victor.stinner
- [Python-checkins] cpython: fill_number() ensures that the 'digits' string is ready
victor.stinner
- [Python-checkins] cpython: fill_number() and format_string_internal() check for PyUnicode_CopyCharacters()
victor.stinner
- [Python-checkins] cpython: Mark _PyUnicode_FindMaxCharAndNumSurrogatePairs() as private
victor.stinner
- [Python-checkins] cpython: Oops, fix Py_MIN/Py_MAX case
victor.stinner
- [Python-checkins] cpython: Mark PyUnicode_FromUCS[124] as private
victor.stinner
- [Python-checkins] cpython: PyUnicode_CopyCharacters() initializes overflow
victor.stinner
- [Python-checkins] cpython: Check size of wchar_t using the preprocessor
victor.stinner
- [Python-checkins] cpython: #13054: sys.maxunicode is now always 0x10FFFF.
ezio.melotti
- [Python-checkins] cpython: Clean up a few tabs that went in with PEP393.
ezio.melotti
- [Python-checkins] cpython: Fix whitespace.
ezio.melotti
- [Python-checkins] peps: Add PyUnicode_GetMax to the list of deprecated functions.
ezio.melotti
- [Python-checkins] cpython: PyUnicode_CopyCharacters() fails if 'to' has more than 1 reference
victor.stinner
- [Python-checkins] cpython: PyUnicode_CopyCharacters() marks the string as dirty (reset the hash)
victor.stinner
- [Python-checkins] cpython: Oops, fix my previous commit: unicode => to
victor.stinner
- [Python-checkins] cpython: Fix 'c' format of PyUnicode_Format()
victor.stinner
- [Python-checkins] cpython: Use the new Py_ARRAY_LENGTH macro
victor.stinner
- [Python-checkins] cpython: Move code related to compile from Python.h to compile.h
victor.stinner
- [Python-checkins] cpython: Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array
victor.stinner
- [Python-checkins] cpython (2.7): Doc fix. Mathematically correct sentence.
senthil.kumaran
- [Python-checkins] cpython: Move UCS4-specific tests with the "normal" tests.
ezio.melotti
- [Python-checkins] cpython: Complete What's New in 3.3 about PEP 393
victor.stinner
- [Python-checkins] cpython: Remove now useless redefinition of chr/ord for narrow builds in
ezio.melotti
- [Python-checkins] peps: Fix typos and whitespace in PEP-393.
ezio.melotti
- [Python-checkins] cpython: _sre: don't use Py_UNICODE anymore
victor.stinner
- [Python-checkins] cpython: _io.textio: fix character type, use Py_UCS4 instead of Py_UNICODE
victor.stinner
- [Python-checkins] cpython: modsupport.c reuses Py_UNICODE_strlen()
victor.stinner
- [Python-checkins] cpython: Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE
victor.stinner
- [Python-checkins] Daily reference leaks (991ef9253263): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Update and reorganize the whatsnew entry for PEP 393.
ezio.melotti
- [Python-checkins] cpython (merge default -> default): Merge heads.
ezio.melotti
- [Python-checkins] Hg tips (was Re: cpython (merge default -> default): Merge heads.)
Ezio Melotti
- [Python-checkins] cpython: pymacro.h: Inline _Py_ARRAY_LENGTH_CHECK() and add http://ccodearchive.net/
victor.stinner
- [Python-checkins] cpython: Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR
victor.stinner
- [Python-checkins] cpython: Port normalization to new API.
martin.v.loewis
- [Python-checkins] cpython: Re-enable test.
martin.v.loewis
- [Python-checkins] cpython: Add a note in PyUnicode_CopyCharacters() doc: it doesn't write null character
victor.stinner
- [Python-checkins] cpython: Move _PyUnicode_UTF8() and _PyUnicode_UTF8_LENGTH() outside unicodeobject.h
victor.stinner
- [Python-checkins] cpython: _PyUnicode_Ready() cannot be used on ready strings anymore
victor.stinner
- [Python-checkins] cpython (2.7): Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
charles-francois.natali
- [Python-checkins] cpython (merge default -> default): Merge.
charles-francois.natali
- [Python-checkins] cpython: Fix test_codecs for Windows: check size of wchar_t, not sys.maxunicode
victor.stinner
- [Python-checkins] cpython: Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicode
victor.stinner
- [Python-checkins] cpython: fileio_init() checks for failure on conversion to Py_UNICODE*
victor.stinner
- [Python-checkins] cpython: PyLocale_strxfrm() uses the new Unicode API
victor.stinner
- [Python-checkins] cpython: Strip trailing spaces of _pickle.c
victor.stinner
- [Python-checkins] cpython: raw_unicode_escape() uses the new Unicode API
victor.stinner
- [Python-checkins] r88903 - tracker/instances/python-dev/schema.py
ezio.melotti
- [Python-checkins] cpython: array module stores the typecode in a char, instead of Py_UNICODE
victor.stinner
- [Python-checkins] cpython: array module uses the new Unicode API
victor.stinner
- [Python-checkins] cpython: posix module catches PyUnicode_AsUnicode() failure
victor.stinner
- [Python-checkins] cpython: Fix array.array('u') constructor
victor.stinner
- [Python-checkins] cpython: Fix a compiler warning
victor.stinner
- [Python-checkins] cpython: PyUnicode_CopyCharacters() uses exceptions instead of assertions
victor.stinner
- [Python-checkins] cpython: Add PyUnicode_Copy() function, include it to the public API
victor.stinner
- [Python-checkins] Daily reference leaks (c75b04996f54): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix ResourceWarnings in makeunicodedata.py.
ezio.melotti
- [Python-checkins] peps: Error in PEP example. Closes #13079.
eric.smith
Last message date:
Fri Sep 30 22:35:10 CEST 2011
Archived on: Fri Sep 30 22:35:11 CEST 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).