summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #14928: Fix importlib bootstrap issues by using a custom executable (Mo...Antoine Pitrou2012-06-191-0/+131
* Add comments to the power functions, in particular to _mpd_qpow_real().Stefan Krah2012-06-181-5/+34
* Issue #14055: Add __sizeof__ support to _elementtree.Martin v. Löwis2012-06-171-0/+14
* 1) State the relative errors of the power functions for integer exponents.Stefan Krah2012-06-161-2/+18
* Issue #15006: Allow equality comparison between naive and aware timeAlexander Belopolsky2012-06-161-0/+16
* Fix windows compilation problems caused by previous commit.Eli Bendersky2012-06-151-2/+4
* Replace the iter/itertext methods of Element in _elementtree with true C impl...Eli Bendersky2012-06-151-90/+272
* Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API.Martin v. Löwis2012-06-141-43/+29
* Issue #14936: curses_panel was converted to PEP 3121 API.Martin v. Löwis2012-06-141-12/+42
* Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fieldsAlexander Belopolsky2012-06-141-2/+34
* PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() resultVictor Stinner2012-06-121-21/+15
* time.get_clock_info() uses a namespace instead of structseqVictor Stinner2012-06-121-37/+20
* Fixed a typo in time_localtime()Alexander Belopolsky2012-06-121-1/+1
* 1) Fix signature of _mpd_qpow_uint(): contrary to the comment base is constant.Stefan Krah2012-06-121-7/+9
* 1) Replace long-winded abort() construct by assert().Stefan Krah2012-06-111-31/+28
* 1) State restrictions for the transform length.Stefan Krah2012-06-101-5/+10
* Add one extra comparison to the _mpd_shortmul() case to avoid repetitive code.Stefan Krah2012-06-091-16/+8
* Enumerate all cases in the overflow detection strategy in mpd_qlog10().Stefan Krah2012-06-081-4/+17
* Merge.Stefan Krah2012-06-081-0/+49
|\
| * Issue #2736: Added datetime.timestamp() method.Alexander Belopolsky2012-06-081-0/+49
* | 1) List relative error for _mpd_qln10().Stefan Krah2012-06-081-9/+29
|/
* 1) The overflow detection in mpd_qln() has a surprising number of case splits.Stefan Krah2012-06-071-7/+19
* 1) Add error analysis comments to mpd_qln10() and _mpd_qln().Stefan Krah2012-06-061-31/+96
* Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-051-0/+7
|\
| * Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-051-0/+7
* | Close #11022: TextIOWrapper doesn't call locale.setlocale() anymoreVictor Stinner2012-06-052-4/+5
* | Issue #14711: os.stat_float_times() has been deprecated.Victor Stinner2012-06-041-2/+6
* | Fix unterminated keyword array passed to PyArg_ParseTupleAndKeywordsEli Bendersky2012-06-031-2/+2
* | word.digits are always initialized before use in the Taylor series loop,Stefan Krah2012-06-011-1/+1
* | Issue #14007: implement doctype() method calling in XMLParser of _elementtree.Eli Bendersky2012-06-012-10/+100
* | We're always building _elementtree with USE_PYEXPAT_CAPI, so the #ifdefs inEli Bendersky2012-06-011-12/+2
* | Issue #14007: make XMLParser a real subclassable type exported from _elementt...Eli Bendersky2012-06-011-110/+140
* | Use workctx instead of ctx for cosmetic reasons. Also zero-pad the resultStefan Krah2012-05-311-1/+2
* | Improve Underflow handling in the correct-rounding loop. The case forStefan Krah2012-05-311-4/+17
* | Improve comments.Stefan Krah2012-05-311-4/+14
* | Pad the result with zeros just before the final rounding.Stefan Krah2012-05-311-3/+1
* | Do not clobber existing flags.Stefan Krah2012-05-311-1/+1
* | Issue #14909: A number of places were using PyMem_Realloc() apis andKristjan Valur Jonsson2012-05-313-7/+12
* | Issue #14007: implemented the 'element_factory' feature of TreeBuilder inEli Bendersky2012-05-301-30/+73
* | Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and ...Eli Bendersky2012-05-291-74/+77
* | Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree.Eli Bendersky2012-05-291-21/+84
* | Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-281-3/+57
|\ \ | |/
| * Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-281-3/+57
* | Issue #9041: raised exception is misleadingMeador Inge2012-05-281-25/+5
|\ \ | |/
| * Issue #9041: raised exception is misleadingMeador Inge2012-05-281-25/+5
* | Make multiprocessing's shared memory use memoryview instead of raw pointerRichard Oudkerk2012-05-261-17/+0
* | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+86
* | capitialize utime statusesBenjamin Peterson2012-05-251-20/+20
* | capitialize enum membersBenjamin Peterson2012-05-251-17/+17
* | #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-3/+7
|\ \ | |/