Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update prepare_ssl.py script to generate the .asm files. | Zachary Ware | 2014-08-07 | 1 | -8/+31 |
| | |||||
* | #22092: merge with 3.4. | Ezio Melotti | 2014-08-07 | 7 | -5/+8 |
|\ | |||||
| * | #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. | Ezio Melotti | 2014-08-07 | 7 | -5/+8 |
| | | |||||
* | | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ↵ | Antoine Pitrou | 2014-08-06 | 7 | -2/+39 |
| | | | | | | | | type) can now be weakref'ed. Patch by Wei Wu. | ||||
* | | Issue #5411: Fixed version number. | Serhiy Storchaka | 2014-08-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #5411: Added support for the "xztar" format in the shutil module. | Serhiy Storchaka | 2014-08-06 | 4 | -5/+40 |
| | | |||||
* | | Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular | Serhiy Storchaka | 2014-08-06 | 2 | -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 particular | Serhiy Storchaka | 2014-08-06 | 2 | -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 Storchaka | 2014-08-06 | 1 | -23/+22 |
| | | | | | | | | Eliminate deprecated the "Extension Modules" section. | ||||
* | | Closes #22146: Merge with 3.4 | Zachary Ware | 2014-08-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #22146: Fix typo in __build_class__ error message | Zachary Ware | 2014-08-05 | 1 | -1/+1 |
| | | |||||
* | | Closes #22136: Fix MSVC compiler warnings introduced by #22085 | Zachary Ware | 2014-08-05 | 1 | -7/+7 |
| | | |||||
* | | Issue #21972: Make it clear that the PEP 401 future import works, | Martin v. Löwis | 2014-08-05 | 1 | -1/+1 |
| | | | | | | | | despite the PEP being rejected. | ||||
* | | - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic | Barry Warsaw | 2014-08-05 | 5 | -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öwis | 2014-08-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for ↵ | Martin v. Löwis | 2014-08-05 | 1 | -1/+1 |
| | | | | | | | | numeric IPs). | ||||
* | | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for ↵ | Martin v. Löwis | 2014-08-05 | 2 | -10/+78 |
| | | | | | | | | numeric IPs). | ||||
* | | Issue #22120: For functions using an unsigned integer return converter, | Larry Hastings | 2014-08-05 | 4 | -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 Sajip | 2014-08-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #22130: Corrected fileConfig() documentation. | Vinay Sajip | 2014-08-05 | 1 | -1/+1 |
| | | |||||
* | | More fixes for the unhappy AMD FreeBSD 9 buildbot. Fingers crossed. | Larry Hastings | 2014-08-05 | 1 | -2/+2 |
| | | |||||
* | | Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin. | Larry Hastings | 2014-08-05 | 1 | -1/+0 |
| | | |||||
* | | #21928: merge with 3.4. | Ezio Melotti | 2014-08-05 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | #21928: clarify functools.wraps docs. | Ezio Melotti | 2014-08-05 | 1 | -3/+4 |
| | | |||||
* | | Issue #20170: Convert posixmodule to use Argument Clinic. | Larry Hastings | 2014-08-05 | 2 | -2929/+8300 |
| | | |||||
* | | #11955: merge with 3.4. | Ezio Melotti | 2014-08-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #11955: show the list of args in case of error in test_argparse. | Ezio Melotti | 2014-08-04 | 1 | -2/+2 |
| | | |||||
* | | #18034: merge with 3.4. | Ezio Melotti | 2014-08-04 | 2 | -12/+4 |
|\ \ | |/ | |||||
| * | #18034: update FAQ to suggest importlib.import_module instead of __import__. ↵ | Ezio Melotti | 2014-08-04 | 2 | -12/+4 |
| | | | | | | | | Patch by Wouter van Heyst. | ||||
* | | Closes #22104: Merge with 3.4 | Zachary Ware | 2014-08-04 | 2 | -2/+7 |
|\ \ | |/ | |||||
| * | Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner | Zachary Ware | 2014-08-04 | 2 | -2/+7 |
| | | |||||
* | | #20977: merge with 3.4. | Ezio Melotti | 2014-08-04 | 3 | -3/+16 |
|\ \ | |/ | |||||
| * | #20977: fix undefined name in the email module. Patch by Rose Ames. | Ezio Melotti | 2014-08-04 | 3 | -3/+16 |
| | | |||||
* | | #18588: merge with 3.4. | Ezio Melotti | 2014-08-04 | 1 | -9/+10 |
|\ \ | |/ | |||||
| * | #18588: update the timeit examples to be consistent. | Ezio Melotti | 2014-08-04 | 1 | -9/+10 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-08-04 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove unused leftover stray line | Raymond Hettinger | 2014-08-04 | 1 | -1/+0 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-08-04 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix markup. | Raymond Hettinger | 2014-08-04 | 1 | -2/+2 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-08-04 | 1 | -37/+38 |
|\ \ | |/ | |||||
| * | Improve regex tokenizer example by using re.finditer(). | Raymond Hettinger | 2014-08-04 | 1 | -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 Hettinger | 2014-08-04 | 1 | -5/+2 |
| | | | | | | | | explicit raise StopIteration | ||||
* | | Make the import private to keep the global namespace clean. | Raymond Hettinger | 2014-08-04 | 1 | -2/+2 |
| | | |||||
* | | Use reversed() instead of creating a new temporary list. | Raymond Hettinger | 2014-08-04 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-08-04 | 1 | -548/+582 |
|\ \ | |/ | |||||
| * | PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, | Terry Jan Reedy | 2014-08-04 | 1 | -548/+582 |
| | | | | | | | | a, b in arg lists, and hanging indents for long arg lists. | ||||
* | | Issue #13540: Merge changes from 3.4 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
|\ \ | |/ | |||||
| * | Issue #13540: Merge changes from 3.3 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
| |\ | |||||
| | * | Issue #13540: Merge changes from 3.2 | Jason R. Coombs | 2014-08-03 | 1 | -19/+53 |
| | |\ | |||||
| | | * | Issue #13540: Update references to Action class to match syntax used for ↵ | Jason R. Coombs | 2014-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | other classes in this file. |