1. 4e63d54 Add weakref support to the thread.lock type. by Gregory P. Smith · 15 years ago
  2. 77db016 comment typo fix by Gregory P. Smith · 15 years ago
  3. e2ae86a Revert the changes from r74463, they were causing test_xmlrpc to fail. by Gregory P. Smith · 15 years ago
  4. 6f1fa21 Added missing static option for OptionMenu. Issue #5961. by Guilherme Polo · 15 years ago
  5. 7b50c4f Issue #1356969: Add missing info methods in Tix.HList. by Guilherme Polo · 15 years ago
  6. 56366cc missing module ref (issue6723) by Skip Montanaro · 15 years ago
  7. 397bd1e Fixes for Tix.Grid from issue #1522587. by Guilherme Polo · 15 years ago
  8. 6b3c709 Issue #1522587: New constants and methods for the Tix.Grid widget. by Guilherme Polo · 15 years ago
  9. 57f9b72 Mark the "radio" option of Tix.CheckList as static. by Guilherme Polo · 15 years ago
  10. 6c823f8 Issue #1250469: Fix the return value of Tix.PanedWindow.panes. by Guilherme Polo · 15 years ago
  11. d3e6e4b Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. by Guilherme Polo · 15 years ago
  12. 9132916 fixed typo by Tarek Ziadé · 15 years ago
  13. 1c8c9d1 added more test coverage for distutils.filelist to prevent regressions when fnmatch or re are changed by Tarek Ziadé · 15 years ago
  14. e2f35c3 module cleanup by Tarek Ziadé · 15 years ago
  15. 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
  16. 2c9e33f Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation. by R. David Murray · 15 years ago
  17. fe8745d typos by Benjamin Peterson · 15 years ago
  18. 5e7f645 Further refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  19. 99954c9 Clean up the C library import code (based on suggestions in issue6281). by Gregory P. Smith · 15 years ago
  20. df75677 Add test of file.write(array) extracted from Jython. by Frank Wierzbicki · 15 years ago
  21. b98d6b2 Issue 6665: Fix fnmatch to properly match filenames with newlines in them. by Gregory P. Smith · 15 years ago
  22. 1ce2d53 Wrong place for issue #6244. by Guilherme Polo · 15 years ago
  23. fb11835 Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6. by Guilherme Polo · 15 years ago
  24. 1c0b24f Refined section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  25. 3a0dc30 Added section on logging to one file from multiple processes. by Vinay Sajip · 15 years ago
  26. c0ba828 better col_offsets for "for" statements with tuple unpacking #6704 by Benjamin Peterson · 15 years ago
  27. 8cabfa3 Force the http connection to close after any request returned when by Gregory P. Smith · 15 years ago
  28. 4c6e808 #6707 fix a crash with dir() on an uninitialized module by Benjamin Peterson · 15 years ago
  29. 75e1f99 Clarifying Entry.selection_present's docstring. by Guilherme Polo · 15 years ago
  30. e45f017 Issue #1135: Add the XView and YView mix-ins to avoid duplicating by Guilherme Polo · 15 years ago
  31. f198ac2 Issue #3926: Fix the usage of the new showwarnings and formatwarning. by Guilherme Polo · 15 years ago
  32. 86b882f Issue #3344: Replace itertools.count by enumerate. by Guilherme Polo · 15 years ago
  33. 59584c4 Added versionchanged notices for optional 'delay' parameter to file handler classes. by Vinay Sajip · 15 years ago
  34. 764465f Expat could crash if given the wrong kind of input by never stopping its by Brett Cannon · 15 years ago
  35. c4ad034 Fix issue1628205: Socket file objects returned by socket.socket.makefile() now by Gregory P. Smith · 15 years ago
  36. aa66a96 Remove potentially confusing sentence in __mangling description. by Georg Brandl · 15 years ago
  37. fb69631 Use locale.format_string() for more than one specifier. by Georg Brandl · 15 years ago
  38. 04fd324 #6679: Remove mention that sub supports no flags. by Georg Brandl · 15 years ago
  39. f466642 comment typo fix by Gregory P. Smith · 15 years ago
  40. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 15 years ago
  41. 4a46e1c #6658: fix two typos. by Georg Brandl · 15 years ago
  42. 43161a5 Fix punctuation and one copy-paste error. by Georg Brandl · 15 years ago
  43. 29bc2cd Fix base keyword arg name for int() and long(). by Georg Brandl · 15 years ago
  44. 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 15 years ago
  45. 175e0bf Typo. by Guilherme Polo · 15 years ago
  46. 3d75555 Easier reference to find (at least while svn continues being used). by Guilherme Polo · 15 years ago
  47. 4b45673 Issue #6620: Slightly safer code for _grouping_intervals in the locale by Mark Dickinson · 15 years ago
  48. 4809c73 Add donation link to docs footer. by Georg Brandl · 15 years ago
  49. 8d5a652 Issue #6644: Fix compile error on AIX. by Mark Dickinson · 15 years ago
  50. 8fdab95 Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 15 years ago
  51. 6c0f337 Adding tests derived from the Jython project. These are primarily tests of by Frank Wierzbicki · 15 years ago
  52. 9a6d6c9 Issue #6619: Remove duplicate 'isgenerator' function from inspect module. by Mark Dickinson · 15 years ago
  53. 4326ad8 Issue #6595: Allow Decimal constructor to accept non-European decimal by Mark Dickinson · 15 years ago
  54. 9279e7d - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 15 years ago
  55. 5c4a5d2 Issue 6330: Fix --enable-unicode=ucs4. by Eric Smith · 15 years ago
  56. 9ad0b36 Documentation fix for change introduced in r71832 by Mark Dickinson · 15 years ago
  57. 4938fef Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better. by Georg Brandl · 15 years ago
  58. 14bb28a Fix a few markup glitches. by Georg Brandl · 15 years ago
  59. ffefd5a Fix some markup and small factual glitches found by M. Markert. by Georg Brandl · 15 years ago
  60. 07e20f8 Add a link to readline, and mention IPython and bpython. by Georg Brandl · 15 years ago
  61. 019e8dd #6336: Add nb_divide. by Georg Brandl · 15 years ago
  62. f3d520c #6591: add reference to ioctl in fcntl module for platforms other than Windows. by Georg Brandl · 15 years ago
  63. 5b3e7e9 #6593: fix link targets. by Georg Brandl · 15 years ago
  64. 3e5b027 #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, by Amaury Forgeot d'Arc · 15 years ago
  65. e55df1f "Fix" for the refleak report: the ABC classes are now in the _pyio module by Amaury Forgeot d'Arc · 15 years ago
  66. fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 15 years ago
  67. 8d31f54 Clarify quote_plus() usage. by Georg Brandl · 15 years ago
  68. 8ab590e Remove leading blank line from cmath.rst by Mark Dickinson · 15 years ago
  69. 44ec7ac Issue #6458: Reorganize cmath documentation into sections (similar to by Mark Dickinson · 15 years ago
  70. c2b9e1a Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 15 years ago
  71. 794b2a7 1. Clean workspace more thoughly before build. by Kurt B. Kaiser · 15 years ago
  72. e94a826 Sync trunk and py3k versions of string formatting. Will manually merge into py3k. by Eric Smith · 15 years ago
  73. fb0e057 Issue 6581. Michael Foord by Michael Foord · 15 years ago
  74. 3591a8f Move member descriptions inside the classes. by Georg Brandl · 15 years ago
  75. d7d4fd7 builtin -> built-in. by Georg Brandl · 15 years ago
  76. 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 15 years ago
  77. 74f8fc0 #6576: fix cross-refs in re docs. by Georg Brandl · 15 years ago
  78. 982b2fa Better name a variable: 'buf' seems to imply a mutable buffer. by Amaury Forgeot d'Arc · 15 years ago
  79. 1ba9c87 #6571: add index entries for more operators. by Georg Brandl · 15 years ago
  80. 9119fbc clarify by Benjamin Peterson · 15 years ago
  81. e2d2704 #6564: fix section about the two raise syntaxes. by Georg Brandl · 15 years ago
  82. 36b30b5 Dont put "void" in signature for nullary functions. by Georg Brandl · 15 years ago
  83. f0b1733 Fix arg types of et#. by Georg Brandl · 15 years ago
  84. 74b3016 #6553: crash in cPickle.load(), when given a StringIO with incomplete data. by Amaury Forgeot d'Arc · 15 years ago
  85. 617a558 use bools by Benjamin Peterson · 15 years ago
  86. 39186bc use bools for autoraise by Benjamin Peterson · 15 years ago
  87. beca499 Fix the "pylocals" gdb command. by Georg Brandl · 15 years ago
  88. 0e66914 #6548: dont suggest existence of real and imag functions in cmath. by Georg Brandl · 15 years ago
  89. 7fc214b #6423 has_key -> in by Ezio Melotti · 15 years ago
  90. 46ca2f2 Backport of fix for issue 6542: make sure by R. David Murray · 15 years ago
  91. d38d344 revert r74152 by Benjamin Peterson · 15 years ago
  92. ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 15 years ago
  93. af2406f Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O by Tarek Ziadé · 15 years ago
  94. bee2e18 simplify by Benjamin Peterson · 15 years ago
  95. 771e87b install unittest as a package by Benjamin Peterson · 15 years ago
  96. dd89705 #6536 fixed typo by Ezio Melotti · 15 years ago
  97. d8431ae Revert rev 74134, as it does not completely fixx issue #6493. by Thomas Heller · 15 years ago
  98. 24d9175 must use _PyThreadState_Current so it isn't checked for NULL #6530 by Benjamin Peterson · 15 years ago
  99. 6adda96 Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits wide. by Thomas Heller · 15 years ago
  100. 4d4b739 Merged revisions 74121-74122 via svnmerge from by Benjamin Peterson · 15 years ago