1. 7f3ea6a news entry matching r74655 by Chris Withers · 15 years ago
  2. 68c6e92 Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  3. 7d4f8fd #6777: dont discourage usage of Exception.args or promote usage of Exception.message. by Georg Brandl · 15 years ago
  4. 601ee7f #6756: add some info about the "acct" parameter. by Georg Brandl · 15 years ago
  5. ed4ca82 #5101: add back tests to test_funcattrs that were lost during unittest conversion, and make some PEP8 cleanups. by Georg Brandl · 15 years ago
  6. d22b951 Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented. by Georg Brandl · 15 years ago
  7. fe18a11 #5047: remove Monterey support from configure. by Georg Brandl · 15 years ago
  8. 2e1308f Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module. by Georg Brandl · 15 years ago
  9. e7e941e test_platform fails on OS X Snow Leopard because the UNIX command to get the by Brett Cannon · 15 years ago
  10. ffd0dc1 Sorry, sorry! Ignore my previous two commits. I mixed up the version by Armin Rigo · 15 years ago
  11. f866fbb Does not terminate: consume all memory without responding to Ctrl-C. by Armin Rigo · 15 years ago
  12. f416690 Found the next crasher by thinking about this logic in PyPy. by Armin Rigo · 15 years ago
  13. af795e5 #6757: complete the list of types that marshal can serialize. by Georg Brandl · 15 years ago
  14. bf58d80 #6828: fix wrongly highlighted blocks. by Georg Brandl · 15 years ago
  15. eb4781c #6821: fix signature of PyBuffer_Release(). by Georg Brandl · 15 years ago
  16. 6fcf9b5 remove the check that classmethod's argument is a callable by Benjamin Peterson · 15 years ago
  17. 8514b85 #6638: fix wrong parameter name and markup a class. by Georg Brandl · 15 years ago
  18. 86158fc #6810: add a link to the section about frame objects instead of just a description where to find it. by Georg Brandl · 15 years ago
  19. 018ad1c #6765: hint that log(x, base) is not very sophisticated. by Georg Brandl · 15 years ago
  20. a88fd76 #6808: clarification. by Georg Brandl · 15 years ago
  21. 254c17c #6813: better documentation for numberless string formats. by Georg Brandl · 15 years ago
  22. 9016137 Doc fix for the issue2637. by Senthil Kumaran · 15 years ago
  23. 8dcd06f Issue #6297: Add autogenerated Misc/python.pc file to make distclean target. Thanks Jerry Chen. by Mark Dickinson · 15 years ago
  24. 4ea46a6 other -> others where multiple arguments are accepted. by Georg Brandl · 15 years ago
  25. 7d65fbf #6801: fix copy-paste oversight. by Georg Brandl · 15 years ago
  26. 6f8b99e #6803: fix old name. by Georg Brandl · 15 years ago
  27. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 15 years ago
  28. 3092ed9 fixed #6801: symmetric_difference_update also accepts pipe by Tarek Ziadé · 15 years ago
  29. 2fdd58a Silence gcc 'comparison always false' warning by Mark Dickinson · 15 years ago
  30. f7cda52 Issue #6054: Do not normalize stored pathnames. by Lars Gustäbel · 15 years ago
  31. cc54622 remove more code for restricted execution by Benjamin Peterson · 15 years ago
  32. f6348f4 restricted environments are no more by Benjamin Peterson · 15 years ago
  33. 7a7739d Issue #6794: Fix handling of NaNs in Decimal.compare_total and by Mark Dickinson · 15 years ago
  34. 429677e Issue 6654 by Kristján Valur Jónsson · 15 years ago
  35. e2a7798 issue 6275 by Kristján Valur Jónsson · 15 years ago
  36. e746daa #6787: reference fix. by Georg Brandl · 15 years ago
  37. 185bd22 Typo fix. by Georg Brandl · 15 years ago
  38. e7ba742 Remove leftover text from end of sentence. by R. David Murray · 15 years ago
  39. 1b2695a #6677: note that rmdir only removes empty directories. by Georg Brandl · 15 years ago
  40. 626c0aa fix pdf building by teaching latex the right encoding package by Benjamin Peterson · 15 years ago
  41. 7543997 #6677: mention "deleting" as an alias for removing files. by Georg Brandl · 15 years ago
  42. e8ddbec #6718: fix example. by Georg Brandl · 15 years ago
  43. 0cfbd65 #6725: spell "namespace" consistently. by Georg Brandl · 15 years ago
  44. 8729662 #6772: mention utf-8 as utf8 alias. by Georg Brandl · 15 years ago
  45. 4492a98 #6775: fix python.org URLs in README. by Georg Brandl · 15 years ago
  46. 68b0731 issue 6769 fix a mistake in instantiatiating the HTTPSConnection class. by Kristján Valur Jónsson · 15 years ago
  47. 1a46267 Restore alphabetic order. by Georg Brandl · 15 years ago
  48. c4a4aeb fixed misplaced Issue line by Tarek Ziadé · 15 years ago
  49. f721666 Fixed #6556: Corrected doc on how Distutils looks for its user configuration file under Windows by Tarek Ziadé · 15 years ago
  50. 333c6e7 Added section on exceptions raised during logging. by Vinay Sajip · 15 years ago
  51. 764fc23 #6693: New functions in site.py to get user/global site packages paths. by Tarek Ziadé · 15 years ago
  52. 4e63d54 Add weakref support to the thread.lock type. by Gregory P. Smith · 15 years ago
  53. 77db016 comment typo fix by Gregory P. Smith · 15 years ago
  54. e2ae86a Revert the changes from r74463, they were causing test_xmlrpc to fail. by Gregory P. Smith · 15 years ago
  55. 6f1fa21 Added missing static option for OptionMenu. Issue #5961. by Guilherme Polo · 15 years ago
  56. 7b50c4f Issue #1356969: Add missing info methods in Tix.HList. by Guilherme Polo · 15 years ago
  57. 56366cc missing module ref (issue6723) by Skip Montanaro · 15 years ago
  58. 397bd1e Fixes for Tix.Grid from issue #1522587. by Guilherme Polo · 15 years ago
  59. 6b3c709 Issue #1522587: New constants and methods for the Tix.Grid widget. by Guilherme Polo · 15 years ago
  60. 57f9b72 Mark the "radio" option of Tix.CheckList as static. by Guilherme Polo · 15 years ago
  61. 6c823f8 Issue #1250469: Fix the return value of Tix.PanedWindow.panes. by Guilherme Polo · 15 years ago
  62. d3e6e4b Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. by Guilherme Polo · 15 years ago
  63. 9132916 fixed typo by Tarek Ziadé · 15 years ago
  64. 1c8c9d1 added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed by Tarek Ziadé · 15 years ago
  65. e2f35c3 module cleanup by Tarek Ziadé · 15 years ago
  66. 98026f1 fixed how fnmatch.translate is used (since it has changed in r74475 for #6665). Now the code is not harcoding the usage of $ anymore by Tarek Ziadé · 15 years ago
  67. 2c9e33f Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation. by R. David Murray · 15 years ago
  68. fe8745d typos by Benjamin Peterson · 15 years ago
  69. 5e7f645 Further refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  70. 99954c9 Clean up the C library import code (based on suggestions in issue6281). by Gregory P. Smith · 15 years ago
  71. df75677 Add test of file.write(array) extracted from Jython. by Frank Wierzbicki · 15 years ago
  72. b98d6b2 Issue 6665: Fix fnmatch to properly match filenames with newlines in them. by Gregory P. Smith · 15 years ago
  73. 1ce2d53 Wrong place for issue #6244. by Guilherme Polo · 15 years ago
  74. fb11835 Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. by Guilherme Polo · 15 years ago
  75. 1c0b24f Refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  76. 3a0dc30 Added section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  77. c0ba828 better col_offsets for "for" statements with tuple unpacking #6704 by Benjamin Peterson · 15 years ago
  78. 8cabfa3 Force the http connection to close after any request returned when by Gregory P. Smith · 15 years ago
  79. 4c6e808 #6707 fix a crash with dir() on an uninitialized module by Benjamin Peterson · 15 years ago
  80. 75e1f99 Clarifying Entry.selection_present's docstring. by Guilherme Polo · 15 years ago
  81. e45f017 Issue #1135: Add the XView and YView mix-ins to avoid duplicating by Guilherme Polo · 15 years ago
  82. f198ac2 Issue #3926: Fix the usage of the new showwarnings and formatwarning. by Guilherme Polo · 15 years ago
  83. 86b882f Issue #3344: Replace itertools.count by enumerate. by Guilherme Polo · 15 years ago
  84. 59584c4 Added versionchanged notices for optional 'delay' parameter to file handler classes. by Vinay Sajip · 15 years ago
  85. 764465f Expat could crash if given the wrong kind of input by never stopping its by Brett Cannon · 15 years ago
  86. c4ad034 Fix issue1628205: Socket file objects returned by socket.socket.makefile() now by Gregory P. Smith · 15 years ago
  87. aa66a96 Remove potentially confusing sentence in __mangling description. by Georg Brandl · 15 years ago
  88. fb69631 Use locale.format_string() for more than one specifier. by Georg Brandl · 15 years ago
  89. 04fd324 #6679: Remove mention that sub supports no flags. by Georg Brandl · 15 years ago
  90. f466642 comment typo fix by Gregory P. Smith · 15 years ago
  91. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 15 years ago
  92. 4a46e1c #6658: fix two typos. by Georg Brandl · 15 years ago
  93. 43161a5 Fix punctuation and one copy-paste error. by Georg Brandl · 15 years ago
  94. 29bc2cd Fix base keyword arg name for int() and long(). by Georg Brandl · 15 years ago
  95. 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 15 years ago
  96. 175e0bf Typo. by Guilherme Polo · 15 years ago
  97. 3d75555 Easier reference to find (at least while svn continues being used). by Guilherme Polo · 15 years ago
  98. 4b45673 Issue #6620: Slightly safer code for _grouping_intervals in the locale by Mark Dickinson · 15 years ago
  99. 4809c73 Add donation link to docs footer. by Georg Brandl · 15 years ago
  100. 8d5a652 Issue #6644: Fix compile error on AIX. by Mark Dickinson · 15 years ago