summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-104-0/+32
|\
| * Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-104-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-081-1/+4
|\ \ | |/
| * Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test caseNed Deily2012-08-081-1/+4
* | faulthandler: fix the handler of user signalsVictor Stinner2012-08-091-1/+6
* | merge headsBenjamin Peterson2012-08-085-6/+42
|\ \
| * | Issue #13072: Fix test_array for installation without the ctypes moduleVictor Stinner2012-08-091-2/+11
| * | Issue #15589: Ensure double-alignment for brute-force capi argument parser testLarry Hastings2012-08-081-1/+1
| * | regrtest: give more information when a child process fails with an errorVictor Stinner2012-08-081-3/+5
| * | Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t...Victor Stinner2012-08-081-1/+2
| * | Issue #13072: Fix test_array for Windows with 16-bit wchar_tVictor Stinner2012-08-081-2/+2
| * | - Issue #11715: Fix multiarch detection without having Debian developmentdoko2012-08-082-0/+24
* | | use char instead of int to please T_BOOL (closes #15597)Benjamin Peterson2012-08-081-1/+1
|/ /
* | Issue #15560: Ensure consistent sqlite3 behavior and feature availabilityNed Deily2012-08-072-24/+30
* | merge headsBenjamin Peterson2012-08-068-84/+96
|\ \
| * | Issue #15163: Pydoc shouldn't show __loader__ as a part of a module'sBrett Cannon2012-08-062-5/+7
| * | Issue #15471: Don't use mutable object as default values for theBrett Cannon2012-08-066-74/+81
| * | Merge #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
| |\ \ | | |/
| | * #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
* | | fix yield from return value on custom iterators (closes #15568)Benjamin Peterson2012-08-063-1/+18
|/ /
* | Issue #15037: Build OS X installers with local copy of ncurses 5.9 librariesNed Deily2012-08-063-105/+93
* | OS X installer cleanups:Ned Deily2012-08-062-7/+27
* | Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification.Brett Cannon2012-08-051-1/+2
|\ \ | |/
| * Issue #15482: Properly document the default 'level' parameter forBrett Cannon2012-08-052-5/+11
* | Fix a spelling mistake in a comment.Brett Cannon2012-08-051-1/+1
* | Close #13072: Restore code before the PEP 393 for the array moduleVictor Stinner2012-08-062-41/+56
* | merge headsNed Deily2012-08-052-4/+6
|\ \
| * | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.Ned Deily2012-08-052-4/+6
| * | Issue #15560: null mergeNed Deily2012-08-051635-77243/+329576
| |\ \ | | |/ | |/|
| * | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.Ned Deily2012-08-052-4/+6
* | | merge headsBenjamin Peterson2012-08-058-395/+890
|\ \ \ | | |/ | |/|
| * | What's New in Python 3.3: Split improved and new modules, start to write a su...Victor Stinner2012-08-051-45/+60