index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 59465-59487 via svnmerge from
Christian Heimes
2007-12-14
1
-0
/
+1
*
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes
2007-12-11
1
-0
/
+5
*
Added note about 1585 to Misc/NEWS
Christian Heimes
2007-12-11
1
-0
/
+2
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
1
-0
/
+1
*
Minor cleanup in the gc module.
Amaury Forgeot d'Arc
2007-12-10
1
-0
/
+4
*
Issue #1580: New free format floating point representation based on "Floating...
Christian Heimes
2007-12-10
1
-0
/
+4
*
Fixed #1578: Problems in win_getpass
Christian Heimes
2007-12-10
1
-0
/
+2
*
Merged revisions 59441-59449 via svnmerge from
Christian Heimes
2007-12-10
1
-0
/
+1
*
Fixed issue #1564: The set implementation should special-case PyUnicode inste...
Christian Heimes
2007-12-10
1
-0
/
+3
*
Fixed #1573: Improper use of the keyword-only syntax makes the parser crash
Christian Heimes
2007-12-08
1
-0
/
+20
*
Merged revisions 59407-59422 via svnmerge from
Christian Heimes
2007-12-08
1
-1
/
+1
*
Merged revisions 59376-59406 via svnmerge from
Christian Heimes
2007-12-08
1
-0
/
+1
*
Get ready for releasing 3.0a2.
Guido van Rossum
2007-12-06
1
-1
/
+3
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-0
/
+2
*
Merged revisions 59275-59303 via svnmerge from
Christian Heimes
2007-12-03
1
-0
/
+1
*
Reverting last commit. I had some staled data from an attempted svnmerge in m...
Christian Heimes
2007-12-03
1
-2
/
+0
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
1
-0
/
+2
*
I've moved the remains of PyInt_ to the longobject.h header file and removed ...
Christian Heimes
2007-12-02
1
-0
/
+4
*
Merged revisions 59259-59274 via svnmerge from
Christian Heimes
2007-12-02
1
-0
/
+1
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-2
/
+2
*
Removed the new module
Christian Heimes
2007-11-28
1
-0
/
+4
*
Removed the API to create unbound methods and simplified the API for bound me...
Christian Heimes
2007-11-27
1
-0
/
+6
*
Fixed some build issues and updated docs.
Christian Heimes
2007-11-17
1
-0
/
+6
*
Fix for #1415 pythonw.exe fails because std streams a missing
Christian Heimes
2007-11-13
1
-0
/
+5
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
1
-0
/
+3
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
2
-0
/
+4
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-0
/
+6
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-0
/
+3
*
Add a missing news entry about how str8's constructor signature now matches the
Brett Cannon
2007-10-26
1
-0
/
+2
*
Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),
Guido van Rossum
2007-10-25
1
-0
/
+3
*
Make str/str8 comparisons return True/False for !=/==.
Brett Cannon
2007-10-22
1
-0
/
+6
*
Issue 1267, continued.
Guido van Rossum
2007-10-22
1
-0
/
+12
*
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum
2007-10-15
1
-0
/
+2
*
Make _load_testfile() use its encoding argument when __loader__ is defined.
Brett Cannon
2007-10-12
1
-0
/
+8
*
remove hotshot profiler from Py3k
Fred Drake
2007-10-11
1
-0
/
+10
*
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider
2007-09-17
2
-2
/
+2
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-0
/
+2
*
Bug #1074: make python-config with Py3k.
Georg Brandl
2007-09-01
1
-7
/
+7
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-0
/
+3
*
Add some miscellanea.
Guido van Rossum
2007-08-30
1
-3
/
+7
*
Fix a typo and a trailing space.
Kurt B. Kaiser
2007-08-30
1
-2
/
+2
*
Small updates.
Guido van Rossum
2007-08-30
1
-2
/
+7
*
Run 2to3's print fixer over some places that had been missed.
Collin Winter
2007-08-30
1
-4
/
+4
*
Update Misc/NEWS. Add RELNOTES.
Guido van Rossum
2007-08-30
1
-16
/
+2
*
Get gdb macros working with unicode and PyVarObject change
Neal Norwitz
2007-08-27
1
-3
/
+3
*
Remove _PyObject_Del
Neal Norwitz
2007-08-19
1
-1
/
+1
*
Remove support for BeOS
Skip Montanaro
2007-08-17
3
-591
/
+0
*
Merged revisions 57125-57128 via svnmerge from
Neal Norwitz
2007-08-17
1
-1
/
+1
*
First merge from the trunk straight into the py3k branch. I'm not
Guido van Rossum
2007-08-16
2
-7
/
+7
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
1
-0
/
+2
[next]