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
Commit message (
Expand
)
Author
Age
Files
Lines
*
OS/2 specific fixes related to SF bug # 1003471
Andrew MacIntyre
2004-12-12
2
-1/+23
*
Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not
Brett Cannon
2004-12-11
1
-1/+1
*
SF bug #1083202L UnboundLocalError raised by atexit module
Raymond Hettinger
2004-12-11
1
-3/+3
*
locale.py now uses an updated locale alias table (built using
Marc-André Lemburg
2004-12-10
3
-219/+946
*
Rearranged mappings to value sorting order.
Marc-André Lemburg
2004-12-10
1
-13/+13
*
SF bug #1082944: Incorrect docs for PyUnicode_TailMatch
Raymond Hettinger
2004-12-10
1
-1/+2
*
Whitespace normalization.
Tim Peters
2004-12-07
1
-13/+13
*
remove the other half of one of the regsub-related comments; the other
Fred Drake
2004-12-07
1
-1/+0
*
Combined several entries.
Raymond Hettinger
2004-12-07
1
-6/+2
*
Remove reference to old pickle feature.
Raymond Hettinger
2004-12-07
1
-5/+0
*
Remove outdated references to the regsub module.
Raymond Hettinger
2004-12-07
3
-5/+2
*
Eliminate the deprecated option to return None instead of a tuple of argument...
Raymond Hettinger
2004-12-07
4
-33/+16
*
Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
Brett Cannon
2004-12-07
3
-7/+11
*
setup.py now uses the library directories specified in LDFLAGS (``-L``
Brett Cannon
2004-12-07
3
-10/+31
*
Put parentheses around the assignment in the 'while' loop conditional
Brett Cannon
2004-12-07
1
-1/+1
*
Patch #1075928: AUTH PLAIN in smtplib.
Johannes Gijsbers
2004-12-06
1
-1/+1
*
SF bug #1076467: don't run test_on_error as root, as the permission
Johannes Gijsbers
2004-12-06
1
-2/+6
*
Remove deprecated xmllib from inclusion in the docs.
Raymond Hettinger
2004-12-06
2
-2/+1
*
Fix for SF bug #947894: calendar.weekheader() undocumented
Walter Dörwald
2004-12-06
1
-0/+5
*
Have test_mkalias_relative check that sys.prefix already exists; otherwise test
Brett Cannon
2004-12-06
2
-2/+12
*
Very minor grammatical fix and removal of a tab.
Brett Cannon
2004-12-06
1
-2/+2
*
Changed signature of call function to avoid confusion: this 'args' is not the...
Peter Astrand
2004-12-05
2
-4/+4
*
Removed deprecated tzparse module.
Raymond Hettinger
2004-12-05
3
-1/+2
*
Added optional None arguments to itertools.islice().
Raymond Hettinger
2004-12-05
4
-14/+27
*
remove dependencies that are no longer used for the library reference
Fred Drake
2004-12-05
1
-3/+0
*
Remove the deprecated statcache module.
Raymond Hettinger
2004-12-05
2
-61/+0
*
Removed the deprecated bin parameter from the pickle module.
Raymond Hettinger
2004-12-05
3
-45/+18
*
Remove the deprecated statcache module.
Raymond Hettinger
2004-12-05
5
-12/+2
*
Removed deprecated method arguments from the shelve module.
Raymond Hettinger
2004-12-05
4
-34/+25
*
Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was
Barry Warsaw
2004-12-05
4
-4/+274
*
Removed deprecated method from pstats.
Raymond Hettinger
2004-12-05
3
-12/+2
*
Removed deprecated use_statcache argument.
Raymond Hettinger
2004-12-05
3
-16/+8
*
SF bug #1078905: Docs for unittest run() methods are misleading
Raymond Hettinger
2004-12-04
2
-4/+9
*
For the benefit of historians . . .
Raymond Hettinger
2004-12-04
1
-0/+144
*
Remove the deprecated whrandom module.
Raymond Hettinger
2004-12-04
6
-257/+8
*
Add item
Andrew M. Kuchling
2004-12-03
1
-1/+2
*
Hyphenate 'one-argument'
Andrew M. Kuchling
2004-12-03
1
-2/+2
*
AAdd item. (And so it beegins again.)
Andrew M. Kuchling
2004-12-03
1
-1/+18
*
Fill in various bits of the template
Andrew M. Kuchling
2004-12-03
1
-27/+5
*
Remove PyRange_New().
Raymond Hettinger
2004-12-03
3
-47/+2
*
Acknowledge contribution of a thorough tutorial review.
Raymond Hettinger
2004-12-03
1
-0/+1
*
SF patch #1077353: add key= argument to min and max
Raymond Hettinger
2004-12-03
5
-45/+164
*
Fixed errors reported in SF bug #1074693
Vinay Sajip
2004-12-02
1
-6/+23
*
Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2).
Marc-André Lemburg
2004-12-02
1
-2/+4
*
Fixing bug #1072259 in SRE.
Gustavo Niemeyer
2004-12-02
1
-7/+10
*
Add key= argument to heapq.nsmallest() and heapq.nlargest().
Raymond Hettinger
2004-12-02
4
-8/+90
*
Update the MSC6 pythoncore projects to compile for Py2.5
Raymond Hettinger
2004-12-02
1
-2/+2
*
Fix typo.
Raymond Hettinger
2004-12-02
1
-1/+1
*
SF bug #1076955: Tutorial corrections Part II
Raymond Hettinger
2004-12-02
2
-34/+36
*
SF bug #1076955: Tutorial corrections Part I
Raymond Hettinger
2004-12-02
1
-54/+67
[next]