- 12 Sep, 2006 4 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
- 11 Sep, 2006 4 commits
-
-
Georg Brandl authored
Building with HP's cc on HP-UX turned up a couple of problems. _PyGILState_NoteThreadState was declared as static inconsistently. Make it static as it's not necessary outside of this module. Some tests failed because errno was reset to 0. (I think the tests that failed were at least: test_fcntl and test_mailbox). Ensure that errno doesn't change after a call to Py_END_ALLOW_THREADS. This only affected debug builds.
-
Neal Norwitz authored
-
Neal Norwitz authored
(Also fix some whitespace) Klocwork #364.
-
Neal Norwitz authored
As mentioned on python-dev, reverting patch #1504333 because it introduced an infinite loop in rev 47154. This patch also adds a test to prevent the regression.
-
- 09 Sep, 2006 1 commit
-
-
Brett Cannon authored
on exception classes. Would require introducing a tp_unicode slot to make it work otherwise. Fixes bug #1551432 and will be backported.
-
- 08 Sep, 2006 7 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Nick Coghlan authored
-
- 07 Sep, 2006 9 commits
-
-
Thomas Heller authored
as first argument, and failed with a 'bad argument to internal function' error message.
-
Thomas Heller authored
and they gave a strange error message from PyArg_ParseTuple: function takes exactly 2 arguments (3 given). With tests.
-
Armin Rigo authored
-
Andrew M. Kuchling authored
if an input hook has been defined. Patch by Richard Boulton. This select() code is only executed with readline 2.1, or if READLINE_CALLBACKS is defined. Backport candidate for 2.5, 2.4, probably earlier versions too.
-
Andrew M. Kuchling authored
-
Ronald Oussoren authored
-
Nick Coghlan authored
Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314
-
Raymond Hettinger authored
-
Gustavo Niemeyer authored
offending buildbot
-
- 06 Sep, 2006 8 commits
-
-
Marc-André Lemburg authored
-
Georg Brandl authored
-
Georg Brandl authored
Also make sure that every exception class has __module__ set to 'exceptions'.
-
Neal Norwitz authored
-
Georg Brandl authored
imports (if not in package and if beyond toplevel package).
-
Georg Brandl authored
of os.urandom().
-
Neal Norwitz authored
-
Gustavo Niemeyer authored
subprocess module.
-
- 05 Sep, 2006 7 commits
-
-
Kristján Valur Jónsson authored
Facilitate cross-compilation by having binaries in separate Win32 and x64 directories. Rationalized configs by making proper use of platforms/configurations. Remove pythoncore_pgo project. Add new PGIRelease and PGORelease configurations to perform Profile Guided Optimisation. Removed I64 support, but this can be easily added by copying the x64 platform settings.
-
Andrew M. Kuchling authored
the function name was placed into a regex pattern and the unbalanced paren caused re.compile() to report an error
-
Andrew M. Kuchling authored
[Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-level globals instead of calling sys.exc_info(). Reported by Russell Warren
-
Andrew M. Kuchling authored
-
Georg Brandl authored
to use "in".
-
Hye-Shik Chang authored
-
Hye-Shik Chang authored
- gbk and gb18030 codec now handle U+30FB KATAKANA MIDDLE DOT correctly. - iso2022_jp_2 codec now encodes into G0 for KS X 1001, GB2312 codepoints to conform the standard. - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2 codepoints now.
-