Showing content from http://mail.python.org/pipermail/python-checkins/2011-December/thread.html below:
The Python-checkins December 2011 Archive by thread
December 2011 Archives by thread
Starting: Thu Dec 1 00:22:04 CET 2011
Ending: Sat Dec 31 19:05:10 CET 2011
Messages: 462
- [Python-checkins] cpython: Credit Per Øyvind Karlsen for the initial implementation of the lzma module nadeem.vawda
- [Python-checkins] cpython: PyObject_Repr() ensures that the result is a ready Unicode string victor.stinner
- [Python-checkins] cpython: PyCodec_IgnoreErrors() avoids the deprecated "u#" format victor.stinner
- [Python-checkins] cpython: c-api: Replace PyUnicodeObject* by PyObject* in "U" format doc victor.stinner
- [Python-checkins] cpython: MultibyteCodec_Decode() catchs PyUnicode_AS_UNICODE() failures victor.stinner
- [Python-checkins] cpython: Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0) victor.stinner
- [Python-checkins] cpython: Fix PyObject_Repr(): don't call PyUnicode_READY() if res is NULL victor.stinner
- [Python-checkins] Daily reference leaks (0d1536ec44e8): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #9530: Fix undefined behaviour due to signed overflow in mark.dickinson
- [Python-checkins] Daily reference leaks (7e37598a25a6): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #8414: add more tests for "assert". Initial patch by Gregory Nofi. ezio.melotti
- [Python-checkins] cpython (3.2): #8414: add more tests for "assert". Initial patch by Gregory Nofi. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #8414: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #13499: fix example adding >>> before the comments. ezio.melotti
- [Python-checkins] cpython (3.2): #13499: fix example adding >>> before the comments. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13499: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #13494: s/cast/convert/. Also add a link. ezio.melotti
- [Python-checkins] cpython (3.2): #13494: s/cast/convert/. Also add a link. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13494: merge with 3.2. ezio.melotti
- [Python-checkins] peps: Update PEP 3154 after PEP 3155 has been accepted. antoine.pitrou
- [Python-checkins] peps: Mark PEP 3155 final. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13439: Fix many errors in turtle docstrings. petri.lehtinen
- [Python-checkins] cpython (3.2): Issue #13439: Fix many errors in turtle docstrings. petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13439: Merge branch 3.2 petri.lehtinen
- [Python-checkins] peps: Fix a spelling error. brett.cannon
- [Python-checkins] Daily reference leaks (8d60c1c89105): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12612: Add some Valgrind suppressions for 64-bit machines. Patch by Paul charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #12666: Clarifying changes in map for Python 3 jason.coombs
- [Python-checkins] cpython (3.2): Issue #12666: Added section about map changes. jason.coombs
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for Issue #12666 from 3.2 jason.coombs
- [Python-checkins] cpython (2.7): Issue #13211: Add .reason attribute to HTTPError to implement parent class jason.coombs
- [Python-checkins] cpython (3.2): Issue #13211: Add .reason attribute to HTTPError to implement parent class jason.coombs
- [Python-checkins] cpython (merge 3.2 -> default): Merged fix for #13211 from 3.2 jason.coombs
- [Python-checkins] cpython: Fix glitches in email.policy docs (#12208) eric.araujo
- [Python-checkins] cpython (2.7): Issue #13513: IOBase docs incorrectly link to the readline module meador.inge
- [Python-checkins] cpython (3.2): Issue #13513: IOBase docs incorrectly link to the readline module meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13513: IOBase docs incorrectly link to the readline module meador.inge
- [Python-checkins] cpython (3.2): Mention the new GTK+ 3 bindings. antoine.pitrou
- [Python-checkins] cpython (3.2): Mention PySide in the "other GUIs" page. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge doc fixes from 3.2 antoine.pitrou
- [Python-checkins] cpython (3.2): Remove references to psyco, which is mostly unmaintained and doesn't work with antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Remove references to psyco, which is mostly unmaintained and doesn't work with antoine.pitrou
- [Python-checkins] cpython (3.2): Streamline FAQ entry about the ternary operator, and suggest using io.StringIO antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Streamline FAQ entry about the ternary operator, and suggest using io.StringIO antoine.pitrou
- [Python-checkins] cpython (3.2): Remove outdate FAQ content antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Remove outdated FAQ content antoine.pitrou
- [Python-checkins] cpython (3.2): Advocate PyTuple_Pack instead of manual building of tuples antoine.pitrou
- [Python-checkins] cpython (3.2): Refine FAQ entry for catching stdout antoine.pitrou
- [Python-checkins] cpython (3.2): Remove outdated question (the bsddb module isn't included anymore) antoine.pitrou
- [Python-checkins] cpython (3.2): Fix compatibility statement. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 antoine.pitrou
- [Python-checkins] cpython (3.2): Reformulate answer, and remove off-topic discussion of bytecode in a question antoine.pitrou
- [Python-checkins] cpython (3.2): Break down and refine memory management question antoine.pitrou
- [Python-checkins] cpython (3.2): Streamline mention of sorted() antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 antoine.pitrou
- [Python-checkins] peps: PEP 406 (ImportEngine API): defer this until 3.4 at the earliest, don't propose nick.coghlan
- [Python-checkins] cpython: Pass positional arguments - HTTPError is not accepting keyword arguments. jason.coombs
- [Python-checkins] Daily reference leaks (f09477693434): sum=-417 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Fix typo. georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. georg.brandl
- [Python-checkins] cpython: Corrected order of parameters to HTTPError in test_urllib2.py. jason.coombs
- [Python-checkins] cpython (3.2): Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK antoine.pitrou
- [Python-checkins] cpython (3.2): Remove obsolete references to bsddb antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Remove obsolete references to bsddb antoine.pitrou
- [Python-checkins] cpython (3.2): The functional module hasn't been maintained since 2006 and doesn't work with antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): The functional module hasn't been maintained since 2006 and doesn't work with antoine.pitrou
- [Python-checkins] cpython (3.2): Remove reference to the base64 encoding. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Remove reference to the base64 encoding. antoine.pitrou
- [Python-checkins] cpython (3.2): Remove the outdated notion that multithreading doesn't work well on Unices. antoine.pitrou
- [Python-checkins] cpython (3.2): Use www.python.org instead of a hostname pointing to a parked (or squatted) antoine.pitrou
- [Python-checkins] cpython (3.2): Reword IPC section antoine.pitrou
- [Python-checkins] cpython (3.2): s/SOCKSTREAM/TCP/ antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Merge assorted fixes from 3.2 antoine.pitrou
- [Python-checkins] Daily reference leaks (f2be1e010cc8): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13503: Use a more efficient reduction format for bytearrays with antoine.pitrou
- [Python-checkins] cpython (3.2): - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix barry.warsaw
- [Python-checkins] cpython (merge 3.2 -> default): - Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix barry.warsaw
- [Python-checkins] Daily reference leaks (6b6c79eba944): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Correctly detect bzip2 compressed streams with blocksizes other than 900k. lars.gustaebel
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other lars.gustaebel
- [Python-checkins] cpython (2.7): Correctly detect bzip2 compressed streams with blocksizes other than 900k. lars.gustaebel
- [Python-checkins] cpython: Remove no longer needed work-around for bz2 file object support. lars.gustaebel
- [Python-checkins] cpython (2.7): Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop jesus.cea
- [Python-checkins] cpython (3.2): Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop jesus.cea
- [Python-checkins] cpython (merge 3.2 -> default): MERGE: Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop jesus.cea
- [Python-checkins] cpython: Issue #13464: Add a readinto() method to http.client.HTTPResponse. antoine.pitrou
- [Python-checkins] cpython: Fix dangling whitespace antoine.pitrou
- [Python-checkins] Daily reference leaks (daaacc0ec584): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". ned.deily
- [Python-checkins] cpython: Issue #11051: Reduce the number of syscalls per import. charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #13546: Fixed an overflow issue that could crash the intepreter when amaury.forgeotdarc
- [Python-checkins] cpython (2.7): #13531: add a test for defaultdict with a non-callable arg. Patch by Mike ezio.melotti
- [Python-checkins] cpython (3.2): #13531: add a test for defaultdict with a non-callable arg. Patch by Mike ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13531: merge with 3.2. ezio.melotti
- [Python-checkins] cpython: Followup to a541bda2f5e2: Add a short comment. charles-francois.natali
- [Python-checkins] cpython: libpython.py: defer call to gdb.lookup_type('PyUnicodeObject') victor.stinner
- [Python-checkins] cpython (3.2): Issue #11886: workaround an OS bug (time zone data) in test_time victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time victor.stinner
- [Python-checkins] cpython (2.7): Issue #11886: workaround an OS bug (time zone data) in test_time victor.stinner
- [Python-checkins] Daily reference leaks (c7638be1e430): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: PyUnicode_FromWideChar() and PyUnicode_FromUnicode() raise a ValueError if a victor.stinner
- [Python-checkins] cpython (3.2): Issue #11149: Also enable -fwrapv if $CC is a full path stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge second fix for issue #11149. stefan.krah
- [Python-checkins] cpython (2.7): Backport second fix for issue #11149. stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge. stefan.krah
- [Python-checkins] cpython (3.2): Issue #13547: clean Lib/_sysconfigdata.py and Modules/_testembed stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Merge fix for issue #13547. stefan.krah
- [Python-checkins] cpython: Issue #13441: Log the locale when localeconv() fails victor.stinner
- [Python-checkins] cpython: What's New in Python 3.3: Add a Deprecated section victor.stinner
- [Python-checkins] cpython: Document PyUnicode_Copy() and PyUnicode_EncodeCodePage() victor.stinner
- [Python-checkins] cpython: What's New in Python 3.3: Add entry for lzma module (issue #6715). nadeem.vawda
- [Python-checkins] cpython: Issue #13441: Don't test the hu_HU locale on Solaris to workaround a mbstowcs() victor.stinner
- [Python-checkins] cpython (2.7): Implemented suggested improvements for pdb test by Éric Araujo jason.coombs
- [Python-checkins] Daily reference leaks (87c6be1e393a): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to workaround victor.stinner
- [Python-checkins] cpython: Issue #13441: Enable the workaround for Solaris locale bug victor.stinner
- [Python-checkins] cpython (3.2): Issue #5905: time.strftime() is now using the locale encoding, instead of victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding, victor.stinner
- [Python-checkins] cpython: Write tests for invalid characters (U+00110000) victor.stinner
- [Python-checkins] cpython: Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. florent.xicluna
- [Python-checkins] cpython (3.2): Issue #13528: rework the performance question in the programming FAQ antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13528: rework the performance question in the programming FAQ antoine.pitrou
- [Python-checkins] cpython (2.7): Fix docstring typo. florent.xicluna
- [Python-checkins] cpython (3.2): Fix docstring typo. florent.xicluna
- [Python-checkins] cpython (3.2): Remove obsolete py3k comment. florent.xicluna
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 florent.xicluna
- [Python-checkins] Daily reference leaks (b7c5e30582d1): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's florent.xicluna
- [Python-checkins] cpython (3.2): Fix doc typo. lars.gustaebel
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2: Fix doc typo. lars.gustaebel
- [Python-checkins] cpython: Fix comment in difflib. florent.xicluna
- [Python-checkins] cpython (2.7): Issue #13453: Catch EAI_FAIL in support.transient_internet. charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13453: Catch EAI_FAIL in support.transient_internet. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13453: Catch EAI_FAIL in support.transient_internet. charles-francois.natali
- [Python-checkins] cpython: Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST) victor.stinner
- [Python-checkins] cpython (2.7): you can't get resource.error if you can't import resource benjamin.peterson
- [Python-checkins] cpython (3.2): you can't get resource.error if you can't import resource benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.2): we're always going to have gc benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: Issue #5689: Add support for lzma compression to the tarfile module. lars.gustaebel
- [Python-checkins] cpython: Fix imports in xml.dom. florent.xicluna
- [Python-checkins] cpython: fix #13563: make use of with statement in ftplib.py where needed giampaolo.rodola
- [Python-checkins] cpython: alias resource.error to OSError benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] Daily reference leaks (2bbe7dc920de): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Fix error handling in resize_compact() victor.stinner
- [Python-checkins] cpython: Move the slowest UTF-8 decoder to its own subfunction victor.stinner
- [Python-checkins] cpython: Use directly unicode_empty instead of PyUnicode_New(0, 0) victor.stinner
- [Python-checkins] cpython: Call directly PyUnicode_DecodeUTF8Stateful() instead of PyUnicode_DecodeUTF8() victor.stinner
- [Python-checkins] cpython: unicode_fromascii() doesn't check string content twice in debug mode victor.stinner
- [Python-checkins] cpython: Fix fixup() for unchanged unicode subtype victor.stinner
- [Python-checkins] cpython: Create unicode_result_unchanged() subfunction victor.stinner
- [Python-checkins] cpython: PyUnicode_IS_ASCII() macro ensures that the string is ready victor.stinner
- [Python-checkins] cpython: Rewrite PyUnicode_Append(); unicode_modifiable() is more strict victor.stinner
- [Python-checkins] cpython: resize_copy() now supports legacy ready strings victor.stinner
- [Python-checkins] cpython: Make PyUnicode_Copy() private => _PyUnicode_Copy() victor.stinner
- [Python-checkins] Daily reference leaks (9c76bb654809): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13544: Add __qualname__ to functools.WRAPPER_ASSIGNMENTS. meador.inge
- [Python-checkins] cpython (2.7): Issue #13573: The csv.writer now uses the repr() for floats rather than str(). raymond.hettinger
- [Python-checkins] cpython: Add missing versionchanged information. lars.gustaebel
- [Python-checkins] cpython: Fix PyUnicode_Resize() for compact string: leave the string unchanged on error victor.stinner
- [Python-checkins] cpython: PyUnicode_Resize(): warn about canonical representation victor.stinner
- [Python-checkins] cpython: Issue #13577: various kinds of descriptors now have a __qualname__ attribute. antoine.pitrou
- [Python-checkins] cpython: Issue #13575: there is only one class type. florent.xicluna
- [Python-checkins] cpython: Fix test_gdb failure antoine.pitrou
- [Python-checkins] Daily reference leaks (6f097ff9ac04): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #13549: improve tutorial section about listcomps. ezio.melotti
- [Python-checkins] cpython (3.2): #13549: improve tutorial section about listcomps. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13549: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #6570: clarify tutorial section about keyword arguments. ezio.melotti
- [Python-checkins] cpython (3.2): #6570: clarify tutorial section about keyword arguments. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #6570: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (3.2): Issue #13505: Make pickling of bytes object compatible with Python 2. alexandre.vassalotti
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 alexandre.vassalotti
- [Python-checkins] Daily reference leaks (98df29d51e12): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Fix #8684: make sched.scheduler class thread-safe giampaolo.rodola
- [Python-checkins] cpython: Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the giampaolo.rodola
- [Python-checkins] cpython (2.7): Issue #4028: Make multiprocessing build on SunOS. charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #4028: Make multiprocessing build on SunOS. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Null merge - Issue #4028: Make multiprocessing build on SunOS. charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #13453: Fix a race condition in test_poplib. charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13453: Fix a race condition in test_poplib. charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13453: Fix a race condition in test_poplib. charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #4625: If IDLE cannot write to its recent file or breakpoint ned.deily
- [Python-checkins] cpython (3.2): Issue #4625: If IDLE cannot write to its recent file or breakpoint ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #4625: If IDLE cannot write to its recent file or breakpoint ned.deily
- [Python-checkins] cpython (2.7): Issue #4625: add NEWS entry. ned.deily
- [Python-checkins] cpython (3.2): Issue #4625: add NEWS entry. ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #4625: Add NEWS entry. ned.deily
- [Python-checkins] cpython (3.2): Issue #13591: import_module potentially imports a module twice. meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13591: import_module potentially imports a module twice. meador.inge
- [Python-checkins] Daily reference leaks (f6510cdf4ada): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13591: Moving the NEWS line to the right release. meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13591: Moving the NEWS line to the right release. meador.inge
- [Python-checkins] cpython: Issue #13593: updating the importlib utility decorators for __qualname__. meador.inge
- [Python-checkins] benchmarks: Add a logging benchmark antoine.pitrou
- [Python-checkins] benchmarks: Duplicate lines antoine.pitrou
- [Python-checkins] cpython (3.2): Fix the fix for issue #12149: it was incorrect, although it had the side antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix the fix for issue #12149: it was incorrect, although it had the side antoine.pitrou
- [Python-checkins] cpython (2.7): Fix the fix for issue #12149: it was incorrect, although it had the side antoine.pitrou
- [Python-checkins] cpython: Fix OSError.__init__ and OSError.__new__ so that each of them can be antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13597: Improve documentation of standard streams. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13597: Improve documentation of standard streams. antoine.pitrou
- [Python-checkins] cpython: improve abstract property support (closes #11610) benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #13545: Fix platform.libc_version() is the SO version is missing victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is victor.stinner
- [Python-checkins] cpython (2.7): Issue #13545: Fix platform.libc_version() is the SO version is missing victor.stinner
- [Python-checkins] cpython: input() in this sense is gone benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython: Close #13596: Only recompile Lib/_sysconfigdata.py when needed victor.stinner
- [Python-checkins] cpython: fix this test to actually test something (closes #13606) benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] benchmarks: Fix gcbench for Python 3 antoine.pitrou
- [Python-checkins] cpython: property -> staticmethod benjamin.peterson
- [Python-checkins] Daily reference leaks (8d6d068e9966): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #6695: Full garbage collection runs now clear the freelist of set objects. antoine.pitrou
- [Python-checkins] cpython: Add ACKS entry for 57f0af61da53. antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #10350: Read and save errno before calling a function which might antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10350: Read and save errno before calling a function which might antoine.pitrou
- [Python-checkins] cpython: Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem antoine.pitrou
- [Python-checkins] cpython: Skip test if the path is too long for a AF_UNIX socket antoine.pitrou
- [Python-checkins] cpython (3.2): main() now displays an error message before exiting if a command line argument victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) main() now displays an error message before exiting if a command victor.stinner
- [Python-checkins] cpython: Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() victor.stinner
- [Python-checkins] cpython (2.7): #13613: fix example in re doc. ezio.melotti
- [Python-checkins] cpython (3.2): #13613: fix example in re doc. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13613: merge with 3.2. ezio.melotti
- [Python-checkins] cpython: Issue #13560: Add PyUnicode_EncodeLocale() victor.stinner
- [Python-checkins] cpython: Issue #13560: os.strerror() now uses the current locale encoding instead of victor.stinner
- [Python-checkins] cpython: What's New in Python 3.3: complete the deprecation list victor.stinner
- [Python-checkins] Daily reference leaks (f2e1867f33b8): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13560: Locale codec functions use the classic "errors" parameter, victor.stinner
- [Python-checkins] cpython: The locale decoder raises a UnicodeDecodeError instead of an OSError victor.stinner
- [Python-checkins] cpython: fix possible NULL dereference benjamin.peterson
- [Python-checkins] cpython: Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael charles-francois.natali
- [Python-checkins] cpython: Mention that level can be an int or str in the setLevel docstring. gregory.p.smith
- [Python-checkins] cpython: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum victor.stinner
- [Python-checkins] cpython (3.2): Issue #10951: Fix a compiler warning in timemodule.c victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Issue #10951: Fix compiler warnings in timemodule.c and unicodeobject.c victor.stinner
- [Python-checkins] cpython (merge default -> default): Merge victor.stinner
- [Python-checkins] cpython (3.2): Issue #13530: Document os.lseek() result victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13530: Document os.lseek() result victor.stinner
- [Python-checkins] cpython (3.2): Issue #11231: Fix bytes and bytearray docstrings victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11231: Fix bytes and bytearray docstrings victor.stinner
- [Python-checkins] cpython: Issue #13623: Fix a performance regression introduced by issue #12170 in victor.stinner
- [Python-checkins] cpython (3.2): Issue #13522: document error return values of some float and complex C API antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13522: document error return values of some float and complex C API antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13522: document error return values of some float and complex C API antoine.pitrou
- [Python-checkins] cpython: Issue #13621: Optimize str.replace(char1, char2) victor.stinner
- [Python-checkins] cpython: Issue #13522: Fix _Py_co_pow() documentation victor.stinner
- [Python-checkins] cpython: Optimize str * n for len(str)==1 and UCS-2 or UCS-4 victor.stinner
- [Python-checkins] Daily reference leaks (20f2f5193b04): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13522: Fix _Py_co_pow() documentation antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13522: Fix _Py_co_pow() documentation antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge antoine.pitrou
- [Python-checkins] cpython: Issue #13624: Write a specialized UTF-8 encoder to allow more optimization victor.stinner
- [Python-checkins] cpython (2.7): Issue #8035: urllib: Fix a bug where the client could remain stuck after a charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #8035: urllib: Fix a bug where the client could remain stuck after a charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #8035: urllib: Fix a bug where the client could remain stuck after a charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #11870: threading: Properly reinitialize threads internal locks and charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #11870: threading: Properly reinitialize threads internal locks and charles-francois.natali
- [Python-checkins] cpython: Issue #11870: threading: Properly reinitialize threads internal locks and charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Null merge. charles-francois.natali
- [Python-checkins] cpython: In the test SSL server, also output the cipher name antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13617: Document that the result of the conversion of a Unicode object to victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13617: Document that the result of the conversion of a Unicode object to victor.stinner
- [Python-checkins] cpython (3.2): Small clarification in docstring of dict.update(): the positional argument is georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. georg.brandl
- [Python-checkins] cpython (2.7): Small clarification in docstring of dict.update(): the positional argument is georg.brandl
- [Python-checkins] cpython (3.2): Issue #7502: Fix equality comparison for DocTestCase instances. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #7502: Fix equality comparison for DocTestCase instances. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #7502: Fix equality comparison for DocTestCase instances. 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 (merge 2.7 -> 2.7): Merge antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #13617: Document that the result PyUnicode_AsUnicode() and victor.stinner
- [Python-checkins] cpython (2.7): Followup to #7502: add __hash__ method and tests. antoine.pitrou
- [Python-checkins] cpython (3.2): Followup to #7502: add __hash__ method and tests. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Followup to #7502: add __hash__ method and tests. antoine.pitrou
- [Python-checkins] cpython: import.c now catchs _Py_stat() exceptions victor.stinner
- [Python-checkins] cpython (3.2): Handle correctly _Py_fopen() error: don't replace the exception victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception victor.stinner
- [Python-checkins] cpython: iobench.py: add more info in the header victor.stinner
- [Python-checkins] cpython (3.2): Fix inspect.getattr_static to work on modules (again). michael.foord
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2 michael.foord
- [Python-checkins] Daily reference leaks (766136049b44): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): #13387: rephrase unclear sentence. ezio.melotti
- [Python-checkins] cpython (3.2): #13387: rephrase unclear sentence. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13387: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): #3932: suggest passing unicode to HTMLParser.feed(). ezio.melotti
- [Python-checkins] cpython (2.7): s/:c:type:/:ctype:/g ezio.melotti
- [Python-checkins] cpython (2.7): #13576: add tests about the handling of (possibly broken) condcoms. ezio.melotti
- [Python-checkins] cpython (3.2): #13576: add tests about the handling of (possibly broken) condcoms. ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13576: merge with 3.2. ezio.melotti
- [Python-checkins] cpython (2.7): Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a charles-francois.natali
- [Python-checkins] cpython: Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13628: python-gdb.py is now able to retrieve more frames in the Python victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in victor.stinner
- [Python-checkins] cpython (2.7): Issue #13628: python-gdb.py is now able to retrieve more frames in the Python victor.stinner
- [Python-checkins] cpython (2.7): Issue #13453: Try to increase some socket timeouts to make some buildbots stop charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13453: Try to increase some socket timeouts to make some buildbots stop charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13453: Try to increase some socket timeouts to make some buildbots stop charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. antoine.pitrou
- [Python-checkins] cpython: Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman antoine.pitrou
- [Python-checkins] cpython: _Py_fopen now allows bytes filenames under non-Windows platforms. antoine.pitrou
- [Python-checkins] cpython: (bug #8684) fix 'fedora without thread buildbot' as per giampaolo.rodola
- [Python-checkins] cpython: backout 7876cd49300d: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum victor.stinner
- [Python-checkins] cpython (3.2): don't mention implementation detail benjamin.peterson
- [Python-checkins] cpython (2.7): don't mention implementation detail benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] Daily reference leaks (ab5d39caad6f): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13634: Add support for querying and disabling SSL compression. antoine.pitrou
- [Python-checkins] cpython: Fix for buggy test antoine.pitrou
- [Python-checkins] cpython (2.7): Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really charles-francois.natali
- [Python-checkins] cpython (3.2): Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really charles-francois.natali
- [Python-checkins] cpython: Issue #13637: "a2b" functions in the binascii module now accept ASCII-only antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge antoine.pitrou
- [Python-checkins] cpython (3.2): note the blinding speed of these functions benjamin.peterson
- [Python-checkins] cpython (2.7): note the blinding speed of these functions benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.2): fix possible if unlikely leak benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] Daily reference leaks (ac29dc61873c): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Fix ssl module compilation if ECDH support was disabled in the OpenSSL build. antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #1785: Fix inspect and pydoc with misbehaving descriptors. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #1785: Fix inspect and pydoc with misbehaving descriptors. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #1785: Fix inspect and pydoc with misbehaving descriptors. antoine.pitrou
- [Python-checkins] cpython: Issue #12708: Add starmap() and starmap_async() methods (similar to antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #13597: Fix the documentation of the "-u" command-line option, and antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13597: Fix the documentation of the "-u" command-line option, and antoine.pitrou
- [Python-checkins] cpython: Issue 13620 - Support chrome browser in webbrowser.py module. senthil.kumaran
- [Python-checkins] cpython: Docs and News update for Issue13620. Chrome support in webbrowser.py senthil.kumaran
- [Python-checkins] cpython (3.2): Issue #13645: fix test_import failure when run immediately after test_coding. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13645: fix test_import failure when run immediately after test_coding. antoine.pitrou
- [Python-checkins] cpython (2.7): Fix test_import failure when run multiple times. antoine.pitrou
- [Python-checkins] cpython (3.2): Use context managers in test_ssl to simplify test writing. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Use context managers in test_ssl to simplify test writing. antoine.pitrou
- [Python-checkins] cpython (2.7): Use context managers in test_ssl to simplify test writing. antoine.pitrou
- [Python-checkins] cpython: fix spacing around switch statements benjamin.peterson
- [Python-checkins] cpython: 4 space indentation benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). lars.gustaebel
- [Python-checkins] cpython (3.2): Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger michael.foord
- [Python-checkins] cpython (merge 3.2 -> default): Merge michael.foord
- [Python-checkins] cpython: fix PyCompactUnicodeObject doc (test) victor.stinner
- [Python-checkins] Daily reference leaks (4bbc3ffa1207): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 for #11006. ross.lagerwall
- [Python-checkins] cpython (3.2): Don't redefine _GNU_SOURCE if it's already defined. ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2. ross.lagerwall
- [Python-checkins] cpython: Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the antoine.pitrou
- [Python-checkins] cpython: Forgot the data file for Diffie-Hellman tests. antoine.pitrou
- [Python-checkins] cpython (2.7): Issue13443 - Remove the functional module examples from 2.7 (as module is senthil.kumaran
- [Python-checkins] cpython (3.2): Issue12798 - Update mimetypes documentation. Correct the doc section where senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Merge changes from 3.2 senthil.kumaran
- [Python-checkins] cpython (2.7): porting mimetype doc changes from 3.2. senthil.kumaran
- [Python-checkins] cpython (3.2): News entry for Issue12798 senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2. News update. senthil.kumaran
- [Python-checkins] cpython (2.7): Update News entry. senthil.kumaran
- [Python-checkins] Daily reference leaks (475dc8f3cc6a): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Minor code style improvements in http.server suggested in Issue13294. senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2. Minor code style improvements in http.server suggested in senthil.kumaran
- [Python-checkins] cpython (2.7): port to 2.7 - Minor code style improvements in http.server suggested in senthil.kumaran
- [Python-checkins] cpython: Issue #13577: Built-in methods and functions now have a __qualname__. antoine.pitrou
- [Python-checkins] cpython: Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson. charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #13565: Increase multiprocessing's server socket backlog, to avoid charles-francois.natali
- [Python-checkins] cpython (3.2): Issue #13565: Increase multiprocessing's server socket backlog, to avoid charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13565: Increase multiprocessing's server socket backlog, to avoid charles-francois.natali
- [Python-checkins] cpython: Add whatsnew items antoine.pitrou
- [Python-checkins] cpython (3.2): kill superfluous 'comprehension' case (closes #13658) benjamin.peterson
- [Python-checkins] cpython (3.2): parameter_list was meant here benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] Daily reference leaks (cd459def1446): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #13632: Update token documentation to reflect actual token types meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13632: Update token documentation to reflect actual token types meador.inge
- [Python-checkins] cpython (2.7): correct syslog.openlog() argument name to logoption; thanks to Arnaud sandro.tosi
- [Python-checkins] cpython (3.2): correct syslog.openlog() argument name to logoption; thanks to Arnaud sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): remove spurious dot from string formatting example; thanks to Anthon van der sandro.tosi
- [Python-checkins] cpython (3.2): remove spurious dot from string formatting example; thanks to Anthon van der sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): fix Rather that/Rather than; thanks to Reuben Thomas from docs@ sandro.tosi
- [Python-checkins] cpython (3.2): fix Rather that/Rather than; thanks to Reuben Thomas from docs@ sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ sandro.tosi
- [Python-checkins] cpython (3.2): point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] devguide: Update documentation about a couple of tracker fields. ezio.melotti
- [Python-checkins] r88929 - in tracker/instances/python-dev/html: issue.item.js style.css ezio.melotti
- [Python-checkins] Daily reference leaks (c65790aff86d): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ sandro.tosi
- [Python-checkins] cpython (3.2): fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): fix to sent/send typo sandro.tosi
- [Python-checkins] cpython (3.2): fix to sent/send typo sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ sandro.tosi
- [Python-checkins] cpython (3.2): use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (2.7): fix "Title underline too short" sphinx warning sandro.tosi
- [Python-checkins] cpython (3.2): fix "Title underline too short" sphinx warning sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (3.2): use list() to wrap range() in itertools.permutations() example; thanks to sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
- [Python-checkins] cpython (3.2): I do not think we will ever have auto-indent at the prompt, that is for IPython georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 georg.brandl
- [Python-checkins] cpython (2.7): I do not think we will ever have auto-indent at the prompt, that is for IPython georg.brandl
- [Python-checkins] Daily reference leaks (47f48553dd6b): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist jason.coombs
- [Python-checkins] cpython: Ported some test cases from 2.7 for #11638 jason.coombs
- [Python-checkins] Daily reference leaks (f0fcb82a88e9): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: add a flags parameter to select.epoll benjamin.peterson
- [Python-checkins] cpython (3.2): propgate error in other conditions benjamin.peterson
- [Python-checkins] cpython (2.7): propgate error in other conditions benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython: fix for old kernels which don't have epoll_create1 benjamin.peterson
- [Python-checkins] cpython: try to always use the old API benjamin.peterson
- [Python-checkins] cpython: don't fail if CLOEXEC doesn't exist benjamin.peterson
- [Python-checkins] devguide: Fix minor grammar issue. frank.wierzbicki
- [Python-checkins] devguide: Fix minor grammar issue. frank.wierzbicki
- [Python-checkins] Daily reference leaks (456b02030100): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Limit test scope to those platforms that can save the target filenames. jason.coombs
- [Python-checkins] cpython (2.7): Limit test scope to those platforms that can save the target filenames. jason.coombs
- [Python-checkins] cpython: fix weird indentation benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] Daily reference leaks (e3ba7e1dd406): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, antoine.pitrou
- [Python-checkins] cpython: run AST toolchain on python3 benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads benjamin.peterson
- [Python-checkins] cpython: evidently some buildbots don't have python 3 installed benjamin.peterson
- [Python-checkins] Daily reference leaks (7010fa9bd190): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (3.2): use booleans benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (2.7): use booleans benjamin.peterson
- [Python-checkins] cpython (3.2): Fix no-op tests in importlib. antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix no-op tests in importlib. antoine.pitrou
- [Python-checkins] Daily reference leaks (656fa057aa28): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Some formatting & grammar fixes for the multiprocessing doc eli.bendersky
- [Python-checkins] cpython (3.2): indicate msg is an argument benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (3.2): Some formatting & grammar fixes for the multiprocessing doc eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Some formatting & grammar fixes for the multiprocessing doc eli.bendersky
- [Python-checkins] cpython: fix Exemples/Examples typo; thanks to Ori Livneh from docs@ sandro.tosi
- [Python-checkins] cpython (3.2): fix some broken URLs sandro.tosi
- [Python-checkins] cpython (2.7): fix some broken URLs sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2 sandro.tosi
Last message date: Sat Dec 31 19:05:10 CET 2011
Archived on: Sat Dec 31 19:05:12 CET 2011
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4