summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | merge with 3.2Sandro Tosi2012-08-121-1/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | escape '\'; thanks to Steve Holden from docs@Sandro Tosi2012-08-121-1/+1
| | * | | | | | | | merge with 3.2Sandro Tosi2012-08-121-1/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@Sandro Tosi2012-08-121-1/+1
| | * | | | | | | | update doctestsAndrew Svetlov2012-08-122-10/+11
| | * | | | | | | | fix doctest for email.header docsAndrew Svetlov2012-08-121-3/+3
| | * | | | | | | | merge with 3.2Sandro Tosi2012-08-121-1/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...Sandro Tosi2012-08-121-1/+1
| | * | | | | | | | merge with 3.2Sandro Tosi2012-08-121-1/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | update Geany URL; thanks to Karl Tarbet from docs@Sandro Tosi2012-08-121-1/+1
| | * | | | | | | | merge with 3.2Sandro Tosi2012-08-121-1/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@Sandro Tosi2012-08-121-1/+1
| | * | | | | | | | update CodeTools link; thanks to Robert Kern from docs@Sandro Tosi2012-08-121-1/+1
| | * | | | | | | | merge with 3.2Sandro Tosi2012-08-121-1/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | zip() returns an iterator, make a list() of it; thanks to Martin from docs@Sandro Tosi2012-08-121-1/+1
| | * | | | | | | | Don't overwrite a __path__ value from extension modules if alreadyBrett Cannon2012-08-112-1659/+1662
| | * | | | | | | | Minor doc formatting cleanup.Brett Cannon2012-08-111-3/+3
| | * | | | | | | | Issue #15527: fix docs, remove double parens by changing markup.Andrew Svetlov2012-08-119-95/+95
| | * | | | | | | | Issue #15444: Use proper spelling for non-ASCII contributor names.Antoine Pitrou2012-08-1111-21/+24
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Issue #15444: Use proper spelling for non-ASCII contributor names.Antoine Pitrou2012-08-1111-21/+24
| | * | | | | | | | Merge with 3.2.Georg Brandl2012-08-110-0/+0
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Remove unused variables in parsetok().Georg Brandl2012-08-111-2/+1
| | * | | | | | | | Merge with 3.2.Georg Brandl2012-08-111-3/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Revert 961a15aff2a6, this is already checked in another way.Georg Brandl2012-08-111-3/+1
| | * | | | | | | | Merge with 3.2.Georg Brandl2012-08-111-1/+3
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Closes #15620: check for presence of readline.clear_history(), which is appar...Georg Brandl2012-08-111-1/+3
| | * | | | | | | | Added tag v3.3.0b2 for changeset 4972a8f1b2aaGeorg Brandl2012-08-111-0/+1
| | * | | | | | | | Bump to 3.3b2.v3.3.0b2Georg Brandl2012-08-116-127/+124
| | * | | | | | | | Fix markup errors and update pydoc topics.Georg Brandl2012-08-114-9/+27
| | * | | | | | | | Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-114-0/+32
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-114-0/+32
| | * | | | | | | | fix docstring wordingPhilip Jenvey2012-08-102-2615/+2616
| | * | | | | | | | Issue #15610: The PyImport_ImportModuleEx macro now callsBrett Cannon2012-08-104-3/+13
| | * | | | | | | | Issue #15502: Refactor some code.Brett Cannon2012-08-103-4167/+4170
| | * | | | | | | | Fix issue #15607: Update the print builtin function docstring with the new fl...Senthil Kumaran2012-08-101-4/+5
| | * | | | | | | | update docstring per the extension package fix, refactorPhilip Jenvey2012-08-102-1653/+1661
| | * | | | | | | | Issue #15576: Allow extension modules to be a package's __init__Brett Cannon2012-08-1013-3664/+3676
| | * | | | | | | | Issue #15502: Finish bringing importlib.abc in line with the currentBrett Cannon2012-08-108-1204/+1291
| | * | | | | | | | Remove now unused IntOrLongToString typeVictor Stinner2012-08-091-3/+0
| | * | | | | | | | Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4Andrew Svetlov2012-08-091-2/+2
| | * | | | | | | | fix docs for c-api memory functionsAndrew Svetlov2012-08-091-3/+3
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | fix docs for c-api memory functionsAndrew Svetlov2012-08-091-3/+3
| | * | | | | | | | merge headsAndrew Svetlov2012-08-090-0/+0
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-092-0/+21
| | * | | | | | | | Issue #15501: Document exception classes in subprocess module.Andrew Svetlov2012-08-092-0/+49
| | * | | | | | | | Fix documentation for inspect module to pass doctestAndrew Svetlov2012-08-091-5/+5
| | * | | | | | | | Add description of major changes in xml.etree.ElementTree to whatsnew/3.3Eli Bendersky2012-08-091-0/+12
| | * | | | | | | | Issue #14992: merge from 3.2Ned Deily2012-08-091-1/+4
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test caseNed Deily2012-08-091-1/+4
| | * | | | | | | | faulthandler: fix the handler of user signalsVictor Stinner2012-08-091-1/+6