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
*
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
*
Remove another use of as as a keyword
Neal Norwitz
2006-03-22
1
-5/+5
*
Damn another occurrence of using as as a keywordf
Neal Norwitz
2006-03-22
1
-2/+2
*
Remove apply()
Neal Norwitz
2006-03-17
1
-2/+2
*
Get rid of a bunch more raw_input references
Neal Norwitz
2006-03-17
1
-0/+5
*
Got rid of byte-order dependencies.
Jack Jansen
2006-02-23
1
-2/+2
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
2
-2/+2
*
Whitespace normalization.
Tim Peters
2005-01-07
2
-5/+5
*
Allow relative URLs for included databases and packages.
Jack Jansen
2005-01-07
1
-4/+7
*
- Added an "installer" flavor, which uses the "open" command to install
Jack Jansen
2005-01-03
1
-7/+43
*
- getDefaultDatabase wasn't listed in __all__.
Jack Jansen
2004-12-28
1
-2/+2
*
Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot
Jack Jansen
2004-12-27
2
-7/+13
*
On second thought: "Errors should never pass silently", so barf when a
Just van Rossum
2004-11-12
1
-3/+6
*
- \f is not a valid XML character
Just van Rossum
2004-11-12
1
-3/+4
*
reordered a couple of things
Just van Rossum
2004-11-12
1
-5/+6
*
Made <data> output match Apple's exactly. To do that I had to add a custom
Just van Rossum
2004-10-26
1
-6/+21
*
also escape '>', to closer match Apple's plist output
Just van Rossum
2004-10-26
1
-0/+1
*
Deprecating Dict class; going through a few hoops to get the warnings right.
Just van Rossum
2004-10-26
1
-20/+29
*
- Removed Date class. We don't really need it for b/w compatibility since
Just van Rossum
2004-10-26
1
-52/+25
*
- added two more convenience functions: readPlistFromString() and
Just van Rossum
2004-10-26
1
-15/+30
*
Updated doc strings.
Just van Rossum
2004-10-25
1
-3/+2
*
Deprecate Plist class
Just van Rossum
2004-10-25
1
-2/+8
*
Removed superfluous **kwargs constructor cruft: this class predates
Just van Rossum
2004-10-25
1
-8/+0
[next]