summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Blocked revisions 81571,81678 via svnmergeR. David Murray2010-06-160-0/+0
* Merged revisions 81675 via svnmerge fromR. David Murray2010-06-163-1/+22
* Merged revisions 81634 via svnmerge fromR. David Murray2010-06-151-6/+17
* Fix for buildbot failure in r81999.Ronald Oussoren2010-06-151-0/+2
* Issue 5094: minor documentation fixesAlexander Belopolsky2010-06-152-25/+25
* Minor changes to the choice of assert methodsAlexander Belopolsky2010-06-151-26/+26
* Further refinements to the C file API.Antoine Pitrou2010-06-151-10/+14
* Fixes to the PyFile_FromFd() doc, by Renato Cunha.Antoine Pitrou2010-06-151-4/+5
* Fix for issue #8577: without this patch test_distutilsRonald Oussoren2010-06-152-4/+5
* Merged revisions 81992 via svnmerge fromMark Dickinson2010-06-151-30/+33
* Switch the __import__ state check from using __builtins__ to builtins to beBrett Cannon2010-06-141-8/+3
* Undo r81988 code change leaving added test.Alexander Belopolsky2010-06-141-3/+8
* Issue 6280: Tests and simpler implementation for calendar.timegmAlexander Belopolsky2010-06-142-10/+13
* Issue #5094: The ``datetime`` module now has a simple concrete classAlexander Belopolsky2010-06-145-26/+483
* getargs.c: remove last reference to "t#" formatVictor Stinner2010-06-131-1/+0
* Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-135-5/+317
* Merged revisions 81971 via svnmerge fromMark Dickinson2010-06-131-0/+1
* Merged revisions 81969 via svnmerge fromMark Dickinson2010-06-131-0/+1
* Merged revisions 81967 via svnmerge fromMark Dickinson2010-06-135-6/+67
* Remove unnecessary brackets from docstring optional arguments.Mark Dickinson2010-06-131-2/+2
* Issue #8973: Expanded Struct.__doc__.Alexander Belopolsky2010-06-121-1/+5
* Blocked revisions 81957 via svnmergeMark Dickinson2010-06-120-0/+0
* Issue #8469: Reorder struct module sections for clarity; other minor tweaks.Mark Dickinson2010-06-121-75/+79
* Issue #8469: add standard sizes to struct docs table.Mark Dickinson2010-06-121-40/+40
* Merged revisions 81953 via svnmerge fromBenjamin Peterson2010-06-120-0/+0
* Added acknowlegement for Issue #3129Alexander Belopolsky2010-06-122-2/+3
* Fix mild type confusion in decimal module docstring.Mark Dickinson2010-06-121-1/+2
* More struct module docs and docstring tweaks.Mark Dickinson2010-06-122-25/+25
* 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-123-21/+42
* Blocked revisions 81945 via svnmergeNick Coghlan2010-06-120-0/+0
* Merged revisions 80578 via svnmerge fromNick Coghlan2010-06-125-14/+108
* Remove unused variable.Mark Dickinson2010-06-121-1/+1
* Issue #8981: Remove _struct.__version__.Mark Dickinson2010-06-121-6/+0
* Silence 'unused variable' gcc warning. Patch by Éric Araujo.Mark Dickinson2010-06-121-1/+2
* Calling __import__ as a method technically works, but really should be wrappedBrett Cannon2010-06-121-1/+1
* When dealing with __import__ for detecting a global state change made by aBrett Cannon2010-06-121-2/+8
* Issue #8969: On Windows, use mbcs codec in strict mode to encode and decodeVictor Stinner2010-06-115-22/+33
* Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.Victor Stinner2010-06-113-5/+8
* Fix some bugs in c-api/arg.rst documentationVictor Stinner2010-06-111-16/+15
* Issue #8965: Write more tests for sys.getfilesystemencoding()Victor Stinner2010-06-111-11/+24
* readline: use PyUnicode_FSConverter() to parse filenamesVictor Stinner2010-06-111-10/+32
* Issue #8965: Add a regression test to test_sys with LANG=CVictor Stinner2010-06-111-2/+13
* locale.bindtextdomain(): use PyUnicode_FSConverter() to parse the filenameVictor Stinner2010-06-111-5/+17
* Merged revisions 81906 via svnmerge fromBenjamin Peterson2010-06-111-1/+1
* Issue #8966: If a ctypes structure field is an array of c_char, convert itsVictor Stinner2010-06-114-9/+12
* Merged revisions 81907 via svnmerge fromAntoine Pitrou2010-06-113-19/+50
* Blocked revisions 81904 via svnmergeMark Dickinson2010-06-110-0/+0
* Fix more undefined-behaviour inducing overflow checks in struct module.Mark Dickinson2010-06-112-19/+25