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
...
*
decode_rfc2231(): We need to urllib.unquote() the value even if the
Barry Warsaw
2003-08-19
1
-1/+1
*
Improvements to set.py:
Raymond Hettinger
2003-08-17
2
-49/+190
*
Keep doctests in sync with the docs.
Raymond Hettinger
2003-08-16
1
-5/+5
*
Make sets.py compatible with Py2.2
Raymond Hettinger
2003-08-15
1
-1/+19
*
Make a copy of L before appending, so the global L remains
Walter Dörwald
2003-08-15
1
-4/+4
*
Fix for
Michael W. Hudson
2003-08-15
1
-0/+31
*
IDLE didn't start correctly when Python was installed in "Program Files"
Kurt B. Kaiser
2003-08-14
2
-2/+19
*
[Patch #739124] Add use_default_colors() to curses module
Andrew M. Kuchling
2003-08-13
1
-0/+3
*
Add a unicode prefix to the characters in the UnicodeEncodeError and
Walter Dörwald
2003-08-12
1
-9/+9
*
Enhance message for UnicodeEncodeError and UnicodeTranslateError.
Walter Dörwald
2003-08-12
1
-3/+35
*
Fix bug in test_bad_timezone where test was assuming locale knew of PDT.
Brett Cannon
2003-08-11
1
-2/+3
*
Comment typo fixes
Andrew M. Kuchling
2003-08-11
2
-2/+2
*
Unconditionally opening the temp file in text mode causes this test to fail
Jason Tishler
2003-08-11
1
-2/+5
*
Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX,
Jack Jansen
2003-08-11
1
-1/+3
*
Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and
Brett Cannon
2003-08-11
2
-10/+39
*
SF bug #778964: bad seed in python 2.3 random
Raymond Hettinger
2003-08-09
2
-1/+4
*
Add HIDDEN. Fixes #777664.
Martin v. Löwis
2003-08-09
1
-0/+2
*
SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary
Raymond Hettinger
2003-08-09
1
-11/+1
*
IDLEfork Bug 782759
Kurt B. Kaiser
2003-08-09
1
-4/+9
*
SF bug #770485: cStringIO does not set closed attr
Raymond Hettinger
2003-08-08
1
-0/+10
*
Modified itertools.izip() to match the behavior of __builtin__.zip()
Raymond Hettinger
2003-08-08
1
-1/+6
*
Re-sync doc tests with the doc updates.
Raymond Hettinger
2003-08-08
1
-3/+7
*
Fix docstring in LocaleTime.
Brett Cannon
2003-08-08
1
-2/+2
*
Repair refcounting on error return from type_set_bases.
Michael W. Hudson
2003-08-07
1
-0/+7
*
Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.
Mark Hammond
2003-08-06
1
-0/+2
*
Remove useless import.
Walter Dörwald
2003-08-05
1
-1/+1
*
Check both __div__ and __truediv__ in division tests.
Walter Dörwald
2003-08-05
1
-1/+9
*
Removed deprecated functions
Raymond Hettinger
2003-08-05
1
-49/+2
*
Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
Martin v. Löwis
2003-08-05
2
-3/+19
*
Correct URL of normalization file. Fixes #781065. Will backport to 2.3.
Martin v. Löwis
2003-08-05
1
-2/+2
*
Make sure eol_convention is an ASCII string. Fixes #774680.
Martin v. Löwis
2003-08-05
1
-0/+3
*
Re-introduce caching of TimeRE and compiled regexes with added thread-safety.
Brett Cannon
2003-08-05
2
-335/+190
*
Touch-up to docstrings.
Brett Cannon
2003-08-05
1
-19/+20
*
protect against test problems with Jython
Skip Montanaro
2003-08-03
1
-6/+7
*
added test for bug 782369
Skip Montanaro
2003-08-03
1
-0/+9
*
more extension marshal tests and conversion to unittest - was surprised to
Skip Montanaro
2003-08-02
1
-39/+183
*
As discussed on python-dev, changed builtin.zip() to handle zero arguments
Raymond Hettinger
2003-08-02
2
-2/+6
*
Added a banner to the shell startup message discussing possible
Kurt B. Kaiser
2003-07-27
3
-2/+26
*
Update for release.
Kurt B. Kaiser
2003-07-27
1
-1/+1
*
Fixes bug of having default argument for TimeRE's __init__ that caused the
Brett Cannon
2003-07-24
1
-2/+5
*
Remove caching of TimeRE (and thus LocaleTime) instance. Error was being
Brett Cannon
2003-07-24
2
-48/+23
*
1. Python Bug 775541: Calltips error when docstring is None. Introduced
Kurt B. Kaiser
2003-07-23
3
-4/+12
*
Restored commented-out line checked in by mistake.
Tim Peters
2003-07-23
1
-1/+1
*
locale-restoration code: Don't leave comparison to None implicit. For
Tim Peters
2003-07-23
2
-2/+2
*
Fred wasn't kidding -- there really are docs for the locale module <wink>.
Tim Peters
2003-07-23
1
-11/+20
*
Fix error in test of not comparing against 0 item of a list
Brett Cannon
2003-07-22
1
-1/+1
*
Patch #775784: YA Cygwin expected regression test skip patch
Jason Tishler
2003-07-22
1
-0/+1
*
Change the zipimport implementation to accept files containing
Thomas Heller
2003-07-22
1
-1/+20
*
more generic reference to python interpreter
Skip Montanaro
2003-07-22
1
-1/+1
*
Windows fix: When PYTHONCASEOK is set, or for any other reason imports
Tim Peters
2003-07-22
1
-3/+9
[prev]
[next]