summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* merge forward from the python 2.x branchJean-Paul Calderone2010-06-191-2/+203
* Merged revisions 82075 via svnmerge fromJean-Paul Calderone2010-06-182-5/+3
* Issue #6641: Original commit for this issue, r82053, introduced aAlexander Belopolsky2010-06-182-8/+20
* Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori...Senthil Kumaran2010-06-181-2/+10
* Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.Victor Stinner2010-06-171-5/+1
* Issue #6641: The datetime.strptime method now supports the %z directive.Alexander Belopolsky2010-06-172-8/+79
* Don't use os.normcase when the result we are expecting is None.R. David Murray2010-06-171-1/+1
* Issue #9011: Remove buggy and unnecessary ST->AST compilation codeMark Dickinson2010-06-171-1/+11
* Merged revisions 82039 via svnmerge fromR. David Murray2010-06-172-1/+21
* Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-162-7/+2
* Merged revisions 81675 via svnmerge fromR. David Murray2010-06-162-1/+19
* Fix for buildbot failure in r81999.Ronald Oussoren2010-06-151-0/+2
* Minor changes to the choice of assert methodsAlexander Belopolsky2010-06-151-26/+26
* Fix for issue #8577: without this patch test_distutilsRonald Oussoren2010-06-152-4/+5
* 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-141-13/+108
* Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"Victor Stinner2010-06-131-1/+129
* Merged revisions 81967 via svnmerge fromMark Dickinson2010-06-132-0/+47
* Fix mild type confusion in decimal module docstring.Mark Dickinson2010-06-121-1/+2
* Issue #8973: Add __all__ to struct module, so that help(struct) correctlyMark Dickinson2010-06-121-0/+11
* Merged revisions 80578 via svnmerge fromNick Coghlan2010-06-122-3/+74
* 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-112-14/+16
* Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.Victor Stinner2010-06-111-3/+4
* Issue #8965: Write more tests for sys.getfilesystemencoding()Victor Stinner2010-06-111-11/+24
* Issue #8965: Add a regression test to test_sys with LANG=CVictor Stinner2010-06-111-2/+13
* Issue #8966: If a ctypes structure field is an array of c_char, convert itsVictor Stinner2010-06-112-7/+7
* Merged revisions 81907 via svnmerge fromAntoine Pitrou2010-06-111-0/+25
* Fix more undefined-behaviour inducing overflow checks in struct module.Mark Dickinson2010-06-111-0/+2
* Avoid possible undefined behaviour from signed overflow.Mark Dickinson2010-06-111-0/+5
* Fix typo in docstring.Mark Dickinson2010-06-111-1/+1
* Issue #3129: Trailing digits in format string are no longer ignored.Alexander Belopolsky2010-06-111-1/+27
* Issue #8188: Comparisons between Decimal objects and other numericMark Dickinson2010-06-113-9/+94
* test_sys: add a test on the file system encoding for darwinVictor Stinner2010-06-111-0/+5
* Merged revisions 81878 via svnmerge fromMichael Foord2010-06-102-2/+4
* Merged revisions 81859 via svnmerge fromMichael Foord2010-06-101-1/+1
* Merged revisions 81853 via svnmerge fromMichael Foord2010-06-104-2/+116
* Issue #8950: Make PyArg_Parse* with 'L' code raise for float inputs,Mark Dickinson2010-06-101-16/+1
* Issue #8932: Skip required when compiled --without-threads.Stefan Krah2010-06-091-0/+1
* http://bugs.python.org/issue8832Kristján Valur Jónsson2010-06-092-0/+15
* Issue #8838, #8339: Remove codecs.charbuffer_encode() and "t#" parsing formatVictor Stinner2010-06-081-14/+0
* Now that sunau has some tests, remove it from test_sundry.R. David Murray2010-06-081-1/+0
* Issue #7384: If the system readline library is linked against ncurses,Stefan Krah2010-06-081-5/+0
* Merged revisions 81820 via svnmerge fromBenjamin Peterson2010-06-071-0/+3
* Issue #8897: Fix sunau module, use bytes to write the header. Patch written byVictor Stinner2010-06-072-1/+71
* Merged revisions 81770 via svnmerge fromMichael Foord2010-06-051-0/+1
* Merged revisions 81764 via svnmerge fromMichael Foord2010-06-053-22/+72