1. 6a587c1 release shenanigans by Anthony Baxter · 20 years ago
  2. 204bd6d Applied patch for [ 1047269 ] Buffer overwrite in PyUnicode_AsWideChar. by Marc-André Lemburg · 20 years ago
  3. 5e7d51b make sure to check for this limit even if we're running with -O by Fredrik Lundh · 20 years ago
  4. d37ddeb Bump buildno for 2.4b1 by Martin v. Löwis · 20 years ago
  5. 919637a Add _subprocess.c by Martin v. Löwis · 20 years ago
  6. 15b23a0 Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x. by Martin v. Löwis · 20 years ago
  7. 4d03791 SF bug #1046855: httplib index out of range by Raymond Hettinger · 20 years ago
  8. 3079391 Just remove the #include of signal.h. That it was C++-commented out by Michael W. Hudson · 20 years ago
  9. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 20 years ago
  10. 78f58ab bump the version number prior to release by Fred Drake · 20 years ago
  11. 1dbf243 remove_stderr_debug_decorations(): Always try the substitution. Else by Tim Peters · 20 years ago
  12. f7c8d93 Use C89 style comment for old compilers by Neal Norwitz · 20 years ago
  13. 64fa74d Get test to pass on amd64 (opteron). This is pretty hacky, but by Neal Norwitz · 20 years ago
  14. 371e4d8 SF bug 1046690: difflib.HtmlDiff doc errors. by Tim Peters · 20 years ago
  15. 4b9059b Require minimally PyXML 0.8.4. by Martin v. Löwis · 20 years ago
  16. 9171f02 Synchronize with PyXML 1.79: by Martin v. Löwis · 20 years ago
  17. 3e73a01 Replace dynamic try/except with "if 0", to keep py2exe happy. If you by Fredrik Lundh · 20 years ago
  18. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  19. 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
  20. e4f8a48 969574 by Anthony Baxter · 20 years ago
  21. 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
  22. 7d42878 Fixed a small bug. doctest didn't handle unicode docstrings containing by Jim Fulton · 20 years ago
  23. 73cc847 oops. how did _that_ happen? by Anthony Baxter · 20 years ago
  24. f2113f0 Backing out the basic dependency checking (from pycon sprint). by Anthony Baxter · 20 years ago
  25. 9e29fc5 Don't spend quite as much time looking for leaks on Windows, where by Fredrik Lundh · 20 years ago
  26. 59c0559 normalize case when comparing directory names (problem reported by by Fredrik Lundh · 20 years ago
  27. 7069c31 removed info@pythonware.com reference by Fredrik Lundh · 20 years ago
  28. f7e74b7 Add a comment explaining -kb. by Martin v. Löwis · 20 years ago
  29. 3761e8d New helper remove_stderr_debug_decorations(). This test passes in a by Tim Peters · 20 years ago
  30. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 20 years ago
  31. 4052fe5 test_stdout_none(): Don't print "banana" to the screen in the middle by Tim Peters · 20 years ago
  32. 876c432 Windows test_creationflags() test: print msg to stderr informing the by Tim Peters · 20 years ago
  33. e8374a5 Folded long lines. by Tim Peters · 20 years ago
  34. f73cc97 XXX about extreme expense of test_no_leaking() on Windows. I'm not sure by Tim Peters · 20 years ago
  35. 7b759da Experience with Zope2's tests showed it's a Bad Idea to make unittest by Tim Peters · 20 years ago
  36. 3b01a70 Wrap long lines. by Tim Peters · 20 years ago
  37. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  38. 4eb5978 Supply the _subprocess module under 7.1. I'm not sure what the status by Tim Peters · 20 years ago
  39. f3250b0 Before this turns into an unreadable mess, follow PEP 7 by using by Tim Peters · 20 years ago
  40. 25b38c8 Improvements when running pdb as a script. by Johannes Gijsbers · 20 years ago
  41. 51ee66e Typo fix by Andrew M. Kuchling · 20 years ago
  42. b6ffc27 Finish off PEP 324 section; fix Peter's last name by Andrew M. Kuchling · 20 years ago
  43. c9e7d77 Start section for PEP 324 by Andrew M. Kuchling · 20 years ago
  44. 518d393 Fix PEP number by Andrew M. Kuchling · 20 years ago
  45. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago
  46. abf8a56 Don't use mutable values for method defaults. by Raymond Hettinger · 20 years ago
  47. f3958f1 Add two items by Andrew M. Kuchling · 20 years ago
  48. 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 20 years ago
  49. c054a8b This is jiwon's patch to fix: by Michael W. Hudson · 20 years ago
  50. 29589a0 Open source files in universal newlines mode. by Michael W. Hudson · 20 years ago
  51. 418de1f Added note about the new usegmt argument to email.Utils.formatdate(). by Barry Warsaw · 20 years ago
  52. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  53. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  54. 89c0ec9 Revert rev 2.35. It was based on erroneous reasoning -- the current by Tim Peters · 20 years ago
  55. 8470558 PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. by Tim Peters · 20 years ago
  56. 263091e find_key(): This routine wasn't thread-correct, and accounts for the by Tim Peters · 20 years ago
  57. 5c14e64 PyGILState_Release(): If we need to delete the TLS entry for this thread, by Tim Peters · 20 years ago
  58. 2294bfc All known bugs are closed, and Python 2.4b1 is coming out soon, so bump by Barry Warsaw · 20 years ago
  59. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 20 years ago
  60. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 20 years ago
  61. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 20 years ago
  62. f9becec _PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value() by Tim Peters · 20 years ago
  63. fda787f Document the results of painful reverse-engineering of the "portable TLS" code. by Tim Peters · 20 years ago
  64. f267b62 Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. by Barry Warsaw · 20 years ago
  65. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 20 years ago
  66. 19717fa Style guide & consistency changes. No semantic changes. by Tim Peters · 20 years ago
  67. 4c1f5ec Trim trailing whitespace. by Tim Peters · 20 years ago
  68. dcb9d94 Simplify delitem() code by calling rotate() directly instead of using by Raymond Hettinger · 20 years ago
  69. 7126976 Patch #1042969: add closing brace for \token {generator_expression}. Thanks by Johannes Gijsbers · 20 years ago
  70. dab988d SF patch #1043218 by Raymond Hettinger · 20 years ago
  71. 7a8ce5a [Bug #1022311] curses module uses y,x ordering of arguments, not x,y by Andrew M. Kuchling · 20 years ago
  72. 293dc9d [Bug #1041501] Fix example code by Andrew M. Kuchling · 20 years ago
  73. cebdd3c [Bug #1031897] Fix order of decorator application by Andrew M. Kuchling · 20 years ago
  74. c09acfd Fix bug in _checkquote that raised an exception on empty "arg". by Piers Lauder · 20 years ago
  75. 77d110d SF patch #1041364: True/False instead of 1/0 in libstdtypes.tex by Raymond Hettinger · 20 years ago
  76. 7db385e Rewrite rmtree using os.walk to fix bug #1025127: by Johannes Gijsbers · 20 years ago
  77. 8da2b01 This is Michiel de Hoon's patch, as attached to the bug report: by Michael W. Hudson · 20 years ago
  78. 3afe4f3 Add helpful comment by Andrew M. Kuchling · 20 years ago
  79. 6f59325 Take out Guido's name and put in the PSF by Andrew M. Kuchling · 20 years ago
  80. 895f245 Update two URLs by Andrew M. Kuchling · 20 years ago
  81. 166e625 Add -m to man page by Andrew M. Kuchling · 20 years ago
  82. 5e3f923 Add item by Andrew M. Kuchling · 20 years ago
  83. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
  84. fb09f0e Finalize the freelist of list objects. by Raymond Hettinger · 20 years ago
  85. ffa5cf9 Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to by Brett Cannon · 20 years ago
  86. c5fa992 Armin's patch to prevent overflows. by Raymond Hettinger · 20 years ago
  87. f7948c2 Convert a listcomp to a gencomp (was already editing code). by Brett Cannon · 20 years ago
  88. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 20 years ago
  89. 579b3e2 Add some items by Andrew M. Kuchling · 20 years ago
  90. 29978ae The docs claimed a test would pass that actually wouldn't pass. Repaired by Tim Peters · 20 years ago
  91. b9b5f16 Fix a small typo in the docstring for system_methodSignature . by Brett Cannon · 20 years ago
  92. e7d4066 Changes made to maintain 1.5.2 compatibility. by Vinay Sajip · 20 years ago
  93. 2d5fee0 Version number updated to 0.4.9.5 by Vinay Sajip · 20 years ago
  94. 1dc5b1e Clarified documentation about exc_info keyword parameter by Vinay Sajip · 20 years ago
  95. 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 20 years ago
  96. ab9b32c Whitespace normalization. by Tim Peters · 20 years ago
  97. dd3c837 added plistlib news item by Just van Rossum · 20 years ago
  98. 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 20 years ago
  99. 68a1abd SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options. by David Goodger · 20 years ago
  100. bfe5684 typo by Michael W. Hudson · 20 years ago