Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | merge 3.4 | Benjamin Peterson | 2014-04-01 | 1 | -5/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | simplify check, since now there are only new-style classes | Benjamin Peterson | 2014-04-01 | 1 | -5/+2 | |
* | | | | Closes #15067: Merge port of 2.7 sqlite3 docs. | Zachary Ware | 2014-04-01 | 1 | -46/+51 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #15067: Port 2.7 sqlite3 docs to 3.4 | Zachary Ware | 2014-04-01 | 1 | -46/+51 | |
* | | | | inspect: Remove references to Python-3000 | Yury Selivanov | 2014-04-01 | 1 | -2/+2 | |
* | | | | #16716: remove deprecation warning | Andrew Svetlov | 2014-03-31 | 1 | -4/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #16716: remove deprecation warning | Andrew Svetlov | 2014-03-31 | 1 | -4/+0 | |
* | | | | Merge 3.4: Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 5 | -12/+12 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 5 | -12/+12 | |
* | | | | Merge 3.4 (#16716) | Andrew Svetlov | 2014-03-31 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | IOError -> OSError | Andrew Svetlov | 2014-03-31 | 1 | -1/+1 | |
* | | | | Merge 3.4 (#16716) | Andrew Svetlov | 2014-03-31 | 1 | -1/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix the doc: add deprecation warning in select module. | Andrew Svetlov | 2014-03-31 | 1 | -1/+5 | |
* | | | | Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. | Antoine Pitrou | 2014-03-31 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. | Antoine Pitrou | 2014-03-31 | 1 | -0/+2 | |
* | | | | merge 3.4 (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | use https docs url | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
* | | | | merge 3.4 (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 3.3 (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 3.2 | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
| | |\ \ | | | |/ | ||||||
| | | * | use https docs url (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 | |
* | | | | (Merge 3.4) Issue #20668: Remove tests.txt of test_asyncio | Victor Stinner | 2014-03-31 | 1 | -14/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #20668: Remove tests.txt of test_asyncio | Victor Stinner | 2014-03-31 | 1 | -14/+0 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 3.3 | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 3.2 | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 | |
| | |\ \ | | | |/ | ||||||
| | | * | add Ian Beer | Benjamin Peterson | 2014-03-31 | 1 | -0/+1 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-03-30 | 1 | -19/+19 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge 3.3 | Benjamin Peterson | 2014-03-30 | 1 | -19/+19 | |
| |\ \ \ | | |/ / | ||||||
| | * | | merge 3.2 | Benjamin Peterson | 2014-03-30 | 1 | -19/+19 | |
| | |\ \ | | | |/ | ||||||
| | | * | fix expandtabs overflow detection to be consistent and not rely on signed ove... | Benjamin Peterson | 2014-03-30 | 1 | -19/+19 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-03-30 | 1 | -3/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | update notes to talk about -X showrefcount | Benjamin Peterson | 2014-03-30 | 1 | -3/+5 | |
* | | | | Merge 3.4. | Martin v. Löwis | 2014-03-30 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Add test case for freeze. | Martin v. Löwis | 2014-03-30 | 3 | -0/+15 | |
* | | | | Run test program. | Martin v. Löwis | 2014-03-30 | 1 | -0/+1 | |
* | | | | Merge 3.4 (#16047) | Martin v. Löwis | 2014-03-30 | 4 | -4/+16 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #16047: Fix module exception list and __file__ handling in freeze. | Martin v. Löwis | 2014-03-30 | 4 | -4/+16 | |
* | | | | merge 3.4 (#21105) | Benjamin Peterson | 2014-03-30 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | make partialmethod example work (closes #21105) | Benjamin Peterson | 2014-03-30 | 1 | -0/+2 | |
* | | | | Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. | Martin v. Löwis | 2014-03-30 | 2 | -4/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. | Martin v. Löwis | 2014-03-30 | 2 | -4/+8 | |
* | | | | Add test case for freeze. | Martin v. Löwis | 2014-03-30 | 3 | -0/+14 | |
* | | | | Issue 21100: Amazingly, tuple lexicographic ordering was untested. | Raymond Hettinger | 2014-03-30 | 1 | -0/+8 | |
* | | | | merge 3.4 | Benjamin Peterson | 2014-03-30 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix doc typo. | Guido van Rossum | 2014-03-30 | 1 | -1/+1 | |
* | | | | Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds. | Ned Deily | 2014-03-30 | 4 | -953/+16 | |
* | | | | Fix doc typo. | Guido van Rossum | 2014-03-30 | 1 | -1/+1 | |
* | | | | Null merge from 3.4. | Eric Snow | 2014-03-29 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #21097: Move test_namespace_pkgs into test_importlib. | Eric Snow | 2014-03-29 | 16 | -0/+2 | |