summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...Antoine Pitrou2012-02-207-50/+90
* Fix a failing importlib test under Windows.Brett Cannon2012-02-201-1/+2
* fix test now that staticmethod and classmethod are biggerBenjamin Peterson2012-02-201-2/+2
* Fix last remaining build issues of _ssl under old OpenSSLs. Patch by Vinay.Antoine Pitrou2012-02-192-1/+7
* Create _attr/_attrNS lazily.Martin v. Löwis2012-02-192-9/+34
* Use __slots__ throughout instead of __dict__, to reduce the memory usage.Martin v. Löwis2012-02-192-141/+114
* Issue #13605: merge with 3.2Sandro Tosi2012-02-191-1/+1
|\
| * Issue #13605: use print() in argparse nargs exampleSandro Tosi2012-02-191-1/+1
* | initialize __dict__ if neededBenjamin Peterson2012-02-192-6/+14
* | merge with 3.2Sandro Tosi2012-02-191-3/+3
|\ \ | |/
| * don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@Sandro Tosi2012-02-191-3/+3
* | merge with 3.2Sandro Tosi2012-02-191-1/+1
|\ \ | |/
| * Indent 'File' in memoryview example, so it is correctly highlightedSandro Tosi2012-02-191-1/+1
* | use defaultsBenjamin Peterson2012-02-191-3/+3
* | merge 3.2Benjamin Peterson2012-02-191-3/+1
|\ \ | |/
| * use Py_CLEARBenjamin Peterson2012-02-191-3/+1
* | allow arbitrary attributes on classmethod and staticmethod (closes #14051)Benjamin Peterson2012-02-193-3/+43
* | MERGE: Test for issue #13500Jesus Cea2012-02-190-0/+0
|\ \ | |/
| * Test for issue #13500Jesus Cea2012-02-191-0/+29
* | Test for issue #13500Jesus Cea2012-02-191-0/+29
* | merge with 3.2Sandro Tosi2012-02-181-1/+1
|\ \ | |/
| * fix error in memoryview example; thanks to kan lianlian from docs@Sandro Tosi2012-02-181-1/+1
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-183-7/+15
|\ \ | |/
| * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-183-7/+15
| |\
| | * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-182-1/+7
* | | Merge with 3.2 closes 14023Terry Jan Reedy2012-02-181-5/+5
|\ \ \ | |/ /
| * | Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thoughtTerry Jan Reedy2012-02-181-5/+5
* | | #14020: merge with 3.2.Ezio Melotti2012-02-181-67/+205
|\ \ \ | |/ /
| * | #14020: improve HTMLParser documentation.Ezio Melotti2012-02-181-67/+205
* | | Merge branch '3.2'Petri Lehtinen2012-02-172-0/+3
|\ \ \ | |/ /
| * | Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-172-0/+3
* | | Try to really fix compilation failures of the _ssl module under very old Open...Antoine Pitrou2012-02-172-1/+11
* | | Branch mergeÉric Araujo2012-02-172-1/+6
|\ \ \
| * | | Fix code I unwittingly broke in b0e2d6592a1f (#14038)Éric Araujo2012-02-171-1/+1
| * | | Add test for packaging.util.set_platform (#13974).Éric Araujo2012-02-161-0/+5
* | | | Fix importlib.test.__main__ to only worry about command-line flags when direc...Brett Cannon2012-02-171-8/+9
* | | | Optimize importlib's case-sensitivity check by wasting as little time as poss...Brett Cannon2012-02-171-13/+23
* | | | Have importlib.test use argparse instead of some hacked up solution.Brett Cannon2012-02-171-3/+8
* | | | Have importlib use os.replace() for atomic renaming.Brett Cannon2012-02-172-17/+8
* | | | Change the python3 hardlink to a symlink, and correct some misuse of the PYTH...Nick Coghlan2012-02-171-4/+4
* | | | Fix compilation when SSL_OP_SINGLE_ECDH_USE isn't definedAntoine Pitrou2012-02-171-0/+2
* | | | Tweak the handling of the empty string in sys.path for importlib.Brett Cannon2012-02-162-2/+4
* | | | MergeBrett Cannon2012-02-167-31/+30
|\ \ \ \
| * | | | fix the _namespace_map cleanup for cElementTree tests.Florent Xicluna2012-02-162-6/+3
| * | | | The C accelerator was not always imported for cElementTree's tests. (there's ...Florent Xicluna2012-02-162-2/+4
| * | | | Merge branch '3.2'Petri Lehtinen2012-02-163-10/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | sqlite3: Fix documentation errors concerning Cursor.rowcountPetri Lehtinen2012-02-163-10/+8
| * | | | Merge.Charles-François Natali2012-02-161-71/+130
| |\ \ \ \
| * \ \ \ \ Issue #13878: Fix random test_sched failures.Charles-François Natali2012-02-161-13/+15
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Issue #13878: Fix random test_sched failures.Charles-François Natali2012-02-161-8/+9