1. 72b82ba - fixed grouping error bug by Fredrik Lundh · 24 years ago
  2. 6f01398 - added lookbehind support (?<=pattern), (?<!pattern). by Fredrik Lundh · 24 years ago
  3. 17647f5 Compute the name of the test file so that it can be found both when this by Fred Drake · 24 years ago
  4. 0ea1fc8 Fix bug #379, reported by Phillip Porch <root@theproch.com>: by Fred Drake · 24 years ago
  5. 52dc76c Eric S. Raymond <esr@thyrsus.com>: by Fred Drake · 24 years ago
  6. 2b0d98b cmpfiles(): Added shallow and use_statcache parameters, with same meanings by Fred Drake · 24 years ago
  7. 046d272 Martin von Löwis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 24 years ago
  8. 019bcb5 - changed sre.Scanner to use lastindex instead of index. by Fredrik Lundh · 24 years ago
  9. c230173 - experimental: added two new attributes to the match object: by Fredrik Lundh · 24 years ago
  10. 7cafe4d - actually enabled charset anchors in the engine (still not by Fredrik Lundh · 24 years ago
  11. b19948b Typo (mine): Garsholm --> Garshol Noted by Rob Hooft <rob@hooft.net>. by Fred Drake · 24 years ago
  12. 3562f11 -- use charset bitmaps where appropriate. this gives a 5-10% by Fredrik Lundh · 24 years ago
  13. c13222c - fixed "{ in any other context" bug by Fredrik Lundh · 24 years ago
  14. 0cebe43 test(): Removed; regression test is in test.test_winreg2, not testreg. by Fred Drake · 24 years ago
  15. 1e68827 Misc fixes and improvements. by Paul Prescod · 24 years ago
  16. bd8c2ae Removed unncessary dependency. by Paul Prescod · 24 years ago
  17. ebc0473 Fixed test output by Paul Prescod · 24 years ago
  18. 22d2546 today's SRE update: by Fredrik Lundh · 24 years ago
  19. 7993bcc Added minidom tests. by Paul Prescod · 24 years ago
  20. b58e6b1 Tightened xml.sax.__init__.py by Paul Prescod · 24 years ago
  21. 46d5651 getatime() returned the mtime instead of the atime. by Guido van Rossum · 24 years ago
  22. 9e94afd Fix bug #314, reported by Craig Allen <cba@mediaone.net>: by Fred Drake · 24 years ago
  23. 162bd85 Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>: by Fred Drake · 24 years ago
  24. 73678da Reference cycle fixes by Paul Prescod · 24 years ago
  25. c08cb04 the usual by Guido van Rossum · 24 years ago
  26. 54610f3 output for openpty test by Guido van Rossum · 24 years ago
  27. a0f7e85 Thomas Wouters: Test script for openpty() by Guido van Rossum · 24 years ago
  28. 4c136ee Thomas Wouters <thomas@xs4all.net>: Test case for the pty module. by Fred Drake · 24 years ago
  29. 55a4f4a - fixed code generation error in multiline mode by Fredrik Lundh · 24 years ago
  30. ef7bae6 replaced <some suitable mail address> with something slightly more suitable. by Fredrik Lundh · 24 years ago
  31. b6e54ad Ooops! I didn't finish all the renaming needed here, so this was by Fred Drake · 24 years ago
  32. 96fee02 Output for test_winreg2. by Fred Drake · 24 years ago
  33. 1b5ec76 Simplify the registry-module-finding code: _winreg or win32api/win32con. by Greg Ward · 24 years ago
  34. 2658d15 Paul Prescod <paul@prescod.net>: Regression test for the new winreg.py module. by Fred Drake · 24 years ago
  35. 0412e49 Line-wrap and properly indent a couple of docstrings. by Fred Drake · 24 years ago
  36. 4ccea94 - reverted to "\x is binary byte" by Fredrik Lundh · 24 years ago
  37. ab1c791 * added a randomize flag and corresponding -r command line argument that by Skip Montanaro · 24 years ago
  38. 2850d18 Switch to sre for regular expression matching (the new mini-re module by Guido van Rossum · 24 years ago
  39. 4358b2c the usual by Guido van Rossum · 24 years ago
  40. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 24 years ago
  41. 0640e11 the mad patcher strikes again: by Fredrik Lundh · 24 years ago
  42. 43b3b49 - fixed lookahead assertions (#10, #11, #12) by Fredrik Lundh · 24 years ago
  43. 587794b Marc-Andre Lemburg <mal@lemburg.com>: Added test output. by Marc-André Lemburg · 24 years ago
  44. d70141a Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  45. 6cdec2e New test for the ucnhash module. by Marc-André Lemburg · 24 years ago
  46. 5f2e75e Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  47. af69f15 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  48. b71624e - added support for (?P=name) (closes #3 and #7 from the status report) by Fredrik Lundh · 24 years ago
  49. 90a0791 - pedantic: make sure "python -t" doesn't complain... by Fredrik Lundh · 24 years ago
  50. df02d0b - fixed default value handling in group/groupdict by Fredrik Lundh · 24 years ago
  51. 47c60ec Describe a bit about writing test cases for Python... by Skip Montanaro · 24 years ago
  52. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  53. 0e8c518 Bump version to 0.9. by Greg Ward · 24 years ago
  54. 01016fe - fixed split behaviour on empty matches by Fredrik Lundh · 24 years ago
  55. 5d6ae76 Allow 2.0 on the list of target versions. NB. this isn't enough: the GUI part, by Greg Ward · 24 years ago
  56. 29c08be still trying to figure out how to fix the remaining by Fredrik Lundh · 24 years ago
  57. 22e1bf7 Don't try to guess the name of a .def file -- if one is supplied, use it, by Greg Ward · 24 years ago
  58. 83c3870 On second thought, first try for _winreg, and then winreg. Only if both by Greg Ward · 24 years ago
  59. cd079c4 Changed to use _winreg module instead of winreg. by Greg Ward · 24 years ago
  60. f34506a Cleaned up and reformatted by Rene Liebscher. by Greg Ward · 24 years ago
  61. c6e72e0 Typo. by Fred Drake · 24 years ago
  62. 252af9c The low-level interface is now in _winreg; update the import here. by Fred Drake · 24 years ago
  63. 55c3819 Paul Prescod <paul@prescod.net>: W3C DOM implementation for Python. by Fred Drake · 24 years ago
  64. 3f6a7b5 Package docstring. by Fred Drake · 24 years ago
  65. 3e06ab1 The usual :) by Guido van Rossum · 24 years ago
  66. 45cd9de Paul Prescod <paul@prescod.net>: SAX interfaces for Python. by Fred Drake · 24 years ago
  67. 0d800e1 Package docstring and initialization. by Fred Drake · 24 years ago
  68. e85c350 Package docstring. by Fred Drake · 24 years ago
  69. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  70. b46696c [Old patch that hadn't been checked in.] by Fred Drake · 24 years ago
  71. 8094611 - fixed another split problem (those semantics are weird...) by Fredrik Lundh · 24 years ago
  72. 1bfdc78 Skip Montanaro: modify test_socket.py to listen/connect using loopback addr by Guido van Rossum · 24 years ago
  73. be2211e - fixed split by Fredrik Lundh · 24 years ago
  74. 6921817 Paul Prescod <paul@prescod.net>: by Fred Drake · 24 years ago
  75. 5917ecb Nils Fischbeck: added doc strings to everything. Martin von Loewis by Guido van Rossum · 24 years ago
  76. 26e89d0 Change string exceptions to class exceptions. by Guido van Rossum · 24 years ago
  77. 63b08ac Whoops! We just discovered that Gordon's revamp of this module was by Guido van Rossum · 24 years ago
  78. a2aa34f Marc-Andre Lemburg <mal@lemburg.com>: New test output by Marc-André Lemburg · 24 years ago
  79. 4781b07 - make sure group names are valid identifiers by Fredrik Lundh · 24 years ago
  80. 75f2d67 - last patch broke parse_template; fixed by changing some by Fredrik Lundh · 24 years ago
  81. 6c68dc7 - removed "alpha only" licensing restriction by Fredrik Lundh · 24 years ago
  82. 436c3d5 towards 1.6b1 by Fredrik Lundh · 24 years ago
  83. ffdc48f Convert to use class-based exceptions. by Fred Drake · 24 years ago
  84. df112a7 Fixed so 'get_source_files()' calls 'check_extension_list()' -- that way, by Greg Ward · 24 years ago
  85. 499822d Fixed 'findall()' so it only returns regular files -- no directories. by Greg Ward · 24 years ago
  86. 7833447 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  87. 4a9188c Marc-Andre Lemburg <mal@lemburg.com>: Updated test output. by Marc-André Lemburg · 24 years ago
  88. a6f73d6 Marc-Andre Lemburg <mal@lemburg.com>: by Marc-André Lemburg · 24 years ago
  89. 8cef4cf Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  90. c19425d Added the atexit module and documentation from Skip Montanaro by Fred Drake · 24 years ago
  91. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  92. cc623a2 Lyle Johnson: pass in temp directory as 'build_temp' argument when calling by Greg Ward · 24 years ago
  93. bfc79d6 Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' by Greg Ward · 24 years ago
  94. 7d9c705 Typo fix. by Greg Ward · 24 years ago
  95. fe9b818 Lyle Johnson's interface to Borland C++, with a few editorial comments by me. by Greg Ward · 24 years ago
  96. b0b98a5 Fixed to use 'reinitialize_command()' to fetch "install" and "install_lib" by Greg Ward · 24 years ago
  97. edc6a51 Fixed to use 'reinitialize_command()' to fetch the "install" command object. by Greg Ward · 24 years ago
  98. 8628157 Fix comment typo noticed by Rob Hooft by Andrew M. Kuchling · 24 years ago
  99. b231e1a Oops, only do that AIX hack on AIX. by Greg Ward · 24 years ago
  100. 4f88028 Fixed LDSHARED for AIX, based on a patch by Rene Liebscher. by Greg Ward · 24 years ago