August 2011 Archives by date
Starting: Mon Aug 1 05:27:50 CEST 2011
Ending: Wed Aug 31 17:35:18 CEST 2011
Messages: 609
- [Python-checkins] Daily reference leaks (fe0d3fab0812): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Closes #12667: Corrected documentation for SMTPHandler secure argument.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #12667: Added documentation for SMTPHandler secure argument.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #12667: Merged fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (3.2): Let “make patchcheck” work for out-of-dir builds (#9860)
eric.araujo
- [Python-checkins] cpython (3.2): Fix regression with distutils MANIFEST handing (#11104, #8688).
eric.araujo
- [Python-checkins] cpython (3.2): Stop trying to write into the stdlib during lib2to3 tests (#12331).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fixes for #9860, #11104/#8688 and #12331 from 3.2
eric.araujo
- [Python-checkins] cpython: Small cleanup
eric.araujo
- [Python-checkins] cpython: Stop trying to write into the stdlib during packaging tests (#12331).
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): Let “make patchcheck” work for out-of-dir builds (#9860)
eric.araujo
- [Python-checkins] cpython (2.7): Fix regression with distutils MANIFEST handing (#11104, #8688).
eric.araujo
- [Python-checkins] cpython (2.7): Stop trying to write into the stdlib during lib2to3 tests (#12331).
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython: Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti)
eric.araujo
- [Python-checkins] cpython (3.2): Fix resource warning when looking at turtledemo’s help (#12295)
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge #12295 fix from 3.2
eric.araujo
- [Python-checkins] cpython (3.2): Use attribute access instead of index access for namedtuple.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Use attribute access instead of index access for namedtuple.
georg.brandl
- [Python-checkins] cpython: Issue #11651: Move options for running tests into a Python script.
nadeem.vawda
- [Python-checkins] cpython: Issue #11651: Move options for running tests into a Python script.
Terry Reedy
- [Python-checkins] cpython (3.2): Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge 68b5f87566fb
stefan.krah
- [Python-checkins] cpython (2.7): Backport 68b5f87566fb
stefan.krah
- [Python-checkins] cpython (3.2): Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.
R. David Murray
- [Python-checkins] Daily reference leaks (d168f439a14f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #11049: fix test_forget to work on installed Python, by using a temporary
eli.bendersky
- [Python-checkins] cpython: Clean up description of Tools/scripts/run_tests.py.
nadeem.vawda
- [Python-checkins] [Python-Dev] cpython (3.2): Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.
Ronald Oussoren
- [Python-checkins] cpython (3.2): Fix closes Issue12676 - Invalid identifier used in TypeError message in
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Fix closes Issue12676 - Invalid identifier used in TypeError message in
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree.
senthil.kumaran
- [Python-checkins] cpython: Corrected attribute docstring per pep-257 (reference #10639)
jason.coombs
- [Python-checkins] devguide: Add Sandro to the list of core developers
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): #12183: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #12670: Fix struct code after forward declaration on ctypes doc
sandro.tosi
- [Python-checkins] cpython (3.2): #12670: Fix struct code after forward declaration on ctypes doc
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): #12670: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): #12665: Dictionary view example has error in set operation
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): #12665: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): Fix incorrect mtime comparison in distutils (#11933).
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython: add ThreadError to threading.__all__ (closes #12679)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: NEWS note for bbeda42ea6a8
benjamin.peterson
- [Python-checkins] cpython: expose sched.h functions (closes #12655)
benjamin.peterson
- [Python-checkins] cpython: sched.h can exist without sched affinity support
benjamin.peterson
- [Python-checkins] cpython: make_new_cpu_set takes the number of cpus
benjamin.peterson
- [Python-checkins] cpython: move news note to correct section
benjamin.peterson
- [Python-checkins] cpython: check individually for some for sched_ functions
benjamin.peterson
- [Python-checkins] cpython: fix sched defines
benjamin.peterson
- [Python-checkins] cpython: comparing on number of cpus makes more sense
benjamin.peterson
- [Python-checkins] cpython: I have been spoiled by chained comparisons in python
benjamin.peterson
- [Python-checkins] cpython: only add sched_param if it is initialized
benjamin.peterson
- [Python-checkins] cpython: avoid warning when SchedParamType is not used
benjamin.peterson
- [Python-checkins] cpython (3.2): Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads.
senthil.kumaran
- [Python-checkins] cpython: bsd doesn't like letting normal processes set the scheduler
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: need NULL sentinel
benjamin.peterson
- [Python-checkins] cpython: Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path
eli.bendersky
- [Python-checkins] cpython: OSX doesn't check sched_get_priority_(min/max) argument
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: fix indentation
benjamin.peterson
- [Python-checkins] cpython: fix punctuation
benjamin.peterson
- [Python-checkins] cpython: handle sched_rr_get_interval not working on current
benjamin.peterson
- [Python-checkins] Daily reference leaks (6dda8da2a19a): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix spacing in string literal.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (2.7): Fix closes issue12683 - urljoin to work with relative join of svn scheme.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes issue12683 - urljoin to work with relative join of svn scheme.
senthil.kumaran
- [Python-checkins] cpython (2.7): include svn+ssh as well.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.2): merged heads
senthil.kumaran
- [Python-checkins] cpython: fix arg strings
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): add svn+ssh testcase for urljoin.
senthil.kumaran
- [Python-checkins] cpython (3.2): change the redundant svn scheme urljoin test case to svn+ssh scheme.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - change the extra svn to svn+ssh
senthil.kumaran
- [Python-checkins] Daily reference leaks (65c412586901): sum=0
solipsis at pitrou.net
- [Python-checkins] r88872 - in tracker/roundup-src: BUILD.txt CHANGES.txt demo.py doc/FAQ.txt doc/Makefile doc/acknowledgements.txt doc/admin_guide.txt doc/announcement.txt doc/customizing.txt doc/debugging.txt doc/design.txt doc/developers.txt doc/index.txt doc/installation.txt doc/mysql.txt doc/postgresql.txt doc/upgrading.txt doc/user_guide.txt doc/xmlrpc.txt frontends/roundup.cgi locale/de.po locale/it.po roundup/__init__.py roundup/actions.py roundup/admin.py roundup/anypy/cookie_.py roundup/anypy/dbm_.py roundup/anypy/email_.py roundup/anypy/hashlib_.py roundup/anypy/http_.py roundup/anypy/io_.py roundup/anypy/sets_.py roundup/anypy/urllib_.py roundup/backends/__init__.py roundup/backends/back_anydbm.py roundup/backends/back_mysql.py roundup/backends/back_postgresql.py roundup/backends/back_sqlite.py roundup/backends/blobfiles.py roundup/backends/indexer_common.py roundup/backends/indexer_dbm.py roundup/backends/indexer_rdbms.py roundup/backends/indexer_xapian.py roundup/backends/locking.py roundup/backends/portalocker.py roundup/backends/rdbms_common.py roundup/backends/sessions_dbm.py roundup/backends/sessions_rdbms.py roundup/cgi/KeywordsExpr.py roundup/cgi/accept_language.py roundup/cgi/actions.py roundup/cgi/cgitb.py roundup/cgi/client.py roundup/cgi/form_parser.py roundup/cgi/templating.py roundup/cgi/wsgi_handler.py roundup/configuration.py roundup/date.py roundup/dist/command/build.py roundup/dist/command/install_lib.py roundup/hyperdb.py roundup/init.py roundup/instance.py roundup/mailer.py roundup/mailgw.py roundup/password.py roundup/roundupdb.py roundup/scripts/roundup_mailgw.py roundup/scripts/roundup_server.py roundup/security.py roundup/xmlrpc.py scripts/imapServer.py setup.py share/roundup/templates/classic/html/_generic.index.html share/roundup/templates/classic/html/_generic.keywords_expr.html share/roundup/templates/classic/html/issue.search.html share/roundup/templates/classic/html/page.html share/roundup/templates/classic/html/style.css share/roundup/templates/classic/schema.py share/roundup/templates/minimal/html/_generic.index.html share/roundup/templates/minimal/html/page.html share/roundup/templates/minimal/html/style.css share/roundup/templates/minimal/schema.py test/db_test_base.py test/memorydb.py test/session_common.py test/test_actions.py test/test_cgi.py test/test_dates.py test/test_indexer.py test/test_mailer.py test/test_mailgw.py test/test_memorydb.py test/test_multipart.py test/test_mysql.py test/test_postgresql.py test/test_security.py test/test_sqlite.py test/test_templating.py test/test_xmlrpc.py
ezio.melotti
- [Python-checkins] cpython (3.2): dosmodule is, thankfully, no more
benjamin.peterson
- [Python-checkins] cpython (2.7): dosmodule is, thankfully, no more
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] r88873 - tracker/instances/python-dev/extensions/openid_login.py
ezio.melotti
- [Python-checkins] Daily reference leaks (ee0d1c6c2470): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Explicitly close a file to stop raising a ResourceWarning.
brett.cannon
- [Python-checkins] cpython: Silence altered execution state warnings from test_telnetlib involving threads.
brett.cannon
- [Python-checkins] cpython: Silence the altered state warning about threadgs when running test_httplib.
brett.cannon
- [Python-checkins] cpython (3.2): Issue #12540: Prevent zombie IDLE processes on Windows due to changes
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12540: Prevent zombie IDLE processes on Windows due to changes
ned.deily
- [Python-checkins] cpython: Fix wrong use of root logger in packaging (also a NameError)
eric.araujo
- [Python-checkins] cpython: #11572: improvements to copy module tests along with removal of old test suite
sandro.tosi
- [Python-checkins] Daily reference leaks (74e79b2c114a): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix closes issue12698 - make the no_proxy environment variable handling a bit
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes issue12698 - make the no_proxy environment variable handling a bit
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variable
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902.
senthil.kumaran
- [Python-checkins] cpython (3.2): merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description
senthil.kumaran
- [Python-checkins] cpython (2.7): s/a/an - grammar?
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix grammar
eli.bendersky
- [Python-checkins] cpython (3.2): Fix grammar
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Fix grammar
eli.bendersky
- [Python-checkins] r88874 - tracker/instances/python-dev/rietveld/templates/issue_base.html
ezio.melotti
- [Python-checkins] r88875 - tracker/instances/python-dev/rietveld/templates/issue_base.html
ezio.melotti
- [Python-checkins] cpython (2.7): Remove the old dead test program within the module in 2.7.
senthil.kumaran
- [Python-checkins] cpython (2.7): whitespace fix.
senthil.kumaran
- [Python-checkins] Daily reference leaks (12ad8c975766): sum=0
solipsis at pitrou.net
- [Python-checkins] r88876 - in tracker/instances/python-dev/html: _generic.index.html _generic.keywords_expr.html issue.search.html page.html style.css
ezio.melotti
- [Python-checkins] r88877 - in tracker: instances/python-dev/html/_generic.keywords_expr.html instances/python-dev/html/issue.search.html instances/python-dev/html/page.html roundup-src/roundup/cgi/KeywordsExpr.py
ezio.melotti
- [Python-checkins] cpython (2.7): #12677: correct turtle orientation in doc
sandro.tosi
- [Python-checkins] cpython (3.2): #12677: correct turtle orientation in doc
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): #12677: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (2.7): #10741: add documentation for PyGILState_GetThisThreadState()
sandro.tosi
- [Python-checkins] cpython (3.2): #10741: add documentation for PyGILState_GetThisThreadState()
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): #10741: merge with 3.2
sandro.tosi
- [Python-checkins] Daily reference leaks (6adfeec8c482): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #12709: add error_callback argument to map_async documentation
sandro.tosi
- [Python-checkins] cpython (3.2): #12709: add error_callback argument to map_async documentation
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): #12709: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): Confirm that the prime example is actually correct. We get so many complaints
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython (2.7): Confirm that the prime example is actually correct. We get so many complaints
georg.brandl
- [Python-checkins] cpython: Issue #12700: fix test_faulthandler for Mac OS X Lion
victor.stinner
- [Python-checkins] r88878 - in tracker/instances: board/html/_generic.help-list.html board/html/_generic.help.html board/html/issue.item.html board/html/user.index.html jobs/html/_generic.help-list.html jobs/html/_generic.help.html jobs/html/user.index.html jython/html/_generic.help-list.html jython/html/_generic.help.html jython/html/issue.item.html jython/html/user.index.html meta/html/_generic.help-list.html meta/html/_generic.help.html meta/html/issue.item.html meta/html/user.index.html python-dev-spambayes-integration/html/_generic.help-list.html python-dev-spambayes-integration/html/_generic.help.html python-dev-spambayes-integration/html/issue.item.html python-dev-spambayes-integration/html/user.index.html security/html/_generic.help-list.html security/html/_generic.help.html security/html/issue.item.html security/html/user.index.html setuptools/html/_generic.help-list.html setuptools/html/_generic.help.html setuptools/html/issue.item.html setuptools/html/user.index.html
ezio.melotti
- [Python-checkins] peps: fix typo
mark.hammond
- [Python-checkins] Daily reference leaks (1777df2ce50d): sum=0
solipsis at pitrou.net
- [Python-checkins] r88879 - tracker/instances/python-dev/html/issue.item.html
ezio.melotti
- [Python-checkins] peps: Fix error in examples pointed out by Nicco Kunzmann and mention Haskell
nick.coghlan
- [Python-checkins] cpython (3.2): Improve documentation for PEP 370 support in site module (#8617).
eric.araujo
- [Python-checkins] cpython (3.2): Add documentation for PEP 370 features in distutils (#10745).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge doc changes from 3.2 (#8617, #10745).
eric.araujo
- [Python-checkins] cpython: Clean up shutil.disk_usage.
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 (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): Repair markup.
georg.brandl
- [Python-checkins] cpython (2.7): Issue 12717: Fix-up an earlier backport in ConfigParser.
raymond.hettinger
- [Python-checkins] cpython: Add support for unary plus and unary minus to collections.Counter()
raymond.hettinger
- [Python-checkins] cpython (3.2): note mutating tp_dict is bad (closes #12719)
benjamin.peterson
- [Python-checkins] cpython: add a asdl bytes type, so Bytes.s be properly typechecked
benjamin.peterson
- [Python-checkins] cpython: the bool asdl type died a while ago
benjamin.peterson
- [Python-checkins] cpython: forgotten in f578ca44193d
benjamin.peterson
- [Python-checkins] cpython: add a AST validator (closes #12575)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#12719)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: fix indentation
benjamin.peterson
- [Python-checkins] cpython: don't rewrite the header file if it hasn't changed; this reduces development
benjamin.peterson
- [Python-checkins] cpython: typo
benjamin.peterson
- [Python-checkins] cpython: make this work with py2.5
benjamin.peterson
- [Python-checkins] cpython: make this work on 2.4
benjamin.peterson
- [Python-checkins] cpython: 2.x syntax
benjamin.peterson
- [Python-checkins] Daily reference leaks (1b4fae183da3): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the
senthil.kumaran
- [Python-checkins] cpython (2.7): Remove the un-exercised in-module test code.
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the
Terry Reedy
- [Python-checkins] cpython (3.2): Fix closes Issue10087 - fixing the output of calendar display in the html
senthil.kumaran
- [Python-checkins] cpython (3.2): News item for Issue10087.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2
senthil.kumaran
- [Python-checkins] cpython: Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.
brian.curtin
- [Python-checkins] cpython: Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
brian.curtin
- [Python-checkins] cpython: News item for #12724
brian.curtin
- [Python-checkins] cpython (merge default -> default): merge
brian.curtin
- [Python-checkins] Daily reference leaks (fdfd1d67d9fb): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #12718: Add documentation on using custom importers.
vinay.sajip
- [Python-checkins] cpython (3.2): Issue #12718: Add documentation on using custom importers.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #12718: Merge documentation fix from 3.2.
vinay.sajip
- [Python-checkins] cpython: Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724.
brian.curtin
- [Python-checkins] peps: Add draft for PEP 3154, "Pickle protocol version 4"
antoine.pitrou
- [Python-checkins] peps: Add Eric Araujo's suggestions, plus typo fix.
phillip.eby
- [Python-checkins] peps: Typo
antoine.pitrou
- [Python-checkins] peps (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol
antoine.pitrou
- [Python-checkins] cpython: revert code which conditionally writes Python-ast.h (closes #12727)
benjamin.peterson
- [Python-checkins] cpython: make only files which use AST depend on Python-ast.h
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] Daily reference leaks (f44acad741a4): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance
eli.bendersky
- [Python-checkins] peps: Propose a str opcode with a 1-byte length
antoine.pitrou
- [Python-checkins] cpython (3.2): Test pipes.quote with a few non-ASCII characters (see #9723).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Avoid unwanted behavior change in shlex.quote (see #9723).
eric.araujo
- [Python-checkins] cpython: Revert cosmetic change.
eric.araujo
- [Python-checkins] cpython (3.2): Fix find command in makefile “funny” target
eric.araujo
- [Python-checkins] cpython (3.2): Use real word in English text (i.e. not code)
eric.araujo
- [Python-checkins] cpython: Remove unused names in except clauses
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython: Fix directive markup
eric.araujo
- [Python-checkins] cpython: Use our existing drop-in, no-op decorator instead of redefining it.
eric.araujo
- [Python-checkins] cpython (merge default -> default): Brench merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (3.2): patchcheck: don’t talk about the test suite when no code file were changed.
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] devguide: Fix minor grammar issue
eric.araujo
- [Python-checkins] devguide: Mention test.autotest for the benefit of users without a command line
eric.araujo
- [Python-checkins] peps: Fix copy-paste
eric.araujo
- [Python-checkins] cpython (3.2): Use real word in English text (i.e. not code)
Terry Reedy
- [Python-checkins] cpython (2.7): English fixup, from Mike MacCana on docs@
sandro.tosi
- [Python-checkins] cpython (2.7): it's 'rather than'; reported by James Bateman on docs@
sandro.tosi
- [Python-checkins] cpython (3.2): it's 'rather than'; reported by James Bateman on docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] peps: typo
sandro.tosi
- [Python-checkins] cpython (3.2): Update crlf and lfcr scripts for 3.x bytes semantics (#12032).
eric.araujo
- [Python-checkins] cpython: Clean up test_shutil, to facilitate upcoming improvements (#12721).
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): let PySequence_Check me a link; thanks to tomo cocoa from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): let PySequence_Check me a link; thanks to tomo cocoa from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): in narrow builds, make sure to test codepoints as identifier characters (closes
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#12732)
benjamin.peterson
- [Python-checkins] Daily reference leaks (0937a0986b66): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: include header with PyAST_Validate
benjamin.peterson
- [Python-checkins] cpython (3.2): normalization is different between unicode builds, so use a new non-BMP char
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.2): tokenize is just broken on test_pep3131.py
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] r88881 - in tracker/instances/python-dev: extensions/jnosy.py html/issue.item.html html/issue.item.js html/style.css html/user.devs.html html/user.experts.html
ezio.melotti
- [Python-checkins] cpython (3.2): Fix #11513: wrong exception handling for the case that GzipFile itself raises
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] cpython: Issue #12646: Add an 'eof' attribute to zlib.Decompress.
nadeem.vawda
- [Python-checkins] cpython: Fix incorrect comment in zlib.Decompress.flush().
nadeem.vawda
- [Python-checkins] cpython: Issue #12669: Fix test_curses so that it can run on the buildbots.
nadeem.vawda
- [Python-checkins] cpython: Issue #12744: Fix inefficient representation of integers
antoine.pitrou
- [Python-checkins] cpython: Followup to 8e824e09924a: fix regression on 32-bit builds
antoine.pitrou
- [Python-checkins] cpython: Issue #12744: Fix inefficient representation of integers
Terry Reedy
- [Python-checkins] cpython: Monotonic, not monotonous
antoine.pitrou
- [Python-checkins] cpython: Monotonic, not monotonous
Nick Coghlan
- [Python-checkins] Daily reference leaks (0273d0734593): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #12725: fix working. Patch by Ben Hayden.
ezio.melotti
- [Python-checkins] cpython (3.2): #12725: fix working. Patch by Ben Hayden.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12725: merge with 3.2.
ezio.melotti
- [Python-checkins] Daily reference leaks (49e9e34da512): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and
ezio.melotti
- [Python-checkins] cpython (2.7): #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12266: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #12266: move the tests in test_unicode.
ezio.melotti
- [Python-checkins] r88882 - in tracker/instances/python-dev/extensions: local_replace.py test/local_replace_data.txt
ezio.melotti
- [Python-checkins] devguide: #12711: document the tracker components.
ezio.melotti
- [Python-checkins] devguide: Document the devguide linking introduced in r88882.
ezio.melotti
- [Python-checkins] devguide: Document the [+] button and the autocomplete of the nosy list.
ezio.melotti
- [Python-checkins] cpython (3.2): #12204: document that str.upper().isupper() might be False and add a note about
ezio.melotti
- [Python-checkins] cpython (2.7): #12204: document that str.upper().isupper() might be False and add a note about
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12204: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): The simplest possible fix for the regression in bug 12752 by encoding unicodes
barry.warsaw
- [Python-checkins] cpython (2.7): NEWS entry.
barry.warsaw
- [Python-checkins] peps: Add Alexandre's suggestions
antoine.pitrou
- [Python-checkins] peps: Add Alexandre's suggestions
Nick Coghlan
- [Python-checkins] Daily reference leaks (c821e3a54930): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Add a suggestion to make more callables picklable (as multiprocessing
antoine.pitrou
- [Python-checkins] [Python-Dev] peps: Add Alexandre's suggestions
Nick Coghlan
- [Python-checkins] [Python-Dev] peps: Add Alexandre's suggestions
Antoine Pitrou
- [Python-checkins] [Python-Dev] peps: Add Alexandre's suggestions
Nick Coghlan
- [Python-checkins] cpython: #9723: refactor regex.
ezio.melotti
- [Python-checkins] cpython (3.2): Revert change that was not a syntax fix but actually a behavior change
eric.araujo
- [Python-checkins] cpython: Fix typo
eric.araujo
- [Python-checkins] cpython: Move versionadded directive to the top level, as we do in other files
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge Makefile fix from 3.2 (thanks Georg)
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython: Use -n for tests under Windows
antoine.pitrou
- [Python-checkins] cpython (2.7): #12761: fix wording of zlib license section
sandro.tosi
- [Python-checkins] cpython (3.2): #12761: fix wording of zlib license section
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (merge default -> default): merge heads
sandro.tosi
- [Python-checkins] cpython: some *nixes decided not to call init process 1 (closes #12763)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: complain when a class variable shadows a name in __slots__ (closes #12766)
benjamin.peterson
- [Python-checkins] Daily reference leaks (45b63a8a76c9): sum=6
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): fix possible refleaks
benjamin.peterson
- [Python-checkins] cpython (2.7): fix possible refleaks
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: crush other possible refleaks in this section
benjamin.peterson
- [Python-checkins] cpython: improve test name
benjamin.peterson
- [Python-checkins] cpython: factor out common checks for setting special type attributes
benjamin.peterson
- [Python-checkins] cpython: make __doc__ mutable on heaptypes (closes #12773)
benjamin.peterson
- [Python-checkins] cpython: change word
benjamin.peterson
- [Python-checkins] cpython: Issue #12326: don't test the major version of sys.platform
victor.stinner
- [Python-checkins] Daily reference leaks (50f1922bc1d5): sum=0
solipsis at pitrou.net
- [Python-checkins] distutils2: Backported packaging from cpython default, overwriting previous version.
vinay.sajip
- [Python-checkins] cpython (2.7): grammatical fixes; from Darren Yin on docs@
sandro.tosi
- [Python-checkins] cpython (2.7): Issue #12650: Fix a race condition where a subprocess.Popen could leak
charles-francois.natali
- [Python-checkins] cpython (3.2): NUL -> NULL
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #12650: only run the tests on Unix.
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12650: Fix a race condition where a subprocess.Popen could leak
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12650: Fix a race condition where a subprocess.Popen could leak
charles-francois.natali
- [Python-checkins] cpython (3.2): the named of the character is actually NUL
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #12650: fix failures on some buildbots, when a subprocess takes a long
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12650: fix failures on some buildbots, when a subprocess takes a long
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #12650: fix failures on some buildbots, when a subprocess takes a long
charles-francois.natali
- [Python-checkins] cpython (3.2): Fix ResourceWarnings in test_subprocess.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Fix ResourceWarnings in test_subprocess.
nadeem.vawda
- [Python-checkins] cpython (2.7): Fix resource leaks in test_subprocess.
nadeem.vawda
- [Python-checkins] Daily reference leaks (a32ae2749cd1): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #12672: remove confusing part of sentence in documentation
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #12672: remove confusing part of sentence in documentation
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #12780: Removed checks in logging for .pyc/.pyo in __file__.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12780: Merged fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (3.2): Avoid splitting a word between a link and text
eric.araujo
- [Python-checkins] cpython (3.2): Add missing reST target for one section of this file
eric.araujo
- [Python-checkins] cpython (3.2): Fix a typo and touch up blank lines
eric.araujo
- [Python-checkins] cpython (3.2): Fix markup to get a target instead of a comment
eric.araujo
- [Python-checkins] cpython (3.2): Minor improvements to BadZipFile and BadZipfile docs.
eric.araujo
- [Python-checkins] cpython (3.2): Add a few missing source links from 2.7 and harmonize lib docs headers
eric.araujo
- [Python-checkins] cpython: Remove class that was only useful with Sphinx autodoc
eric.araujo
- [Python-checkins] cpython: Fix typo
eric.araujo
- [Python-checkins] cpython: Improve “pysetup create” help messages.
eric.araujo
- [Python-checkins] cpython (3.2): Don’t use “arg” for “argument”
eric.araujo
- [Python-checkins] cpython (3.2): Don’t quote characters twice.
eric.araujo
- [Python-checkins] cpython (3.2): Link isinstance/issubclass to the ABC glossary entry (#12256)
eric.araujo
- [Python-checkins] cpython (3.2): Remove obsolete term + indicate how to find the program (#1626300).
eric.araujo
- [Python-checkins] cpython (3.2): Make logging call lazy
eric.araujo
- [Python-checkins] cpython (3.2): Fix instance I missed in 59f7bbe1236c (#1626300)
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython: Mark abc.abstractproperty as a property
eric.araujo
- [Python-checkins] cpython (3.2): Fix typo in command name
eric.araujo
- [Python-checkins] cpython (3.2): Mention virtual subclasses in the glossary entry for ABCs (#12256).
eric.araujo
- [Python-checkins] cpython (3.2): Typo
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fixes for #12256 and typos from 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): Avoid title case in flowing text (backport from 3.2)
eric.araujo
- [Python-checkins] cpython (2.7): Backport source role for linking to files in the cpython repo.
eric.araujo
- [Python-checkins] cpython (2.7): Add Python porting howto from 3.x.
eric.araujo
- [Python-checkins] cpython (2.7): Synchronize glossary with py3k.
eric.araujo
- [Python-checkins] cpython (2.7): Remove unneeded reST target
eric.araujo
- [Python-checkins] cpython (2.7): Synchronize argparse docs with 3.x versions
eric.araujo
- [Python-checkins] cpython (2.7): Use standard heading for ast module docs
eric.araujo
- [Python-checkins] cpython (2.7): Backport source links from 3.x.
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (2.7): Turn last automatic footnote in this file into a manually-numbered one
eric.araujo
- [Python-checkins] cpython (2.7): Add missing documentation for logger argument of shutil.make_archive
eric.araujo
- [Python-checkins] cpython (2.7): Guard shutil._make_archive against a logger=None argument.
eric.araujo
- [Python-checkins] cpython (2.7): Improve documentation for PEP 370 support in site module (#8617).
eric.araujo
- [Python-checkins] cpython (2.7): Add documentation for PEP 370 features in distutils (#10745).
eric.araujo
- [Python-checkins] cpython (2.7): Fix find command in makefile “funny” target
eric.araujo
- [Python-checkins] cpython (2.7): patchcheck: don’t talk about the test suite when no code file were changed.
eric.araujo
- [Python-checkins] cpython (2.7): Fix a typo and remove some unneeded markup
eric.araujo
- [Python-checkins] cpython (2.7): Link isinstance/issubclass to the ABC glossary entry (#12256)
eric.araujo
- [Python-checkins] cpython (2.7): Remove obsolete term + indicate how to find the program (#1626300).
eric.araujo
- [Python-checkins] cpython (2.7): Fix typo in command name
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython: Restore $HOME after test has run (should fix #12765)
eric.araujo
- [Python-checkins] cpython: Issue #12778: Reduce memory consumption when JSON-encoding a large container of
antoine.pitrou
- [Python-checkins] cpython (2.7): mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
sandro.tosi
- [Python-checkins] cpython (3.2): Fix typo in test names
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix typo in test names
antoine.pitrou
- [Python-checkins] cpython (2.7): fix description of \r; thanks to Thomas Waldmann from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): fix description of \r; thanks to Thomas Waldmann from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] devguide: #12682: remove the "accepted" resolution.
ezio.melotti
- [Python-checkins] cpython: Fix compilation under Windows
antoine.pitrou
- [Python-checkins] Daily reference leaks (b09d07d1f696): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Mark PEP 399 as final. Along the way update the post history and fix a
brett.cannon
- [Python-checkins] r88883 - in tracker/instances/python-dev: extensions/openid_login.py html/issue.item.html html/page.html
ezio.melotti
- [Python-checkins] cpython (3.2): Issue #12326: sys.platform is now always 'linux2' on Linux
victor.stinner
- [Python-checkins] cpython (2.7): Issue #12326: sys.platform is now always 'linux2' on Linux
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12791: Break reference cycles early when a generator exits with an
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12791: Break reference cycles early when a generator exits with an
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12213: Fix a buffering bug with interleaved reads and writes that
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12213: Fix a buffering bug with interleaved reads and writes that
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12213: Fix a buffering bug with interleaved reads and writes that
antoine.pitrou
- [Python-checkins] cpython (2.7): #12787: link original MultiCall proposal to webarchive and in a footnote
sandro.tosi
- [Python-checkins] cpython (3.2): #12787: link original MultiCall proposal to webarchive and in a footnote
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): #12787: merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12213: make it clear that BufferedRWPair shouldn't be called with the
antoine.pitrou
- [Python-checkins] cpython (3.2): Refactor the copying of xxmodule.c in distutils tests (#12141).
eric.araujo
- [Python-checkins] cpython (3.2): Rework test_record a bit to make the test more exact
eric.araujo
- [Python-checkins] cpython (3.2): Add a test for extension modules in the distutils record file.
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython: Refactor the copying of xxmodule.c in packaging tests (#12141).
eric.araujo
- [Python-checkins] cpython: Rework test_old_record a bit to make the test more exact
eric.araujo
- [Python-checkins] cpython: Add a test for extension modules in the old-style record file
eric.araujo
- [Python-checkins] cpython (3.2): Dedent example in docstring
eric.araujo
- [Python-checkins] cpython: Minor cleanup
eric.araujo
- [Python-checkins] cpython: Add a simple test for the packaging RECORD file.
eric.araujo
- [Python-checkins] cpython: Fix sdist test on Windows (#12678). Patch by Jeremy Kloth.
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 -> 3.2): Branch merge
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython: Close #12326: sys.platform is now always 'linux' on Linux
victor.stinner
- [Python-checkins] cpython: Issue #12326: woops, I really mean 'linux', not 'linux2'
victor.stinner
- [Python-checkins] cpython (2.7): #5301: add image/vnd.microsoft.icon (.ico) MIME type
sandro.tosi
- [Python-checkins] cpython (3.2): #5301: add image/vnd.microsoft.icon (.ico) MIME type
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): #5301: merge with 3.2
sandro.tosi
- [Python-checkins] cpython: Issue #12326: refactor usage of sys.platform
victor.stinner
- [Python-checkins] Daily reference leaks (b5ccdf7c032a): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12326: update sys.platform doc for Linux
victor.stinner
- [Python-checkins] cpython: Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to
charles-francois.natali
- [Python-checkins] cpython (3.2): Add missing closing paren in docstring (thanks Ezio)
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (3.2): Add missing name in shutil
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] r88884 - in tracker/instances/python-dev/html: issue.item.html style.css
ezio.melotti
- [Python-checkins] cpython: Issue #12804: Prevent "make test" from using network resources.
nadeem.vawda
- [Python-checkins] cpython: Update README section on testing following issue #11651.
nadeem.vawda
- [Python-checkins] cpython (3.2): Factor out the build_ext fixup for shared Python builds.
eric.araujo
- [Python-checkins] cpython (3.2): Fix distutils test_install for shared CPython builds
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge build_ext fix from 3.2
eric.araujo
- [Python-checkins] r88885 - tracker/instances/python-dev/html/issue.item.html
ezio.melotti
- [Python-checkins] r88886 - tracker/instances/python-dev/html/issue.item.html
ezio.melotti
- [Python-checkins] cpython: Remove obsolete code
eric.araujo
- [Python-checkins] cpython: Factor out the build_ext fixup for shared Python builds.
eric.araujo
- [Python-checkins] cpython: Fix test_command_install_dist in shared Python builds
eric.araujo
- [Python-checkins] r88887 - tracker/instances/meta/html/issue.item.html
ezio.melotti
- [Python-checkins] r88888 - in tracker/instances: board/html/_generic.index.html board/html/_generic.item.html board/html/_generic.keywords_expr.html board/html/issue.search.html board/html/page.html board/html/style.css board/schema.py jobs/html/_generic.index.html jobs/html/_generic.item.html jobs/html/_generic.keywords_expr.html jobs/html/offer.search.html jobs/html/page.html jobs/html/style.css jython/html/_generic.index.html jython/html/_generic.item.html jython/html/_generic.keywords_expr.html jython/html/issue.search.html jython/html/page.html jython/html/style.css meta/html/_generic.index.html meta/html/_generic.item.html meta/html/issue.search.html meta/html/page.html meta/html/style.css security/html/_generic.index.html security/html/_generic.item.html security/html/_generic.keywords_expr.html security/html/issue.search.html security/html/page.html security/html/style.css security/schema.py setuptools/html/_generic.index.html setuptools/html/_generic.item.html setuptools/html/_generic.keywords_expr.html setuptools/html/issue.search.html setuptools/html/page.html setuptools/html/style.css
ezio.melotti
- [Python-checkins] cpython (3.2): Issue #12678: Fix distutils sdist test on Windows.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Null merge; fix already present in default branch.
nadeem.vawda
- [Python-checkins] cpython (2.7): Issue #12678: Fix distutils sdist test on Windows.
nadeem.vawda
- [Python-checkins] devguide: dis module questions can be kicked in my general direction
nick.coghlan
- [Python-checkins] cpython: Add support for the send/recvmsg API to the socket module. Patch by David
nick.coghlan
- [Python-checkins] Daily reference leaks (1702749b1060): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Attempt to address Windows buildbot failures
nick.coghlan
- [Python-checkins] cpython: Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484)
nick.coghlan
- [Python-checkins] cpython: Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs.
nick.coghlan
- [Python-checkins] cpython: Credit patch authors in NEWS for #6560
nick.coghlan
- [Python-checkins] cpython: Fix deprecation warnings in test_socket.
nadeem.vawda
- [Python-checkins] cpython (3.2): #9200: The str.is* methods now work with strings that contain non-BMP
ezio.melotti
- [Python-checkins] cpython: #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE,
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #9200: merge with 3.2.
ezio.melotti
- [Python-checkins] distutils2: Fix setup.py to use the newly renamed distutils2.pypi, distutils2.create and
alexis.metaireau
- [Python-checkins] distutils2: remove .pyc and .pyo files
alexis.metaireau
- [Python-checkins] distutils2: sys.abiflags was introduced with python 3.2
alexis.metaireau
- [Python-checkins] distutils2: the name of the module is __builtin__ (not __builtins__)
alexis.metaireau
- [Python-checkins] distutils2: python 2 does not have bytes yet
alexis.metaireau
- [Python-checkins] cpython (2.7): #9200: backport tests but run them on wide builds only.
ezio.melotti
- [Python-checkins] cpython: #12191: add shutil.chown() to change user and/or group owner of a given path
sandro.tosi
- [Python-checkins] r88889 - in tracker/instances/python-dev/extensions: local_replace.py test/local_replace_data.txt
ezio.melotti
- [Python-checkins] cpython (3.2): Fix indentation and add a skip decorator.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge indentation fix and skip decorator with 3.2.
ezio.melotti
- [Python-checkins] devguide: #12792: document the "type" field of the tracker.
ezio.melotti
- [Python-checkins] cpython: #12191: fix build failures, explicitly passing group argument when I want to
sandro.tosi
- [Python-checkins] cpython: #6484: refactor a bit the tests.
ezio.melotti
- [Python-checkins] cpython: #12191: added entry in What's New (+ small editing on shutil section)
sandro.tosi
- [Python-checkins] Daily reference leaks (f2cb733c9a37): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h
victor.stinner
- [Python-checkins] [Pypi-checkins] r959 - trunk/pypi/tools
"Martin v. Löwis"
- [Python-checkins] cpython: Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests
nick.coghlan
- [Python-checkins] r88890 - peps/trunk/pep-0393.txt
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #12821: Fix test_fcntl failures on OpenBSD 5.
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12821: Fix test_fcntl failures on OpenBSD 5.
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Null merge.
charles-francois.natali
- [Python-checkins] cpython (3.2): A warning doesn't equate a failed test
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
antoine.pitrou
- [Python-checkins] cpython: Try to fix packaging tests using build_ext on Windows (#12678)
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (3.2): Fix distutils tests on Windows (#12678).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge distutils bug fix from 3.2
eric.araujo
- [Python-checkins] cpython: Fix test_packaging on Windows (#12678).
eric.araujo
- [Python-checkins] Daily reference leaks (1696e2789d91): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch
charles-francois.natali
- [Python-checkins] cpython: sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #4106: Fix occasional exceptions printed out by multiprocessing on
antoine.pitrou
- [Python-checkins] cpython: Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.
charles-francois.natali
- [Python-checkins] cpython: Issue #12656: Fix test_asyncore failures on Windows buildbots.
charles-francois.natali
- [Python-checkins] cpython: Issue #12656: Really fix test_asyncore failures on Windows buildbots...
charles-francois.natali
- [Python-checkins] cpython (2.7): Update link to the decimal arithmetic specification.
raymond.hettinger
- [Python-checkins] Daily reference leaks (f3444d795062): sum=0
solipsis at pitrou.net
- [Python-checkins] r88891 - peps/trunk/pep-0393.txt
martin.v.loewis
- [Python-checkins] cpython (3.2): Close #12838: fix range() call.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2.
georg.brandl
- [Python-checkins] cpython (2.7): Close #12838: fix range() call.
georg.brandl
- [Python-checkins] devguide: #12792: document the "type" field of the tracker.
Nick Coghlan
- [Python-checkins] devguide: #12792: document the "type" field of the tracker.
Nick Coghlan
- [Python-checkins] cpython: Issue #12803: SSLContext.load_cert_chain() now accepts a password argument
antoine.pitrou
- [Python-checkins] cpython: Followup to cdc6c1b072a5: I forgot to "hg add" the test files
antoine.pitrou
- [Python-checkins] cpython: Another (hopefully last) fix for test_packaging on Windws (#12678)
eric.araujo
- [Python-checkins] cpython (3.2): Issue #12333: fix test_distutils failures under Solaris and derivatives
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12333: fix test_distutils failures under Solaris and derivatives
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid
charles-francois.natali
- [Python-checkins] Daily reference leaks (80f814dca274): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Minor code simplification
eric.araujo
- [Python-checkins] cpython (3.2): Turn two ifs into one in the code I commited a few days ago
eric.araujo
- [Python-checkins] cpython (3.2): Make the list of docs contributors sorted again
eric.araujo
- [Python-checkins] cpython (3.2): Fix type information in distutils API reference (#9302).
eric.araujo
- [Python-checkins] cpython (3.2): Document the "optional" argument of distutils’ Extension class
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 (#9302 fix and other changes)
eric.araujo
- [Python-checkins] cpython: Synchronize packaging docs with distutils’ (includes fix for #9302)
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): Add missing name in shutil.__all__
eric.araujo
- [Python-checkins] cpython (2.7): Refactor helpers for compiling the xx module in distutils tests.
eric.araujo
- [Python-checkins] cpython (2.7): Add tests for build_ext --user (backport from 3.2)
eric.araujo
- [Python-checkins] cpython (2.7): Try to fix test_distutils on Windows (#12678)
eric.araujo
- [Python-checkins] cpython (2.7): Backport tests for the distutils install command
eric.araujo
- [Python-checkins] cpython (2.7): Fix type information in distutils API reference (#9302).
eric.araujo
- [Python-checkins] cpython (2.7): Document the "optional" argument of distutils’ Extension class
eric.araujo
- [Python-checkins] cpython (merge 2.7 -> 2.7): Branch merge
eric.araujo
- [Python-checkins] cpython (2.7): Add FIXME note as a reminder
eric.araujo
- [Python-checkins] cpython (3.2): Remove outdated pointer to optparse (fixes #11360).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 (change already committed in py3k)
eric.araujo
- [Python-checkins] cpython (2.7): Remove outdated pointer to optparse (fixes #11360).
eric.araujo
- [Python-checkins] peps: Slight grammar fixes.
guido.van.rossum
- [Python-checkins] Daily reference leaks (3e76d9e860c5): sum=0
solipsis at pitrou.net
- [Python-checkins] r88892 - peps/trunk/pep-0393.txt
martin.v.loewis
- [Python-checkins] peps: Add open issues section, add macros, adjust macro names to implementation.
martin.v.loewis
- [Python-checkins] peps: Reflect Antoine's comments.
martin.v.loewis
- [Python-checkins] peps: Drop implicit FAST_READY calls.
martin.v.loewis
- [Python-checkins] cpython (3.2): Make regrtest complain when -M and -j are used together.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Make regrtest complain when -M and -j are used together.
nadeem.vawda
- [Python-checkins] cpython: Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped
nick.coghlan
- [Python-checkins] cpython: Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not
nick.coghlan
- [Python-checkins] cpython (3.2): Add pattern to .hgignore in order to mask PC/generrmap.exe
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Add pattern to .hgignore in order to mask PC/generrmap.exe
antoine.pitrou
- [Python-checkins] cpython (2.7): Provide a better diagnosis on socket errors
antoine.pitrou
- [Python-checkins] cpython (3.2): Provide a better diagnosis on socket errors
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Provide a better diagnosis on socket errors
antoine.pitrou
- [Python-checkins] cpython (3.2): Make tests faster by reaping threads only at the end
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Make tests faster by reaping threads only at the end
antoine.pitrou
- [Python-checkins] Daily reference leaks (1cd334b92064): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #12839: Fix crash in zlib module due to version mismatch.
nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #12839: Fix crash in zlib module due to version mismatch.
nadeem.vawda
- [Python-checkins] cpython (merge 3.2 -> default): Merge: #12839: Fix crash in zlib module due to version mismatch.
nadeem.vawda
- [Python-checkins] devguide: add myself to some compiler related modules
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
charles-francois.natali
- [Python-checkins] cpython (2.7): Always define _PyIsSelectable_fd().
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
charles-francois.natali
- [Python-checkins] cpython: Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable
charles-francois.natali
- [Python-checkins] peps: Add memory consumption table.
martin.v.loewis
- [Python-checkins] peps: Introduce union.
martin.v.loewis
- [Python-checkins] peps: Report some benchmark results.
martin.v.loewis
- [Python-checkins] Daily reference leaks (3ed2d087e70d): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Fix test failures when Python is compiled without thread support.
nadeem.vawda
- [Python-checkins] peps: OSError will be the canonical name, not IOError
antoine.pitrou
- [Python-checkins] peps: Fix that ``winerror`` is only present under Windows.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #11564: Avoid crashes when trying to pickle huge objects or containers
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11564: Avoid crashes when trying to pickle huge objects or containers
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
antoine.pitrou
- [Python-checkins] Daily reference leaks (fb8d7a666bed): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Mark PEP 3146 as Withdrawn due to the demise of Unladen Swallow
nick.coghlan
- [Python-checkins] peps: Mark PEPs 389, 391 and 3135 as Final
nick.coghlan
- [Python-checkins] cpython: 3.3 whatsnew: fix markup, add stub for new crypt features
eric.araujo
- [Python-checkins] cpython: Cleanup: use sys.version_info instead of convoluted hexversion lshifts
eric.araujo
- [Python-checkins] cpython: Print all fields when calling “pysetup metadata” without options.
eric.araujo
- [Python-checkins] cpython: Cleanup: move code out of a try block
eric.araujo
- [Python-checkins] cpython: Remove display options (--name, etc.) from the Distribution class.
eric.araujo
- [Python-checkins] cpython (3.2): Make bdist_* commands respect --skip-build passed to bdist (#10946)
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for #10946 from 3.2
eric.araujo
- [Python-checkins] cpython: Remove obsolete mentions of the compress program and .Z archives.
eric.araujo
- [Python-checkins] cpython: Make bdist_* commands respect --skip-build passed to bdist (#10946).
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): Add suspicious entries for the Python Porting HOWTO recently added
eric.araujo
- [Python-checkins] cpython (2.7): Make bdist_* commands respect --skip-build passed to bdist (#10946)
eric.araujo
- [Python-checkins] cpython: Remove misleading comment and code.
antoine.pitrou
- [Python-checkins] peps: FileSystemError is gone
antoine.pitrou
- [Python-checkins] peps: Add ChildProcessError and ProcessLookupError
antoine.pitrou
- [Python-checkins] cpython (2.7): added versionadd information for pkgutil.get_data(); thanks to Kyle Monson from
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Issue #11241: subclasses of ctypes.Array can now be subclassed.
amaury.forgeotdarc
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2:
amaury.forgeotdarc
- [Python-checkins] cpython (2.7): Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Try to fix one of the bigmem tests in test_pickle
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Try to fix one of the bigmem tests in test_pickle
antoine.pitrou
- [Python-checkins] cpython: Remove unused variable
amaury.forgeotdarc
- [Python-checkins] Daily reference leaks (3102951cc1ce): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Update list of trove classifiers to match PyPI
eric.araujo
- [Python-checkins] cpython: Fix typo I introduced in f93acf8844ec
eric.araujo
- [Python-checkins] cpython: Move help texts near to the function they’re related to
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython: Fix packaging command registry to let Windows machines find bdist_msi
eric.araujo
- [Python-checkins] devguide: Tell how to run patchcheck on Windows
eric.araujo
- [Python-checkins] distutils2: Move a few files to make Mercurial follow changes across renames
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Merge with changes by Vinay and Alexis
eric.araujo
- [Python-checkins] distutils2: Remove class that was only useful with Sphinx autodoc
eric.araujo
- [Python-checkins] distutils2: Fix typo
eric.araujo
- [Python-checkins] distutils2: Improve “pysetup create” help messages.
eric.araujo
- [Python-checkins] distutils2: Restore $HOME after test has run (#12765)
eric.araujo
- [Python-checkins] distutils2: Fixed a python2.4 syntax errors.
eric.araujo
- [Python-checkins] distutils2 (merge default -> default): Branch merge. Will clean up later.
eric.araujo
- [Python-checkins] cpython (3.2): Fix test_sysconfig when run from a Python installed under /site (#10086).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for #10086 from 3.2
eric.araujo
- [Python-checkins] cpython (2.7): Fix test_sysconfig when run from a Python installed under /site (#10086).
eric.araujo
Last message date:
Wed Aug 31 17:35:18 CEST 2011
Archived on: Sun Jul 29 22:23:33 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).