summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #9527: datetime.astimezone() method will now supply a classAlexander Belopolsky2012-06-221-4/+82
* Issue #14769: test_capi now has SkipitemTest, which cleverly checksLarry Hastings2012-06-221-38/+60
* Simplify code in fileio_initHynek Schlawack2012-06-221-2/+1
* Document the rest of zlib.compressobj()'s arguments.Nadeem Vawda2012-06-211-4/+17
* Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support).Nadeem Vawda2012-06-211-1/+1
* Make lzma.{encode,decode}_filter_properties private.Nadeem Vawda2012-06-211-20/+14
* #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-6/+6
|\
| * #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-6/+5
| * Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-111-13/+16
* | md5_{init,process,done}: make staticdoko@ubuntu.com2012-06-211-4/+6
* | sha1_{init,process,done}: make staticdoko@ubuntu.com2012-06-211-3/+6
* | ... and fix the name of the sha1 file name.doko@ubuntu.com2012-06-211-1/+1
* | Fix name of the sha1 extension.doko@ubuntu.com2012-06-211-1/+1
* | Remove references to removed md5.h and md5.c files.doko@ubuntu.com2012-06-211-3/+2
* | Issue #14684: Add support for predefined compression dictionaries to the zlib...Nadeem Vawda2012-06-211-22/+96
* | Fix comment.Stefan Krah2012-06-201-1/+1
* | Many cleanups of redundant code in mpd_qrem_near():Stefan Krah2012-06-201-23/+15
* | 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