Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fixed pydoc tests when run with -OO. | Serhiy Storchaka | 2015-03-01 | 1 | -0/+4 | |
* | | | | | Fixed a typo. | Serhiy Storchaka | 2015-03-01 | 1 | -1/+1 | |
* | | | | | Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic. | Raymond Hettinger | 2015-03-01 | 1 | -2/+2 | |
* | | | | | Merge heads | Serhiy Storchaka | 2015-03-01 | 1 | -6/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t. | Raymond Hettinger | 2015-03-01 | 1 | -6/+12 | |
* | | | | | | Issue #20204: Deprecation warning is now raised for builtin type without the | Serhiy Storchaka | 2015-03-01 | 3 | -0/+17 | |
* | | | | | | Issue #20204: Added the __module__ attribute to _tkinter classes. | Serhiy Storchaka | 2015-03-01 | 2 | -2/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | Issue #20204: Added the __module__ attribute to _tkinter classes. | Serhiy Storchaka | 2015-03-01 | 2 | -2/+5 | |
* | | | | | Updates CRT installation for Windows installer. | Steve Dower | 2015-03-01 | 11 | -72/+180 | |
* | | | | | Use unsigned division and modulo for item assignment as well. | Raymond Hettinger | 2015-03-01 | 1 | -4/+5 | |
* | | | | | Issue #19980: Improved help() for non-recognized strings. help('') now | Serhiy Storchaka | 2015-02-28 | 4 | -5/+20 | |
* | | | | | merge | Alexander Belopolsky | 2015-02-28 | 1 | -1/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Convert one more division to unsigned arithmetic to speed-up deque_item(). | Raymond Hettinger | 2015-02-28 | 1 | -1/+3 | |
* | | | | | | Fixes #23521: Corrected pure python implementation of timedelta division. | Alexander Belopolsky | 2015-02-28 | 3 | -3/+61 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | Fixes #23521: Corrected pure python implementation of timedelta division. | Alexander Belopolsky | 2015-02-28 | 3 | -3/+61 | |
* | | | | | Fixed a test for issue #21619 on Windows. | Serhiy Storchaka | 2015-02-28 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fixed a test for issue #21619 on Windows. | Serhiy Storchaka | 2015-02-28 | 1 | -1/+1 | |
* | | | | | Issue #21619: Popen objects no longer leave a zombie after exit in the with | Serhiy Storchaka | 2015-02-28 | 3 | -4/+24 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #21619: Popen objects no longer leave a zombie after exit in the with | Serhiy Storchaka | 2015-02-28 | 3 | -4/+24 | |
* | | | | | Line missed in last checkin | Raymond Hettinger | 2015-02-28 | 1 | -1/+0 | |
* | | | | | Since the index is always non-negative, use faster unsigned division and modulo. | Raymond Hettinger | 2015-02-27 | 1 | -3/+5 | |
* | | | | | Merge with 3.4 for porting HOWTO tweaks | Brett Cannon | 2015-02-27 | 1 | -2/+3 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix the clarification as to why division cannot be ported automatically | Brett Cannon | 2015-02-27 | 1 | -2/+3 | |
* | | | | | Merge from 3.4. | Larry Hastings | 2015-02-27 | 1 | -3/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!) | Larry Hastings | 2015-02-27 | 1 | -3/+1 | |
* | | | | | Issue #22834: Drop a redundant comment and use errno instead of an | Brett Cannon | 2015-02-27 | 1 | -2/+2 | |
* | | | | | Merge 3.4 (asyncio) | Victor Stinner | 2015-02-27 | 1 | -6/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport | Victor Stinner | 2015-02-27 | 1 | -6/+0 | |
* | | | | | Merge 3.4 (httplib) | Victor Stinner | 2015-02-27 | 2 | -0/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. | Victor Stinner | 2015-02-27 | 2 | -0/+4 | |
* | | | | | Merge with 3.4 | Zachary Ware | 2015-02-27 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix copy/paste error in bytes.isupper() doc. | Zachary Ware | 2015-02-27 | 1 | -2/+2 | |
* | | | | | Bump the blocksize up from 62 to 64 to speed up the modulo calculation. | Raymond Hettinger | 2015-02-27 | 2 | -7/+4 | |
* | | | | | unix newlines | Benjamin Peterson | 2015-02-27 | 1 | -146/+146 | |
* | | | | | merge 3.4 | Benjamin Peterson | 2015-02-27 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | remove duplicate 3.4.3 tags | Benjamin Peterson | 2015-02-27 | 1 | -2/+0 | |
| * | | | | Merge 3.4.3 release engineering changes back into 3.4. | Larry Hastings | 2015-02-26 | 89 | -1170/+1275 | |
| |\ \ \ \ | ||||||
| * | | | | | Post-release changes for 3.4.3. | Larry Hastings | 2015-02-26 | 2 | -1/+13 | |
| * | | | | | Added tag v3.4.3 for changeset b4cbecbc0781 | Larry Hastings | 2015-02-25 | 1 | -0/+2 | |
| * | | | | | Checking in this change LOCAL ONLY NO UPLOAD ANYWHEREv3.4.3 | Larry Hastings | 2015-02-25 | 1 | -1/+1 | |
| * | | | | | Added tag v3.4.3 for changeset 9b73f1c3e601 | Larry Hastings | 2015-02-23 | 1 | -0/+1 | |
| * | | | | | Release bump for 3.4.3 final. | Larry Hastings | 2015-02-23 | 6 | -21/+9 | |
| * | | | | | Doc updates for 3.4.3 final. | Larry Hastings | 2015-02-23 | 1 | -1/+1 | |
* | | | | | | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual e... | Steve Dower | 2015-02-26 | 4 | -4/+73 | |
* | | | | | | Silenced minor GCC warnings. | Serhiy Storchaka | 2015-02-26 | 4 | -3/+18 | |
* | | | | | | Issue #15955: Add an option to limit the output size in bz2.decompress(). | Antoine Pitrou | 2015-02-26 | 5 | -78/+360 | |
* | | | | | | Merge 3.4 (asyncio doc) | Victor Stinner | 2015-02-26 | 1 | -3/+11 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | asyncio doc: lock classes are not thread safe | Victor Stinner | 2015-02-26 | 1 | -3/+11 | |
* | | | | | | Back-out wcstok deprecation suppression and updates calls to use wcstok_s. | Steve Dower | 2015-02-26 | 3 | -7/+8 | |
* | | | | | | Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. | Steve Dower | 2015-02-26 | 1 | -1/+1 | |