Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 3.3 | Terry Jan Reedy | 2013-08-04 | 3 | -17/+10 |
|\ | |||||
| * | Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. | Terry Jan Reedy | 2013-08-04 | 3 | -17/+10 |
* | | Merge. | Alexander Belopolsky | 2013-08-04 | 0 | -0/+0 |
|\ \ | |||||
| * \ | merge | Raymond Hettinger | 2013-08-04 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Silence compiler warning for an unused declaration | Raymond Hettinger | 2013-08-04 | 1 | -1/+0 |
* | | | Reuse us_per_second in delta_total_seconds. | Alexander Belopolsky | 2013-08-04 | 1 | -9/+1 |
|/ / | |||||
* | | Merge. | Alexander Belopolsky | 2013-08-04 | 1 | -1/+1 |
|\ \ | |||||
| * \ | merge | Raymond Hettinger | 2013-08-04 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Silence compiler warning about an uninitialized variable | Raymond Hettinger | 2013-08-04 | 1 | -1/+1 |
* | | | Fixes #8860: Round half-microseconds to even in the timedelta constructor. | Alexander Belopolsky | 2013-08-04 | 4 | -22/+42 |
|/ / | |||||
* | | Close #18635: Move class level private attribute from instance to class. | Ethan Furman | 2013-08-04 | 2 | -1/+19 |
* | | Null merge. | Charles-François Natali | 2013-08-04 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #17684: Fix some test_socket failures due to limited FD passing support | Charles-Francois Natali | 2013-05-20 | 1 | -6/+4 |
* | | Hum, VMS code is still present | Victor Stinner | 2013-08-04 | 1 | -1/+0 |
* | | Complete What's New in Python 3.4 | Victor Stinner | 2013-08-04 | 1 | -2/+7 |
* | | Merging the 3.4.0a1 head. | Larry Hastings | 2013-08-04 | 5 | -8/+23 |
|\ \ | |||||
| * \ | Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParser | Eli Bendersky | 2013-08-04 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #17902: Clarify doc of ElementTree.iterparse | Eli Bendersky | 2013-08-04 | 1 | -1/+2 |
| * | | Merge fix for Issue #17011 from 3.3 | Eli Bendersky | 2013-08-04 | 2 | -2/+18 |
| |\ \ | | |/ | |||||
| | * | Issue #17011: Fix caching of xpath path when namespaces are present. | Eli Bendersky | 2013-08-04 | 2 | -2/+18 |
| * | | Issue #16741: Remove testing of implementation artifact. | Serhiy Storchaka | 2013-08-03 | 1 | -2/+0 |
| |\ \ | | |/ | |||||
| | * | Issue #16741: Remove testing of implementation artifact. | Serhiy Storchaka | 2013-08-03 | 1 | -2/+0 |
| * | | Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo... | Serhiy Storchaka | 2013-08-03 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo... | Serhiy Storchaka | 2013-08-03 | 1 | -2/+2 |
* | | | Cycled Misc/NEWS for alpha 2, touched patchlevel. | Larry Hastings | 2013-08-04 | 2 | -1/+13 |
* | | | Merge from v3.4.0a1 head. | Larry Hastings | 2013-08-03 | 9 | -76/+124 |
|\ \ \ | |/ / | |||||
| * | | Null merge | Serhiy Storchaka | 2013-08-03 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Merge heads | Serhiy Storchaka | 2013-08-03 | 2 | -1/+6 |
| | |\ | |||||
| * | \ | Merge heads | Serhiy Storchaka | 2013-08-03 | 2 | -1/+7 |
| |\ \ \ | |||||
| | * \ \ | Issue #16067: Merge with 3.3 | Martin v. Löwis | 2013-08-03 | 2 | -1/+7 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Issue #16067: Add description into MSI file to replace installer's temporary ... | Martin v. Löwis | 2013-08-03 | 2 | -1/+6 |
| * | | | | Issue #16741: Fix an error reporting in int(). | Serhiy Storchaka | 2013-08-03 | 5 | -68/+98 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | Issue #16741: Fix an error reporting in int(). | Serhiy Storchaka | 2013-08-03 | 5 | -67/+101 |
| | |/ | |||||
| * | | Merge heads | Serhiy Storchaka | 2013-08-03 | 1 | -1/+0 |
| |\ \ | |||||
| * \ \ | Issue #17998: Fix an internal error in regular expression engine. | Serhiy Storchaka | 2013-08-03 | 4 | -7/+19 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Issue #17998: Fix an internal error in regular expression engine. | Serhiy Storchaka | 2013-08-03 | 4 | -7/+19 |
* | | | | Added tag v3.4.0a1 for changeset 46535f65e7f3 | Larry Hastings | 2013-08-03 | 1 | -0/+1 |
* | | | | Bumped version to 3.4.0a1.v3.4.0a1 | Larry Hastings | 2013-08-03 | 6 | -8/+8 |
* | | | | Updated pydoc topics for Python 3.4.0a1 release. | Larry Hastings | 2013-08-03 | 1 | -12/+12 |
| |_|/ |/| | | |||||
* | | | Remove debugging print. | Mark Dickinson | 2013-08-03 | 1 | -1/+0 |
|/ / | |||||
* | | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). | doko@ubuntu.com | 2013-08-03 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). | doko@ubuntu.com | 2013-08-03 | 2 | -0/+4 |
* | | Merge #18396 from 3.3 | Nick Coghlan | 2013-08-03 | 2 | -2/+11 |
|\ \ | |/ | |||||
| * | Close #18396: fix spurious test_signal failure on Windows | Nick Coghlan | 2013-08-03 | 2 | -2/+11 |
* | | Minor consistency fixes for some longobject.c exception messages: | Mark Dickinson | 2013-08-03 | 1 | -4/+4 |
* | | Fix minor documentation markup error. | Larry Hastings | 2013-08-03 | 1 | -1/+1 |
* | | Issue #17046: merge from 3.3 | Ned Deily | 2013-08-03 | 2 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. | Ned Deily | 2013-08-03 | 2 | -1/+4 |
* | | Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deall... | Antoine Pitrou | 2013-08-02 | 4 | -33/+0 |
* | | Fix warning: ‘ptr2’ may be used uninitialized in this function | Christian Heimes | 2013-08-02 | 1 | -0/+1 |