index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes
Victor Stinner
2010-06-24
1
-1/+1
*
Merged revisions 82189 via svnmerge from
Benjamin Peterson
2010-06-24
1
-2/+4
*
Added more test cases
Alexander Belopolsky
2010-06-23
1
-1/+13
*
Test future pickle protocols. Thanks Antoine Pitrou for suggestion.
Alexander Belopolsky
2010-06-23
1
-2/+3
*
Issue #9051: Instances of timezone class can now be pickled.
Alexander Belopolsky
2010-06-23
1
-14/+19
*
Merged revisions 82167 via svnmerge from
Benjamin Peterson
2010-06-22
1
-4/+3
*
Merged revisions 82165 via svnmerge from
Benjamin Peterson
2010-06-22
1
-1/+3
*
Added more test cases
Alexander Belopolsky
2010-06-22
1
-0/+25
*
Merged revisions 82126-82127 via svnmerge from
Thomas Heller
2010-06-21
2
-0/+61
*
Merged revisions 82130 via svnmerge from
Benjamin Peterson
2010-06-21
1
-3/+12
*
Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.
Alexander Belopolsky
2010-06-21
1
-23/+19
*
Move over to assertIs.
Brett Cannon
2010-06-21
1
-2/+2
*
Merged revisions 82117 via svnmerge from
Mark Dickinson
2010-06-20
2
-102/+6
*
Revert r82089. Commit was intended for a branch.
Jean-Paul Calderone
2010-06-19
1
-203/+2
*
merge forward from the python 2.x branch
Jean-Paul Calderone
2010-06-19
1
-2/+203
*
Merged revisions 82075 via svnmerge from
Jean-Paul Calderone
2010-06-18
2
-5/+3
*
Issue #6641: Original commit for this issue, r82053, introduced a
Alexander Belopolsky
2010-06-18
2
-8/+20
*
Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthori...
Senthil Kumaran
2010-06-18
1
-2/+10
*
Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.
Victor Stinner
2010-06-17
1
-5/+1
*
Issue #6641: The datetime.strptime method now supports the %z directive.
Alexander Belopolsky
2010-06-17
2
-8/+79
*
Don't use os.normcase when the result we are expecting is None.
R. David Murray
2010-06-17
1
-1/+1
*
Issue #9011: Remove buggy and unnecessary ST->AST compilation code
Mark Dickinson
2010-06-17
1
-1/+11
*
Merged revisions 82039 via svnmerge from
R. David Murray
2010-06-17
2
-1/+21
*
Issue #850997: mbcs encoding (Windows only) handles errors argument: strict
Victor Stinner
2010-06-16
2
-7/+2
*
Merged revisions 81675 via svnmerge from
R. David Murray
2010-06-16
2
-1/+19
*
Fix for buildbot failure in r81999.
Ronald Oussoren
2010-06-15
1
-0/+2
*
Minor changes to the choice of assert methods
Alexander Belopolsky
2010-06-15
1
-26/+26
*
Fix for issue #8577: without this patch test_distutils
Ronald Oussoren
2010-06-15
2
-4/+5
*
Switch the __import__ state check from using __builtins__ to builtins to be
Brett Cannon
2010-06-14
1
-8/+3
*
Undo r81988 code change leaving added test.
Alexander Belopolsky
2010-06-14
1
-3/+8
*
Issue 6280: Tests and simpler implementation for calendar.timegm
Alexander Belopolsky
2010-06-14
2
-10/+13
*
Issue #5094: The ``datetime`` module now has a simple concrete class
Alexander Belopolsky
2010-06-14
1
-13/+108
*
Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
Victor Stinner
2010-06-13
1
-1/+129
*
Merged revisions 81967 via svnmerge from
Mark Dickinson
2010-06-13
2
-0/+47
*
Fix mild type confusion in decimal module docstring.
Mark Dickinson
2010-06-12
1
-1/+2
*
Issue #8973: Add __all__ to struct module, so that help(struct) correctly
Mark Dickinson
2010-06-12
1
-0/+11
*
Merged revisions 80578 via svnmerge from
Nick Coghlan
2010-06-12
2
-3/+74
*
Calling __import__ as a method technically works, but really should be wrapped
Brett Cannon
2010-06-12
1
-1/+1
*
When dealing with __import__ for detecting a global state change made by a
Brett Cannon
2010-06-12
1
-2/+8
*
Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode
Victor Stinner
2010-06-11
2
-14/+16
*
Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.
Victor Stinner
2010-06-11
1
-3/+4
*
Issue #8965: Write more tests for sys.getfilesystemencoding()
Victor Stinner
2010-06-11
1
-11/+24
*
Issue #8965: Add a regression test to test_sys with LANG=C
Victor Stinner
2010-06-11
1
-2/+13
*
Issue #8966: If a ctypes structure field is an array of c_char, convert its
Victor Stinner
2010-06-11
2
-7/+7
*
Merged revisions 81907 via svnmerge from
Antoine Pitrou
2010-06-11
1
-0/+25
*
Fix more undefined-behaviour inducing overflow checks in struct module.
Mark Dickinson
2010-06-11
1
-0/+2
*
Avoid possible undefined behaviour from signed overflow.
Mark Dickinson
2010-06-11
1
-0/+5
*
Fix typo in docstring.
Mark Dickinson
2010-06-11
1
-1/+1
*
Issue #3129: Trailing digits in format string are no longer ignored.
Alexander Belopolsky
2010-06-11
1
-1/+27
*
Issue #8188: Comparisons between Decimal objects and other numeric
Mark Dickinson
2010-06-11
3
-9/+94
[next]