summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update prepare_ssl.py script to generate the .asm files.Zachary Ware2014-08-071-8/+31
|
* #22092: merge with 3.4.Ezio Melotti2014-08-077-5/+8
|\
| * #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-077-5/+8
| |
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ↵Antoine Pitrou2014-08-067-2/+39
| | | | | | | | type) can now be weakref'ed. Patch by Wei Wu.
* | Issue #5411: Fixed version number.Serhiy Storchaka2014-08-061-1/+1
| |
* | Issue #5411: Added support for the "xztar" format in the shutil module.Serhiy Storchaka2014-08-064-5/+40
| |
* | Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particularSerhiy Storchaka2014-08-062-11/+21
|\ \ | |/ | | | | | | when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method.
| * Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particularSerhiy Storchaka2014-08-062-11/+21
| | | | | | | | | | when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method.
* | Move misplaced Misc/NEWS entries to correct locations.Serhiy Storchaka2014-08-061-23/+22
| | | | | | | | Eliminate deprecated the "Extension Modules" section.
* | Closes #22146: Merge with 3.4Zachary Ware2014-08-051-1/+1
|\ \ | |/
| * Issue #22146: Fix typo in __build_class__ error messageZachary Ware2014-08-051-1/+1
| |
* | Closes #22136: Fix MSVC compiler warnings introduced by #22085Zachary Ware2014-08-051-7/+7
| |
* | Issue #21972: Make it clear that the PEP 401 future import works,Martin v. Löwis2014-08-051-1/+1
| | | | | | | | despite the PEP being rejected.
* | - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimicBarry Warsaw2014-08-055-9/+78
| | | | | | | | | | | | | | | | | | | | | | `mkdir -p` and `os.makedirs()` functionality. When true, ignore FileExistsErrors. Patch by Berker Peksag. (With minor cleanups, additional tests, doc tweaks, etc. by Barry) Also: * Remove some unused imports in test_pathlib.py reported by pyflakes.
* | Issue #22127: fix typo.Martin v. Löwis2014-08-051-1/+1
| |
* | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for ↵Martin v. Löwis2014-08-051-1/+1
| | | | | | | | numeric IPs).
* | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for ↵Martin v. Löwis2014-08-052-10/+78
| | | | | | | | numeric IPs).
* | Issue #22120: For functions using an unsigned integer return converter,Larry Hastings2014-08-054-9/+17
| | | | | | | | | | Argument Clinic now generates a cast to that type for the comparison to -1 in the generated code. (This supresses a compilation warning.)
* | Closes #22130: Merged documentation update from 3.4.Vinay Sajip2014-08-051-1/+1
|\ \ | |/
| * Issue #22130: Corrected fileConfig() documentation.Vinay Sajip2014-08-051-1/+1
| |
* | More fixes for the unhappy AMD FreeBSD 9 buildbot. Fingers crossed.Larry Hastings2014-08-051-2/+2
| |
* | Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin.Larry Hastings2014-08-051-1/+0
| |
* | #21928: merge with 3.4.Ezio Melotti2014-08-051-3/+4
|\ \ | |/
| * #21928: clarify functools.wraps docs.Ezio Melotti2014-08-051-3/+4
| |
* | Issue #20170: Convert posixmodule to use Argument Clinic.Larry Hastings2014-08-052-2929/+8300
| |
* | #11955: merge with 3.4.Ezio Melotti2014-08-041-2/+2
|\ \ | |/
| * #11955: show the list of args in case of error in test_argparse.Ezio Melotti2014-08-041-2/+2
| |
* | #18034: merge with 3.4.Ezio Melotti2014-08-042-12/+4
|\ \ | |/
| * #18034: update FAQ to suggest importlib.import_module instead of __import__. ↵Ezio Melotti2014-08-042-12/+4
| | | | | | | | Patch by Wouter van Heyst.
* | Closes #22104: Merge with 3.4Zachary Ware2014-08-042-2/+7
|\ \ | |/
| * Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_innerZachary Ware2014-08-042-2/+7
| |
* | #20977: merge with 3.4.Ezio Melotti2014-08-043-3/+16
|\ \ | |/
| * #20977: fix undefined name in the email module. Patch by Rose Ames.Ezio Melotti2014-08-043-3/+16
| |
* | #18588: merge with 3.4.Ezio Melotti2014-08-041-9/+10
|\ \ | |/
| * #18588: update the timeit examples to be consistent.Ezio Melotti2014-08-041-9/+10
| |
* | mergeRaymond Hettinger2014-08-041-1/+0
|\ \ | |/
| * Remove unused leftover stray lineRaymond Hettinger2014-08-041-1/+0
| |
* | mergeRaymond Hettinger2014-08-041-2/+2
|\ \ | |/
| * Fix markup.Raymond Hettinger2014-08-041-2/+2
| |
* | mergeRaymond Hettinger2014-08-041-37/+38
|\ \ | |/
| * Improve regex tokenizer example by using re.finditer().Raymond Hettinger2014-08-041-37/+38
| | | | | | | | | | Also, improve variable names and fix column numbers in the generated output.
* | Use two-argument form of next() and use a return-statement instead of an ↵Raymond Hettinger2014-08-041-5/+2
| | | | | | | | explicit raise StopIteration
* | Make the import private to keep the global namespace clean.Raymond Hettinger2014-08-041-2/+2
| |
* | Use reversed() instead of creating a new temporary list.Raymond Hettinger2014-08-041-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2014-08-041-548/+582
|\ \ | |/
| * PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,Terry Jan Reedy2014-08-041-548/+582
| | | | | | | | a, b in arg lists, and hanging indents for long arg lists.
* | Issue #13540: Merge changes from 3.4Jason R. Coombs2014-08-031-19/+53
|\ \ | |/
| * Issue #13540: Merge changes from 3.3Jason R. Coombs2014-08-031-19/+53
| |\
| | * Issue #13540: Merge changes from 3.2Jason R. Coombs2014-08-031-19/+53
| | |\
| | | * Issue #13540: Update references to Action class to match syntax used for ↵Jason R. Coombs2014-08-031-2/+2
| | | | | | | | | | | | | | | | other classes in this file.