November 2011 Archives by thread
Starting: Tue Nov 1 00:07:13 CET 2011
Ending: Wed Nov 30 21:25:11 CET 2011
Messages: 660
- [Python-checkins] cpython: Fix regression due to changeset 2096158376e5 (issue #13305).
florent.xicluna
- [Python-checkins] cpython (2.7): Issue #13304: Skip test case if user site-packages disabled (-s or
ned.deily
- [Python-checkins] cpython (3.2): Issue #13304: Skip test case if user site-packages disabled (-s or
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13304: Skip test case if user site-packages disabled (-s or
ned.deily
- [Python-checkins] Daily reference leaks (c343c095d08b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from
sandro.tosi
- [Python-checkins] cpython (3.2): correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython: Strengthen the tests for format '%Y', in relation with issue #13305.
florent.xicluna
- [Python-checkins] cpython (2.7): #670664: Fix HTMLParser to correctly handle the content of
ezio.melotti
- [Python-checkins] cpython (3.2): #670664: Fix HTMLParser to correctly handle the content of
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #670664: merge with 3.2.
ezio.melotti
- [Python-checkins] devguide: All your tags are belong to me.
ezio.melotti
- [Python-checkins] cpython: Replace {Get,Set,Has}AttrString with *AttrId.
martin.v.loewis
- [Python-checkins] cpython (3.2): #12008: add a test.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #12008: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): Avoid reusing the same collector in the tests.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge test fixes from 3.2.
ezio.melotti
- [Python-checkins] cpython: Test the year range supported by time.strftime() and time.asctime().
florent.xicluna
- [Python-checkins] cpython: Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot.
florent.xicluna
- [Python-checkins] cpython: Troubleshoot issue #13309 on Gentoo buildbot.
florent.xicluna
- [Python-checkins] cpython: issue13287 - Define __all__ for urllib.request and urllib.error and expose only
senthil.kumaran
- [Python-checkins] cpython: Append HTTPSHandler to __all__ when it is available.
senthil.kumaran
- [Python-checkins] cpython: 'HTTPSHandler' and not the type.
senthil.kumaran
- [Python-checkins] cpython: Replace temporary tests with the real test case for issue #13309 on Gentoo.
florent.xicluna
- [Python-checkins] cpython: Lowercase the test name, to run last.
florent.xicluna
- [Python-checkins] cpython (3.2): Make sure that the tolerant parser still parses valid HTML correctly.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge test improvements from 3.2.
ezio.melotti
- [Python-checkins] cpython (3.2): Closes #2892: preserve iterparse events in case of SyntaxError.
florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: issue #2892
florent.xicluna
- [Python-checkins] cpython (2.7): Issue #2892: preserve iterparse events in case of SyntaxError
florent.xicluna
- [Python-checkins] cpython: Additional tests for negative years.
florent.xicluna
- [Python-checkins] cpython (2.7): Missing NEWS entry in changeset e1dde980a92c
florent.xicluna
- [Python-checkins] cpython (2.7): Fix merge in changeset e1dde980a92c.
florent.xicluna
- [Python-checkins] peps: Update PEP 302 integration. Drop 2.7 discussion.
martin.v.loewis
- [Python-checkins] cpython: Replace Py_UNICODE_strchr with PyUnicode_FindChar.
martin.v.loewis
- [Python-checkins] cpython: Issue #13312: skip the single failing value for now.
florent.xicluna
- [Python-checkins] cpython: Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue
florent.xicluna
- [Python-checkins] Daily reference leaks (d877d7f3b679): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13312: skip the failing negative years for now.
florent.xicluna
- [Python-checkins] peps: Put implementation link into references.
martin.v.loewis
- [Python-checkins] cpython: Introduce PyObject* API for raising encode errors.
martin.v.loewis
- [Python-checkins] cpython: Port UCS1 and charmap codecs to new API.
martin.v.loewis
- [Python-checkins] cpython: #13295: http.server now produces valid HTML 4.01 strict.
ezio.melotti
- [Python-checkins] cpython: Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart.
charles-francois.natali
- [Python-checkins] cpython (2.7): Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.
senthil.kumaran
- [Python-checkins] cpython (2.7): Issue #13308: Fix test_httpservers failures when run as root.
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13308: Fix test_httpservers failures when run as root.
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13308: Fix test_httpservers failures when run as root.
charles-francois.natali
- [Python-checkins] cpython: test_asyncore: Actually try to received OOB data.
charles-francois.natali
- [Python-checkins] cpython: Fix a compile error (apparently Windows only) introduced in 295fdfd4f422
brian.curtin
- [Python-checkins] cpython (3.2): Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,
victor.stinner
- [Python-checkins] cpython (3.2): Issue #13307: fix bdist_rpm test failures
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13307: fix bdist_rpm test failures
antoine.pitrou
- [Python-checkins] Daily reference leaks (eb2991f7cdc8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix typos in recent NEWS entries
eric.araujo
- [Python-checkins] cpython: Fix typo “seperate”
eric.araujo
- [Python-checkins] cpython: Minor code reorganization in one packaging test file
eric.araujo
- [Python-checkins] cpython (3.2): Cleanups in distutils tests.
eric.araujo
- [Python-checkins] cpython (3.2): Fix typo
eric.araujo
- [Python-checkins] cpython (3.2): State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B
eric.araujo
- [Python-checkins] cpython (3.2): Add signatures to the docstring of functions added to imp by PEP 3147
eric.araujo
- [Python-checkins] cpython (3.2): More fixes for PEP 3147 compliance in distutils (#11254)
eric.araujo
- [Python-checkins] cpython: Improve byte-compilation in packaging to be independent of -O or -B.
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge follow-up for #11254 and other changes from 3.2
eric.araujo
- [Python-checkins] cpython: Actually check the contents of the file created by packaging’s bdist_dumb
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (3.2): Fix incorrect docstring I changed a while back.
eric.araujo
- [Python-checkins] cpython (3.2): Avoid relying on the default reST role in logging library doc
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 (3.2): Issue #10570: curses.putp() is now expecting a byte string, instead of a
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead
victor.stinner
- [Python-checkins] cpython: Adapt the code page encoder to the new unicode_encode_call_errorhandler()
victor.stinner
- [Python-checkins] cpython: Use PEP-3151 exceptions for test_pep277.
florent.xicluna
- [Python-checkins] cpython: Oversight in previous commit for test_pep277.
florent.xicluna
- [Python-checkins] cpython: Cleanup decode_code_page_stateful() and encode_code_page()
victor.stinner
- [Python-checkins] cpython: Replace PyUnicodeObject type by PyObject
victor.stinner
- [Python-checkins] cpython: Fix PyUnicode_EncodeCharmap()
victor.stinner
- [Python-checkins] cpython: Fix a compiler warning in unicode_encode_ucs1()
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12342: Improve _tkinter error message on unencodable character
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #12342: Improve _tkinter error message on unencodable
victor.stinner
- [Python-checkins] Daily reference leaks (5aea95d41ad2): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #13339.
ross.lagerwall
- [Python-checkins] cpython: Drop unused import in unittest package.
florent.xicluna
- [Python-checkins] cpython: Remove redundant imports.
florent.xicluna
- [Python-checkins] cpython: Issue #12342: Fix compilation on Mac OS X
victor.stinner
- [Python-checkins] cpython (2.7): Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn.
florent.xicluna
- [Python-checkins] cpython (3.2): Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2: issue #13140
florent.xicluna
- [Python-checkins] cpython: Port error handlers from Py_UNICODE indexing to code point indexing.
martin.v.loewis
- [Python-checkins] cpython: Fix C89 incompatibility.
martin.v.loewis
- [Python-checkins] cpython (2.7): Revert commit that was not a bugfix (#5301).
eric.araujo
- [Python-checkins] cpython: Port code page codec to Unicode API.
martin.v.loewis
- [Python-checkins] cpython: Drop Py_UNICODE based encode exceptions.
martin.v.loewis
- [Python-checkins] cpython: Replace tabs by spaces
victor.stinner
- [Python-checkins] cpython: Fix gdb/libpython.py for not ready Unicode strings
victor.stinner
- [Python-checkins] cpython (2.7): Inline the advisory text on how to use the shelve module.
raymond.hettinger
- [Python-checkins] cpython: PyCodec_XMLCharRefReplaceError(): Remove unused variable
victor.stinner
- [Python-checkins] cpython: Avoid the Py_UNICODE type in codecs.c
victor.stinner
- [Python-checkins] cpython (3.2): Issue #3067: Fix the error raised by locale.setlocale()
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Issue #3067: Fix the error raised by locale.setlocale()
petri.lehtinen
- [Python-checkins] cpython (merge default -> default): Merge heads
petri.lehtinen
- [Python-checkins] cpython (2.7): Add .gitignore
petri.lehtinen
- [Python-checkins] cpython (2.7): Fix typos
raymond.hettinger
- [Python-checkins] cpython: Fix test_urllib2 error on Windows in relation with issue #13287.
florent.xicluna
- [Python-checkins] cpython (3.2): Issue #13343: Fix a SystemError when a lambda expression uses a global
amaury.forgeotdarc
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13343: Fix a SystemError when a lambda expression uses a global
amaury.forgeotdarc
- [Python-checkins] cpython: Oops, really fix gdb/libpython.py for not ready Unicode strings
victor.stinner
- [Python-checkins] Daily reference leaks (694f70ea1419): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix Maildir initialization so that maildir contents are read correctly.
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Fix Maildir initialization so that maildir contents are read correctly.
petri.lehtinen
- [Python-checkins] cpython (2.7): Fix Maildir initialization so that maildir contents are read correctly.
petri.lehtinen
- [Python-checkins] cpython (2.7): Issue #3067: Enhance the documentation and docstring of locale.setlocale()
petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #3067: Enhance the documentation and docstring of locale.setlocale()
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Issue #3067: Enhance the documentation and docstring of locale.setlocale()
petri.lehtinen
- [Python-checkins] cpython: asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag
charles-francois.natali
- [Python-checkins] cpython: Try to fix buildbot failures from #13193
eric.araujo
- [Python-checkins] cpython (2.7): Add missing versionadded (fixes #12392)
eric.araujo
- [Python-checkins] cpython: add introspection to range objects (closes #9896)
benjamin.peterson
- [Python-checkins] cpython: news note about range introspection
benjamin.peterson
- [Python-checkins] cpython (3.2): Remove __pycache__ directories correctly on OpenBSD
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Remove __pycache__ directories correctly on OpenBSD
petri.lehtinen
- [Python-checkins] cpython (merge default -> default): Merge heads
petri.lehtinen
- [Python-checkins] cpython (3.2): Update .gitignore
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
petri.lehtinen
- [Python-checkins] cpython: Update .gitignore
petri.lehtinen
- [Python-checkins] cpython (3.2): Improve Counter.__repr__() to not fail with unorderable values
raymond.hettinger
- [Python-checkins] cpython (merge 3.2 -> default): Merge
raymond.hettinger
- [Python-checkins] cpython: Fix whitespace
raymond.hettinger
- [Python-checkins] cpython (2.7): Accept None as start and stop parameters for list.index() and tuple.index()
petri.lehtinen
- [Python-checkins] cpython (3.2): Accept None as start and stop parameters for list.index() and tuple.index()
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Accept None as start and stop parameters for list.index() and tuple.index().
petri.lehtinen
- [Python-checkins] peps: A function's local namespace is signalled by the "<locals>" component
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
antoine.pitrou
- [Python-checkins] cpython: Try to make the tty input() tests more robust
antoine.pitrou
- [Python-checkins] cpython (3.2): Backport robustness fix for test_builtin
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython (3.2): Skip early if stdin and stdout are not ttys
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Skip early if stdin and stdout are not ttys
antoine.pitrou
- [Python-checkins] Daily reference leaks (7790ad507972): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13300: Fix IDLE Restart Shell command failure introduced by
ned.deily
- [Python-checkins] cpython (3.2): curses.tparm() is expecting a byte string, not curses.tigetstr()
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): curses.tparm() is expecting a byte string, not curses.tigetstr()
petri.lehtinen
- [Python-checkins] cpython (2.7): remove py3k warning for callable
benjamin.peterson
- [Python-checkins] cpython: Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
amaury.forgeotdarc
- [Python-checkins] cpython (2.7): Fix tests now that the callable warning is gone.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix another callable warning.
ezio.melotti
- [Python-checkins] cpython (2.7): Silence a couple of warnings.
ezio.melotti
- [Python-checkins] cpython (2.7): Revert "Accept None as start and stop parameters for list.index() and
petri.lehtinen
- [Python-checkins] cpython (3.2): Revert "Accept None as start and stop parameters for list.index() and
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Revert "Accept None as start and stop parameters for list.index() and
petri.lehtinen
- [Python-checkins] cpython: Fix #13327. Remove the need for an explicit None as the second argument to
brian.curtin
- [Python-checkins] cpython: Oops. Update a placeholder comment with the issue number.
brian.curtin
- [Python-checkins] cpython (2.7): Closes issue #13353: version doumentation about utc parameter corrected.
vinay.sajip
- [Python-checkins] cpython: quote the type name for improved readability
philip.jenvey
- [Python-checkins] Daily reference leaks (bbc929bc2224): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Closes #13356. Thanks to Florent Xicluna for the patch.
vinay.sajip
- [Python-checkins] cpython (2.7): Closes #13661: Check added for type of logger name.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #13661: Check added for type of logger name.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged fix for #13361 from 3.2.
vinay.sajip
- [Python-checkins] cpython (2.7): Closes #13361: Raise correct exception type.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #13361: Raise correct exception type.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #13361: Merge fix from 3.2.
vinay.sajip
- [Python-checkins] cpython: Remove obsolete/duplicate entries
eric.araujo
- [Python-checkins] cpython: Make sure packaging tests that register custom commands also clear them
eric.araujo
- [Python-checkins] cpython: Undo potentially confusing name change in packaging.
eric.araujo
- [Python-checkins] cpython: Minor tweak to packaging tests.
eric.araujo
- [Python-checkins] cpython: Clean up mocking of stdout and stdin in packaging tests.
eric.araujo
- [Python-checkins] cpython: Remove redundant __main__ blocks from packaging modules.
eric.araujo
- [Python-checkins] cpython: Use more standard name for one option of packaging’s install_distinfo
eric.araujo
- [Python-checkins] cpython: Remove unnecessary version check
eric.araujo
- [Python-checkins] cpython (3.2): Document that shutil.make_archive does not typecheck its logger argument
eric.araujo
- [Python-checkins] cpython (3.2): Don’t interpret backslashes in ASCII diagram in a docstring
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: logging: replace codecs.open with builtins.open, remove '_encoded' sort, add
florent.xicluna
- [Python-checkins] cpython: fileinput: replace this last occurence of codecs.open with builtins.open.
florent.xicluna
- [Python-checkins] cpython: More assertions in test_unicode_file, to chase issue #13348.
florent.xicluna
- [Python-checkins] cpython: Adjust None handling to be a bit more clean. Thanks to Benjamin
brian.curtin
- [Python-checkins] cpython: Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat,
brian.curtin
- [Python-checkins] cpython (merge default -> default): branch merge
brian.curtin
- [Python-checkins] cpython: Forgot to apply the futimesat change.
brian.curtin
- [Python-checkins] cpython: Closes #13366: fix test_pep277 failure on Windows.
florent.xicluna
- [Python-checkins] cpython: Fix #13327. utimensat now has the atime and mtime arguments set as optional,
brian.curtin
- [Python-checkins] cpython (merge default -> default): branch merge.
brian.curtin
- [Python-checkins] cpython: Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issue
florent.xicluna
- [Python-checkins] cpython: News updates for #13327.
brian.curtin
- [Python-checkins] Daily reference leaks (5e18ff5476e8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13237: Forward port subprocess module updates and explicitly document
nick.coghlan
- [Python-checkins] cpython (3.2): Issue #13237: Remove duplicate data value descriptions from the subprocess docs
nick.coghlan
- [Python-checkins] cpython (3.2): Issue #13237: Fix formatting error - the legacy shell commands weren't meant to
nick.coghlan
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed
nick.coghlan
- [Python-checkins] cpython (2.7): Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
jesus.cea
- [Python-checkins] cpython (2.7): Partial patch for issue #11812: Take care of test_telnetlib.py
jesus.cea
- [Python-checkins] cpython (3.2): Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
jesus.cea
- [Python-checkins] cpython (3.2): Partial patch for issue #11812: Take care of test_telnetlib.py
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py
jesus.cea
- [Python-checkins] cpython: Commit 59dca1e2363d for issue #13327 introduced a compilation warning
jesus.cea
- [Python-checkins] cpython: Change decoders to use Unicode API instead of Py_UNICODE.
martin.v.loewis
- [Python-checkins] cpython: Make _PyUnicode_FromId return borrowed references.
martin.v.loewis
- [Python-checkins] cpython: Fix missing goto
antoine.pitrou
- [Python-checkins] cpython: Fix BytesWarnings in fnmatch
antoine.pitrou
- [Python-checkins] cpython (3.2): test_import: test_execute_bit_not_copied() was actually a no-op: fix it.
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): test_import: test_execute_bit_not_copied() was actually a no-op: enable it.
charles-francois.natali
- [Python-checkins] cpython: Back out changeset b6336ba796d4 until fix for #13303.
charles-francois.natali
- [Python-checkins] cpython: Remove the old style [...] to denote optional args and show the defaults.
brian.curtin
- [Python-checkins] cpython: Backed out changeset 60ae7979fec8
brian.curtin
- [Python-checkins] cpython: Refactor functions signatures in the doc.
ezio.melotti
- [Python-checkins] cpython: Fix the code page decoder
victor.stinner
- [Python-checkins] cpython: Fix a compiler warning: use unsiged for maxchar in unicode_widen()
victor.stinner
- [Python-checkins] cpython: Strip trailing spaces
victor.stinner
- [Python-checkins] cpython: Issue #13374: Use Unicode filenames instead of bytes filenames
victor.stinner
- [Python-checkins] Daily reference leaks (6bf07db23445): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Un-release schedule for Python 2.8.
barry.warsaw
- [Python-checkins] cpython: Issue #12442: nt._getdiskusage() is now using the Windows Unicode API
victor.stinner
- [Python-checkins] peps: Er, refinement.
barry.warsaw
- [Python-checkins] cpython (2.7): Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely
antoine.pitrou
- [Python-checkins] Daily reference leaks (f34b4e250b44): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #13379: update Unicode version in unicodedata docstrings and comments.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13379: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Port encoders from Py_UNICODE API to unicode object API.
martin.v.loewis
- [Python-checkins] cpython: Issue #13303: Fix bytecode file default permission.
charles-francois.natali
- [Python-checkins] cpython: Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.
charles-francois.natali
- [Python-checkins] cpython: Fix build on Windows
victor.stinner
- [Python-checkins] cpython: Fix UTF-7 encoder on Windows
victor.stinner
- [Python-checkins] cpython: Fix "unicode_escape" encoder
victor.stinner
- [Python-checkins] cpython: Avoid PyUnicode_AS_UNICODE in the UTF-8 encoder
victor.stinner
- [Python-checkins] cpython: PyUnicode_DecodeCharmap() uses the new Unicode API
victor.stinner
- [Python-checkins] cpython: Prefer Py_UCS4 or wchar_t over Py_UNICODE
victor.stinner
- [Python-checkins] cpython: Fix test_socket when built whithout threads.
charles-francois.natali
- [Python-checkins] cpython: Fix and deprecated the unicode_internal codec
victor.stinner
- [Python-checkins] cpython: Issue #13149: Speed up append-only StringIO objects.
antoine.pitrou
- [Python-checkins] cpython: Speed up IDNA for the common case
antoine.pitrou
- [Python-checkins] cpython: Avoid crashing because of an unaligned word access
antoine.pitrou
- [Python-checkins] cpython: Avoid a glibc bug in test_time (issue #13309)
antoine.pitrou
- [Python-checkins] Daily reference leaks (05164831011e): sum=462
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13365: correct an error in the documentation of str.expandtabs
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13365: correct an error in the documentation of str.expandtabs. Patch by
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #13191: typo in argparse docs
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13191: typo in argparse docs
eli.bendersky
- [Python-checkins] cpython: Fix regression on 2-byte wchar_t systems (Windows)
antoine.pitrou
- [Python-checkins] cpython: Enable commented out test
antoine.pitrou
- [Python-checkins] cpython: Make test more inclusive
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13191: typo in argparse docs
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #13161: fix doc strings of __i*__ operators
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #13161: fix doc strings of __i*__ operators
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13161: fix doc strings of __i*__ operators. Closes #13161
eli.bendersky
- [Python-checkins] cpython: Fix range in test.
ezio.melotti
- [Python-checkins] cpython (3.2): Fix #13384. Remove __future__ import in 3.x code.
brian.curtin
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
brian.curtin
- [Python-checkins] cpython: Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309.
florent.xicluna
- [Python-checkins] cpython (3.2): Remove duplicate ACKS.
florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2. Remove duplicate ACKS and reorder slightly to prevent future dups.
florent.xicluna
- [Python-checkins] cpython (3.2): Fix few typos.
florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2, fix typos.
florent.xicluna
- [Python-checkins] cpython (3.2): Few typos in the documentation.
florent.xicluna
- [Python-checkins] cpython (3.2): Reformat paragraphs.
florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2, doc typos.
florent.xicluna
- [Python-checkins] cpython: Remove unused or redundant imports in concurrent.futures and multiprocessing.
florent.xicluna
- [Python-checkins] cpython (2.7): Issue #12875: explicitly specify default value of the optional 'flags' argument
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #13193: fix distutils.filelist.FileList under Windows
antoine.pitrou
- [Python-checkins] cpython (3.2): Add NEWS entry for #13193
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13193: Fix distutils.filelist.FileList and
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13193: Fix distutils.filelist.FileList under Windows. The
antoine.pitrou
- [Python-checkins] Daily reference leaks (64485e0700ba): sum=462
solipsis at pitrou.net
- [Python-checkins] cpython: Plug some (unlikely) refleaks.
antoine.pitrou
- [Python-checkins] cpython: Sanitize reference management in the utf-8 encoder
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #12767: documenting threading.Condition.notify
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue 12767: document the argument of threading.Condition.notify
eli.bendersky
- [Python-checkins] cpython (2.7): Closes issue 12767: document the argument of threading.Condition.notify
eli.bendersky
- [Python-checkins] cpython (2.7): Update mailbox.Maildir tests
petri.lehtinen
- [Python-checkins] cpython (3.2): Update mailbox.Maildir tests
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch 3.2
petri.lehtinen
- [Python-checkins] cpython (merge default -> default): Merge heads
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads
petri.lehtinen
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merge heads
petri.lehtinen
- [Python-checkins] cpython: Restore smtpd.DEBUGSTREAM at the end of test_smtpd.
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (3.2): Restore smtpd.DEBUGSTREAM at the end of test_smtpd.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython: Use the small object allocator for small bytearrays
antoine.pitrou
- [Python-checkins] cpython: Fix memory leak in io.StringIO
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix memory leak with FLUFL-related syntax errors (!)
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix memory leak with FLUFL-related syntax errors (!)
antoine.pitrou
- [Python-checkins] cpython: In text I/O, optimize scanning for new lines with 1-byte unicode chars
antoine.pitrou
- [Python-checkins] cpython: Restore performance of special casings for utf-16 and utf-32 in TextIOWrapper
antoine.pitrou
- [Python-checkins] Daily reference leaks (0feb5a5dbaeb): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Finally publish the import engine PEP on python.org
nick.coghlan
- [Python-checkins] hooks: Allow more than one issue number in the hgroundup hook.
ezio.melotti
- [Python-checkins] peps: With Carl's permission, swap PEPs 404 and 405.
barry.warsaw
- [Python-checkins] peps: Fix PEP numbers.
barry.warsaw
- [Python-checkins] cpython: Issue #13217: add missing header dependencies in the Makefile for
antoine.pitrou
- [Python-checkins] peps: And now for something completely different.
barry.warsaw
- [Python-checkins] cpython (2.7): Normalize the keyword arguments documentation notation in re.rst. Closes issue
eli.bendersky
- [Python-checkins] cpython (3.2): Clarify the existence of the <> operator in Grammar/Grammar with a comment, for
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Clarify the existence of the <> operator in Grammar/Grammar with a comment.
eli.bendersky
- [Python-checkins] Daily reference leaks (410115400838): sum=0
solipsis at pitrou.net
- [Python-checkins] distutils2: Fill in missing entries for last year
eric.araujo
- [Python-checkins] distutils2: Update developers notes
eric.araujo
- [Python-checkins] distutils2: Update and expand README
eric.araujo
- [Python-checkins] distutils2: Propagate error code from Python
eric.araujo
- [Python-checkins] distutils2: pyflakes is more important than pep8, run it first
eric.araujo
- [Python-checkins] distutils2: Avoid diverging from upstream in backports
eric.araujo
- [Python-checkins] distutils2: Fix import in install_data (#13170). Thanks to David Barnett.
eric.araujo
- [Python-checkins] distutils2: Credit David Barnett for his help
eric.araujo
- [Python-checkins] distutils2: Fix writing of the RESOURCES file (#12386).
eric.araujo
- [Python-checkins] distutils2: More information about the Python 3 port.
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge fixes for #13170 and #12386 and other misc. changes from default
eric.araujo
- [Python-checkins] distutils2: Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code
eric.araujo
- [Python-checkins] distutils2: Expand tests and fix bugs in util.resolve_name.
eric.araujo
- [Python-checkins] distutils2: Increase test coverage for manifest (#11751).
eric.araujo
- [Python-checkins] distutils2: Clean up some idioms in tests.
eric.araujo
- [Python-checkins] distutils2: Update test to account for recent Python bugfix.
eric.araujo
- [Python-checkins] distutils2: Bring back callable.
eric.araujo
- [Python-checkins] distutils2: Improve byte-compilation to be independent of -O or -B.
eric.araujo
- [Python-checkins] distutils2: Change signature of tests.support.LoggingCatcher.get_logs.
eric.araujo
- [Python-checkins] distutils2: Super considered super.
eric.araujo
- [Python-checkins] distutils2: Code simplification
eric.araujo
- [Python-checkins] distutils2: Minor assorted cleanups.
eric.araujo
- [Python-checkins] distutils2: Make sure tests that register custom commands also clear them
eric.araujo
- [Python-checkins] distutils2: Undo potentially confusing name change.
eric.araujo
- [Python-checkins] distutils2: Clean up mocking of stdout and stdin in tests.
eric.araujo
- [Python-checkins] distutils2: Add missing entry
eric.araujo
- [Python-checkins] distutils2: Use more usual name for one option of install_distinfo
eric.araujo
- [Python-checkins] distutils2: Fix module name
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Ye olde merge.
eric.araujo
- [Python-checkins] distutils2: Replace nick with full name
eric.araujo
- [Python-checkins] peps: Add some additional comments based on feedback from Antoine and Victor.
barry.warsaw
- [Python-checkins] distutils2: The error message should contain the key as given, not normalized.
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge default
eric.araujo
- [Python-checkins] cpython (2.7): Group tests about attributes in a separate class.
ezio.melotti
- [Python-checkins] cpython (2.7): #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in
ezio.melotti
- [Python-checkins] cpython (3.2): Group tests about attributes in a separate class.
ezio.melotti
- [Python-checkins] cpython (3.2): #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #1745761, #755670, #13357, #12629, #1200313: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Issue #6397: Support '/dev/poll' polling objects in select module, under
jesus.cea
- [Python-checkins] cpython (2.7): Issue #7732: Try to fix the a failing test on Windows
victor.stinner
- [Python-checkins] cpython: Issue #13389: Full garbage collection passes now clear the freelists for
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13333: The UTF-7 decoder now accepts lone surrogates
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13333: The UTF-7 decoder now accepts lone surrogates
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13333: The UTF-7 decoder now accepts lone surrogates
antoine.pitrou
- [Python-checkins] Daily reference leaks (250091e60f28): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: reST fixes for /dev/poll
jesus.cea
- [Python-checkins] peps: Some corrections and clarifications regarding the changes between 2.x and 3.x.
nick.coghlan
- [Python-checkins] peps: Grammar fixes in the unicode vs bytes section of PEP 404
nick.coghlan
- [Python-checkins] distutils2: Move copies of stdlib test code from tests.__init__ to runtests.
eric.araujo
- [Python-checkins] distutils2: Update test setup.cfg (followup to e39d1b6f0856)
eric.araujo
- [Python-checkins] distutils2: Add tests to check initial contents of d2.database caches
eric.araujo
- [Python-checkins] distutils2: Remove 'verbose' arguments, obsoleted by logging
eric.araujo
- [Python-checkins] distutils2: Add tests for tests.support (#12659), thanks to Francisco Martín Brugué
eric.araujo
- [Python-checkins] cpython: Mark test_devpoll as unexpected on most platforms
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix markup
eric.araujo
- [Python-checkins] cpython: Clean up byte-compilation code in packaging (#11254 followup).
eric.araujo
- [Python-checkins] cpython: Remove NEWS entries for packaging test suite fixes.
eric.araujo
- [Python-checkins] cpython: Add entries for distutils2 contributors (their patches are in packaging)
eric.araujo
- [Python-checkins] cpython: Fix a few typos
eric.araujo
- [Python-checkins] cpython: Adapt test and example after e39d1b6f0856.
eric.araujo
- [Python-checkins] cpython: packaging cleanup: A few super I missed in 5ae03b1e147a
eric.araujo
- [Python-checkins] cpython: Add tests to check initial content of packaging.database caches
eric.araujo
- [Python-checkins] cpython: The error message should contain the key as given, not normalized.
eric.araujo
- [Python-checkins] cpython: Remove redundant setUp/tearDown methods in packaging tests
eric.araujo
- [Python-checkins] cpython: Remove unused code from packaging.tests.__init__
eric.araujo
- [Python-checkins] cpython: Remove obsolete verbose arguments from packaging.
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: Issue #13392: Writing a pyc file should now be atomic under Windows as well.
antoine.pitrou
- [Python-checkins] cpython: Fix regression under Windows following b75b41237380 (from issue #13392)
antoine.pitrou
- [Python-checkins] cpython: Closes #13297: use bytes type to send and receive binary data through XMLRPC.
florent.xicluna
- [Python-checkins] cpython: Issue #13374: The Windows bytes API has been deprecated in the os module. Use
victor.stinner
- [Python-checkins] cpython: Use PyUnicode_FromFormat() to create the temporary file name.
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: "unicode_internal" codec has been deprecated: fix related tests
victor.stinner
- [Python-checkins] devguide: document existing hooks for commit messages mentioning issues. Closes issue
eli.bendersky
- [Python-checkins] cpython: What's New in 3.3: Add a "Deprecated ..." section
victor.stinner
- [Python-checkins] cpython: Issue #13374: Skip deprecation tests for os.symlink() on Windows XP
victor.stinner
- [Python-checkins] cpython: Issue #13393: BufferedReader.read1() now asks the full requested size to
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #8793: Prevent IDLE crash in 2.7 when given strings with
ned.deily
- [Python-checkins] cpython (2.7): remove duplicated paragraph in the tutorial
eli.bendersky
- [Python-checkins] cpython (2.7): fixing typos in optparse doc
eli.bendersky
- [Python-checkins] cpython (3.2): fixing typos in optparse doc
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): fixing typos in optparse doc
eli.bendersky
- [Python-checkins] Daily reference leaks (27bf3d0b8e5f): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: #13406: silence deprecation warnings in test_codecs.
ezio.melotti
- [Python-checkins] cpython: #13406: correct the error message in check_warnings too.
ezio.melotti
- [Python-checkins] cpython: Issue #13374: Deprecate os.getcwdb() on Windows
victor.stinner
- [Python-checkins] cpython: Fix misused of "PyUnicodeObject" structure name in unicodeobject.h
victor.stinner
- [Python-checkins] cpython: Catch PyUnicode_AS_UNICODE() errors
victor.stinner
- [Python-checkins] cpython: Catch PyUnicode_AS_UNICODE() errors in fileutils.c
victor.stinner
- [Python-checkins] cpython: socket_gethostname() uses a wchar_t* with PyMem_Malloc() to avoid the
victor.stinner
- [Python-checkins] cpython: Be a bit less shy
antoine.pitrou
- [Python-checkins] cpython: Explain concrete (resource consumption) effects of PEP 393 a bit.
antoine.pitrou
- [Python-checkins] cpython: Remove XXX, as the functions and macros are mentioned in the porting section
antoine.pitrou
- [Python-checkins] cpython: Add various items in whatsnew
antoine.pitrou
- [Python-checkins] cpython: Add a couple other whatsnew items
antoine.pitrou
- [Python-checkins] Daily reference leaks (f57eca95cc2b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: #13406: fix more deprecation warnings and move the deprecation of
ezio.melotti
- [Python-checkins] peps: Fix two "space not found" warnings in PEP-404.
ezio.melotti
- [Python-checkins] peps: Fix warnings in pep-395.
ezio.melotti
- [Python-checkins] peps: Fix a warning in pep-403.
ezio.melotti
- [Python-checkins] peps: Avoid using the default reST role in PEP-404.
ezio.melotti
- [Python-checkins] cpython (2.7): PDB now will properly escape backslashes in the names of modules it executes.
jason.coombs
- [Python-checkins] Daily reference leaks (fe2be7d35660): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #13426: fix typo in pickle doc.
ezio.melotti
- [Python-checkins] cpython (3.2): #13426: fix typos in pickle doc.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13426: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #4147: minidom's toprettyxml no longer adds whitespace around a text node when
ezio.melotti
- [Python-checkins] cpython (3.2): #4147: minidom's toprettyxml no longer adds whitespace around a text node when
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #4147: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #13358: HTMLParser now calls handle_data only once for each CDATA.
ezio.melotti
- [Python-checkins] cpython (3.2): #13358: HTMLParser now calls handle_data only once for each CDATA.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13358: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #11112: Fix typo in a base class in test_socket.
ezio.melotti
- [Python-checkins] cpython (3.2): #11112: Fix typo in a base class in test_socket.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #11112: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython (2.7): #13387: add note about checking the exact type in assertIsInstance doc.
ezio.melotti
- [Python-checkins] cpython (3.2): #13387: add note about checking the exact type in assertIsInstance doc.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13387: merge with 3.2.
ezio.melotti
- [Python-checkins] cpython: Issue #10227: Add an allocation cache for a single slice object.
antoine.pitrou
- [Python-checkins] peps: Settle on __qualname__ since __qname__ is non-obvious for some people.
antoine.pitrou
- [Python-checkins] cpython: Issue #13393: In TextIOWrapper.read(n), try to read `n` characters as
antoine.pitrou
- [Python-checkins] peps: Address Barry's comments
antoine.pitrou
- [Python-checkins] Daily reference leaks (76d414cc3e38): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13215: multiprocessing.Connection: don't hammer the remote end with
charles-francois.natali
- [Python-checkins] peps: Update PEP 395 in light of import-sig discussion (also changes qname->qualname)
nick.coghlan
- [Python-checkins] peps: Minor updates after additional review of the published version of PEP 395
nick.coghlan
- [Python-checkins] cpython (2.7): Issue #12245: Document sys.float_info.rounds better.
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #12245: Document sys.float_info.rounds better.
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12245 merge.
mark.dickinson
- [Python-checkins] cpython: Issue #9530: Fix undefined behaviour due to signed overflow in testcapi_long.h.
mark.dickinson
- [Python-checkins] cpython (3.2): Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch 3.2 (closes #13338)
petri.lehtinen
- [Python-checkins] Daily reference leaks (c2e588a5237a): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Discuss alternative terminology in PEP 395 and show an 'after' example of what
nick.coghlan
- [Python-checkins] cpython: Update list of trove classifiers
eric.araujo
- [Python-checkins] cpython (2.7): Make an error message more understandable and consistent with other error
raymond.hettinger
- [Python-checkins] cpython (2.7): Note the store_true and store_false also create the appropriate defaults.
raymond.hettinger
- [Python-checkins] cpython: charmap encoders uses Py_UCS4, not Py_UNICODE
victor.stinner
- [Python-checkins] cpython: Use PyUnicode_EncodeCodePage() instead of PyUnicode_EncodeMBCS() with
victor.stinner
- [Python-checkins] cpython: Document PyUnicode_WCHAR_KIND
victor.stinner
- [Python-checkins] cpython: Document new and deprecated Unicode functions
victor.stinner
- [Python-checkins] cpython: Ensure that Py_UCS4 is 32 bits and Py_UCS2 is 16 bits
victor.stinner
- [Python-checkins] cpython: charmap_encoding_error() uses the new Unicode API
victor.stinner
- [Python-checkins] cpython: Fix PyUnicode_CopyCharacters() doc
victor.stinner
- [Python-checkins] cpython: Reuse surrogate macros in UTF-16 decoder
victor.stinner
- [Python-checkins] cpython: Remove the two ugly and unused WRITE_ASCII_OR_WSTR and WRITE_WSTR macros
victor.stinner
- [Python-checkins] cpython: _PyUnicode_CheckConsistency() also checks maxchar maximum value,
victor.stinner
- [Python-checkins] cpython: PyUnicode_AsUTF32String() calls directly _PyUnicode_EncodeUTF32(),
victor.stinner
- [Python-checkins] cpython: print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize()
victor.stinner
- [Python-checkins] cpython: stringlib: remove unused STRINGLIB_FILL
victor.stinner
- [Python-checkins] cpython: Use PyUnicode_CompareWithASCIIString() instead of Py_UNICODE_strcmp() to avoid
victor.stinner
- [Python-checkins] cpython: PyObject_Str() ensures that the result string is ready
victor.stinner
- [Python-checkins] cpython: UnicodeEncodeError uses the new Unicode API
victor.stinner
- [Python-checkins] cpython (3.2): Close #13401: Skip TestFileTypeW of test_argparse if the current user is root
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Close #13401: Skip TestFileTypeW of test_argparse if the current
victor.stinner
- [Python-checkins] cpython (2.7): Close #13401: Skip TestFileTypeW of test_argparse if the current user is root
victor.stinner
- [Python-checkins] cpython: Issue #13441: Disable temporary strxfrm() tests on Solaris
victor.stinner
- [Python-checkins] cpython: UnicodeTranslateError uses the new Unicode API
victor.stinner
- [Python-checkins] cpython: Check for PyUnicode_AS_UNICODE() failure
victor.stinner
- [Python-checkins] cpython: test_widechar() uses the new Unicode API
victor.stinner
- [Python-checkins] cpython: ctypes check for PyUnicode_GET_SIZE() failure
victor.stinner
- [Python-checkins] cpython: Fix a typo in PC/_subprocess.c
victor.stinner
- [Python-checkins] cpython: PyUnicode_GET_SIZE() checks that PyUnicode_AsUnicode() succeed
victor.stinner
- [Python-checkins] cpython: Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
victor.stinner
- [Python-checkins] cpython: MultibyteCodec_Encode() checks if PyUnicode_AS_UNICODE() failed
victor.stinner
- [Python-checkins] cpython: CJK codecs checks for conversion to Py_UNICODE* failures
victor.stinner
- [Python-checkins] cpython: Issue #13441: Disable temporary localeconv() tests on Solaris
victor.stinner
- [Python-checkins] Daily reference leaks (78123afb3ea4): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: winreg module avoids the deprecated Unicode API
victor.stinner
- [Python-checkins] cpython: What's new in Python 3.3: Rephrase PEP 393 doc
victor.stinner
- [Python-checkins] distutils2: Remove usage of stdlib shutil.
eric.araujo
- [Python-checkins] distutils2: Make test_manifest pass on 2.4 and 2.5 (fixes #11751).
eric.araujo
- [Python-checkins] distutils2: Remove unused names
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Branch merge
eric.araujo
- [Python-checkins] distutils2 (python3): Fix shebangs
eric.araujo
- [Python-checkins] cpython: Issue #13441: _PyUnicode_CheckConsistency() dumps the string if the maximum
victor.stinner
- [Python-checkins] cpython: Another temporary hack to debug the issue #13441
victor.stinner
- [Python-checkins] cpython: Remove temporary hacks for the issue #13441
victor.stinner
- [Python-checkins] cpython: Issue #13441: Reenable strxfrm() tests on Solaris
victor.stinner
- [Python-checkins] cpython (3.2): Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is
antoine.pitrou
- [Python-checkins] cpython: Issue #13417: speed up utf-8 decoding by around 2x for the non-fully-ASCII case.
antoine.pitrou
- [Python-checkins] cpython: Issue #13411: memoryview objects are now hashable when the underlying object is
antoine.pitrou
- [Python-checkins] cpython: Issue #12328: Under Windows, refactor handling of Ctrl-C events and
antoine.pitrou
- [Python-checkins] peps: Mark PEP 3155 accepted - thank you Guido!
antoine.pitrou
- [Python-checkins] peps: Fill resolution field
antoine.pitrou
- [Python-checkins] cpython: Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API
victor.stinner
- [Python-checkins] cpython: Fix a compiler warning in _PyUnicode_CheckConsistency()
victor.stinner
- [Python-checkins] cpython: Simplify PyUnicode_Copy()
victor.stinner
- [Python-checkins] cpython: Remove an unused variable from PyUnicode_Copy()
victor.stinner
- [Python-checkins] cpython: Rewrite PyUnicode_TransformDecimalToASCII() to use the new Unicode API
victor.stinner
- [Python-checkins] cpython: Add a test on str.__getnewargs__()
victor.stinner
- [Python-checkins] cpython: Replace _PyUnicode_READY_REPLACE() and _PyUnicode_ReadyReplace() with
victor.stinner
- [Python-checkins] cpython: UTF-8 decoder: set consumed value in the latin1 fast-path
victor.stinner
- [Python-checkins] cpython: PyUnicode_FromKindAndData() fails with a ValueError if size < 0
victor.stinner
- [Python-checkins] cpython (3.2): Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
victor.stinner
- [Python-checkins] cpython: (Merge 3.2) Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
victor.stinner
- [Python-checkins] cpython (2.7): Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()
victor.stinner
- [Python-checkins] devguide: Add myself to sched and smtpd modules
giampaolo.rodola
- [Python-checkins] cpython: Use the new Unicode API
victor.stinner
- [Python-checkins] cpython: Fix compiler warnings
victor.stinner
- [Python-checkins] cpython: Issue #13441: Disable temporary the check on the maximum character until
victor.stinner
- [Python-checkins] cpython: Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide
victor.stinner
- [Python-checkins] cpython: find_maxchar_surrogates() reuses surrogate macros
victor.stinner
- [Python-checkins] Daily reference leaks (59dcb6249034): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix 13245:
giampaolo.rodola
- [Python-checkins] cpython: fix wrong credit and issue id given in previous commit
giampaolo.rodola
- [Python-checkins] cpython (2.7): Issue #12156: Skip test_multiprocessing on systems which don't support enough
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12156: Skip test_multiprocessing on systems which don't support enough
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13093: Perform a real merge.
charles-francois.natali
- [Python-checkins] cpython: Issue #12156: Skip test_multiprocessing on systems which don't support enough
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
charles-francois.natali
- [Python-checkins] cpython: sort last committed name in alphabetical order
giampaolo.rodola
- [Python-checkins] cpython: fix compiler warning by implementing this more cleverly
benjamin.peterson
- [Python-checkins] cpython (3.2): bytes() can't be used to get a representation of an object.
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Issue #13436: Fix a bogus error message when an AST object was passed
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Issue #13436: commit regenerated Python-ast.c
amaury.forgeotdarc
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch 3.2
amaury.forgeotdarc
- [Python-checkins] cpython (3.2): Issue #13415: os.unsetenv() doesn't ignore errors anymore.
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.
victor.stinner
- [Python-checkins] cpython (2.7): Issue #13415: os.unsetenv() doesn't ignore errors anymore.
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge branch 3.2
victor.stinner
- [Python-checkins] cpython (merge default -> default): Merge branch default
victor.stinner
- [Python-checkins] cpython (3.2): Issue #13436: Fix unsetenv() test on Windows
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows
victor.stinner
- [Python-checkins] cpython (2.7): Issue #13436: Fix unsetenv() test on Windows
victor.stinner
- [Python-checkins] cpython: revert cset 6a0da9b65e54 against sched.py committed by accident
giampaolo.rodola
- [Python-checkins] cpython (3.2): Issue #13458: Fix a memory leak in the ssl module when decoding a certificate
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13458: Fix a memory leak in the ssl module when decoding a certificate
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13458: Fix a memory leak in the ssl module when decoding a certificate
antoine.pitrou
- [Python-checkins] cpython: cave to those who like readable code
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] Daily reference leaks (1b8db8aa5589): sum=3
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): plug refleak
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): plug refleak
benjamin.peterson
- [Python-checkins] cpython (2.7): no python objects to manage here
benjamin.peterson
- [Python-checkins] cpython (3.2): decref correct object
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (null)
benjamin.peterson
- [Python-checkins] cpython (2.7): Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #13459: Merged fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (2.7): Added a configuration dictionary example to the logging cookbook.
vinay.sajip
- [Python-checkins] cpython (3.2): Added a configuration dictionary example to the logging cookbook.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Merged documentation addition from 3.2.
vinay.sajip
- [Python-checkins] distutils2: Better separate compat and _backport.
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge compat/_backport cleanup from default.
eric.araujo
- [Python-checkins] cpython: and back to the "magic" formula (with a comment) it is
benjamin.peterson
- [Python-checkins] Daily reference leaks (14c979556d43): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Update for latest import-sig discussion: fix proposed -m semantics, better
nick.coghlan
- [Python-checkins] cpython: Close #13415: Test in configure if unsetenv() has a return value or not.
victor.stinner
- [Python-checkins] cpython (3.2): testFnNames is assigned twice.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 testFnNames is assigned twice.
senthil.kumaran
- [Python-checkins] cpython: Add a "What's New" entry for #12170
petri.lehtinen
- [Python-checkins] r88917 - in tracker/instances/python-dev: extensions/openid_login.py lib/openid2rp.py
martin.v.loewis
- [Python-checkins] r88918 - tracker/instances/python-dev/lib/openid2rp.py
martin.v.loewis
- [Python-checkins] r88919 - tracker/instances/python-dev/schema.py
martin.v.loewis
- [Python-checkins] r88920 - tracker/instances/python-dev/lib/openid2rp.py
martin.v.loewis
- [Python-checkins] r88921 - tracker/instances/python-dev/lib/openid2rp.py
martin.v.loewis
- [Python-checkins] r88922 - tracker/instances/python-dev/lib/openid2rp.py
martin.v.loewis
- [Python-checkins] r88923 - tracker/instances/python-dev/lib/openid2rp.py
martin.v.loewis
- [Python-checkins] r88924 - tracker/instances/python-dev/lib/openid2rp.py
martin.v.loewis
- [Python-checkins] r88925 - tracker/instances/python-dev/lib/openid2rp.py
martin.v.loewis
- [Python-checkins] Daily reference leaks (736b0aec412b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): fix some typos in Doc/c-api/memoryview.rst
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): fix some typos in Doc/c-api/memoryview.rst
eli.bendersky
- [Python-checkins] distutils2: Don’t display skip messages for tests that we’ll never fix
eric.araujo
- [Python-checkins] distutils2: Kludge for hashlib
eric.araujo
- [Python-checkins] distutils2: Remove duplicate script
eric.araujo
- [Python-checkins] distutils2 (merge default -> python3): Merge cleanups
eric.araujo
- [Python-checkins] cpython (3.2): Clarify concatenation behaviour of immutable strings, and remove explicit
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Clarify concatenation behaviour of immutable strings, and remove explicit
antoine.pitrou
- [Python-checkins] peps: Fix nesting of the numerical index (#12307).
eric.araujo
- [Python-checkins] cpython: Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size
antoine.pitrou
- [Python-checkins] cpython: PEP 3155 / issue #13448: Qualified name for classes and functions.
antoine.pitrou
- [Python-checkins] cpython: Update What's new for PEP 3155
antoine.pitrou
- [Python-checkins] cpython: Typo
antoine.pitrou
- [Python-checkins] cpython: Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlers
victor.stinner
- [Python-checkins] cpython: NEWS: fix the issue number for PyUnicode_EncodeDecimal change
victor.stinner
- [Python-checkins] cpython (3.2): Issue #12856: Ensure child processes do not inherit the parent's random seed
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12856: Ensure child processes do not inherit the parent's random seed
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #12856: Ensure child processes do not inherit the parent's random seed
antoine.pitrou
- [Python-checkins] cpython: Issue #12567: The curses module uses Unicode functions for Unicode arguments
victor.stinner
- [Python-checkins] cpython: Better resolution for issue #11849: Ensure that free()d memory arenas are
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge heads
antoine.pitrou
- [Python-checkins] cpython: Some libcs' snprintf may output a leading minus sign when %p-formatting
antoine.pitrou
- [Python-checkins] Daily reference leaks (eaddf32cd65c): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #13380: add an internal function for resetting the ctypes caches
meador.inge
- [Python-checkins] cpython (3.2): Issue #13380: add an internal function for resetting the ctypes caches
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13380: add an internal function for resetting the ctypes caches
meador.inge
- [Python-checkins] cpython (2.7): Issue #12618: create unit tests for the py_compile module
meador.inge
- [Python-checkins] cpython (3.2): Issue #12618: create unit tests for the py_compile module
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12618: create unit tests for the py_compile module
meador.inge
- [Python-checkins] cpython: Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6
charles-francois.natali
- [Python-checkins] cpython: sched.py: fix test_queue by making sure that queue property returns an orderd
giampaolo.rodola
- [Python-checkins] cpython (2.7): Issue #12618: fix py_compile unit tests to handle different drives on Windows
meador.inge
- [Python-checkins] cpython (3.2): Issue #12618: fix py_compile unit tests to handle different drives on Windows
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12618: fix py_compile unit tests to handle different drives on Windows
meador.inge
- [Python-checkins] cpython (3.2): Issue #13444: When stdout has been closed explicitly, we should not attempt to
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13444: When stdout has been closed explicitly, we should not attempt to
antoine.pitrou
- [Python-checkins] cpython: Issue #13415: Help to locate curses.h when _curses module is linked to ncursesw
victor.stinner
- [Python-checkins] cpython (3.2): Closes issue #13488: Some old preprocessors have problem with #define not in
jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Closes issue #13488: Some old preprocessors have problem with #define
jesus.cea
- [Python-checkins] Daily reference leaks (919259054621): sum=1
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13415: Test in configure if unsetenv() has a return value or not.
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Null merge.
charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Null merge.
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #13415: Test in configure if unsetenv() has a return value or not.
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.
charles-francois.natali
- [Python-checkins] r88926 - tracker/instances/python-dev/extensions/openid_login.py
martin.v.loewis
- [Python-checkins] r88927 - tracker/instances/python-dev/extensions/openid_login.py
martin.v.loewis
- [Python-checkins] Daily reference leaks (f4e3ae988a70): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13415: test_curses skips unencodable characters
victor.stinner
- [Python-checkins] peps: Add a make dependency on PEP index generator code to generated file
eric.araujo
- [Python-checkins] cpython (3.2): Issue #12618: py_compile cannot create files in current directory
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #12618: py_compile cannot create files in current directory
meador.inge
- [Python-checkins] cpython (3.2): Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test.
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix resource warning in test_xmlrpc_net
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge test_xmlrpc_net fixes (issue #13434)
antoine.pitrou
- [Python-checkins] cpython (3.2): Fix curses module for strict SysV implementation (without has_key function)
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Fix curses module for strict SysV implementation (without has_key
victor.stinner
- [Python-checkins] cpython: cleanup setup.py for curses options
victor.stinner
- [Python-checkins] cpython (2.7): Issue #13093: Fix _testcapi.unicode_encodedecimal()
victor.stinner
- [Python-checkins] r88928 - in tracker/instances/python-dev/extensions: local_replace.py test/local_replace_data.txt
ezio.melotti
- [Python-checkins] Daily reference leaks (5d42f22189be): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix typo (#13467)
eric.araujo
- [Python-checkins] cpython (3.2): Fix last remaining references to ex-devguide
eric.araujo
- [Python-checkins] cpython (3.2): Add a regrtest cleanup check for shutil registries
eric.araujo
- [Python-checkins] cpython (3.2): Fix instructions on how to rebuild some modules
eric.araujo
- [Python-checkins] cpython (3.2): Mark up constants in sockets docs as such
eric.araujo
- [Python-checkins] cpython (3.2): Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython: Add subheaders to make PEP 393 description clearer
antoine.pitrou
- [Python-checkins] cpython: Mention hashable memoryviews, and reformat.
antoine.pitrou
- [Python-checkins] cpython: Py_UNICODE_HIGH_SURROGATE() and Py_UNICODE_LOW_SURROGATE() macros
victor.stinner
- [Python-checkins] cpython: Issue #6715: Add module for compression using the LZMA algorithm.
nadeem.vawda
- [Python-checkins] devguide: Add entry for new lzma module to experts.rst.
nadeem.vawda
- [Python-checkins] peps: Typo in PEP 393
jesus.cea
- [Python-checkins] Daily reference leaks (5d42f22189be): sum=0
solipsis at pitrou.net
- [Python-checkins] distutils2: Typos
eric.araujo
- [Python-checkins] distutils2: Update list of trove classifiers
eric.araujo
- [Python-checkins] cpython: Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent
nadeem.vawda
- [Python-checkins] cpython (3.2): Issue #1040439: better document how to compile and link an embedded Python
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #1040439: better document how to compile and link an embedded Python
antoine.pitrou
Last message date:
Wed Nov 30 21:25:11 CET 2011
Archived on: Wed Nov 30 21:25:13 CET 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).