March 2012 Archives by thread
Starting: Thu Mar 1 00:31:59 CET 2012
Ending: Sat Mar 31 23:58:16 CEST 2012
Messages: 842
- [Python-checkins] cpython: Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
brett.cannon
- [Python-checkins] cpython: also skip test_device_encoding when stdin isn't a tty
philip.jenvey
- [Python-checkins] cpython: update skip reason
philip.jenvey
- [Python-checkins] Daily reference leaks (87dcd948dc74): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: PEP 416
victor.stinner
- [Python-checkins] cpython (3.2): Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary,
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary,
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14159: Fix the len() of weak sets to return a better approximation when
antoine.pitrou
- [Python-checkins] cpython: Add missing 'versionadded' for shlex.quote; closes #14165
eli.bendersky
- [Python-checkins] cpython (2.7): sqlite3: Port relevant documentation changes from 3.2
petri.lehtinen
- [Python-checkins] cpython (3.2): sqlite3: Port documentation changes from the 2.7 branch
petri.lehtinen
- [Python-checkins] cpython (merge 3.2 -> default): Merge branch '3.2'
petri.lehtinen
- [Python-checkins] cpython (3.2): Closes #14158: improved resilience to test files left behind.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #14158: merged test file resilience fix from 3.2.
vinay.sajip
- [Python-checkins] Daily reference leaks (a92e73dfbff6): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge 3.2 heads
eli.bendersky
- [Python-checkins] cpython (2.7): Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #14172: Fix reference leak when marshalling a buffer-like object (other
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14172: Fix reference leak when marshalling a buffer-like object (other
antoine.pitrou
- [Python-checkins] cpython: Simplify code in marshal.c.
antoine.pitrou
- [Python-checkins] peps: Delete rule forbidding function type annotations in the stdlib.
guido.van.rossum
- [Python-checkins] cpython: Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
victor.stinner
- [Python-checkins] cpython: Close #13550: Remove the debug machinery from the threading module: remove
victor.stinner
- [Python-checkins] cpython (3.2): Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): - Issue #14177: marshal.loads() now raises TypeError when given an unicode
antoine.pitrou
- [Python-checkins] Daily reference leaks (e67b3a9bd2dc): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fixed problem with diagnostic output.
vinay.sajip
- [Python-checkins] cpython (2.7): Fix link to global module index.
georg.brandl
- [Python-checkins] peps: PEP 416: add more use cases
victor.stinner
- [Python-checkins] peps: PEP 416: add the default value of a function argument use case
victor.stinner
- [Python-checkins] cpython: Close #14085: remove assertions from PyUnicode_WRITE macro
victor.stinner
- [Python-checkins] Daily reference leaks (ba0bd949ddf5): sum=4
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14128: Exposing Element as an actual type from _elementtree, rather than
eli.bendersky
- [Python-checkins] cpython: fix trailing whitespace
eli.bendersky
- [Python-checkins] peps: Rewrite PEP 414 to be less passionate in its tone and better address the common
nick.coghlan
- [Python-checkins] peps: Make it clear that the objection headings are paraphrased versions of the
nick.coghlan
- [Python-checkins] peps: More minor cleanups to PEP 414
nick.coghlan
- [Python-checkins] peps: Update post history for PEP 414
nick.coghlan
- [Python-checkins] cpython: Basic support for PEP 414 without docs or tests.
armin.ronacher
- [Python-checkins] cpython: Basic documentation for PEP 414
armin.ronacher
- [Python-checkins] cpython: Updated tokenize to support the inverse byte literals new in 3.3
armin.ronacher
- [Python-checkins] peps: #14193: Remove pymigr references, it is read only.
georg.brandl
- [Python-checkins] peps: #14914: fix typo.
georg.brandl
- [Python-checkins] peps: Update for new versioning scheme (3.3.0 instead of 3.3)
georg.brandl
- [Python-checkins] cpython: Fix encoding handling of the pydoc-topics writer.
georg.brandl
- [Python-checkins] cpython: Regenerate pydoc topics.
georg.brandl
- [Python-checkins] cpython: Fix invalid markup and update suspicious ignores.
georg.brandl
- [Python-checkins] cpython: Sort and clean up suspicious ignore file.
georg.brandl
- [Python-checkins] cpython: Bump to 3.3.0a1.
georg.brandl
- [Python-checkins] cpython: Update copyright years and version name.
georg.brandl
- [Python-checkins] cpython: Added tag v3.3.0a1 for changeset f1a9a6505731
georg.brandl
- [Python-checkins] peps: PEP status update.
georg.brandl
- [Python-checkins] cpython: Issue #14166: Pickler objects now have an optional `dispatch_table` attribute
antoine.pitrou
- [Python-checkins] cpython (2.7): Add a crasher for the documented issue of calling "Py_DECREF(self->xxx)";
alex.gaynor
- [Python-checkins] cpython: Generate product code UUID from download URL.
martin.v.loewis
- [Python-checkins] cpython: Enable PGI/PGO builds for x64 python3.dll
martin.v.loewis
- [Python-checkins] cpython (2.7): Fix sporadic failure in test_weakset
antoine.pitrou
- [Python-checkins] cpython: Fix spelling.
georg.brandl
- [Python-checkins] cpython (2.7): Fix some set algebra methods of WeakSet objects.
antoine.pitrou
- [Python-checkins] cpython (3.2): Port 2.7 fix for sporadic failure in test_weakset.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Port 2.7 fix for sporadic failure in test_weakset.
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Issue #14171: Add valgrind suppressions for OpenSSL issue.
martin.v.loewis
- [Python-checkins] cpython (3.2): Fix some set algebra methods of WeakSet objects.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Fix some set algebra methods of WeakSet objects.
antoine.pitrou
- [Python-checkins] Daily reference leaks (edda4b33a75a): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
meador.inge
- [Python-checkins] cpython (3.2): Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
meador.inge
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
meador.inge
- [Python-checkins] cpython: Issue #14168: Check for presence of _attrs before accessing it.
martin.v.loewis
- [Python-checkins] peps: Incorporate measurement results.
martin.v.loewis
- [Python-checkins] cpython: Issue #14168: Check for presence of _attrs before accessing it.
Amaury Forgeot d'Arc
- [Python-checkins] cpython: 3.3.0a1 is done.
georg.brandl
- [Python-checkins] cpython: Issue #14181: Allow memoryview construction from an object that uses the
stefan.krah
- [Python-checkins] cpython: Issue #14007: drop unused TreeBuilder().xml.
florent.xicluna
- [Python-checkins] cpython: Issue #14007: accept incomplete TreeBuilder objects (missing
florent.xicluna
- [Python-checkins] cpython: Added more diagnostics for diagnosing #12151.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream changes.
vinay.sajip
- [Python-checkins] cpython: Issue #10181: The decision was to raise a buffer error in memory_exit()
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython: Flatten nested try ... finally, try ... except.
florent.xicluna
- [Python-checkins] cpython: xml.dom: fix typo, drop unused imports.
florent.xicluna
- [Python-checkins] cpython: xml.dom.minidom: add more __slots__ to limit resource usage.
florent.xicluna
- [Python-checkins] cpython: Issue #12151: Added more info to diagnostics.
vinay.sajip
- [Python-checkins] peps: Add link to Vinay's import hook project
nick.coghlan
- [Python-checkins] peps: Mark PEP 414 as Final and incorporate feedback (both public and private)
nick.coghlan
- [Python-checkins] peps: Additional clarifications in the WSGI section
nick.coghlan
- [Python-checkins] cpython: Issue #14181: Test creating memoryviews from a static exporter with both
stefan.krah
- [Python-checkins] cpython: remove f_yieldfrom access from Python (closes #13970)
benjamin.peterson
- [Python-checkins] cpython (3.2): Use raw string for a docstring that uses a backslash
eric.araujo
- [Python-checkins] cpython (3.2): Remove mention of defunct file.
eric.araujo
- [Python-checkins] cpython (3.2): Use source reST role instead of file where it makes sense.
eric.araujo
- [Python-checkins] cpython (3.2): Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
eric.araujo
- [Python-checkins] cpython (3.2): Make distutils’ upload command work with bdist_msi products (#13719).
eric.araujo
- [Python-checkins] cpython (3.2): Backport minidom attribute tests from default (73c76466cf44).
eric.araujo
- [Python-checkins] cpython: Improve packaging.database documentation
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython (merge default -> default): Branch merge
eric.araujo
- [Python-checkins] cpython (2.7): Use raw string for a docstring that uses a backslash
eric.araujo
- [Python-checkins] cpython (2.7): Remove mention of defunct file.
eric.araujo
- [Python-checkins] cpython (2.7): Use source reST role instead of file where it makes sense.
eric.araujo
- [Python-checkins] cpython (2.7): Move xml.etree higher and xml.parsers.expat lower in the markup ToC.
eric.araujo
- [Python-checkins] cpython (2.7): Make distutils’ upload command work with bdist_msi products (#13719).
eric.araujo
- [Python-checkins] cpython (2.7): Fix NameError
eric.araujo
- [Python-checkins] cpython (3.2): Fix NameError from #13719 fix
eric.araujo
- [Python-checkins] cpython: Make packaging’ upload command work with bdist_msi products (#13719)
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython: Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython: Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
antoine.pitrou
- [Python-checkins] cpython: Added delay before record creation.
vinay.sajip
- [Python-checkins] cpython: Move entry to right section. Mention minidom.
martin.v.loewis
- [Python-checkins] peps: implicitly set __suppress_context__ when __cause__ is set
benjamin.peterson
- [Python-checkins] cpython: Close #14205: dict lookup raises a RuntimeError if the dict is modified during
victor.stinner
- [Python-checkins] cpython: test_pty: fix ResourceWarning warnings
victor.stinner
- [Python-checkins] cpython: Remove an unused variable
victor.stinner
- [Python-checkins] Daily reference leaks (9aa51342cb73): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix a comment: PySequence_Fast() creates a list, not a tuple.
larry.hastings
- [Python-checkins] cpython: Issue #14200: Add benchmark results to text flow.
martin.v.loewis
- [Python-checkins] peps: Minor changes made by Carl Meyer.
vinay.sajip
- [Python-checkins] peps: Added to Post-History.
vinay.sajip
- [Python-checkins] cpython: Add PEP 414 to What's New, consolidate memoryview entries
nick.coghlan
- [Python-checkins] cpython: Add some simple examples to the PEP 380 section of What's New
nick.coghlan
- [Python-checkins] cpython: Reap processes at test end to avoid false positives in reference leak detection.
antoine.pitrou
- [Python-checkins] cpython: Remove a couple of local imports.
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: Issue #14181: Improve clarity in the documentation for the multi-purpose
stefan.krah
- [Python-checkins] cpython: Whitespace.
stefan.krah
- [Python-checkins] cpython: Whitespace.
stefan.krah
- [Python-checkins] cpython: Use hg manifest to compute list of library files to include.
martin.v.loewis
- [Python-checkins] cpython: Remove uuids, as they are now computed.
martin.v.loewis
- [Python-checkins] cpython (2.7): Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox uses
vinay.sajip
- [Python-checkins] cpython: Minor doc cleanup.
brett.cannon
- [Python-checkins] cpython: Clarify importlib.machinery.PathFinder's difference from what __import__() does.
brett.cannon
- [Python-checkins] cpython: Remove a dead docstring.
brett.cannon
- [Python-checkins] cpython (merge default -> default): merge
brett.cannon
- [Python-checkins] Daily reference leaks (2cf03b22020e): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Add todo item about hash randomization.
georg.brandl
- [Python-checkins] cpython (2.7): Use PEP-8 style in logging example
jason.coombs
- [Python-checkins] cpython (3.2): Use PEP-8 style in logging example
jason.coombs
- [Python-checkins] cpython (merge 3.2 -> default): Merge: Use PEP-8 style in logging example
jason.coombs
- [Python-checkins] cpython: Issue #10951: Fix warnings in the socket module.
ross.lagerwall
- [Python-checkins] cpython: Issue #10951: Fix compiler warnings in _sre.c
ross.lagerwall
- [Python-checkins] cpython: Use ANSI C prototype instead of K&R style.
ross.lagerwall
- [Python-checkins] cpython (2.7): Backout buggy patch for #13719
eric.araujo
- [Python-checkins] cpython (3.2): Backout buggy patch committed for #13719
eric.araujo
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
eric.araujo
- [Python-checkins] cpython: Remove buggy change for #13719 in packaging
eric.araujo
- [Python-checkins] cpython (3.2): keep the buffer object around while we're using it (closes #14212)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14212)
benjamin.peterson
- [Python-checkins] cpython: make delegating generators say they running (closes #14220)
benjamin.peterson
- [Python-checkins] cpython: indicate we're not running as we leave this block
benjamin.peterson
- [Python-checkins] cpython: make gi_running a boolean
benjamin.peterson
- [Python-checkins] cpython (3.2): allow cycles throught the __dict__ slot to be cleared (closes #1469629)
benjamin.peterson
- [Python-checkins] cpython (3.2): this stuff will actually be new in 3.2.4
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#3787e896dbe9)
benjamin.peterson
- [Python-checkins] cpython: Close #14223: curses.addch() is no more limited to the range 0-255 when the
victor.stinner
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (null)
benjamin.peterson
- [Python-checkins] cpython (2.7): allow cycles throught the __dict__ slot to be cleared (closes #1469629)
benjamin.peterson
- [Python-checkins] cpython (2.7): move notes for 2.7.4 to the right place
benjamin.peterson
- [Python-checkins] cpython: Issue #14205: document the change of dict[key] behaviour if dict is modified
victor.stinner
- [Python-checkins] Daily reference leaks (0255bafbccf2): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Moved directory detection into an isdir function
jason.coombs
- [Python-checkins] cpython (2.7): Extracted Windows directory detection from NullImporter.__init__. This greatly
jason.coombs
- [Python-checkins] cpython (2.7): Fix indentation
jason.coombs
- [Python-checkins] cpython (2.7): Adding regression test for issue6727
jason.coombs
- [Python-checkins] cpython (2.7): Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifdef
jason.coombs
- [Python-checkins] cpython (2.7): Improve the test case to avoid spurious errors about already existing symlinks.
jason.coombs
- [Python-checkins] cpython: Fix indentation.
georg.brandl
- [Python-checkins] cpython: Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to
victor.stinner
- [Python-checkins] cpython: Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to
victor.stinner
- [Python-checkins] cpython: Issue #14211: Oops, I removed the wrong file :-)
victor.stinner
- [Python-checkins] cpython (2.7): Moved symlink support into its own module. Ported can_symlink from Python 3.2,
jason.coombs
- [Python-checkins] Daily reference leaks (2cc44cd8098e): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by
senthil.kumaran
- [Python-checkins] cpython (3.2): Fix closes Issue: 14217 - 3.2 branch
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): null merge from 3.2
senthil.kumaran
- [Python-checkins] peps: Add PEP 3144 to the list of candidate PEPs for 3.3
nick.coghlan
- [Python-checkins] cpython: Fix indentation.
georg.brandl
- [Python-checkins] cpython: Issue #14178: Problem deleting slices with steps != +1 in the _elementtree
eli.bendersky
- [Python-checkins] cpython: Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4.
victor.stinner
- [Python-checkins] cpython: Issue #14205: Document the dict lookup change in What's New in Python 3.3
victor.stinner
- [Python-checkins] cpython: refactor and avoid warnings
benjamin.peterson
- [Python-checkins] cpython: Relax timeout tests for weak Windows buildbot
antoine.pitrou
- [Python-checkins] cpython: Issue #14205: Fix test_dict.test_mutating_lookup()
victor.stinner
- [Python-checkins] peps: Note that PEP 412 (key-sharing dict) has been cleared for Python 3.3.
brett.cannon
- [Python-checkins] cpython: Close #14232: catch mmap() failure in new_arena() of obmalloc
victor.stinner
- [Python-checkins] Daily reference leaks (ba8f85e16dd9): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Fix typo.
georg.brandl
- [Python-checkins] cpython (3.2): Closes #14186: add link to PEP 3107 (function annotations) to the function
georg.brandl
- [Python-checkins] cpython (3.2): Closes #14244: add info about capturing groups and maxsplit to the docstring of
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2.
georg.brandl
- [Python-checkins] peps: PEP 416: remove mentions of mutable/immutable
victor.stinner
- [Python-checkins] cpython: Remove useless failOnException() method
antoine.pitrou
- [Python-checkins] cpython: PEP8-ize test names
antoine.pitrou
- [Python-checkins] cpython (2.7): Closes #9574: Note that complex constructor doesn't allow whitespace around
mark.dickinson
- [Python-checkins] cpython (3.2): Closes #9574: Note that complex constructor doesn't allow whitespace around
mark.dickinson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#9574)
mark.dickinson
- [Python-checkins] devguide: added asterisk to my name to indicate I can be assigned to configparser issues
lukasz.langa
- [Python-checkins] cpython: Close #14248: fix typo.
georg.brandl
- [Python-checkins] cpython: Close #14210: add command argument completion to pdb: complete file names,
georg.brandl
- [Python-checkins] peps: add bugfix releases
benjamin.peterson
- [Python-checkins] cpython: Fix regression after c8d1df9ac987
antoine.pitrou
- [Python-checkins] Daily reference leaks (713db33a4ebc): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Modify patchcheck.py to check for changes to configure.in.
ross.lagerwall
- [Python-checkins] devguide: Issue 7997: Explain how to regenerate configure using Autoconf.
ross.lagerwall
- [Python-checkins] cpython (3.2): Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under
antoine.pitrou
- [Python-checkins] cpython (2.7): #14161: fix the __repr__ of file objects to escape the file name.
ezio.melotti
- [Python-checkins] cpython (2.7): #14161: fix compile error under Windows.
ezio.melotti
- [Python-checkins] cpython (2.7): #14161: fix test failures on Windows.
ezio.melotti
- [Python-checkins] cpython (2.7): Fix closes issue14258 - added clarification to \W and \S flags
senthil.kumaran
- [Python-checkins] cpython (2.7): closes issue14257 minor error in glossary wording regarding __hash__
senthil.kumaran
- [Python-checkins] cpython (3.2): closes issue14257 - 3.2 minor error in glossary wording regarding __hash__
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): closes issue14257 - cpython - minor error in glossary wording regarding __hash__
senthil.kumaran
- [Python-checkins] Daily reference leaks (f452d7d5470d): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Make test_logging no longer fail if zlib not present. Closes #14256. Patch by
eric.smith
- [Python-checkins] cpython (merge default -> default): Merge.
eric.smith
- [Python-checkins] cpython (3.2): every other ast object has a dict, so I think AST should, too
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.2): allow AST objects to be like its subclasses
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: give the AST class a __dict__
benjamin.peterson
- [Python-checkins] cpython (3.2): use correct naming convention
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (3.2): kill this disabled code
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: adjust for change in AST type
benjamin.peterson
- [Python-checkins] cpython: Fixes #13842: cannot pickle Ellipsis or NotImplemented.
lukasz.langa
- [Python-checkins] cpython (merge default -> default): Head merge.
lukasz.langa
- [Python-checkins] distutils2: Fixed a function name lookup in distutils2.pypi.wrapper (#14263)
tarek.ziade
- [Python-checkins] cpython: Refactor unittest command line handling to always use optparse
michael.foord
- [Python-checkins] cpython (merge default -> default): Merge
michael.foord
- [Python-checkins] distutils2: Removed the trailing zero wiping (#14264)
tarek.ziade
- [Python-checkins] distutils2: removed 2.4 and 2.5
tarek.ziade
- [Python-checkins] distutils2: fixed a test mock issue (#14268)
tarek.ziade
- [Python-checkins] cpython (3.2): #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #13394: add more tests for the aifc module and use warnings.warn instead of
ezio.melotti
- [Python-checkins] cpython: #13842: check whether PyUnicode_FromString succeeded
lukasz.langa
- [Python-checkins] cpython (merge default -> default): Head merge
lukasz.langa
- [Python-checkins] peps: Adding PEP 417 'Adding mock to the standard library'
michael.foord
- [Python-checkins] peps: Addition of 'open issues' to PEP 417
michael.foord
- [Python-checkins] cpython: Move adding unittest test discovery command line options into their own method.
michael.foord
- [Python-checkins] cpython (merge default -> default): Merge
michael.foord
- [Python-checkins] cpython (3.2): str.format_map tests don't do what they say: fix to actually implement the
eric.smith
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge heads.
eric.smith
- [Python-checkins] cpython (merge 3.2 -> default): str.format_map tests don't do what they say: fix to actually implement the
eric.smith
- [Python-checkins] cpython (merge default -> default): Merge heads.
eric.smith
- [Python-checkins] peps: Convert PEP 417 to rst.
ezio.melotti
- [Python-checkins] cpython: minor PEP7-related fix
lukasz.langa
- [Python-checkins] peps: Be explicit about using the lowest PEP number (e.g. in the 400s) instead of the
brett.cannon
- [Python-checkins] cpython (2.7): #14179: add tests for re.compile. Patch by Florian Mladitsch.
ezio.melotti
- [Python-checkins] cpython: Issue #14104: Implement time.monotonic() on Mac OS X,
victor.stinner
- [Python-checkins] cpython (3.2): #14179: add tests for re.compile. Patch by Florian Mladitsch.
ezio.melotti
- [Python-checkins] cpython (merge 3.2 -> default): #14179: merge with 3.2.
ezio.melotti
- [Python-checkins] peps: Accepting PEP 417
michael.foord
- [Python-checkins] peps: Ignore *~ files.
guido.van.rossum
- [Python-checkins] peps: Reject PEP 382, PEP 402, accept PEP 335.
guido.van.rossum
- [Python-checkins] peps (merge default -> default): Merge
guido.van.rossum
- [Python-checkins] peps: Clarify numbering scheme a bit more.
guido.van.rossum
- [Python-checkins] cpython: Try to fix compilation of Python-ast.c on Visual Studio 2008
victor.stinner
- [Python-checkins] cpython: closes #14259 re.finditer() now takes keyword arguments: pos, endpos.
sean.reifschneider
- [Python-checkins] cpython: Issue #1178863: Separate initialisation from setting when initializing
martin.v.loewis
- [Python-checkins] cpython: #8942: add test for __path__ contents in zipimport tests
r.david.murray
- [Python-checkins] distutils2: changed the metadata behavior so the version does not get set all the time
tarek.ziade
- [Python-checkins] cpython (3.2): Fix unittest test discovery for Jython
michael.foord
- [Python-checkins] cpython (merge 3.2 -> default): Merge
michael.foord
- [Python-checkins] cpython (3.2): closes issue14257 - Grammatical fix
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): closes issue14257 - Grammatical fix
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (2.7): closes issue14257 - Grammatical fix
senthil.kumaran
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
senthil.kumaran
- [Python-checkins] cpython (2.7): Fix closes Issue14281 - Test for cgi.escape by Brian Landers
senthil.kumaran
- [Python-checkins] cpython (3.2): 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
senthil.kumaran
- [Python-checkins] cpython (2.7): Closes #14267: Corrected computation of rollover filename.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #14267: Corrected computation of rollover filename.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #14267: Merged fix from 3.2.
vinay.sajip
- [Python-checkins] cpython (merge default -> default): Merged upstream change.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merged upstream change.
vinay.sajip
- [Python-checkins] cpython (merge 2.7 -> 2.7): Merged upstream change.
vinay.sajip
- [Python-checkins] cpython: Close #14180: Factorize code to convert a number of seconds to time_t, timeval
victor.stinner
- [Python-checkins] cpython: Issue #14180: Remove commented code
victor.stinner
- [Python-checkins] cpython: Issue #14180: Fix select.select() compilation on BSD and a typo in
victor.stinner
- [Python-checkins] distutils2: Add missing CHANGES entries and remove more 2.4 support code
eric.araujo
- [Python-checkins] cpython: Issue #14180: Fix another typo in kqueue_queue_control()
victor.stinner
- [Python-checkins] distutils2: Remove out-of-date documentation.
eric.araujo
- [Python-checkins] distutils2: Release 1.0a4 \o/
eric.araujo
- [Python-checkins] distutils2: Added tag 1.0a4 for changeset 1e4d52d83e95
eric.araujo
- [Python-checkins] distutils2: Added signature for changeset 27910fcea9ed
eric.araujo
- [Python-checkins] cpython: Issue #14180: Fix pythoncore.vcproj, Modules/_time.[ch] have been removed
victor.stinner
- [Python-checkins] cpython: Issue #14180: Fix an invalid rounding when compiler optimization are enabled
victor.stinner
- [Python-checkins] cpython (3.2): Issue #14184: Increase the default stack size for secondary threads on
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14184: merge
ned.deily
- [Python-checkins] cpython: Issue #2843: Add new Tk API to Tkinter.
martin.v.loewis
- [Python-checkins] cpython: Issue #3835: Refuse to use unthreaded Tcl in threaded Python.
martin.v.loewis
- [Python-checkins] cpython: Issue #5219: Prevent event handler cascade in IDLE.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #5219: Prevent event handler cascade in IDLE.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): Merge 3.2
martin.v.loewis
- [Python-checkins] cpython (2.7): Issue #5219: Prevent event handler cascade in IDLE.
martin.v.loewis
- [Python-checkins] cpython (3.2): fix indentation
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: #8315: add automatic unittest test discovery in test.test_email
r.david.murray
- [Python-checkins] distutils2: Fix import error on Python 2.x
jason.coombs
- [Python-checkins] cpython: Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()
victor.stinner
- [Python-checkins] cpython: Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and
victor.stinner
- [Python-checkins] cpython: Issue #14180: Fix the select module to handle correctly the Windows timeval
victor.stinner
- [Python-checkins] cpython: Fix doc of datetime.date*.*fromtimestamp() methods
victor.stinner
- [Python-checkins] cpython: What's New in Python 3.3: Repeat the dict lookup change in Porting section
victor.stinner
- [Python-checkins] distutils2: switching to use_egg_info by default
tarek.ziade
- [Python-checkins] distutils2 (merge default -> default): merged from upstream
tarek.ziade
- [Python-checkins] distutils2: Fix ImportError in test
jason.coombs
- [Python-checkins] distutils2: Add coding declaration for utf-8 characters in comments
jason.coombs
- [Python-checkins] devguide: Add Andrew Svetlov.
martin.v.loewis
- [Python-checkins] cpython: Issue #989712: Support using Tk without a mainloop.
andrew.svetlov
- [Python-checkins] cpython: Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,
senthil.kumaran
- [Python-checkins] cpython (3.2): closes Issue12365 - Add an example explaining the context manager use case of
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): default: closes Issue12365 - Add an example explaining the context manager use
senthil.kumaran
- [Python-checkins] distutils2: fix for 14294
tarek.ziade
- [Python-checkins] distutils2 (merge default -> default): merged
tarek.ziade
- [Python-checkins] cpython: Closes #14298: update section about dict implementation.
georg.brandl
- [Python-checkins] cpython (3.2): #14291: if a header has non-ascii unicode, default to CTE using utf-8
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8
r.david.murray
- [Python-checkins] cpython (3.2): Closes #14283: match() and search() are regex methods, not match methods.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): #14283: merge with 3.2
georg.brandl
- [Python-checkins] cpython (3.2): Closes #14289: put a link to the CHM download page on the docs download page.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): #14289: merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Closes #14289: put a link to the CHM download page on the docs download page.
georg.brandl
- [Python-checkins] peps: PEP 416: add a section about dictproxy, add more links to Python recipes
victor.stinner
- [Python-checkins] distutils2: Update list of Trove classifiers (these reproduce fast)
eric.araujo
- [Python-checkins] distutils2: Fix winreg imports; we are not using a single codebase
eric.araujo
- [Python-checkins] cpython: Revert the patch for issue 3835 because failed on Windows buildbot
andrew.svetlov
- [Python-checkins] cpython: Issue #13839: When invoked on the command-line, the pstats module now accepts
antoine.pitrou
- [Python-checkins] cpython (3.2): #14062: fix BytesParser handling of linesep for Header objects
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): #14062: fix BytesParser handling of Header objects
r.david.murray
- [Python-checkins] peps: Update with news from language summit summary.
georg.brandl
- [Python-checkins] cpython: PEP 417: Adding unittest.mock
michael.foord
- [Python-checkins] cpython: #12818: remove escaping of () in quoted strings in formataddr
r.david.murray
- [Python-checkins] cpython: Fix import failure in mock test
michael.foord
- [Python-checkins] cpython: Avoid main_window unused compiler warning.
gregory.p.smith
- [Python-checkins] cpython: Fix another mock import
michael.foord
- [Python-checkins] cpython (merge default -> default): Merge
michael.foord
- [Python-checkins] cpython: And another one... mock import fix.
michael.foord
- [Python-checkins] cpython: Remove Python 2 compatibility cruft from unittest.mock
michael.foord
- [Python-checkins] cpython: deprecated the old urllib primitives in 3.3 urllib package - issue 10050
senthil.kumaran
- [Python-checkins] cpython: Issue #14200: Idle shell crash on printing non-BMP unicode character.
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): Merge from tip
andrew.svetlov
- [Python-checkins] cpython (merge default -> default): Megre from tip
andrew.svetlov
- [Python-checkins] cpython: Fix the buildbot breakdown - issue 10050
senthil.kumaran
- [Python-checkins] cpython (merge default -> default): merge heads
senthil.kumaran
- [Python-checkins] cpython: Remove more Python 2 compatibility cruft from unittest.mock
michael.foord
- [Python-checkins] cpython (3.2): Closes #14305: fix typo.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython: Removed XXX from unittest.mock docstring and switch to a nicer
michael.foord
- [Python-checkins] cpython (3.1): Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
gregory.p.smith
- [Python-checkins] cpython (merge 3.1 -> 3.2): Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
gregory.p.smith
- [Python-checkins] cpython (3.1): move the Misc/NEWS entry to the right section.
gregory.p.smith
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge (no change needed in 3.2)
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): merge (no change)
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): merge
gregory.p.smith
- [Python-checkins] peps: PEP 416: Add links to existing implementations
victor.stinner
- [Python-checkins] cpython (3.1): - rename configure.in to configure.ac
matthias.klose
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
matthias.klose
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
matthias.klose
- [Python-checkins] cpython (merge 3.1 -> 3.1): merge heads
matthias.klose
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
matthias.klose
- [Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1
matthias.klose
- [Python-checkins] cpython (merge default -> default): merge heads
matthias.klose
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
matthias.klose
- [Python-checkins] cpython (2.7): Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
gregory.p.smith
- [Python-checkins] cpython (2.7): - rename configure.in to configure.ac
matthias.klose
- [Python-checkins] cpython: remove get_prefix and set_prefix (#13248)
benjamin.peterson
- [Python-checkins] devguide: Add unittest.mock information
michael.foord
- [Python-checkins] cpython: fix compiler warnings
benjamin.peterson
- [Python-checkins] peps: PEP 416: Rephrase use cases; add more existing implementations
victor.stinner
- [Python-checkins] cpython: Issue #10278: Drop time.monotonic() function, rename time.wallclock() to
victor.stinner
- [Python-checkins] cpython: Issue #10278: Add an optional strict argument to time.steady(), False by default
victor.stinner
- [Python-checkins] cpython (2.6): - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): merge 2.6
barry.warsaw
- [Python-checkins] cpython: Issue #14222: Use the new time.steady() function instead of time.time() for
victor.stinner
- [Python-checkins] cpython (3.2): Fix the wrong urllib exampls which use str for POST data. Closes Issue11261
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): cpython:Fix the wrong urllib exampls which use str for POST data. Closes
senthil.kumaran
- [Python-checkins] cpython (3.2): Fixes Issue 14234: fix for the previous commit, keep compilation when
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Fixes Issue 14234: fix for the previous commit, keep compilation when
gregory.p.smith
- [Python-checkins] cpython (2.7): Fixes Issue 14234: fix for the previous commit, keep compilation when
gregory.p.smith
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads.
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads
gregory.p.smith
- [Python-checkins] cpython: Issue #13248: Removed docs for two deprecated unittest features. To be
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] Daily reference leaks (b86b414673c3): sum=2640
solipsis at pitrou.net
- [Python-checkins] Daily reference leaks (53715804dc71): sum=9199464
solipsis at pitrou.net
- [Python-checkins] cpython: free AST's dict
benjamin.peterson
- [Python-checkins] cpython: try to fix compilation on glibc's with cpu sets (#14296)
benjamin.peterson
- [Python-checkins] devguide: Update configure.in to configure.ac.
ross.lagerwall
- [Python-checkins] cpython: Closes issue #14163 - tkinter: problems with hello doc example
andrew.svetlov
- [Python-checkins] cpython (2.7): #12758: removing confusing mention of UTC from time.time description
r.david.murray
- [Python-checkins] cpython (3.2): #12758: removing confusing mention of UTC from time.time description
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #12758: removing confusing mention of UTC from time.time description
r.david.murray
- [Python-checkins] peps: Convert PEP 7 and PEP 8 to rst.
georg.brandl
- [Python-checkins] peps: Fix markup.
georg.brandl
- [Python-checkins] peps: Fix more markup.
georg.brandl
- [Python-checkins] cpython: Fixes #14314: Improved SMTP timeout handling.
vinay.sajip
- [Python-checkins] cpython: (sched) when run() is invoked with blocking=False return the deadline of the
giampaolo.rodola
- [Python-checkins] cpython: - Issue #14321: Do not run pgen during the build if files are up to date.
matthias.klose
- [Python-checkins] cpython (2.7): #14114: don't include copybutton.js in the htmlhelp output.
benjamin.peterson
- [Python-checkins] cpython (2.7): Fix link to global module index.
benjamin.peterson
- [Python-checkins] cpython (2.7): #14114: don't include copybutton.js in the htmlhelp output.
benjamin.peterson
- [Python-checkins] cpython (2.7): Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes
benjamin.peterson
- [Python-checkins] cpython (2.7): Fixes Issue 14234: fix for the previous commit, keep compilation when
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): bump to 2.7.3rc2
benjamin.peterson
- [Python-checkins] cpython (2.7): Added tag v2.7.3rc2 for changeset d46c1973d3c4
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge from 2.7 release branch
benjamin.peterson
- [Python-checkins] cpython: - Issue #14324: Fix configure tests for cross builds.
matthias.klose
- [Python-checkins] cpython: - Issue #14324: Fix configure tests for cross builds.
matthias.klose
- [Python-checkins] cpython (3.1): bump to 3.1.5rc2
benjamin.peterson
- [Python-checkins] cpython (merge 3.1 -> 3.1): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.1): Added tag v3.1.5rc2 for changeset 75db2bc69fc9
benjamin.peterson
- [Python-checkins] cpython: - Issue #14324: Fix configure tests for cross builds.
matthias.klose
- [Python-checkins] cpython (2.7): Fix the urllib closing issue which hangs on particular ftp urls/ftp servers.
senthil.kumaran
- [Python-checkins] cpython (3.2): closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): port from 3.2 - Fix the urllib closing issue which hangs on particular ftp
senthil.kumaran
- [Python-checkins] cpython: - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
matthias.klose
- [Python-checkins] cpython: perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)
benjamin.peterson
- [Python-checkins] cpython: space
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: fix comment
benjamin.peterson
- [Python-checkins] cpython: - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
matthias.klose
- [Python-checkins] cpython (3.2): Explain the use of charset parameter with Content-Type header. Issue11082
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): Explain the use of charset parameter with Content-Type header: issue11082
senthil.kumaran
- [Python-checkins] cpython: Closes Issue #14246: _elementtree parser will now handle io.StringIO
eli.bendersky
- [Python-checkins] Daily reference leaks (90e35b91756d): sum=96
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #14207: the ParseError exception raised by _elementtree was made
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #9257: clarify the events iterparse accepts
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #9257: clarify the events iterparse accepts
eli.bendersky
- [Python-checkins] cpython: Issue #13709: some fixes to the ctypes documentation. In addition to fixing
eli.bendersky
- [Python-checkins] cpython (2.7): 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem
senthil.kumaran
- [Python-checkins] cpython (3.2): closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
senthil.kumaran
- [Python-checkins] cpython: Improve the memory utilization (and speed) of functools.lru_cache().
raymond.hettinger
- [Python-checkins] cpython (merge default -> default): merge
raymond.hettinger
- [Python-checkins] cpython (3.2): Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14202: Greatly enhance the documentation of xml.dom.pulldom.
eli.bendersky
- [Python-checkins] cpython: Issue #14325: Stop using python lists, capsules, and the garbage collector to
jean-paul.calderone
- [Python-checkins] cpython: Add a test that makes sure TreeBuilder can be passed element_factory in the
eli.bendersky
- [Python-checkins] cpython (merge default -> default): merge heads
eli.bendersky
- [Python-checkins] cpython: fix trailing whitespace
eli.bendersky
- [Python-checkins] cpython (3.2): check to make sure the attribute is a string (#14334)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14334)
benjamin.peterson
- [Python-checkins] cpython: in 72556ff86828, I should have updated the magic as well as the comment (#14230)
benjamin.peterson
- [Python-checkins] cpython (2.7): check to make sure the attribute is a string (#14334)
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #14202: some additional doc fixes
eli.bendersky
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14202: some additional doc fixes
eli.bendersky
- [Python-checkins] cpython: fix condition (#14296)
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython (2.7): check for string attribute names in old-style classes (closes #14334)
benjamin.peterson
- [Python-checkins] cpython: check result of PyMem_New
benjamin.peterson
- [Python-checkins] cpython: use memory macros
benjamin.peterson
- [Python-checkins] cpython: kill capsule names that we don't need anymore
benjamin.peterson
- [Python-checkins] cpython: Eliminate duplicate link lookup. Minor cleanup.
raymond.hettinger
- [Python-checkins] cpython: plug memory leak (closes #14325)
benjamin.peterson
- [Python-checkins] cpython: Minor code cleanup.
raymond.hettinger
- [Python-checkins] Daily reference leaks (7e576ad85663): sum=9199468
solipsis at pitrou.net
- [Python-checkins] cpython: clear the root with the cache
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: Issue #14335: multiprocessing's custom Pickler subclass now inherits from the
antoine.pitrou
- [Python-checkins] cpython (merge default -> default): Merge
antoine.pitrou
- [Python-checkins] cpython: cleanup Ellipsis and NotImplemented strings after we're done
benjamin.peterson
- [Python-checkins] cpython: Refactor calculation of the cache key. Minor code cleanups.
raymond.hettinger
- [Python-checkins] cpython: Unique sentinel value for cache.get()
raymond.hettinger
- [Python-checkins] cpython: Fix whitespace
raymond.hettinger
- [Python-checkins] cpython: Root variable is not changed.
raymond.hettinger
- [Python-checkins] cpython: simply this slightly
benjamin.peterson
- [Python-checkins] cpython: #12788: fix error in test_policy when run under refleak detection
r.david.murray
- [Python-checkins] cpython (3.2): #11780: document that email.encoders throw TypeError on multipart messages.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11780: document that email.encoders throw TypeError on multipart
r.david.murray
- [Python-checkins] cpython (2.7): #11780: document that email.encoders throw TypeError on multipart messages.
r.david.murray
- [Python-checkins] cpython (3.2): #11780: s/throw/raise/
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11780: s/throw/raise/
r.david.murray
- [Python-checkins] cpython (2.7): #11780: s/throw/raise/
r.david.murray
- [Python-checkins] cpython (3.2): #11686: add missing entries to email __all__ lists.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11686: add missing entries to email __all__ lists.
r.david.murray
- [Python-checkins] cpython (3.2): #11686: news entry.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #11686: news entry.
r.david.murray
- [Python-checkins] Daily reference leaks (63c46a8547fb): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: make extra arguments to object.__init__/__new__ to errors in most cases
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: Minor beautification.
raymond.hettinger
- [Python-checkins] cpython: Section-off the source for better readability.
raymond.hettinger
- [Python-checkins] cpython (2.7): explain json.dumps for non-string keys in dicts. closes issue6566. Patch
senthil.kumaran
- [Python-checkins] cpython (3.2): 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch
senthil.kumaran
- [Python-checkins] cpython (merge 3.2 -> default): merge from 3.2 - issue6566
senthil.kumaran
- [Python-checkins] cpython: updated whatsnew/3.3.rst with the new methods added to list and bytearray
eli.bendersky
- [Python-checkins] cpython (3.2): Closes #14306: clarify expensiveness of try-except and update code snippet
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Closes #14306: clarify expensiveness of try-except and update code snippet
georg.brandl
- [Python-checkins] cpython (3.2): Closes #14342: remove out-of-date section about avoiding recursion errors.
georg.brandl
- [Python-checkins] cpython (3.2): Closes #14343: avoid shadowing builtin input() in example code.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Closes #14342: remove out-of-date section about avoiding recursion errors.
georg.brandl
- [Python-checkins] cpython (2.7): Closes #14343: avoid shadowing builtin input() in example code.
georg.brandl
- [Python-checkins] cpython (3.2): Closes #14250: regex.flags has not only explicit flags but also implicit flags
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Closes #14250: regex.flags has not only explicit flags but also those from the
georg.brandl
- [Python-checkins] cpython (2.7): Issue #14346: Fix some typos in the Mac/README file.
ned.deily
- [Python-checkins] cpython (3.2): Issue #14346: Fix some typos in the Mac/README file.
ned.deily
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14346: merge
ned.deily
- [Python-checkins] cpython (3.2): Move MANIFEST parsing change to the right position.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython: Issue #14347: Update Misc/README list of files.
ned.deily
- [Python-checkins] cpython: #14344: fixed the repr of email.policy objects.
r.david.murray
- [Python-checkins] cpython (3.2): #14333: fix test_queue so it can be run via standard unittest test discovery.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14333: fix test_queue so it can be run via standard unittest test
r.david.murray
- [Python-checkins] cpython (2.7): #14333: fix test_queue so it can be run via standard unittest test discovery.
r.david.murray
- [Python-checkins] cpython: Low overhead path for maxsize==0
raymond.hettinger
- [Python-checkins] cpython: Fix whitespace
raymond.hettinger
- [Python-checkins] cpython (2.6): Update Docs and NEWS for 2.6.8rc2.
barry.warsaw
- [Python-checkins] cpython (2.6): Bump to 2.6.8rc2
barry.warsaw
- [Python-checkins] cpython (2.6): Added tag v2.6.8rc2 for changeset 1d1b7b9fad48
barry.warsaw
- [Python-checkins] cpython (merge 2.6 -> 2.7): null merge from 2.6
barry.warsaw
- [Python-checkins] cpython (merge 2.7 -> 2.7): null merge
barry.warsaw
- [Python-checkins] cpython (2.6): Added tag v2.6.8rc2 for changeset bd9e1a02e3e3
barry.warsaw
- [Python-checkins] peps: Warn about null merging and the .hgtags file.
barry.warsaw
- [Python-checkins] distutils2: Add missing report number
eric.araujo
- [Python-checkins] distutils2: Post-release version bump (this time in the code too)
eric.araujo
- [Python-checkins] Daily reference leaks (b26056192653): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.6): Remove duplicate hgtags entries for 2.6.8rc{1,2}.
georg.brandl
- [Python-checkins] cpython (merge 2.6 -> 2.7): Merge 2.6.8rc tags into 2.7.
georg.brandl
- [Python-checkins] cpython: Issue 14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
ross.lagerwall
- [Python-checkins] cpython (3.2): #14114: don't include copybutton.js in the htmlhelp output.
georg.brandl
- [Python-checkins] cpython (3.2): Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
georg.brandl
- [Python-checkins] cpython (3.2): 3.2.3rc1 done
georg.brandl
- [Python-checkins] cpython (3.2): Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876:
georg.brandl
- [Python-checkins] cpython (3.2): Fixes Issue 14234: fix for the previous commit, keep compilation when
georg.brandl
- [Python-checkins] cpython (3.2): Bump to 3.2.3rc2.
georg.brandl
- [Python-checkins] cpython (3.2): Added tag v3.2.3rc2 for changeset 428f05cb7277
georg.brandl
- [Python-checkins] cpython (3.2): Post-release updates for 3.2.3rc2.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> 3.2): Merge 3.2.3rc2 from release clone.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): Dummy-merge (except .hgtags) 3.2.3rc2 changes.
georg.brandl
- [Python-checkins] cpython (2.7): Add 2.7.3rc2 uuid
martin.v.loewis
- [Python-checkins] cpython (3.2): Fixes Issue #14331: Use significantly less stack space when importing modules by
gregory.p.smith
- [Python-checkins] cpython (2.7): Fixes Issue #14331: Use significantly less stack space when importing modules by
gregory.p.smith
- [Python-checkins] cpython (merge 3.2 -> default): Empty merge; imports rewritten in 3.3. issue #14331 may no longer apply.
gregory.p.smith
- [Python-checkins] cpython (3.2): #14355: remove obsolete doc reference to previously removed init_frozen.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14355: remove obsolete doc reference to previously removed init_frozen.
r.david.murray
- [Python-checkins] cpython (2.7): Add 2.7.3 and 2.7.4 UUIDs
benjamin.peterson
- [Python-checkins] cpython (2.7): Add 2.7.3rc2 uuid
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge 2.7.3 release branch
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython: all OSErrors should indicate there are no extended attributes (closes #14358)
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 for #14359.
ross.lagerwall
- [Python-checkins] Daily reference leaks (ada766b07686): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: time.steady() doc: don't repeat the default value
victor.stinner
- [Python-checkins] Daily reference leaks (0741add59487): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge tag
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge from release branch
benjamin.peterson
- [Python-checkins] cpython: Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
giampaolo.rodola
- [Python-checkins] cpython (2.7): Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
giampaolo.rodola
- [Python-checkins] cpython (3.2): Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.
giampaolo.rodola
- [Python-checkins] cpython: Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
larry.hastings
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython: #14269: smtpd now conforms to the RFC and requires HELO before MAIL.
r.david.murray
- [Python-checkins] cpython: #3573: idle now doesn't hungs if launched as: idle -e <directory>
andrew.svetlov
- [Python-checkins] Daily reference leaks (01404295138d): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): #3573: idle now doesn't hungs if launched as: idle -e <directory>
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2 for issue #3573, fix Misc/NEWS as Ned Deily guess.
andrew.svetlov
- [Python-checkins] cpython (2.7): #3573: idle now doesn't hungs if launched as: idle -e <directory>
andrew.svetlov
- [Python-checkins] cpython: Remove non-existing file from pythoncore project.
kristjan.jonsson
- [Python-checkins] cpython: Issue #7652: Integrate the decimal floating point libmpdec library to speed
stefan.krah
- [Python-checkins] cpython: Document decimal.MIN_ETINY.
stefan.krah
- [Python-checkins] cpython: use identifier api
benjamin.peterson
- [Python-checkins] cpython: some more identifier goodness
benjamin.peterson
- [Python-checkins] cpython: correctly lookup __trunc__ in int() constructor
benjamin.peterson
- [Python-checkins] cpython (merge default -> default): merge heads
benjamin.peterson
- [Python-checkins] cpython: rewrite this function, which was still accounting for classic classes
benjamin.peterson
- [Python-checkins] cpython: make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c
benjamin.peterson
- [Python-checkins] cpython: long() -> int()
benjamin.peterson
- [Python-checkins] cpython (3.2): #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
r.david.murray
- [Python-checkins] cpython (2.7): #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v
r.david.murray
- [Python-checkins] cpython: Whitespace.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython: Issue #3035: Unused functions from tkinter are marked as pending peprecated.
andrew.svetlov
- [Python-checkins] cpython: Issue #14204: The ssl module now has support for the Next Protocol Negotiation
antoine.pitrou
- [Python-checkins] peps: Reject PEP 416 (frozendict) with reasons why.
guido.van.rossum
- [Python-checkins] cpython: Micro-optimize PyObject_GetAttrString()
victor.stinner
- [Python-checkins] peps: Sign rejection notices.
guido.van.rossum
- [Python-checkins] Daily reference leaks (059489cec7b9): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix typo.
georg.brandl
- [Python-checkins] cpython (3.2): check by equality for __future__ not identity (closes #14378)
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2 (#14378)
benjamin.peterson
- [Python-checkins] cpython (3.2): check for NULL
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): check by equality for __future__ not identity (closes #14378)
benjamin.peterson
- [Python-checkins] cpython (2.7): check for NULL
benjamin.peterson
- [Python-checkins] cpython (merge 2.7 -> 2.7): merge heads
benjamin.peterson
- [Python-checkins] cpython (3.2): Issue #14387: Do not include accu.h from Python.h.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14387: Do not include accu.h from Python.h.
antoine.pitrou
- [Python-checkins] cpython (3.2): this should technicaly be identifier
benjamin.peterson
- [Python-checkins] cpython (2.7): this should technicaly be identifier
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): fix #10340: properly handle EINVAL on OSX and also avoid to call
giampaolo.rodola
- [Python-checkins] cpython (3.2): fix #10340: properly handle EINVAL on OSX and also avoid to call
giampaolo.rodola
- [Python-checkins] cpython (merge 3.2 -> default): merge 79422b3684f1 in 3.3 branch (issue 10340)
giampaolo.rodola
- [Python-checkins] cpython (3.2): issue 10340 - forgot to update Misc/NEWS
giampaolo.rodola
- [Python-checkins] cpython: fix #10340: properly handle EINVAL on OSX and also avoid to call
giampaolo.rodola
- [Python-checkins] cpython (2.7): Issue #10538. Put a reference to the source object in the Py_buffer when
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #10538 - Update Misc/NEWS
kristjan.jonsson
- [Python-checkins] cpython: Issue #14382: Ensure new unittest.test.testmock is installed.
ned.deily
- [Python-checkins] cpython: Fix indentation.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2 (Issue #14387)
kristjan.jonsson
- [Python-checkins] cpython: #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode
r.david.murray
- [Python-checkins] cpython: #14380: Make actual default match docs, fix __init__ order.
r.david.murray
- [Python-checkins] Daily reference leaks (bfd1ba2bbaf8): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Issue #13782: streamline argument type-checking in ET.Element
eli.bendersky
- [Python-checkins] cpython: fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586
giampaolo.rodola
- [Python-checkins] cpython (merge default -> default): merge
giampaolo.rodola
- [Python-checkins] cpython (3.2): Fix typo when "PyObject*" was changed to "identifier"
kristjan.jonsson
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
kristjan.jonsson
- [Python-checkins] cpython: Use the same exception hierarchy as decimal.py. FloatOperation now also
stefan.krah
- [Python-checkins] cpython (2.7): attempt to fix asyncore buildbot failure
giampaolo.rodola
- [Python-checkins] cpython (3.2): attempt to fix asyncore buildbot failure
giampaolo.rodola
- [Python-checkins] cpython (merge 3.2 -> default): attempt to fix asyncore buildbot failure
giampaolo.rodola
- [Python-checkins] cpython (2.7): Closes #14314: backported fix.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #14314: backported fix.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Null merge for backported fix.
vinay.sajip
- [Python-checkins] cpython: Whitespace.
stefan.krah
- [Python-checkins] cpython: Fix formatting after removing tabs.
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython: Issue #7652: Enable linking of _decimal.so against an installed libmpdec.
stefan.krah
- [Python-checkins] Daily reference leaks (f6d646e30028): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix indentation.
georg.brandl
- [Python-checkins] cpython: Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess.
charles-francois.natali
- [Python-checkins] cpython (2.7): Issue #14400: Fix typo.
martin.v.loewis
- [Python-checkins] cpython (3.2): Issue #14400: Fix typo.
martin.v.loewis
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
martin.v.loewis
- [Python-checkins] cpython: Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to
eli.bendersky
- [Python-checkins] cpython (3.2): Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due
charles-francois.natali
- [Python-checkins] cpython (merge 3.2 -> default): Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due
charles-francois.natali
- [Python-checkins] Daily reference leaks (c1191cbc7b37): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Closes #14401: fix typos in curses howto.
georg.brandl
- [Python-checkins] cpython (3.2): Closes #14401: fix typos in curses howto.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython: Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well
andrew.svetlov
- [Python-checkins] cpython: Remove extra spaces in doc example.
andrew.svetlov
- [Python-checkins] cpython: Raise MemoryError instead of InvalidOperation/MallocError for compatibility
stefan.krah
- [Python-checkins] cpython: unittest.mock.MagicMock objects are now unorderable by default
michael.foord
- [Python-checkins] cpython (merge default -> default): Merge
michael.foord
- [Python-checkins] cpython: Support subclassing unittest.mock._patch and fix various obscure bugs around
michael.foord
- [Python-checkins] cpython: unittest.mock: set file_spec on first use
michael.foord
- [Python-checkins] cpython: Addition of docstrings to unittest.mock helpers
michael.foord
- [Python-checkins] cpython: Minor changes to the unittest.mock.mock_open helper
michael.foord
- [Python-checkins] cpython: Remove more Python 2 code from unittest.mock (obsolete function attributes)
michael.foord
- [Python-checkins] cpython: unittest.mock: remove another piece of Python 2 specific code
michael.foord
- [Python-checkins] cpython (3.2): Switch to new "lighter" doc design.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (merge default -> default): merge heads
georg.brandl
- [Python-checkins] cpython (3.2): Add missing files for new doc theme.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython: unittest.mock: a mock created by patch with a spec as the list argument will be
michael.foord
- [Python-checkins] cpython: Adding unittest.mock documentation
michael.foord
- [Python-checkins] cpython: unittest.mock: removed another bit of Python 2 only code
michael.foord
- [Python-checkins] cpython (3.2): kill this terribly outdated comment
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.2): merge heads
benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> default): merge 3.2
benjamin.peterson
- [Python-checkins] cpython (2.7): kill this terribly outdated comment
benjamin.peterson
- [Python-checkins] Daily reference leaks (f8d01c8baf6a): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython (3.2): Issue #3367: NULL-terminate argv[] copies to prevent an invalid access
stefan.krah
- [Python-checkins] cpython (merge 3.2 -> default): Issue #3367: Merge fix from 3.2.
stefan.krah
- [Python-checkins] cpython (2.7): Minor documentation tweak.
vinay.sajip
- [Python-checkins] cpython (3.2): Minor documentation tweak.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Updated handler documentation.
vinay.sajip
- [Python-checkins] cpython: #14413: tweak word order in deprecation section
r.david.murray
- [Python-checkins] cpython (2.7): Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14410: merge with 3.2
sandro.tosi
- [Python-checkins] cpython: Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code
eli.bendersky
- [Python-checkins] cpython: grammar
benjamin.peterson
- [Python-checkins] cpython: Issue #989712: update the code to process tkinter messages in IDLE
andrew.svetlov
- [Python-checkins] cpython: IDLE can be launched as python -m ildelib
andrew.svetlov
- [Python-checkins] cpython: Update missed idlelib/NEWS.txt
andrew.svetlov
- [Python-checkins] cpython: Issue #14368: _PyTime_gettimeofday() cannot fail
victor.stinner
- [Python-checkins] cpython: Issue #14383: Add _PyDict_GetItemId() and _PyDict_SetItemId() functions
victor.stinner
- [Python-checkins] cpython: Fix time.steady(strict=True): don't use CLOCK_REALTIME
victor.stinner
- [Python-checkins] peps: Fix trailing whitespace in PEP 411.
guido.van.rossum
- [Python-checkins] peps: Add recent post date to PEP 411.
guido.van.rossum
- [Python-checkins] peps: Add PEP 418: Add monotonic clock
victor.stinner
- [Python-checkins] peps: PEP 418: Mention an use case for truly monotonic clock
victor.stinner
- [Python-checkins] peps: PEP 418: Define time.monotonic and time.steady
victor.stinner
- [Python-checkins] peps: PEP 418: Add more links
victor.stinner
- [Python-checkins] cpython (2.7): #5301: re-add image/vnd.microsoft.icon per discussion
r.david.murray
- [Python-checkins] cpython: Fix doc typo noticed by Amaury Forgeot d'Arc
eli.bendersky
- [Python-checkins] peps: Address Guido's comments from the pronouncement request on python-dev
eli.bendersky
- [Python-checkins] peps: Approve PEP 411.
guido.van.rossum
- [Python-checkins] cpython: Fix typo
eric.araujo
- [Python-checkins] Daily reference leaks (566527ace50b): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Closes #14421: use with statement to properly close socket in bandwidth test.
georg.brandl
- [Python-checkins] cpython (3.2): Closes #14411: remove outdated comment in rlcompleter docstring.
georg.brandl
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
georg.brandl
- [Python-checkins] cpython (2.7): Closes #14411: remove outdated comment in rlcompleter docstring.
georg.brandl
- [Python-checkins] cpython: Issue #11826: Fix memory leak in atexitmodule.
stefan.krah
- [Python-checkins] peps: PEP 418: rename time.steady() to time.try_monotonic(); add time.hires()
victor.stinner
- [Python-checkins] peps: PEP 418: Write the pseudo-code of time.time()
victor.stinner
- [Python-checkins] peps: PEP 418: Replace "API design" title with "Alternatives: API design"
victor.stinner
- [Python-checkins] peps: PEP 418: time.hires() uses time.monotonic() if available
victor.stinner
- [Python-checkins] peps: PEP 411: I suppose that Guido means "Accepted" instead of "Approved"
victor.stinner
- [Python-checkins] peps: PEP 418: I'm not quite sure, but it looks like QueryPerformanceCounter() *is*
victor.stinner
- [Python-checkins] peps: PEP 418: Fix time.time() pseudo-code, clock_gettime(CLOCK_REALTIME) falls back
victor.stinner
- [Python-checkins] peps: PEP 418: merge time.try_monotonic() and time.hires() into time.hires()
victor.stinner
- [Python-checkins] cpython: Document the fact that mach_timebase_info() cannot fail
victor.stinner
- [Python-checkins] cpython: time.time() now uses clock_gettime(CLOCK_REALTIME) if available
victor.stinner
- [Python-checkins] peps: PEP 418: Mention the Technical Q&A QA1398 for mach_absolute_time()
victor.stinner
- [Python-checkins] Daily reference leaks (e505ce0514ff): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Unsplit unittest.mock documentation
michael.foord
- [Python-checkins] cpython: Minor unittest.mock.patch doc / docstring improvement
michael.foord
- [Python-checkins] cpython: Adding an example to unittest.mock.patch documentation
michael.foord
- [Python-checkins] cpython: Re-order unittest.mock documentation to put magic method support before the
michael.foord
- [Python-checkins] cpython: Fix unittest.mock.patch docstring
michael.foord
- [Python-checkins] cpython: Update unittest.mock.patch example
michael.foord
- [Python-checkins] peps: PEP 418: Rename time.hires() to time.highres(); add Solaris monotonic clocks
victor.stinner
- [Python-checkins] peps: PEP 418: list OSes supporting or not CLOCK_MONOTONIC
victor.stinner
- [Python-checkins] peps: PEP 418: QueryPerformanceCounter() has a known bug
victor.stinner
- [Python-checkins] peps: PEP 418: Reorder links
victor.stinner
- [Python-checkins] peps: PEP 418: More QueryPerformanceCounter bugs
victor.stinner
- [Python-checkins] peps: PEP 418: Add some links to function documentation
victor.stinner
- [Python-checkins] Daily reference leaks (db20367b20de): sum=0
solipsis at pitrou.net
- [Python-checkins] cpython: Fix newlines.
georg.brandl
- [Python-checkins] cpython (3.2): #14416: add missing LOG_SYSLOG facility to syslog docs.
r.david.murray
- [Python-checkins] cpython (2.7): #14416: add missing LOG_SYSLOG facility to syslog docs.
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14416: add missing LOG_SYSLOG facility to syslog docs.
r.david.murray
- [Python-checkins] cpython: #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.
r.david.murray
- [Python-checkins] cpython: Fix typo in unittest.mock docs
michael.foord
- [Python-checkins] cpython (3.2): Issue #14409: IDLE doesn't not execute commands from shell with default
andrew.svetlov
- [Python-checkins] cpython: Issue #14442: Add missing errno import in test_smtplib.
ross.lagerwall
- [Python-checkins] cpython (merge 3.2 -> default): Merge with 3.2
andrew.svetlov
- [Python-checkins] cpython (2.7): Backport of Issue #14409 to 2.7
andrew.svetlov
- [Python-checkins] cpython (2.7): Closes #14436: Convert msg + args to string before pickling.
vinay.sajip
- [Python-checkins] cpython (3.2): Closes #14436: Convert msg + args to string before pickling.
vinay.sajip
- [Python-checkins] cpython (merge 3.2 -> default): Closes #14436: merged fix from 3.2.
vinay.sajip
- [Python-checkins] peps: PEP 418: more links, Java and Ruby
victor.stinner
- [Python-checkins] peps: PEP 418: more data about OS monotonic clocks
victor.stinner
- [Python-checkins] peps: PEP 418: Fill the "Adjusted by NTP" column of the summary table
victor.stinner
- [Python-checkins] peps: PEP 418: Try to fill the "Action on suspend" column
victor.stinner
- [Python-checkins] Daily reference leaks (86a1f92c66b3): sum=0
solipsis at pitrou.net
- [Python-checkins] peps: Small fixes.
georg.brandl
- [Python-checkins] peps: fix a tiny typo
eli.bendersky
- [Python-checkins] cpython: Added the "provisional package" glossary term from PEP 411
eli.bendersky
- [Python-checkins] cpython: fix typo in glossary
eli.bendersky
- [Python-checkins] cpython: Issue #14006: improve the documentation of xml.etree.ElementTree
eli.bendersky
- [Python-checkins] cpython: Issue #14435: Remove special block allocation code from floatobject.c
kristjan.jonsson
- [Python-checkins] peps: PEP 418: split resolution/accuracy in the able; add a section on Linux timers
victor.stinner
- [Python-checkins] cpython: Use abort() rather than exit() to appease tools like rpmlint. abort() is used
stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge.
stefan.krah
- [Python-checkins] cpython (2.7): Added a new crasher that targets mutating the underlying storage of a buffer.
alex.gaynor
- [Python-checkins] cpython: Issue #14065: Added cyclic GC support to ET.Element
eli.bendersky
- [Python-checkins] cpython: Minor cleanup: add whitespace, add comments, bring function attribute updates
raymond.hettinger
- [Python-checkins] peps: PEP 418: Add a table summarizing system clocks
victor.stinner
- [Python-checkins] cpython (3.2): #10423: clarify options vs args in argparse discussion of optparse
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #10423: clarify options vs args in argparse discussion of optparse
r.david.murray
- [Python-checkins] cpython (2.7): #10423: clarify options vs args in argparse discussion of optparse
r.david.murray
- [Python-checkins] peps: PEP 418: Add fallback=True argument to time.monotonic()
victor.stinner
- [Python-checkins] peps: PEP 418: Fix time.highres() pseudo code
victor.stinner
- [Python-checkins] peps: PEP 418: Cleanup after reintroduction of fallback=True
victor.stinner
- [Python-checkins] cpython: No need to create and destroy links when updating a fixed-sized circular queue.
raymond.hettinger
- [Python-checkins] Daily reference leaks (7ad1728691b2): sum=-6
solipsis at pitrou.net
- [Python-checkins] cpython: Fix-up comments and add a sentinel variable for clarity.
raymond.hettinger
- [Python-checkins] peps: Edit PEP 418: add missing copyright and file variable footer, fix line length
georg.brandl
- [Python-checkins] peps: PEP 418: more grammar fixes
georg.brandl
- [Python-checkins] cpython: Fix-up a comment
raymond.hettinger
- [Python-checkins] cpython: Fix the tests of GC collection in ET.Element according to Benjamin's
eli.bendersky
- [Python-checkins] cpython (3.2): update NEWS as Terry Reedy proposed
andrew.svetlov
- [Python-checkins] cpython (merge 3.2 -> default): Merge from 3.2
andrew.svetlov
- [Python-checkins] cpython (2.7): update NEWS for 2.7 as Terry Reedy proposed
andrew.svetlov
- [Python-checkins] cpython: issue #3035: update PendingDeprecationWarning to DeprectionWarning, point
andrew.svetlov
- [Python-checkins] cpython: Issue #14435: Add Misc/NEWS and Misc/ACKS
kristjan.jonsson
- [Python-checkins] cpython: Fix warning when compiling socketmodule.c with VS2010
kristjan.jonsson
- [Python-checkins] cpython (2.7): add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (3.2): #14434: make tutorial link in 'help' banner version-specific
r.david.murray
- [Python-checkins] cpython (merge 3.2 -> default): Merge #14434: make tutorial link in 'help' banner version-specific
r.david.murray
- [Python-checkins] cpython (2.7): #14434: make tutorial link in 'help' banner version-specific
r.david.murray
- [Python-checkins] cpython: fix issue #5136: deprecate old unused functions from tkinter.
andrew.svetlov
- [Python-checkins] cpython: fix typo
andrew.svetlov
- [Python-checkins] cpython (2.7): use unittest.skip; thanks to Chang Min Jeon from docs@
sandro.tosi
- [Python-checkins] cpython (3.2): use unittest.skip; thanks to Chang Min Jeon from docs@
sandro.tosi
- [Python-checkins] cpython (merge 3.2 -> default): merge with 3.2
sandro.tosi
- [Python-checkins] cpython (merge default -> default): merge heads
sandro.tosi
- [Python-checkins] cpython (merge default -> default): merge heads
sandro.tosi
- [Python-checkins] cpython (3.2): Issue #14406: Fix a race condition when using
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14406: Fix a race condition when using
antoine.pitrou
- [Python-checkins] cpython (3.2): Issue #14456: improve documentation of the signal module w.r.t. threads.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Issue #14456: improve documentation of the signal module w.r.t. threads.
antoine.pitrou
- [Python-checkins] cpython: Fix formatting
antoine.pitrou
- [Python-checkins] peps: PEP 412: add missing variables footer and reformat.
georg.brandl
- [Python-checkins] cpython (3.2): Issue #14437: Fix building the _io module under Cygwin.
antoine.pitrou
- [Python-checkins] cpython (merge 3.2 -> default): Null merge
antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #14437: Fix building the _io module under Cygwin.
antoine.pitrou
Last message date:
Sat Mar 31 23:58:16 CEST 2012
Archived on: Sun Jul 29 22:23:52 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).