- 18 Dec, 2005 12 commits
-
-
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 9 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
-
Georg Brandl authored
-
- 15 Dec, 2005 8 commits
-
-
Trent Mick authored
-
Trent Mick authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Walter Dörwald authored
-
Fredrik Lundh authored
-
Neal Norwitz authored
http://www.tortall.net/mu/blog/2005/12/01 Pointed out from SF #1365916. Backport candidate.
-
Neal Norwitz authored
(calling ftell(stdin) doesn't seem defined). So we won't test errors from ftell unless we can do it portably.
-