Staging
v0.5.1
https://github.com/python/cpython
Revision f7eec7c4ca3af64fdb9cdd1fd4d7605161933eb9 authored by Georg Brandl on 07 November 2008, 08:57:11 UTC, committed by Georg Brandl on 07 November 2008, 08:57:11 UTC
........
  r66822 | skip.montanaro | 2008-10-07 03:55:20 +0200 (Tue, 07 Oct 2008) | 2 lines

  Simplify individual tests by defining setUp and tearDown methods.
........
  r66823 | skip.montanaro | 2008-10-07 04:02:00 +0200 (Tue, 07 Oct 2008) | 2 lines

  Pay attention to -R entries in LDFLAGS.
........
  r66832 | skip.montanaro | 2008-10-07 17:03:40 +0200 (Tue, 07 Oct 2008) | 1 line

  save/restore stdout/stderr instead of relying on __*__ versions
........
  r66836 | amaury.forgeotdarc | 2008-10-07 22:32:10 +0200 (Tue, 07 Oct 2008) | 5 lines

  #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key.
  Now it correctly refers to the initial otherset.

  Reviewed by Raymond. Will backport to 2.6.
........
  r66852 | andrew.kuchling | 2008-10-08 15:21:27 +0200 (Wed, 08 Oct 2008) | 1 line

  Note how bytes alias is expected to be used
........
  r66868 | matthias.klose | 2008-10-10 09:24:20 +0200 (Fri, 10 Oct 2008) | 2 lines

  - Makefile.pre.in(PROFILE_TASK): search files in srcdir
........
  r66878 | benjamin.peterson | 2008-10-11 19:25:36 +0200 (Sat, 11 Oct 2008) | 4 lines

  give poplib a real test suite

  #4088 from Giampaolo Rodola'x
........
  r66894 | benjamin.peterson | 2008-10-15 00:37:18 +0200 (Wed, 15 Oct 2008) | 1 line

  remove set compat cruft
........
  r66902 | skip.montanaro | 2008-10-15 13:49:10 +0200 (Wed, 15 Oct 2008) | 1 line

  easter egg
........
  r66912 | hirokazu.yamamoto | 2008-10-16 08:25:25 +0200 (Thu, 16 Oct 2008) | 2 lines

  removed unused _PyUnicode_FromFileSystemEncodedObject.
  made win32_chdir, win32_wchdir static.
........
  r66989 | matthias.klose | 2008-10-21 11:12:25 +0200 (Tue, 21 Oct 2008) | 2 lines

  - install versioned manpage
........
  r66994 | amaury.forgeotdarc | 2008-10-22 00:01:38 +0200 (Wed, 22 Oct 2008) | 6 lines

  #4157 move two test functions out of platform.py.

  Turn them into unit tests, and correct an obvious typo:
      (("a", "b") ("c", "d") ("e", "f"))
  compiles even with the missing commas, but does not execute very well...
........
  r67013 | benjamin.peterson | 2008-10-25 04:53:28 +0200 (Sat, 25 Oct 2008) | 1 line

  give a py3k warning when 'nonlocal' is used as a variable name
........
  r67015 | georg.brandl | 2008-10-25 09:00:52 +0200 (Sat, 25 Oct 2008) | 2 lines

  Typo fix.
........
  r67049 | amaury.forgeotdarc | 2008-10-30 22:18:34 +0100 (Thu, 30 Oct 2008) | 8 lines

  Issue #4176: Pickle would crash the interpreter when a __reduce__ function
  does not return an iterator for the 4th and 5th items.
  (sequence-like and mapping-like state)

  A list is not an iterator...

  Will backport to 2.6 and 2.5.
........
  r67065 | benjamin.peterson | 2008-10-31 00:59:18 +0100 (Fri, 31 Oct 2008) | 1 line

  move unprefixed error into .c file
........
1 parent 4aef703
History
Tip revision: f7eec7c4ca3af64fdb9cdd1fd4d7605161933eb9 authored by Georg Brandl on 07 November 2008, 08:57:11 UTC
Blocked revisions 66822-66823,66832,66836,66852,66868,66878,66894,66902,66912,66989,66994,67013,67015,67049,67065 via svnmerge
Tip revision: f7eec7c
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 3.7 KB
LICENSE -rw-r--r-- 13.4 KB
Makefile.pre.in -rw-r--r-- 37.7 KB
README -rw-r--r-- 55.6 KB
configure -rwxr-xr-x 660.3 KB
configure.in -rw-r--r-- 103.4 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.6 KB
setup.py -rw-r--r-- 80.0 KB

README

back to top