0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Python
Thomas Wouters 8ce81f767a Merged revisions 58211-58220 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r58211 | facundo.batista | 2007-09-19 19:53:25 +0200 (Wed, 19 Sep 2007) | 4 lines


  Issue #1772851.  Optimization of __hash__ to behave better for big big
  numbers.
........
  r58216 | raymond.hettinger | 2007-09-20 05:03:43 +0200 (Thu, 20 Sep 2007) | 1 line

  Fit nits
........
  r58217 | georg.brandl | 2007-09-20 10:44:59 +0200 (Thu, 20 Sep 2007) | 2 lines

  alternate -> alternative.
........
  r58218 | georg.brandl | 2007-09-20 18:06:07 +0200 (Thu, 20 Sep 2007) | 2 lines

  Patch #1541463: optimize performance of cgi.FieldStorage operations.
........
  r58219 | georg.brandl | 2007-09-20 18:45:27 +0200 (Thu, 20 Sep 2007) | 2 lines

  #1176: document that string methods don't take keyword args.
........
  r58220 | thomas.wouters | 2007-09-20 19:35:10 +0200 (Thu, 20 Sep 2007) | 4 lines


  Try harder to stay within the 79-column limit. There's still two places that go (way) over, but those are harder to fix without suffering in readability.
........
2007-09-20 18:22:40 +00:00
..
asdl.c
ast.c Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
atof.c
bltinmodule.c Decode input() with stdin.encoding. Fixes #1097. 2007-09-04 05:24:49 +00:00
ceval.c Merged revisions 58211-58220 via svnmerge from 2007-09-20 18:22:40 +00:00
codecs.c
compile.c Merged revisions 58203-58210 via svnmerge from 2007-09-19 21:19:28 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
formatter_unicode.c Implementation of PEP 3101, Advanced String Formatting. 2007-08-25 02:26:07 +00:00
frozen.c
frozenmain.c
future.c Use unicode 2007-08-25 07:41:59 +00:00
getargs.c Ugh, hopefully I can get this right. The code is only compiled on Win64 2007-08-31 05:32:33 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
hypot.c
import.c Convert code from sys.stdin.encoding to UTF-8 in 2007-09-04 09:18:06 +00:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c [Oops, I forgot half of the patch.] 2007-08-29 20:39:13 +00:00
memmove.c
modsupport.c
mysnprintf.c
mystrtoul.c
peephole.c
pyarena.c
pyfpe.c
pystate.c
pystrtod.c
Python-ast.c Customary 2nd submit of this file after it's been changed. 2007-08-31 04:03:25 +00:00
pythonrun.c Convert code from sys.stdin.encoding to UTF-8 in 2007-09-04 09:18:06 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
sysmodule.c Remove the simple slicing API. All slicing is now done with slice objects. 2007-08-30 22:57:53 +00:00
thread_atheos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
thread.c Remove support for BeOS 2007-08-17 12:57:41 +00:00
traceback.c Bug #1772489: make dir() work on traceback objects again. 2007-08-14 17:53:54 +00:00