summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-20/+526
* Fix typo in a comment in mathmodule.c.Ezio Melotti2010-07-081-1/+1
* Issue #5288: Eliminated round-trips between timdelta and int offsetsAlexander Belopolsky2010-07-071-475/+398
* don't ignore exceptions from PyObject_IsTrueBenjamin Peterson2010-07-071-2/+8
* Issue #9186: log1p(-1.0) should raise ValueError, not OverflowError.Mark Dickinson2010-07-071-1/+1
* Minor refactoring in lgamma code, for clarity.Mark Dickinson2010-07-071-14/+10
* Issue #9000: datetime.timezone objects now have eval-friendly repr.Alexander Belopolsky2010-07-061-2/+22
* Indentation and PEP 7 fixes.Mark Dickinson2010-07-061-20/+23
* Post-detabification cleanup.Mark Dickinson2010-07-051-8/+8
* Issue #9130: Validate ellipsis tokens in relative imports.Mark Dickinson2010-07-041-6/+6
* Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-3/+4
* Issue #9128: Fix validation of class decorators in parser module.Mark Dickinson2010-07-041-8/+9
* Issue #9152: Removed dead code in datetime moduleAlexander Belopolsky2010-07-041-5/+0
* Fix refleak in Modules/audioop.c.Mark Dickinson2010-07-041-2/+7
* Merged revisions 82492 via svnmerge fromVictor Stinner2010-07-031-73/+71
* Merged revisions 82466 via svnmerge fromAlexander Belopolsky2010-07-031-2/+1
* Style/consistency nit: make math_floor and math_ceil code look the same.Mark Dickinson2010-07-021-6/+4
* fix lookup of __ceil__Benjamin Peterson2010-07-021-9/+9
* account for different ref counting semantics of _PyObject_LookupSpecialBenjamin Peterson2010-07-021-4/+8
* correctly lookup __trunc__ and __floor__Benjamin Peterson2010-07-011-20/+11
* Added missing white spaceAlexander Belopolsky2010-06-281-1/+1
* Merged revisions 79894-79895,80098,80120 via svnmerge fromBenjamin Peterson2010-06-272-2/+2
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-1/+2
* Issue #9089: Remove references to intobject.c and intobject.h from comments.Mark Dickinson2010-06-271-1/+1
* Merged revisions 82150 via svnmerge fromRonald Oussoren2010-06-271-1/+1
* Merged revisions 82221 via svnmerge fromMark Dickinson2010-06-251-11/+11
* Merged revisions 82210 via svnmerge fromAntoine Pitrou2010-06-251-1/+0
* Issue #8850: Remove "w" and "w#" formats from PyArg_Parse*() functions, useVictor Stinner2010-06-251-0/+23
* Issue #8682: The ssl module now temporary increments the reference count ofAntoine Pitrou2010-06-241-19/+42
* Issue #9051: Instances of timezone class can now be pickled.Alexander Belopolsky2010-06-231-0/+11
* Merged revisions 82126-82127 via svnmerge fromThomas Heller2010-06-2113-297/+1898
* Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.Alexander Belopolsky2010-06-211-9/+3
* Revert r82089. Commit was intended for a branch.Jean-Paul Calderone2010-06-191-180/+0
* merge forward from the python 2.x branchJean-Paul Calderone2010-06-191-0/+180
* Issue #6641: Original commit for this issue, r82053, introduced aAlexander Belopolsky2010-06-181-2/+2
* Fixed a typo in a comment.Alexander Belopolsky2010-06-181-1/+1
* Issue #6641: The datetime.strptime method now supports the %z directive.Alexander Belopolsky2010-06-171-66/+7
* Merged revisions 82047 via svnmerge fromSenthil Kumaran2010-06-171-1/+1
* Issue #9012: "Separate compilation of time and datetime modules."Alexander Belopolsky2010-06-163-26/+31
* Issue 5094: minor documentation fixesAlexander Belopolsky2010-06-151-3/+3
* Issue #5094: The ``datetime`` module now has a simple concrete classAlexander Belopolsky2010-06-141-1/+284
* Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-131-1/+165
* Merged revisions 81967 via svnmerge fromMark Dickinson2010-06-131-6/+16
* Remove unnecessary brackets from docstring optional arguments.Mark Dickinson2010-06-131-2/+2
* Issue #8973: Expanded Struct.__doc__.Alexander Belopolsky2010-06-121-1/+5
* More struct module docs and docstring tweaks.Mark Dickinson2010-06-121-4/+4
* Issue #8973: Improve struct module docstrings.Mark Dickinson2010-06-121-22/+37
* Remove accidental (yet-to-be-reviewed) docstring changes included in r81947.Mark Dickinson2010-06-121-28/+21
* Issue #8973: Add __all__ to struct module, so that help(struct) correctlyMark Dickinson2010-06-121-21/+28
* Remove unused variable.Mark Dickinson2010-06-121-1/+1