1. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  2. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  3. 222e127 Fix markup. by Georg Brandl · 17 years ago
  4. 3540b50 Good catch Neal! by Christian Heimes · 17 years ago
  5. 61ecb77 Added the test cases I actually meant to add. by Eric Smith · 17 years ago
  6. fc6e8fe Simplifed argument parsing in object.__format__, added test case. by Eric Smith · 17 years ago
  7. 0041223 Fixed print -> print() by Christian Heimes · 17 years ago
  8. 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
  9. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  10. 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
  11. 0625e89 Always define Py_USING_UNICODE, 3rd party software may depend on it. A missing declaration can lead to strange bugs as I had to learn the hard way in the upcoming merge by Christian Heimes · 17 years ago
  12. 3b06e53 Another patch for #1762972: __file__ points to the py file instead pyo/pyc file by Christian Heimes · 17 years ago
  13. a38f73b Fix issue1753: TextIOWrapper.write writes utf BOM for every string. by Alexandre Vassalotti · 17 years ago
  14. 52d168a Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure. by Georg Brandl · 17 years ago
  15. 22ec03c Fix merge glitch. by Georg Brandl · 17 years ago
  16. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 17 years ago
  17. 13a7a21 Issue #1762972: Readded the reload() function as imp.reload() by Christian Heimes · 17 years ago
  18. 8de8e03 Remove paragraph about old-style classes. by Georg Brandl · 17 years ago
  19. 59d6916 Fix reverse Ximenez symptom. by Georg Brandl · 17 years ago
  20. 60fe2f1 Fix note markup. by Georg Brandl · 17 years ago
  21. fd85516 Remove obsolete note. by Georg Brandl · 17 years ago
  22. ad433db Clean up PyString_Size(). by Alexandre Vassalotti · 17 years ago
  23. 5dfe0de Missed one because of indirection. by Georg Brandl · 17 years ago
  24. 50da60c The final occurrences of exception slicing. by Georg Brandl · 17 years ago
  25. d11b68a Fix more exception slicing. by Georg Brandl · 17 years ago
  26. 7357c23 Fix exception slicing. by Georg Brandl · 17 years ago
  27. 74f3669 Use consistent note numbers. by Georg Brandl · 17 years ago
  28. a6fa272 Clarify sentence in tutorial. Thanks to Marek Kubica. by Georg Brandl · 17 years ago
  29. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  30. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  31. e239b00 Add some missing news. Add some periods. by Guido van Rossum · 17 years ago
  32. 472f07d Add unit tests for the newlines property of IncrementalNewlineDecoder. by Alexandre Vassalotti · 17 years ago
  33. ab078dd Issue #1393: object_richcompare() returns NotImplemented instead of by Guido van Rossum · 17 years ago
  34. 673f7ef Fix bug introduced by r59746. by Georg Brandl · 17 years ago
  35. 60bad0e Big fat todo. by Georg Brandl · 17 years ago
  36. c3db090 Set native svn:eol-style property for text files. by Georg Brandl · 17 years ago
  37. 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 17 years ago
  38. c215583 Make math.floor and math.ceil return ints instead of floats. by Jeffrey Yasskin · 17 years ago
  39. d348b25 Remove several mentions of old Python versions that don't apply anymore. by Georg Brandl · 17 years ago
  40. 84df79b Typo. by Georg Brandl · 17 years ago
  41. 0c95e71 Remove dead code brought in by merge glitch @ r59667 by Kurt B. Kaiser · 17 years ago
  42. 8eb45a3 Fix merge glitch. by Guido van Rossum · 17 years ago
  43. 43b1509 Interpreter wasn't displaying the location of a SyntaxError Issue1692 by Kurt B. Kaiser · 17 years ago
  44. 4c3eda3 And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks Hiro! by Christian Heimes · 17 years ago
  45. c36625b Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word by Christian Heimes · 17 years ago
  46. 8fd7b0c Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c by Christian Heimes · 17 years ago
  47. 1aa7b30 Fixed test_long by Christian Heimes · 17 years ago
  48. 3f419af Merged revisions 59696-59702 via svnmerge from by Christian Heimes · 17 years ago
  49. a34706f Merged revisions 59680-59695 via svnmerge from by Christian Heimes · 17 years ago
  50. bccd63c NEWS entry for r59682. by Amaury Forgeot d'Arc · 17 years ago
  51. 2e1d0f0 Fixed unichr() -> chr() by Christian Heimes · 17 years ago
  52. d6179e1 On Windows, when import fails to load a dll module, the message says by Amaury Forgeot d'Arc · 17 years ago
  53. 819b8bf More PyImport_ImportModule -> PyImport_ImportModuleNoBlock by Christian Heimes · 17 years ago
  54. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  55. 1c9f437 Show in the sys.version string (bot not elsewhere) that this is more by Guido van Rossum · 17 years ago
  56. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  57. ba3febc Fixed merge accident by Christian Heimes · 17 years ago
  58. 7c086c0 Get rid of raw_input() emulation, use its reincarnation as input(). by Guido van Rossum · 17 years ago
  59. 83210b9 Fix issue #1707. When raw_input() was removed, it was incorrectly replaced by Guido van Rossum · 17 years ago
  60. cfb8333 Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt. by Guido van Rossum · 17 years ago
  61. d9a4d1d Merged revisions 59628-59641 via svnmerge from by Christian Heimes · 17 years ago
  62. f5243f0 Merge changes from 59576 from trunk to p3yk branch; these were skipped by Guido van Rossum · 17 years ago
  63. a9de06d Removed doubledigit from Makefile by Christian Heimes · 17 years ago
  64. b6b3ecc Fixed svn merge issues by Christian Heimes · 17 years ago
  65. 41be35d Merged revisions 59625-59627 via svnmerge from by Christian Heimes · 17 years ago
  66. 7a001bc Fixed svn:ignore by Christian Heimes · 17 years ago
  67. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  68. 862543a Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will raise a warning: Lib/io.py:1221: RuntimeWarning: Trying to close unclosable fd by Christian Heimes · 17 years ago
  69. c90584e Use strings for all entity values, as that is now possible by Martin v. Löwis · 17 years ago
  70. 18a499d Two nits. by Georg Brandl · 17 years ago
  71. 9a37159 Merged revisions 59595-59604 via svnmerge from by Christian Heimes · 17 years ago
  72. f609a34 help() was not paging to the shell. Issue1650. by Kurt B. Kaiser · 17 years ago
  73. c3d7fe0 Fix the reset() method of IncrementalNewlineDecoder to also reset self.seennl. by Alexandre Vassalotti · 17 years ago
  74. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
  75. 81f1130 Document os.device_encoding. by Georg Brandl · 17 years ago
  76. e5a32dc Fix docstring of types.py. by Georg Brandl · 17 years ago
  77. 69aabc0 Fix role usage. by Georg Brandl · 17 years ago
  78. e783700 Fix thoroughly misleading comment by Nick Coghlan · 17 years ago
  79. 8445104 Drop _PyLong_FitsInLong. Fixes #1666. by Martin v. Löwis · 17 years ago
  80. 704b34d Fix issue #1667. The _Printer() class was using sys.stdin.readline() by Guido van Rossum · 17 years ago
  81. 7d85ba1 Update to the world tool for Python 3. Provided by quentin.gallet-gilles via by Barry Warsaw · 17 years ago
  82. 3acc41b Fixed #1673. I hope it works. I don't have access to a Windows box right now. by Christian Heimes · 17 years ago
  83. a30be30 Removed test from test_import. It will never work on all systems, see #1377 by Christian Heimes · 17 years ago
  84. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  85. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  86. 2c18161 Merged revisions 59512-59540 via svnmerge from by Christian Heimes · 17 years ago
  87. 3377055 Fix sys.maxsize docs. by Georg Brandl · 17 years ago
  88. 2d378ab Fixed #1630 by Christian Heimes · 17 years ago
  89. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  90. 54cc54c update to fix leak in SSL code by Bill Janssen · 17 years ago
  91. 517b9dd Couple of corrections to open() doc as per email from GvR. by Mark Summerfield · 17 years ago
  92. ecff60e Updated open() to more accurately reflect io.open()'s documentation. by Mark Summerfield · 17 years ago
  93. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  94. 8a78cad Shell was not colorizing due to bug introduced at r57998, Bug 1586. by Kurt B. Kaiser · 17 years ago
  95. f4d4f8b Explicitly close pipes so test_ctypes won't appear to randomly leak by Guido van Rossum · 17 years ago
  96. b8189f3 Add a comment to explain why we have to restore the original value. by Thomas Heller · 17 years ago
  97. 3536a5c maxint->maxsize. Wouldn't import. by Kurt B. Kaiser · 17 years ago
  98. 79bbbbc Bump version by Kurt B. Kaiser · 17 years ago
  99. eeb49cd This test checks and modifies the value of an integer stored in a dll. by Thomas Heller · 17 years ago
  100. 94b7d3d Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to Joseph for the fix by Christian Heimes · 17 years ago