summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * #4841: Fix FileIO constructor to honor closefd when called repeatedlyHynek Schlawack2012-05-251-3/+7
* | use PyDict_ContainsBenjamin Peterson2012-05-251-3/+3
* | return NULL on errorBenjamin Peterson2012-05-251-2/+3
* | actually return the resultBenjamin Peterson2012-05-251-1/+1
* | simplify and rewrite the zipimport part of 702009f3c0b1 a bitBenjamin Peterson2012-05-251-51/+41
* | plug ref leakBenjamin Peterson2012-05-251-0/+1
* | issue 14660: Implement PEP 420, namespace packages.Eric V. Smith2012-05-251-8/+140
* | Issue #14849: setup Element data members to be assignable in subclassesEli Bendersky2012-05-201-13/+12
* | Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig.Stefan Krah2012-05-161-0/+7
* | Fix Visual Studio warning.Stefan Krah2012-05-161-1/+1
* | Changes in _mpd_qexp():Stefan Krah2012-05-161-46/+117
* | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-161-2/+2
|\ \ | |/
| * Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)...Antoine Pitrou2012-05-161-1/+2
* | Issue #14732: The _csv module now uses PEP 3121 module initialization.Antoine Pitrou2012-05-161-35/+70
* | Add safecase to silence Win64 warning.Martin v. Löwis2012-05-151-1/+2
* | Silence VS 2010 warning on loss of precision (_int64 -> _int32).Martin v. Löwis2012-05-151-1/+1
* | Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+27
* | Remove uninitialized compiler warning.Ross Lagerwall2012-05-121-1/+5
* | Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-071-5/+1
|\ \ | |/
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-5/+1
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-071-21/+79
|\ \ | |/
| * Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-21/+79
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-071-12/+11
|\ \ | |/
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-12/+11
| * Fix for issue 14725 for 3.2 branchRichard Oudkerk2012-05-051-0/+1
* | Fix buildbot failures in test_lzma.Nadeem Vawda2012-05-061-7/+6