- 18 Ara, 2005 14 kayıt (commit)
-
-
Fredrik Lundh yazdı
Norwitz)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Needs backport.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Fix _sys_version() so it works with the new buildno, not sure if it is correct. test_platform passes
-
Neal Norwitz yazdı
Fix some 64-bit issues due to mismatch format characters w/actual data types
-
Neal Norwitz yazdı
Don't double check for NULLs and don't initialize if not necessary. No functional changes.
-
Neal Norwitz yazdı
-
Barry Warsaw yazdı
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 Ara, 2005 11 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
We still need a change in the reference manual to reflect the new try statement.
-
Neal Norwitz yazdı
Modified since ast-arenas was implemented.
-
Neal Norwitz yazdı
simplifies a lot of error handling code, and fixes many memory leaks.
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Fredrik Lundh yazdı
(reported by Chris Olds). Backported from the 1.0.6 development branch.
-
Hye-Shik Chang yazdı
just like string codecs.
-
- 16 Ara, 2005 9 kayıt (commit)
-
-
Tim Peters yazdı
-
Brett Cannon yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 15 Ara, 2005 6 kayıt (commit)
-
-
Trent Mick yazdı
-
Trent Mick yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Walter Dörwald yazdı
-
Fredrik Lundh yazdı
-