- 19 Dec, 2005 2 commits
-
-
Neal Norwitz authored
Most of these can be backported.
-
Neal Norwitz authored
-
- 18 Dec, 2005 19 commits
-
-
Barry Warsaw authored
Subversion revision number. First, in an svn export, there will be no .svn directory, so use an in-file $Revision$ keyword string with the keyword chrome stripped off. Also, use $(srcdir) in the Makefile.pre.in to handle the case where Python is build outside the source tree.
-
Neal Norwitz authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
added refcount information for PyObject_Call
-
Fredrik Lundh authored
-
Fredrik Lundh authored
Norwitz)
-
Neal Norwitz authored
-
Neal Norwitz authored
This code generated a C assertion: assert 1, ([s for s in x] + [s for s in x]) pass assert was completely broken, it needed to use the proper block. compiler_use_block() is now no longer used, so remove it.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Needs backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Fix _sys_version() so it works with the new buildno, not sure if it is correct. test_platform passes
-
Neal Norwitz authored
Fix some 64-bit issues due to mismatch format characters w/actual data types
-
Neal Norwitz authored
Don't double check for NULLs and don't initialize if not necessary. No functional changes.
-
Neal Norwitz authored
-
Barry Warsaw authored
Add C API function Py_GetBuildNumber(), add it to the interactive prompt banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number attribute. The build number is a string instead of an int because it may contain a trailing 'M' if there are local modifications.
-
- 17 Dec, 2005 11 commits
-
-
Neal Norwitz authored
-
Georg Brandl authored
-
Georg Brandl authored
We still need a change in the reference manual to reflect the new try statement.
-
Neal Norwitz authored
Modified since ast-arenas was implemented.
-
Neal Norwitz authored
simplifies a lot of error handling code, and fixes many memory leaks.
-
Neal Norwitz authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Fredrik Lundh authored
(reported by Chris Olds). Backported from the 1.0.6 development branch.
-
Hye-Shik Chang authored
just like string codecs.
-
- 16 Dec, 2005 8 commits
-
-
Tim Peters authored
-
Brett Cannon authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Georg Brandl authored
-
Georg Brandl authored
-