summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3 (#19393)Benjamin Peterson2013-10-263-5/+5
|\
| * just return toplevel symbol table rather than all blocks (closes #19393)Benjamin Peterson2013-10-263-5/+5
* | Changed a comment to end grammar bikeshedding ;-)Tim Peters2013-10-261-1/+1
* | Assorted 3.4 What's New updatesNick Coghlan2013-10-262-59/+116
* | Close #19409: add missing import in pkgutilNick Coghlan2013-10-261-0/+1
* | Issue #19330: Handle the no-docstrings case in testsNick Coghlan2013-10-262-19/+19
* | null mergeNed Deily2013-10-260-0/+0
|\ \ | |/
| * Issue #15663: OS X installer builtin Tcl/Tk supportNed Deily2013-10-262-19/+51
* | Issue #15663: OS X installer builtin Tcl/Tk supportNed Deily2013-10-262-19/+51
* | Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.Serhiy Storchaka2013-10-266-1339/+1358
* | Close #19330 by using public classes in contextlibNick Coghlan2013-10-263-46/+102
* | Issue #18685: Restore re performance to pre-PEP 393 levels.Serhiy Storchaka2013-10-264-384/+350
* | Move Misc/NEWS entries in correct secton.Serhiy Storchaka2013-10-261-6/+6
* | (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() whenVictor Stinner2013-10-262-6/+11
|\ \ | |/
| * Close #19339: telnetlib module is now using time.monotonic() when available toVictor Stinner2013-10-262-14/+17
* | Close #19396: make test_contextlib tolerate -SNick Coghlan2013-10-261-3/+4
* | Fiddled Thread.join() to be a little simpler. Kinda ;-)Tim Peters2013-10-261-4/+4
* | Issue #19399: fix sporadic test_subprocess failure.Tim Peters2013-10-262-1/+6
* | null mergeNed Deily2013-10-250-0/+0
|\ \ | |/
| * Issue #19400: Prevent extension module build failures with Xcode 5 on OS XNed Deily2013-10-252-7/+17
* | Correct whitespace in test_osTim Golden2013-10-251-1/+1
* | Issue13234 Credit Santoso for the patch and add NEWS itemTim Golden2013-10-252-0/+4
* | Issue13234 Allow listdir to handle extended paths on Windows (Patch by Santos...Tim Golden2013-10-252-4/+51
* | mergeBrett Cannon2013-10-256-10/+54
|\ \
| * | Issue #19375: The site module adding a "site-python" directory to sys.path, i...Antoine Pitrou2013-10-254-1/+13
| * | Issue #19387: explain and test the sre overlap tableAntoine Pitrou2013-10-252-9/+41
* | | test_resource should not assume all attributes are available when theyBrett Cannon2013-10-251-6/+4
|/ /
* | Issue #16803: Move test.test_importlib.extension to use both frozen and sourc...Brett Cannon2013-10-254-44/+44
* | mergeBrett Cannon2013-10-251-0/+3
|\ \
| * \ Merge.bquinlan2013-10-251-0/+4
| |\ \
| * | | Issue #11161: Update the documentation for ProcessPoolExecutor to note that i...bquinlan2013-10-251-0/+3
* | | | Tweak some doc wording for importlib.reloadBrett Cannon2013-10-251-2/+3
| |/ / |/| |
* | | merge from 3.3Brett Cannon2013-10-251-0/+4
|\ \ \ | |/ / |/| / | |/
| * Issue #19392: Document that imp.reload() now relies on __loader__Brett Cannon2013-10-252-0/+7
* | Issue #16803: Have test.test_importlib.builtin test both frozen andBrett Cannon2013-10-252-26/+33
* | Issue #16803: Stop having test.test_importlib.abc ABCs inherit fromBrett Cannon2013-10-259-16/+16
* | test_selectors: make timeout-related errors report the actual elapsed timeout.Charles-François Natali2013-10-251-4/+5
* | test_selectors: rename test_interrupted_retry() (since it doesn't actuallyCharles-François Natali2013-10-251-1/+1
* | Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Ec...Tim Golden2013-10-252-5/+6
* | Closes issue #19273: clean up the pcbuild readme.txt (Patch by Zachary Ware)Tim Golden2013-10-251-259/+262
* | null merge with 3.3Ned Deily2013-10-250-0/+0
|\ \ | |/
| * Sync 2.7.x, 3.3.x, and 3.4.x versions of OS X build-installer.py.Ned Deily2013-10-251-8/+48
| * Issue #19019: Change the OS X installer build script to use CFLAGS insteadNed Deily2013-10-252-1/+6
| * Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+Ned Deily2013-10-255-27/+150
| * Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-10-255-1/+126
* | Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa.Christian Heimes2013-10-252-0/+8
* | Issue #16595: prlimit() needs Linux kernel 2.6.36+Christian Heimes2013-10-252-1/+2
* | remove unused imports from statistics moduleChristian Heimes2013-10-251-2/+0
* | Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-243-4/+17
|\ \ | |/
| * Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-243-4/+17