1. fe27ff8 make this test work when run repeatedly. by Michael W. Hudson · 20 years ago
  2. d271721 Removed use of 'cgi.initlog()' - the first call to cgi.log is actually by Anthony Baxter · 20 years ago
  3. fcc09bb Don't exit test_main() with the lock 'done' held -- there's no cleaner by Michael W. Hudson · 20 years ago
  4. 782d8ff Don't intern the filename of a file being compiled. by Michael W. Hudson · 20 years ago
  5. 3f3b668 Repair the same thinko in two places about handling of _Py_RefTotal in by Michael W. Hudson · 20 years ago
  6. 3bfed9c Delete the items variable (and explain why). by Michael W. Hudson · 20 years ago
  7. cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
  8. a412769 SF bug #808756: refleaks in _hotshot.c. by Armin Rigo · 20 years ago
  9. 31d485c update to Expat 1.95.8 by Fred Drake · 20 years ago
  10. 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 20 years ago
  11. a57ec93 Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts on by Mark Hammond · 20 years ago
  12. 5ad28e1 Tweak previous patch to silence a warning about the unused left value in the by Brett Cannon · 20 years ago
  13. bec69f6 fix a little lie ;-( by Fred Drake · 20 years ago
  14. 7fdd92f Fix typo though by Neal Norwitz · 20 years ago
  15. e72bd4d fix markup error by Fred Drake · 20 years ago
  16. 0c84c7f start filling in documentation on extending distutils by Fred Drake · 20 years ago
  17. 576298d - fix description of option table entries by Fred Drake · 20 years ago
  18. c75f112 Use isabs() in conditional, not abspath by Andrew M. Kuchling · 20 years ago
  19. a3711f7 Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItem by Michael W. Hudson · 20 years ago
  20. 77a602f Add PEP318 by Andrew M. Kuchling · 20 years ago
  21. c9f510a Any call to insort_{left,right} with a non-list leaked a reference to None by Michael W. Hudson · 20 years ago
  22. f8df9a8 Add a missing decref. by Michael W. Hudson · 20 years ago
  23. 52db519 for some reason, the lack of adherence to Python's C whitespace rules by Michael W. Hudson · 20 years ago
  24. d91fcbe Add import change; add empty section for function decorators by Andrew M. Kuchling · 20 years ago
  25. 1455f79 Update item by Andrew M. Kuchling · 20 years ago
  26. 270fe88 and a unit test for the staticmethod-of-a-non-method failure just fixed by Anthony Baxter · 20 years ago
  27. 4e7785a fix for @decorators under a debug build. by Anthony Baxter · 20 years ago
  28. 829d6c4 Fix doubled word. by Raymond Hettinger · 20 years ago
  29. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  30. 32083f6 notes for @decorator by Anthony Baxter · 20 years ago
  31. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  32. fd7dc51 Typo repair. by Tim Peters · 20 years ago
  33. 0c6199e Completed a sentence I left dangling. by Tim Peters · 20 years ago
  34. 99d001e Removed reliance on damaged module object appearing in sys.modules by Tim Peters · 20 years ago
  35. 08138fd New tests: by Tim Peters · 20 years ago
  36. d464838 Removed no-longer-needed convolutions to recover from damaged modules by Tim Peters · 20 years ago
  37. 1cd7017 PyImport_ExecCodeModuleEx(): remove module from sys.modules in error cases. by Tim Peters · 20 years ago
  38. 94f9b86 "Core" and "C API" news about new semantics for failing imports. by Tim Peters · 20 years ago
  39. cfd575d PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule: by Tim Peters · 20 years ago
  40. a7c6509 lock_held() docs: Use True/False instead of 1/0. The LaTeX docs were by Tim Peters · 20 years ago
  41. 86c7d2f Trimmed trailing whitespace. by Tim Peters · 20 years ago
  42. 0e67fd4 Fix SF #1001053, wave.open() with unicode filename fails by Neal Norwitz · 20 years ago
  43. 4ecd8cd Fix typo in comment by Neal Norwitz · 20 years ago
  44. 750f060 SF bug #1001088, incorrect reference to macro named foo by Neal Norwitz · 20 years ago
  45. 8fc4a91 list_ass_slice(): Document the obscure new intent that deleting a slice by Tim Peters · 20 years ago
  46. c0cbc86 Whitespace normalization. by Tim Peters · 20 years ago
  47. 579f735 Be more careful about reverting mutuations to system-wide (sys) variables. by Tim Peters · 20 years ago
  48. 9c8fe1a Mention upgrade of optparse to Optik 1.5a1. by Greg Ward · 20 years ago
  49. eba20e6 Upgrade optparse module and tests to Optik 1.5a1: by Greg Ward · 20 years ago
  50. 7357222 list_ass_slice(): The difference between "recycle" and "recycled" was by Tim Peters · 20 years ago
  51. 8d9eb10 Armin asked for a list_ass_slice review in his checkin, so here's the result. by Tim Peters · 20 years ago
  52. bcc95cb Repair typo in docstring. by Tim Peters · 20 years ago
  53. 63a5d0b re-wrap paragraphs containing long lines by Fred Drake · 20 years ago
  54. 69013d0 - document the termination condition for cmd.Cmd.cmdloop() by Fred Drake · 20 years ago
  55. 479b7a7 Fix typo. by Martin v. Löwis · 20 years ago
  56. 8ddb638 Add closing methoddesc. Add versionadded. Rewrap. by Martin v. Löwis · 20 years ago
  57. 1dd04a0 This is a reorganization of list_ass_slice(). It should probably be reviewed, by Armin Rigo · 20 years ago
  58. a37bbf2 What if you call lst.__init__() while it is being sorted? :-) by Armin Rigo · 20 years ago
  59. c0aaa2d * Simplify and speed-up list_resize(). Relying on the newly documented by Raymond Hettinger · 20 years ago
  60. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 20 years ago
  61. f414fc4 Minor memory leak. by Armin Rigo · 20 years ago
  62. e12f715 Ignore exceptions which occur when closing files in shutdown() by Vinay Sajip · 20 years ago
  63. f9fd0d7 SF bug #997533: "disjunct" should be "disjoint" by Raymond Hettinger · 20 years ago
  64. 51b4ade Fix obscure breakage (relative to 2.3) in listsort: the test for list by Tim Peters · 20 years ago
  65. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  66. f9f0b21 SF #998170, fix typo. Backport candidate by Neal Norwitz · 20 years ago
  67. a995a2d Document what the members of PyListObject are used for, and the crucial by Tim Peters · 20 years ago
  68. b38e2b6 Trimmed trailing whitespace. by Tim Peters · 20 years ago
  69. 3986d4e PyList_New(): we went to all the trouble of computing and bounds-checking by Tim Peters · 20 years ago
  70. 6d3db70 Add missing doc for Py_True/Py_False. Use the correct macro to define by Skip Montanaro · 20 years ago
  71. a18331d Use PyMODINIT_FUNC. by Thomas Heller · 20 years ago
  72. 17b6d28 New codec: [ 996067 ] hp-roman8 codec by Marc-André Lemburg · 20 years ago
  73. cd8a4cb Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec. by Marc-André Lemburg · 20 years ago
  74. 671c506 Add new encodings by Andrew M. Kuchling · 20 years ago
  75. 25d8892 Since build_py handles package data installation, the list of outputs by Fred Drake · 20 years ago
  76. 33ee76a A little boolean music if you please, maestro... (Not sure I have the by Skip Montanaro · 20 years ago
  77. efdc16f Remove unused source file from Windows project files. by Hye-Shik Chang · 20 years ago
  78. 978d262 Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittest for it soon. by Hye-Shik Chang · 20 years ago
  79. eb34110 Remove CJKCodecs implementation of UTF-7 and UTF-8 codec which by Hye-Shik Chang · 20 years ago
  80. bee4174 Add versionadded info by Neal Norwitz · 20 years ago
  81. 49667c2 Ack, removed useless import of os I just introduced. by Tim Peters · 20 years ago
  82. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 20 years ago
  83. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
  84. b600fe9 Switch arguments to memset (kudos to MSVC C4318 for finding that) by Martin v. Löwis · 20 years ago
  85. 512efb4 Properly check for Win64 compilers. by Martin v. Löwis · 20 years ago
  86. ce4bae6 Add an item by Andrew M. Kuchling · 20 years ago
  87. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 20 years ago
  88. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
  89. 5785a13 Add some items by Andrew M. Kuchling · 20 years ago
  90. e03664f Two typo fixes by Andrew M. Kuchling · 20 years ago
  91. e3e1eca [Bug #997166] Fix example by Andrew M. Kuchling · 20 years ago
  92. fdccf1a fix information about what flag database files are opened with by default by Fred Drake · 20 years ago
  93. c8ae31d Patch #962487: Don't crash for empty locale names. by Martin v. Löwis · 20 years ago
  94. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  95. 32d0c1b Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  96. 37ead8f Patch #997668: Correct explanation of salts. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  97. abba5c0 Explain that most floats are actually integers. This is a common confusion by Tim Peters · 20 years ago
  98. 9a729a1 Typo in new docs. by Tim Peters · 20 years ago
  99. d6ef193 SF bugs 996748: os.environ documentation should indicate unreliability by Tim Peters · 20 years ago
  100. d945f4e Generate rc[_d].h after linking by Martin v. Löwis · 20 years ago