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
/
plat-mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more exception slicing.
Georg Brandl
2008-01-06
4
-6/+6
*
Fix merge glitch.
Guido van Rossum
2008-01-05
1
-1/+1
*
Merged revisions 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
1
-2/+2
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-3/+3
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
2
-2/+2
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
3
-7/+18
*
remove ord() calls on what are now integers rather than characters
Bill Janssen
2007-10-30
1
-7/+7
*
Get a bunch of tests working on Mac OS. I suspect that a bunch of the
Neal Norwitz
2007-10-27
1
-1/+1
*
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider
2007-09-17
2
-2/+2
*
Fix Mac build, patch #1091 by Humberto Diogenes.
Georg Brandl
2007-09-03
4
-11/+12
*
Got test_plistlib working. Don't ask how.
Guido van Rossum
2007-08-31
1
-4/+4
*
Kill more lingering string exceptions in Lib/plat-mac/.
Collin Winter
2007-08-30
3
-7/+9
*
1/0 -> True/False cleanup.
Collin Winter
2007-08-30
1
-4/+4
*
Try to fix test_aepack by comparing bytes with bytes.
Neal Norwitz
2007-08-30
1
-1/+1
*
Remove unneeded import.
Collin Winter
2007-08-28
1
-1/+0
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
3
-5/+5
*
Convert raise statements in Lib/plat-{mac,os2emx}.
Collin Winter
2007-08-23
48
-501/+501
*
some RiscOS stuff I missed before (was only looking for "RISCOS")
Skip Montanaro
2007-08-17
1
-1/+1
*
Kill execfile(), use exec() instead
Neal Norwitz
2007-08-12
2
-2/+7
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
2
-3/+3
*
SF patch# 1769016 by James Brotchie.
Guido van Rossum
2007-08-07
1
-25/+25
*
Patch #1768976, Fix for failing test_scriptpackages (untested but looks good)
Neal Norwitz
2007-08-07
1
-3/+2
*
SF patch# 1761465 by Jeffrey Yasskin.
Guido van Rossum
2007-07-27
3
-91/+113
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
4
-8/+8
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
3
-20/+17
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
2
-183/+3
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
2
-213/+2
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-3/+6
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-4/+5
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
2
-3/+3
*
Fix various spots where int/long and str/unicode unification
Walter Dörwald
2007-05-03
2
-5/+5
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
7
-17/+17
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
6
-22/+16
*
Bug #1697782: remove all remaining code that uses types.InstanceType.
Georg Brandl
2007-04-11
2
-4/+3
*
Fix plistlib to work with dict views.
Brett Cannon
2007-02-21
1
-2/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
14
-156/+156
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
17
-455/+455
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
11
-25/+25
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-1/+1
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
3
-12/+12
*
Remove usage of backticks.
Brett Cannon
2006-08-25
1
-1/+1
*
Killed the <> operator. You must now use !=.
Guido van Rossum
2006-08-24
5
-13/+13
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-4/+4
*
Get rid of a bunch more has_key() uses. We *really* need a tool for this.
Neal Norwitz
2006-08-20
12
-108/+105
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-1/+1
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
4
-473/+35
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
2
-7/+20
*
Fix test_scriptpackage with pure will power.
Guido van Rossum
2006-04-21
21
-128/+139
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+1
*
Fix two errors that prevented "make libinstall" from working:
Guido van Rossum
2006-04-17
1
-2/+2
[next]