Staging
v0.5.1
https://github.com/python/cpython
Revision 6b2964d6a484f066b28e79427dd4f1d8dbdb5de5 authored by Georg Brandl on 13 August 2009, 09:12:46 UTC, committed by Georg Brandl on 13 August 2009, 09:12:46 UTC
................
  r74003 | amaury.forgeotdarc | 2009-07-13 22:38:21 +0200 (Mo, 13 Jul 2009) | 15 lines

  Merged revisions 74000-74001 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74000 | amaury.forgeotdarc | 2009-07-13 22:01:11 +0200 (lun., 13 juil. 2009) | 4 lines

    #1616979: Add the cp720 (Arabic DOS) encoding.
    Since there is no official mapping file from unicode.org,
    the codec file is generated on Windows with the new genwincodec.py script.
  ........
    r74001 | amaury.forgeotdarc | 2009-07-13 22:03:21 +0200 (lun., 13 juil. 2009) | 2 lines

    NEWS entry for r74000.
  ........
................
  r74004 | amaury.forgeotdarc | 2009-07-13 22:48:07 +0200 (Mo, 13 Jul 2009) | 2 lines

  Oops, really pass a bytes string to the ctypes function.
................
  r74009 | brett.cannon | 2009-07-15 06:08:33 +0200 (Mi, 15 Jul 2009) | 4 lines

  Importlib was using custom code to discover all test modules in importlib.test.
  This has now been removed in favor of using unittest's test discovery code in
  TestLoader.discover().
................
  r74012 | ezio.melotti | 2009-07-15 19:17:17 +0200 (Mi, 15 Jul 2009) | 9 lines

  Merged revisions 74011 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74011 | ezio.melotti | 2009-07-15 20:07:04 +0300 (Wed, 15 Jul 2009) | 1 line

    methods' names pep8ification
  ........
................
  r74013 | alexandre.vassalotti | 2009-07-15 19:49:23 +0200 (Mi, 15 Jul 2009) | 4 lines

  Issue #2389: Implement a portable mechanism for pickling array objects.

  Reviewed by: Martin v. Löwis
................
  r74015 | alexandre.vassalotti | 2009-07-15 20:31:06 +0200 (Mi, 15 Jul 2009) | 2 lines

  Fix omission in a comment.
................
  r74017 | amaury.forgeotdarc | 2009-07-15 21:21:18 +0200 (Mi, 15 Jul 2009) | 9 lines

  Merged revisions 74006 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r74006 | amaury.forgeotdarc | 2009-07-14 01:11:54 +0200 (mar., 14 juil. 2009) | 2 lines

    Document the newly added codec
  ........
................
  r74018 | alexandre.vassalotti | 2009-07-15 22:53:55 +0200 (Mi, 15 Jul 2009) | 2 lines

  Don't check 64-bit test cases on 32-bit machine.
................
  r74030 | alexandre.vassalotti | 2009-07-17 05:51:27 +0200 (Fr, 17 Jul 2009) | 7 lines

  Use the proper autoconf macro for checking byte order.

  The BYTEORDER_IS_BIG_ENDIAN macro is defined Objects/unicodeobject.c,
  thus the code was always emitting the little-endian machine format codes.

  This should fix the failure seen on the SPARC buildbot.
................
1 parent 4e25978
History
Tip revision: 6b2964d6a484f066b28e79427dd4f1d8dbdb5de5 authored by Georg Brandl on 13 August 2009, 09:12:46 UTC
Blocked revisions 74003-74004,74009,74012-74013,74015,74017-74018,74030 via svnmerge
Tip revision: 6b2964d
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 688 bytes
.hgignore -rw-r--r-- 882 bytes
.hgtags -rw-r--r-- 3.6 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 38.7 KB
README -rw-r--r-- 6.8 KB
configure -rwxr-xr-x 679.2 KB
configure.in -rw-r--r-- 109.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 31.3 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.7 KB

README

back to top