]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge 3.2: Issue #13703 plus some related test suite fixes.
authorGeorg Brandl <georg@python.org>
Mon, 20 Feb 2012 23:33:36 +0000 (00:33 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 20 Feb 2012 23:33:36 +0000 (00:33 +0100)
commit2fb477c0f0284439d40cb3f46eea45ef42446e53
treec8df3747d511256d56ca4af046db7915b5c06096
parentb5c793a0b349cb02003433c30a410595b224079f
parent9edceb3e591063f382ae82e14313813ffc1af0bf
Merge 3.2: Issue #13703 plus some related test suite fixes.
30 files changed:
Doc/library/sys.rst
Doc/reference/datamodel.rst
Doc/using/cmdline.rst
Include/object.h
Include/pydebug.h
Include/pythonrun.h
Lib/os.py
Lib/test/datetimetester.py
Lib/test/script_helper.py
Lib/test/support.py
Lib/test/test_cmd_line.py
Lib/test/test_dis.py
Lib/test/test_gdb.py
Lib/test/test_hash.py
Lib/test/test_os.py
Lib/test/test_strlit.py
Lib/test/test_subprocess.py
Lib/test/test_sys.py
Lib/test/test_urllib.py
Makefile.pre.in
Misc/NEWS
Misc/python.man
Modules/main.c
Modules/posixmodule.c
Objects/object.c
Objects/unicodeobject.c
PCbuild/pythoncore.vcproj
Python/pythonrun.c
Python/sysmodule.c
Tools/scripts/run_tests.py