summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | add braces and fix indentationBenjamin Peterson2014-03-301-17/+18
| * | fix indentation and add bracesBenjamin Peterson2014-03-301-16/+17
| * | support CDN purgingBenjamin Peterson2014-03-301-3/+48
| * | Issue #21029: IDLE now colors print consistently as a keyword.Raymond Hettinger2014-03-302-0/+7
| * | Minor readability improvement.Raymond Hettinger2014-03-291-1/+1
| * | Issue #21093: Prevent failures of ctypes test_macholib on OS X if aNed Deily2014-03-292-2/+8
| * | Update suspicious ignore file.Georg Brandl2014-03-281-3/+2
| * | Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-2812-79/+125
| * | Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-274-2/+24
| * | Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-274-20/+28
| * | backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.R David Murray2014-03-254-2/+12
| * | Issue #21038: Cleanup test_epoll.pyVictor Stinner2014-03-251-3/+0
| * | Updated external link in documentation.Vinay Sajip2014-03-251-1/+1
| * | Closes #21045: make the Qt help build not look completely stupidGeorg Brandl2014-03-251-0/+8
| * | Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...Georg Brandl2014-03-251-2/+5
| * | Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Excep...Victor Stinner2014-03-251-1/+1
| * | Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-253-2/+27
| * | Issue #21043 - Remove CACert.org from the recommendationsDonald Stufft2014-03-241-2/+1
| * | Use "x" instead of "i" for s.index and s.count entries in sequence ops table.Zachary Ware2014-03-201-4/+4
| * | sync with 3.4 branchBenjamin Peterson2014-03-201-49/+334
| * | add Nehal HussainBenjamin Peterson2014-03-201-0/+1
| * | Issue #20966: Fix Tkinter Resources linkZachary Ware2014-03-181-1/+1
| * | Update doc version switcher for 3.4/3.5.Georg Brandl2014-03-171-1/+2
| * | fix ctypes test alignment assumptions (closes #20946)Benjamin Peterson2014-03-164-12/+14
| * | Close #16665: improve documentation for hex(). Patch by Jessica McKellar.Antoine Pitrou2014-03-161-2/+15
| * | send people to the right editors page (#20938)Benjamin Peterson2014-03-151-1/+2
| * | Issue #20939: Fix test_geturl failure in test_urllibnet due toNed Deily2014-03-152-1/+4
| * | remove runtime_library_dirs for _sqlite; it isn't neededBenjamin Peterson2014-03-151-1/+0
| * | Clarify distutils’ clean command (ref #6142)Éric Araujo2014-03-132-1/+7
| * | Closes #20908: Memory leak in Reg2Py()Jesus Cea2014-03-131-1/+4
| * | weaken callback count inequality (closes #20901)Benjamin Peterson2014-03-131-1/+1
| * | remove unnecessary word (closes #19060)Benjamin Peterson2014-03-132-2/+2
| * | Make distutils error messages more helpful (#11599).Éric Araujo2014-03-134-22/+58
| * | Fix note markup (#16805).Éric Araujo2014-03-126-3/+13
| * | use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)Benjamin Peterson2014-03-121-3/+8
| * | add Sean RodmanBenjamin Peterson2014-03-121-0/+1
| * | Fix missing import in bdist_rpm (#18045)Éric Araujo2014-03-121-0/+1
| * | Restore missing part of error message (#4931)Éric Araujo2014-03-121-1/+1
| * | Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-126-38/+20
| * | Define what “updating” means in docs for open (#19627).Éric Araujo2014-03-121-2/+2
| * | #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
| * | sync pyporting howto from python 3 docsBenjamin Peterson2014-03-111-360/+282
| * | #13530: port to 2.7 branch (document what os.lseek returns).Georg Brandl2014-03-112-2/+3
| * | Closes #20090: update Doc/README and the error message in sphinx-build.py to ...Georg Brandl2014-03-102-35/+17
| * | note that future_builtin's map is not quite like python 3's (closes #19363)Benjamin Peterson2014-03-091-0/+5
| * | mergeGeorg Brandl2014-03-091-1/+0
| |\ \
| | * | Closes #20735: remove erroneous deprecated marker from stringprep docsGeorg Brandl2014-02-241-1/+0
| * | | Improve the default seeding in random module to use 32 bytes of entropy when ...Raymond Hettinger2014-03-082-1/+5
| * | | Issue #20283: RE pattern methods now accept the string keyword parametersSerhiy Storchaka2014-03-063-16/+98
| * | | Issue #15618: Make turtle.py itself work when run from a module withTerry Jan Reedy2014-03-063-10/+14