python
2012-02-20 Benjamin Petersonput docstrings on functions
2012-02-20 Vinay SajipMerged upstream changes.
2012-02-20 Vinay SajipMerged upstream changes.
2012-02-20 Antoine PitrouFix use of assertRaises following c760bd844222 (spotted...
2012-02-20 Antoine PitrouIssue #14040: Remove rarely used file name suffixes...
2012-02-20 Vinay SajipMerged documentation update from 3.2.
2012-02-20 Vinay Sajiplogging: clarified documentation for Handler.handleError.
2012-02-20 Antoine PitrouIssue #13641: Decoding functions in the base64 module...
2012-02-20 Benjamin Petersonmerge heads
2012-02-20 Benjamin Petersonwrite versionadded
2012-02-20 Antoine Pitrou_relax_case -> _make_relax_case
2012-02-20 Benjamin Petersoncheck for NULL to fix segfault
2012-02-20 Benjamin Petersonuse new generic __dict__ descriptor implementations
2012-02-20 Benjamin Petersonadd generic implementation of a __dict__ descriptor...
2012-02-20 Antoine PitrouMerge
2012-02-20 Éric AraujoMerge 3.2
2012-02-20 Antoine PitrouIssue #14043: Speed up importlib's _FileFinder by at...
2012-02-20 Éric AraujoAdd missing “::” markup.
2012-02-20 Brett CannonFix a failing importlib test under Windows.
2012-02-20 Benjamin Petersonfix test now that staticmethod and classmethod are...
2012-02-19 Antoine PitrouFix last remaining build issues of _ssl under old OpenS...
2012-02-19 Martin v. LöwisCreate _attr/_attrNS lazily.
2012-02-19 Martin v. LöwisUse __slots__ throughout instead of __dict__, to reduce...
2012-02-19 Sandro TosiIssue #13605: merge with 3.2
2012-02-19 Sandro TosiIssue #13605: use print() in argparse nargs example
2012-02-19 Benjamin Petersoninitialize __dict__ if needed
2012-02-19 Sandro Tosimerge with 3.2
2012-02-19 Sandro Tosidon't split 'Hye-Shik Chang' name; thanks to Sergey...
2012-02-19 Sandro Tosimerge with 3.2
2012-02-19 Sandro TosiIndent 'File' in memoryview example, so it is correctly...
2012-02-19 Benjamin Petersonuse defaults
2012-02-19 Benjamin Petersonmerge 3.2
2012-02-19 Benjamin Petersonuse Py_CLEAR
2012-02-19 Benjamin Petersonallow arbitrary attributes on classmethod and staticmet...
2012-02-19 Jesus CeaMERGE: Test for issue #13500
2012-02-19 Jesus CeaTest for issue #13500
2012-02-19 Jesus CeaTest for issue #13500
2012-02-18 Sandro Tosimerge with 3.2
2012-02-18 Sandro Tosifix error in memoryview example; thanks to kan lianlian...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-02-18 Charles-François... Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless...
2012-02-18 Terry Jan ReedyMerge with 3.2 closes 14023
2012-02-18 Terry Jan ReedyIssue 14023 Revert edit to 2.7 version. (I suspect...
2012-02-18 Ezio Melotti#14020: merge with 3.2.
2012-02-18 Ezio Melotti#14020: improve HTMLParser documentation.
2012-02-17 Petri LehtinenMerge branch '3.2'
2012-02-17 Petri LehtinenFix a variable scoping error in an sqlite3 test
2012-02-17 Antoine PitrouTry to really fix compilation failures of the _ssl...
2012-02-17 Éric AraujoBranch merge
2012-02-17 Éric AraujoFix code I unwittingly broke in b0e2d6592a1f (#14038)
2012-02-17 Brett CannonFix importlib.test.__main__ to only worry about command...
2012-02-17 Brett CannonOptimize importlib's case-sensitivity check by wasting...
2012-02-17 Brett CannonHave importlib.test use argparse instead of some hacked...
2012-02-17 Brett CannonHave importlib use os.replace() for atomic renaming.
2012-02-17 Nick CoghlanChange the python3 hardlink to a symlink, and correct...
2012-02-17 Antoine PitrouFix compilation when SSL_OP_SINGLE_ECDH_USE isn't defined
2012-02-16 Brett CannonTweak the handling of the empty string in sys.path...
2012-02-16 Brett CannonMerge
2012-02-16 Brett Cannonimportlib.__import__() now raises ValueError when level...
2012-02-16 Florent Xiclunafix the _namespace_map cleanup for cElementTree tests.
2012-02-16 Florent XiclunaThe C accelerator was not always imported for cElementT...
2012-02-16 Petri LehtinenMerge branch '3.2'
2012-02-16 Petri Lehtinensqlite3: Fix documentation errors concerning Cursor...
2012-02-16 Charles-François... Merge.
2012-02-16 Charles-François... Issue #13878: Fix random test_sched failures.
2012-02-16 Charles-François... Issue #13878: Fix random test_sched failures.
2012-02-16 Brett CannonRefactor importlib.__import__() and _gcd_import() to...
2012-02-16 Éric AraujoAdd test for packaging.util.set_platform (#13974).
2012-02-16 Eli Benderskymake TestAccelerator[Not]Imported for ElementTree more...
2012-02-16 Eli BenderskyDisabling a test that fails on some bots. Will investig...
2012-02-16 Gregory P.... merge.
2012-02-16 Gregory P.... Issue #2489: Fix bug in _copy loop that could consume...
2012-02-16 Gregory P.... don't use assertSameElements.
2012-02-16 Gregory P.... NEWS entry for previous commit.
2012-02-16 Gregory P.... Issue #2489: Fix bug in _copy loop that could consume...
2012-02-16 Eli Benderskyin the tests of ElementTree, verify that the C accelera...
2012-02-15 Victor Stinner(Merge 3.2) Issue #13913: Another fix test_pep3120...
2012-02-15 Victor StinnerIssue #13913: Another fix test_pep3120 for the UTF...
2012-02-15 Sandro TosiIssue #11836: document and expose multiprocessing.Simpl...
2012-02-15 Sandro TosiIssue #11836: document multiprocessing.queues.SimpleQueue
2012-02-15 Antoine PitrouMerge
2012-02-15 Antoine PitrouMerge
2012-02-15 Antoine PitrouIssue #13014: Fix a possible reference leak in SSLSocke...
2012-02-15 Victor Stinner(Merge 3.2) Issue #13913: Fix test_pep3120 for the...
2012-02-15 Antoine PitrouIssue #13014: Fix a possible reference leak in SSLSocke...
2012-02-15 Victor StinnerIssue #13913: Fix test_pep3120 for the UTF-8 codec...
2012-02-15 Petri LehtinenMerge branch '3.2'
2012-02-15 Petri LehtinenIssue #13491: Fix many errors in sqlite3 documentation
2012-02-15 Antoine PitrouIssue #7644: Add tests for the file argument of NNTP...
2012-02-15 Antoine PitrouIssue #7644: Add tests for the file argument of NNTP...
2012-02-15 Éric AraujoFix for packaging test failure on shared builds (#1326113)
2012-02-15 Éric AraujoMerge fix from 3.2
2012-02-15 Éric AraujoFix test failure for shared builds caused by #1326113 fix
2012-02-15 Éric AraujoFix parsing of packaging’s build_ext --libraries option...
2012-02-15 Éric AraujoMerge fixes for #1326113 and #12297 from 3.2
2012-02-15 Éric AraujoImprove doc for atexit.register and unregister (#12297)
2012-02-15 Éric AraujoFix parsing of build_ext --libraries option (#1326113)
2012-02-15 Antoine PitrouMove NEWS entry to correct section.
2012-02-15 Antoine PitrouIssue #13020: Fix a reference leak when allocating...
next