1. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  2. 083d1f9 Issue #5933: Fix gcc -Wextra compiler warnings (and remove some by Mark Dickinson · 15 years ago
  3. fd1ee7a Add a file that contains diffs between offical libffi files and the by Thomas Heller · 15 years ago
  4. db7ebcf fix this test by Benjamin Peterson · 15 years ago
  5. b87b334 Update the Windows locale mapping with the ones introduced with Vista. by Jeroen Ruigrok van der Werven · 15 years ago
  6. 51133d4 Add ISO-8859-16. by Jeroen Ruigrok van der Werven · 15 years ago
  7. d8282ee Fix name. by Georg Brandl · 15 years ago
  8. 3a9930d this is now a bound method by Benjamin Peterson · 15 years ago
  9. 399e4c4 add _PyObject_LookupSpecial to handle fetching special method lookup by Benjamin Peterson · 15 years ago
  10. d846f1d #4351: more appropriate DeprecationWarning stacklevels by Philip Jenvey · 15 years ago
  11. 6f99778 fixed AR/ARFLAGS values in test_sysconfig by Tarek Ziadé · 15 years ago
  12. 3a6e886 run autoconf (step forgotten in r72445) by Tarek Ziadé · 15 years ago
  13. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  14. ff748cd removed remaining spaces by Tarek Ziadé · 15 years ago
  15. 7523234 Fixed wording for formatting integers: precision is not allowed. by Eric Smith · 15 years ago
  16. f7e7bab Pre-opened test file needs to be opened in binary mode. by R. David Murray · 15 years ago
  17. d3bf34c News item for Issue5955. by R. David Murray · 15 years ago
  18. 8fd522f Issue5955: aifc's close method did not close the file it wrapped, by R. David Murray · 15 years ago
  19. 0258811 actually close files instead of leaving it to the gc #5955 by Benjamin Peterson · 15 years ago
  20. dd26681 Revert inappropriate doc change. by R. David Murray · 15 years ago
  21. e202700 Document how to pass a 'decode' argument to get_payload when by R. David Murray · 15 years ago
  22. 1271662 Remove two dead links by Andrew M. Kuchling · 15 years ago
  23. 726ba8e Add NEWS entry about issue #3739. by Walter Dörwald · 15 years ago
  24. a7fb408 Issue 3739: The unicode-internal encoder now reports the number of *characters* by Walter Dörwald · 15 years ago
  25. c924b3d Be more explicit about the error we are catching. by Jeroen Ruigrok van der Werven · 15 years ago
  26. 56342d5 removed string.split usage by Tarek Ziadé · 15 years ago
  27. ccf608c more build_clib cleanup + test coverage by Tarek Ziadé · 15 years ago
  28. b04a057 pep8-fied build_clib module : it is now similar to the one in 3.x by Tarek Ziadé · 15 years ago
  29. d2bb1a5 Added a test and cleaned check_library_list to be ready to fix #5940 by Tarek Ziadé · 15 years ago
  30. 041f465 Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent by Jeroen Ruigrok van der Werven · 15 years ago
  31. eaeb4c6 Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from by Benjamin Peterson · 15 years ago
  32. c6c1f96 tabify :( by Benjamin Peterson · 15 years ago
  33. 8dc74f4 Issue #5721: don't package Lib/test/README anymore. by Martin v. Löwis · 15 years ago
  34. a98c8e1 fix running test_capi with -R :: by Benjamin Peterson · 15 years ago
  35. a57773e Fix Issue #4875: find_library can return directories instead of files (on win32) by Thomas Heller · 15 years ago
  36. a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  37. 929ab93 Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for by Mark Dickinson · 15 years ago
  38. 2c72420 Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in pathname2url as windows recognizes it. test_urllib passes now. by Senthil Kumaran · 15 years ago
  39. 588b54b Issue #5847: Remove -n switch on "Edit with IDLE" menu item. by Martin v. Löwis · 15 years ago
  40. cecdc9c Remove unused variable. by Georg Brandl · 15 years ago
  41. ba68a99 #5929: fix signedness warning. by Georg Brandl · 15 years ago
  42. 5815220 Fix overlong lines. by Georg Brandl · 15 years ago
  43. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 15 years ago
  44. e3869c4 Add a news entry for r72319. by Georg Brandl · 15 years ago
  45. 7c26d76 #1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite. by Georg Brandl · 15 years ago
  46. f71ba95 #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. by Georg Brandl · 15 years ago
  47. ab538fc Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.) by Steven Bethard · 15 years ago
  48. 7c67b03 using sys._getframe(x), where x > 0 doesnt' work on IronPython by Benjamin Peterson · 15 years ago
  49. 7ba8e1c Fix issue 5890: (property subclass shadows __doc__ string) by inserting by R. David Murray · 15 years ago
  50. 97377bf Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory. by Antoine Pitrou · 15 years ago
  51. e3a3726 #5916, 5917: small socket doc improvements. by Georg Brandl · 15 years ago
  52. f5f045e #5927, 5928: typos. by Georg Brandl · 15 years ago
  53. 2ca9be4 #5925: fix highlighting of keyword table. by Georg Brandl · 15 years ago
  54. 2aabce7 Add Nick Barnes to ACKS. by Antoine Pitrou · 15 years ago
  55. 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 15 years ago
  56. 2827709 Fix typos. by Walter Dörwald · 15 years ago
  57. 406d7aa Issue #5913: os.listdir() should fail for empty path on windows. by Hirokazu Yamamoto · 15 years ago
  58. eeb51a9 cleanup applied patch to match style that is already in py3k branch. by Gregory P. Smith · 15 years ago
  59. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 15 years ago
  60. 342c8db There's no %A in Python 2.x! by Walter Dörwald · 15 years ago
  61. ed960ac Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call by Walter Dörwald · 15 years ago
  62. 01fce5a Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware. by Mark Dickinson · 15 years ago
  63. 777e4ff Eliminate some locale-dependent calls to isspace and tolower. by Mark Dickinson · 15 years ago
  64. 85e269b Remove unnecessary uses of context in PyGetSetDef. See issue #5880. by Mark Dickinson · 15 years ago
  65. 4bd7664 docstring update. by Gregory P. Smith · 15 years ago
  66. 9ac3ee6 Optimization: move RFC defined network constant construction out of by Gregory P. Smith · 15 years ago
  67. 6493d78 Issue 5379 - applies patch supplied by philipp hagemeister to fix by Gregory P. Smith · 15 years ago
  68. 62e9a65 Further development of issue5559, handle Windows files by Kurt B. Kaiser · 15 years ago
  69. 106ac46 idle.py modified and simplified to better support by Kurt B. Kaiser · 15 years ago
  70. 07ef487 by Michael Foord · 15 years ago
  71. 7430989 Isue #5084: unpickling now interns the attribute names of pickled objects, by Antoine Pitrou · 15 years ago
  72. 2b42c29 add myself by Benjamin Peterson · 15 years ago
  73. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 15 years ago
  74. 420d4eb #1607951: Make mailbox.Maildir re-read the directories less frequently. by Andrew M. Kuchling · 15 years ago
  75. 6e7bdde Convert test method names to PEP8 style. by Gregory P. Smith · 15 years ago
  76. d4b5c98 Remove unnecessary use of context for long getters. (Related to issue #5880). by Mark Dickinson · 15 years ago
  77. bf6c410 revert unrelated change by Benjamin Peterson · 15 years ago
  78. 6282169 remove py3k compat code by Benjamin Peterson · 15 years ago
  79. 92b9700 Add items by Andrew M. Kuchling · 15 years ago
  80. d7e8e34 don't let sys.argv be used in the tests by Benjamin Peterson · 15 years ago
  81. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 15 years ago
  82. 27f204d Keep py3k and trunk code in sync. by Eric Smith · 15 years ago
  83. 24cc78a Fix directive name. by Georg Brandl · 15 years ago
  84. b64b827 Review ipaddr docs and add them in the TOC under "Internet protocols". by Georg Brandl · 15 years ago
  85. 3fd4ea9 Issue #5726: Make Modules/ld_so_aix return the actual exit code of the linker, rather than always exit successfully. by Antoine Pitrou · 15 years ago
  86. 1fc0231 Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an by Antoine Pitrou · 15 years ago
  87. 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 15 years ago
  88. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 15 years ago
  89. ca87fa5 #5889: remove comma at the end of a list that some C compilers don't like. by Georg Brandl · 15 years ago
  90. 4af40d2 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 15 years ago
  91. b01c6e5 Make the turtle.rst doctests pass. I have a feeling there should be by R. David Murray · 15 years ago
  92. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  93. 2518d3c prevent ref cycles by removing bound method on close() by Benjamin Peterson · 15 years ago
  94. 7c7250d make sure to close file by Benjamin Peterson · 15 years ago
  95. a9b4d47 make sure mode is removable while cleaning up test droppings by Benjamin Peterson · 15 years ago
  96. 8c5326f #5878: fix repr of re object. by Georg Brandl · 15 years ago
  97. 9c6fc51 fix test_shutil on ZFS #5676 by Benjamin Peterson · 15 years ago
  98. 61a0d05 Backport some of the float formatting tests from py3k. by Mark Dickinson · 15 years ago
  99. df108ca Remove format_float and use _PyOS_double_to_string instead. by Mark Dickinson · 15 years ago
  100. 92fcc9c Issue #5864: format(1234.5, '.4') gives misleading result by Mark Dickinson · 15 years ago