1. 50584b4 Use PyArg_ParseTuple() instead of PyArg_Parse() which is deprecated by Neal Norwitz · 22 years ago
  2. 50d5d4f Fix docstring to be consistent with parameter name (prefix) by Neal Norwitz · 22 years ago
  3. 1169011 SF patch #584245, get python to link on OSF1 (Dec Unix) by Neal Norwitz · 22 years ago
  4. cee5ca0 SF patch #587889, fix memory leak of tp_doc by Neal Norwitz · 22 years ago
  5. 3bbb617 First stab at the launcher application. This will be run when the user by Jack Jansen · 22 years ago
  6. c0f1e77 Patch #553702: Cygwin make install patch by Jason Tishler · 22 years ago
  7. 56796f6 Fix for by Michael W. Hudson · 22 years ago
  8. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  9. b9e0764 Revert #571603 since it is ok to import codecs that are not subdirectories by Martin v. Löwis · 22 years ago
  10. a290527 Excise DL_IMPORT/EXPORT from object.h, and related files. This patch by Mark Hammond · 22 years ago
  11. f4ad4ce Recompiled the exe and updated bdist_wininst.py. by Thomas Heller · 22 years ago
  12. 52f1b76 Add posix.lchown() by Andrew M. Kuchling · 22 years ago
  13. ad9eba7 Add 'engine' back. IDLE used this, others might have copied it from there. by Guido van Rossum · 22 years ago
  14. 301b1cd Patch #586999: Fix multiline string in sendmail example. by Martin v. Löwis · 22 years ago
  15. 88fe4ff Fix the problem of not raising a TypeError exception when doing: by Neal Norwitz · 22 years ago
  16. 673c0a2 Patch #574867: Correct list.extend docstring. by Martin v. Löwis · 22 years ago
  17. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  18. ddc6f47 Pass length of result structure into setipaddr. Fixes bug #565747. by Martin v. Löwis · 22 years ago
  19. 2026584 SF patch #577031, remove PyArg_NoArgs() since it's deprecated by Neal Norwitz · 22 years ago
  20. 7beeed5 SF patch #577031, remove PyArg_Parse() since it's deprecated by Neal Norwitz · 22 years ago
  21. 77c72bb SF patch #577031, remove PyArg_Parse() since it's deprecated by Neal Norwitz · 22 years ago
  22. 4ddfd50 Fix SF bug 587012, doc mentions inexistent builtin unistr by Neal Norwitz · 22 years ago
  23. ce233b4 Fix last checkin, can't use " inside a string by Neal Norwitz · 22 years ago
  24. fc4c24c Patch #571603: Refer to encodings package explicitly. by Martin v. Löwis · 22 years ago
  25. e567114 Patch #543498: Use License: field instead of Copyright:. by Martin v. Löwis · 22 years ago
  26. 611a710 Patch #552812: Better description in "python -h" for -u. by Martin v. Löwis · 22 years ago
  27. 75d2d94 Patch #554716: Use __va_copy where available. by Martin v. Löwis · 22 years ago
  28. 09c35f7 Patch #575827: allow threads inside SSL creation. by Martin v. Löwis · 22 years ago
  29. 6c611fa Patch #581705: Catch OSError, termios.error in spawn. 2.2 bugfix candidate. by Martin v. Löwis · 22 years ago
  30. d694c1f Reset the Python execution server environment to its initial value prior by Kurt B. Kaiser · 22 years ago
  31. 139bccb remove redundant import by Piers Lauder · 22 years ago
  32. 8b6bb4f remove redundant code by Piers Lauder · 22 years ago
  33. 385a77a remove o/s dependancy from test by Piers Lauder · 22 years ago
  34. 35b37a5 tighten up the unicode object's docstring a tad by Skip Montanaro · 22 years ago
  35. f03c692 Use os.environ.get() in stead of os.getenv() (which is platform-dependent). by Jack Jansen · 22 years ago
  36. aeb6a60 Reorganized so the test is skipped if os.popen() doesn't exist (in stead of failing). by Jack Jansen · 22 years ago
  37. c7554e2 Added a __contains__ method. by Jack Jansen · 22 years ago
  38. b417936 Reverse the RPC socket connection: Python execution server connects to by Kurt B. Kaiser · 22 years ago
  39. db40afa Small clarifications when referring to the sys.exc_* variables so that by Fred Drake · 22 years ago
  40. fd83374 Remove duplicate checks of the Node.allnodes variable. by Fred Drake · 22 years ago
  41. e80c0d3 Add an XXX comment and a pointer to a full bug report. by Fred Drake · 22 years ago
  42. 73a088e Don't be so hasty. If PyInt_AsLong() raises an error, don't set ValueError. by Jeremy Hylton · 22 years ago
  43. 825e47b Put checks for error returns in the right place. by Jeremy Hylton · 22 years ago
  44. ead36d7 - Make number in comment match the targets in that section of the by Fred Drake · 22 years ago
  45. 186bec2 typo by Skip Montanaro · 22 years ago
  46. 3a48ed9 * runctx - fix a couple typos by Skip Montanaro · 22 years ago
  47. f20fcf9 Complain if __len__() returns < 0, just like classic classes. by Jeremy Hylton · 22 years ago
  48. c075e19 Extended socket.htonl and ntohl to accept longs. by Jeremy Hylton · 22 years ago
  49. b8a690d Remove test that was none too picky about whether attributes exist. by Jeremy Hylton · 22 years ago
  50. 21ee37c remove spurious SET_LINENO from com_list_for and com_list_if. All they do by Skip Montanaro · 22 years ago
  51. f8c8cf8 Get rid of _expand() altogether - the match object supports m.expand(). by Guido van Rossum · 22 years ago
  52. 403e351 Flesh out description of getlogin() and recommend against using it. by Jeremy Hylton · 22 years ago
  53. 77f6ccd The test for re.engine was misfiring because re.engine is no longer by Guido van Rossum · 22 years ago
  54. 9e4e050 Use full package paths in imports. by Barry Warsaw · 22 years ago
  55. 78e30fb Taught the Windows installer about changes in the structure of the email by Tim Peters · 22 years ago
  56. 10d0d59 Added a couple of more tests for Header charset handling. by Barry Warsaw · 22 years ago
  57. b5da606 Oops, missed an import of test_support. by Barry Warsaw · 22 years ago
  58. 1bfab7b A few updates about how/where to import test_support from. by Barry Warsaw · 22 years ago
  59. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  60. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  61. 92825a9 append(): Bite the bullet and let charset be the string name of a by Barry Warsaw · 22 years ago
  62. 15d3739 make_header(): Watch out for charset is None, which decode_header() by Barry Warsaw · 22 years ago
  63. 2d5389c News about StopIteration as a "sink state". by Guido van Rossum · 22 years ago
  64. 79f0a10 Add news about strptime and socket.setdefaulttimeout(). by Guido van Rossum · 22 years ago
  65. 58b63bf SF patch #581396, Canvas "select_item" always returns None by Neal Norwitz · 22 years ago
  66. ef5d06b [Bug #580462] Mention changes to GC API by Andrew M. Kuchling · 22 years ago
  67. a982eb1 Sort changed modules into alphabetical order; no other changes by Andrew M. Kuchling · 22 years ago
  68. 3c305d9 Rewrite a paragraph, and use correct mark-up by Andrew M. Kuchling · 22 years ago
  69. 2795dae Remove a strange single quote that didn't seem to upset the compilers! by Mark Hammond · 22 years ago
  70. e407e2a Nuke the only DL_* in this directory. by Mark Hammond · 22 years ago
  71. 1389f3e Move DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place by Neal Norwitz · 22 years ago
  72. bba23a8 SF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation by Neal Norwitz · 22 years ago
  73. a5083ec Add note about DL_IMPORT deprecation. [ 583894 ] doc DL_IMPORT/DL_EXPORT changes by Mark Hammond · 22 years ago
  74. 603e76e Fixed potential refcount problems with interned strings, adapted comments, added a bit more trace output if verbose > 1. by Jack Jansen · 22 years ago
  75. 66e794d Finally found out why te cf project sometimes worked and someimes didn't. Fixed it. by Jack Jansen · 22 years ago
  76. 7ea39b1 New test "+sort", tacking 10 random floats on to the end of a sorted by Tim Peters · 22 years ago
  77. 53d019c Changed import from by Tim Peters · 22 years ago
  78. 1bf4c2d Bug: clearing the shell undo list after a prompt was allowing files to be by Kurt B. Kaiser · 22 years ago
  79. d69030d Get popen test to work even if python is not in the path by Neal Norwitz · 22 years ago
  80. 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
  81. 0a30e64 Added new test "3sort". This is sorted data but with 3 random exchanges. by Tim Peters · 22 years ago
  82. 1cfcafc add versionadded to doc by Neal Norwitz · 22 years ago
  83. 0b624f6 unpack_string(): avoid a compiler warning (about a real bug!) by by Guido van Rossum · 22 years ago
  84. 6569257 Move the setting of os.environ['LANGUAGE'] to setup(), and reset it to by Guido van Rossum · 22 years ago
  85. d33d474 Shut the test up and add a missing import by Barry Warsaw · 22 years ago
  86. 190390b The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  87. 6290380 The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  88. d8e8e54 message_from_string(), message_from_file(): The consensus on the by Barry Warsaw · 22 years ago
  89. bb26b45 Parser.__init__(): The consensus on the mimelib-devel list is that by Barry Warsaw · 22 years ago
  90. c106864 To better support default content types, fix an API wart, and preserve by Barry Warsaw · 22 years ago
  91. d438574 _structure(): Take an optional `fp' argument which would be the object by Barry Warsaw · 22 years ago
  92. 1cecdc6 _dispatch(): Use the new Message.get_content_type() method as hashed by Barry Warsaw · 22 years ago
  93. c441f7b Follow PyXML: Remove all prints from successful tests. This means we can by Fred Drake · 22 years ago
  94. 814f9fe Return NULL instead of 0 from function with a pointer return value. by Fred Drake · 22 years ago
  95. e5bd2f4 Alas, roll back the definition of _XOPEN_SOURCE. It breaks the tests by Guido van Rossum · 22 years ago
  96. 246a58a Remove a few lines that aren't used and cause problems on platforms by Guido van Rossum · 22 years ago
  97. 36eb4b2 Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Neal Norwitz · 22 years ago
  98. 18eb8b8 Doc patch from SF 474274 (pure Python strptime by Brett Cannon). by Guido van Rossum · 22 years ago
  99. d3c46d5 Patch to call the Pure python strptime implementation if there's no by Guido van Rossum · 22 years ago
  100. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago