Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #14310: Catch testing errors when trying to create unsupported socket | Kristján Valur Jónsson | 2012-04-07 | 1 | -1/+4 |
| | | | | types on some platforms. | ||||
* | struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but | Brett Cannon | 2012-04-07 | 1 | -1/+5 |
| | | | | | is defined as an int while everyone else expects a long regardless of length. | ||||
* | Determine opensearch URL from current version. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
| | |||||
* | Closes #14511: merge with 3.2 | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
|\ | |||||
| * | Closes #14511: fix wrong opensearch link for 3.2 docs. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
| | | |||||
* | | Merge. | Stefan Krah | 2012-04-07 | 12 | -19/+258 |
|\ \ | |||||
| * | | Issue #14310: inter-process socket duplication for windows | Kristján Valur Jónsson | 2012-04-07 | 5 | -8/+208 |
| | | | |||||
| * | | Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. | Ross Lagerwall | 2012-04-07 | 2 | -1/+3 |
| | | | | | | | | | | | | Found with Clang's Static Analyzer. | ||||
| * | | merge 3.2 | Benjamin Peterson | 2012-04-06 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | merge heads | Benjamin Peterson | 2012-04-06 | 15 | -96/+187 |
| | |\ | |||||
| * | \ | merge heads | Benjamin Peterson | 2012-04-06 | 1 | -1/+5 |
| |\ \ \ | |||||
| | * | | | Issue #14500: Fix importlib.test.import_.test_packages to clean up | Brett Cannon | 2012-04-06 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | after itself properly. | ||||
| * | | | | merge 3.2 | Benjamin Peterson | 2012-04-06 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | port 3.1.5rc2 tag | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | merge 3.1 | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Added tag v3.1.5 for changeset 7395330e495e | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | bump to 3.1.5 finalv3.1.5 | Benjamin Peterson | 2012-04-06 | 5 | -7/+7 |
| | | | | | |||||
| | | * | | Added tag v3.1.5rc2 for changeset 75db2bc69fc9 | Benjamin Peterson | 2012-03-15 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | merge headsv3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 12 | -69/+142 |
| | | |\ \ | |||||
| | | * | | | bump to 3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 5 | -5/+10 |
| | | | | | | |||||
| * | | | | | merge | Brett Cannon | 2012-04-06 | 65 | -334/+2748 |
| |\ \ \ \ \ | |||||
| | * | | | | | Set a time threshold in test_asyncore.capture_server so that tests don't | Kristján Valur Jónsson | 2012-04-06 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | deadlock if the main thread fails before sending all the data. | ||||
| | * | | | | | Issue #14502: it's RuntimeError on 3.3 | Sandro Tosi | 2012-04-06 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Merge #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 2 | -5/+32 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | | Initial patch by Popa Claudiu. | ||||
| | | * | | | | #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 2 | -5/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial patch by Popa Claudiu. | ||||
| | * | | | | | merge 3.2 | Benjamin Peterson | 2012-04-06 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Issue #14502: release() and unlocked lock generates a ThreadError | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Fix test_site from modifying sysconfig._CONFIG_VARS. | Brett Cannon | 2012-04-04 | 1 | -1/+4 |
| | | | | | | | |||||
* | | | | | | | 1) Fix comment. | Stefan Krah | 2012-04-07 | 1 | -15/+12 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2) Assert that the source operand is not special. Prevent resulting assert failure (harmless) by initializing flags before calling mpd_qshiftr_inplace. 3) Save a couple of instructions (mpd_zerocoeff already sets digits and len). Reorder initialization to match the order in the mpd_t struct. | ||||
* | | | | | | merge heads | Sandro Tosi | 2012-04-05 | 2 | -27/+35 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Close #14249: Use bit shifts instead of an union, it's more efficient. | Victor Stinner | 2012-04-05 | 2 | -27/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch written by Serhiy Storchaka | ||||
* | | | | | | | Issue #14502: merge with 3.2 | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Clarify that the purpose of computing all the miscellaneous collection types ↵ | Raymond Hettinger | 2012-04-05 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | is to register them with the appropriate ABCs. | ||||
* | | | | | | Issue #8515: Set __file__ when run file in IDLE. | Andrew Svetlov | 2012-04-05 | 4 | -6/+13 |
| | | | | | | |||||
* | | | | | | Merge. | Stefan Krah | 2012-04-05 | 2 | -2/+5 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge from 3.2 | Andrew Svetlov | 2012-04-05 | 2 | -2/+5 |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Issue #14496: Fix wrong name in idlelib/tabbedpages.py. | Andrew Svetlov | 2012-04-05 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Popa Claudiu. | ||||
* | | | | | | | Whitespace. | Stefan Krah | 2012-04-05 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Reduce array size. | Stefan Krah | 2012-04-05 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Formatting. | Stefan Krah | 2012-04-05 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Allow printing a leading '-' and the maximum number of exponent digits | Stefan Krah | 2012-04-05 | 2 | -2/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than raising RuntimeError (allocated space is sufficient for the additional character). | ||||
* | | | | | | | Raise InvalidOperation if exponents of zeros are clamped during exact | Stefan Krah | 2012-04-05 | 3 | -2/+27 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | conversion in the Decimal constructor. Exact here refers to the representation and not to the value (clamping does not change the value). | ||||
* | | | | | | Close #14249: Use an union instead of a long to short pointer to avoid aliasing | Victor Stinner | 2012-04-05 | 1 | -19/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | issue. Speed up UTF-16 by 20%. | ||||
* | | | | | | Issue #3033: Add displayof parameter to tkinter font. | Andrew Svetlov | 2012-04-05 | 2 | -17/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Guilherme Polo. | ||||
* | | | | | | Replace ThreadError by RuntimeError: the former is now an obsolete alias of ↵ | Georg Brandl | 2012-04-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | the latter. | ||||
* | | | | | | Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant | Eli Bendersky | 2012-04-05 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | and gets rid of some gross formatting on tab=4-space-configured editors. | ||||
* | | | | | | A few tweaks to whatsnew/3.3 (fixes #14362) | Éric Araujo | 2012-04-05 | 2 | -10/+43 |
| | | | | | | |||||
* | | | | | | Replace bootstrap imports with real C API calls. | Eli Bendersky | 2012-04-05 | 1 | -8/+9 |
| | | | | | | |||||
* | | | | | | Merge: test_tools fix: don't import analyze_dxp if no _thread module | R David Murray | 2012-04-05 | 1 | -0/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | test_tools fix: don't import analyze_dxp if no _thread module | R David Murray | 2012-04-05 | 1 | -0/+1 |
| | | | | | |