summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | bump to 3.1.5 finalv3.1.5Benjamin Peterson2012-04-065-7/+7
| | | | |
| | | * | Added tag v3.1.5rc2 for changeset 75db2bc69fc9Benjamin Peterson2012-03-151-0/+1
| | | | |
| | | * | merge headsv3.1.5rc2Benjamin Peterson2012-03-1512-69/+142
| | | |\ \
| | | * | | bump to 3.1.5rc2Benjamin Peterson2012-03-155-5/+10
| | | | | |
| * | | | | mergeBrett Cannon2012-04-0665-334/+2748
| |\ \ \ \ \
| | * | | | | Set a time threshold in test_asyncore.capture_server so that tests don'tKristján Valur Jónsson2012-04-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | deadlock if the main thread fails before sending all the data.
| | * | | | | Issue #14502: it's RuntimeError on 3.3Sandro Tosi2012-04-061-1/+1
| | | | | | |
| | * | | | | Merge #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-062-5/+32
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | Initial patch by Popa Claudiu.
| | | * | | | #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-062-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial patch by Popa Claudiu.
| | * | | | | merge 3.2Benjamin Peterson2012-04-061-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Issue #14502: release() and unlocked lock generates a ThreadErrorSandro Tosi2012-04-051-1/+1
| | | | | | |
| * | | | | | Fix test_site from modifying sysconfig._CONFIG_VARS.Brett Cannon2012-04-041-1/+4
| | | | | | |
* | | | | | | 1) Fix comment.Stefan Krah2012-04-071-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 headsSandro Tosi2012-04-052-27/+35
|\ \ \ \ \ \
| * | | | | | Close #14249: Use bit shifts instead of an union, it's more efficient.Victor Stinner2012-04-052-27/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch written by Serhiy Storchaka
* | | | | | | Issue #14502: merge with 3.2Sandro Tosi2012-04-051-1/+1
|/ / / / / /
* | | | | | Clarify that the purpose of computing all the miscellaneous collection types ↵Raymond Hettinger2012-04-051-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | is to register them with the appropriate ABCs.
* | | | | | Issue #8515: Set __file__ when run file in IDLE.Andrew Svetlov2012-04-054-6/+13
| | | | | |
* | | | | | Merge.Stefan Krah2012-04-052-2/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge from 3.2Andrew Svetlov2012-04-052-2/+5
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Issue #14496: Fix wrong name in idlelib/tabbedpages.py.Andrew Svetlov2012-04-052-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Popa Claudiu.
* | | | | | | Whitespace.Stefan Krah2012-04-051-1/+1
| | | | | | |
* | | | | | | Reduce array size.Stefan Krah2012-04-051-1/+1
| | | | | | |
* | | | | | | Formatting.Stefan Krah2012-04-051-2/+2
| | | | | | |
* | | | | | | Allow printing a leading '-' and the maximum number of exponent digitsStefan Krah2012-04-052-2/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than raising RuntimeError (allocated space is sufficient for the additional character).
* | | | | | | Raise InvalidOperation if exponents of zeros are clamped during exactStefan Krah2012-04-053-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 aliasingVictor Stinner2012-04-051-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | issue. Speed up UTF-16 by 20%.
* | | | | | Issue #3033: Add displayof parameter to tkinter font.Andrew Svetlov2012-04-052-17/+29
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Guilherme Polo.
* | | | | | Replace ThreadError by RuntimeError: the former is now an obsolete alias of ↵Georg Brandl2012-04-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | the latter.
* | | | | | Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliantEli Bendersky2012-04-051-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 Araujo2012-04-052-10/+43
| | | | | |
* | | | | | Replace bootstrap imports with real C API calls.Eli Bendersky2012-04-051-8/+9
| | | | | |
* | | | | | Merge: test_tools fix: don't import analyze_dxp if no _thread moduleR David Murray2012-04-051-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | test_tools fix: don't import analyze_dxp if no _thread moduleR David Murray2012-04-051-0/+1
| | | | | |
* | | | | | Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-057-86/+132
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests.
| * | | | | #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-057-86/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests.
* | | | | | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in ↵Antoine Pitrou2012-04-0413-35/+38
| | | | | | | | | | | | | | | | | | | | | | | | the stable ABI.
* | | | | | merge with 3.2Georg Brandl2012-04-041-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Closes #14495: fix typo.Georg Brandl2012-04-041-1/+1
| | | | | |
* | | | | | Fix Windows compilation errorsEli Bendersky2012-04-041-2/+4
| | | | | |
* | | | | | - Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.Matthias Klose2012-04-042-0/+10
| | | | | |
* | | | | | Followup for issue #14321, remove references to Parser/pgen.stampMatthias Klose2012-04-044-4/+1
| | | | | |
* | | | | | Fixes and enhancements to _elementtree:Eli Bendersky2012-04-032-21/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed refleak problems when GC collection is run (see messages in issue #14065) * Added weakref support to Element objects
* | | | | | Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-033-0/+12
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu.
| * | | | | Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-033-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu.
* | | | | | Merge #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | #14481: fix formatting of example in subprocess docs.R David Murray2012-04-031-1/+1
| | |/ / / | |/| | |
* | | | | Issue #14288: Modify Misc/NEWSKristján Valur Jónsson2012-04-031-0/+2
| | | | |
* | | | | Issue #14288: Serialization support for builtin iterators.Kristján Valur Jónsson2012-04-0328-104/+2190
| | | | |
* | | | | Move ChainMap versionadded to be less ambiguous.Georg Brandl2012-04-031-2/+2
| | | | |