1. 7357222 list_ass_slice(): The difference between "recycle" and "recycled" was by Tim Peters · 20 years ago
  2. 8d9eb10 Armin asked for a list_ass_slice review in his checkin, so here's the result. by Tim Peters · 20 years ago
  3. bcc95cb Repair typo in docstring. by Tim Peters · 20 years ago
  4. 63a5d0b re-wrap paragraphs containing long lines by Fred Drake · 20 years ago
  5. 69013d0 - document the termination condition for cmd.Cmd.cmdloop() by Fred Drake · 20 years ago
  6. 479b7a7 Fix typo. by Martin v. Löwis · 20 years ago
  7. 8ddb638 Add closing methoddesc. Add versionadded. Rewrap. by Martin v. Löwis · 20 years ago
  8. 1dd04a0 This is a reorganization of list_ass_slice(). It should probably be reviewed, by Armin Rigo · 20 years ago
  9. a37bbf2 What if you call lst.__init__() while it is being sorted? :-) by Armin Rigo · 20 years ago
  10. c0aaa2d * Simplify and speed-up list_resize(). Relying on the newly documented by Raymond Hettinger · 20 years ago
  11. 93677f0 * drop the unreasonable list invariant that ob_item should never come back by Armin Rigo · 20 years ago
  12. f414fc4 Minor memory leak. by Armin Rigo · 20 years ago
  13. e12f715 Ignore exceptions which occur when closing files in shutdown() by Vinay Sajip · 20 years ago
  14. f9fd0d7 SF bug #997533: "disjunct" should be "disjoint" by Raymond Hettinger · 20 years ago
  15. 51b4ade Fix obscure breakage (relative to 2.3) in listsort: the test for list by Tim Peters · 20 years ago
  16. 014f103 SF bug #999776, zlib home page wrong by Neal Norwitz · 20 years ago
  17. f9f0b21 SF #998170, fix typo. Backport candidate by Neal Norwitz · 20 years ago
  18. a995a2d Document what the members of PyListObject are used for, and the crucial by Tim Peters · 20 years ago
  19. b38e2b6 Trimmed trailing whitespace. by Tim Peters · 20 years ago
  20. 3986d4e PyList_New(): we went to all the trouble of computing and bounds-checking by Tim Peters · 20 years ago
  21. 6d3db70 Add missing doc for Py_True/Py_False. Use the correct macro to define by Skip Montanaro · 20 years ago
  22. a18331d Use PyMODINIT_FUNC. by Thomas Heller · 20 years ago
  23. 17b6d28 New codec: [ 996067 ] hp-roman8 codec by Marc-André Lemburg · 20 years ago
  24. cd8a4cb Added new codec hp-roman8 submitted as patch [ 996067 ] hp-roman8 codec. by Marc-André Lemburg · 20 years ago
  25. 671c506 Add new encodings by Andrew M. Kuchling · 20 years ago
  26. 25d8892 Since build_py handles package data installation, the list of outputs by Fred Drake · 20 years ago
  27. 33ee76a A little boolean music if you please, maestro... (Not sure I have the by Skip Montanaro · 20 years ago
  28. efdc16ff Remove unused source file from Windows project files. by Hye-Shik Chang · 20 years ago
  29. 978d262 Add missing _codecs_iso2022 module of cjkcodecs. I'll add unittest for it soon. by Hye-Shik Chang · 20 years ago
  30. eb34110 Remove CJKCodecs implementation of UTF-7 and UTF-8 codec which by Hye-Shik Chang · 20 years ago
  31. bee4174 Add versionadded info by Neal Norwitz · 20 years ago
  32. 49667c2 Ack, removed useless import of os I just introduced. by Tim Peters · 20 years ago
  33. 5cfb05e Added a new fileno() method. ZODB's repozo.py wants this so it can by Tim Peters · 20 years ago
  34. fe393f4 Use intptr_t/uintptr_t on Windows by Martin v. Löwis · 20 years ago
  35. b600fe9 Switch arguments to memset (kudos to MSVC C4318 for finding that) by Martin v. Löwis · 20 years ago
  36. 512efb4 Properly check for Win64 compilers. by Martin v. Löwis · 20 years ago
  37. ce4bae6 Add an item by Andrew M. Kuchling · 20 years ago
  38. 544f119 Patch #995766: Keyword argument support in cPickle. by Martin v. Löwis · 20 years ago
  39. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
  40. 5785a13 Add some items by Andrew M. Kuchling · 20 years ago
  41. e03664f Two typo fixes by Andrew M. Kuchling · 20 years ago
  42. e3e1eca [Bug #997166] Fix example by Andrew M. Kuchling · 20 years ago
  43. fdccf1a fix information about what flag database files are opened with by default by Fred Drake · 20 years ago
  44. c8ae31d Patch #962487: Don't crash for empty locale names. by Martin v. Löwis · 20 years ago
  45. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  46. 32d0c1b Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  47. 37ead8f Patch #997668: Correct explanation of salts. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  48. abba5c0 Explain that most floats are actually integers. This is a common confusion by Tim Peters · 20 years ago
  49. 9a729a1 Typo in new docs. by Tim Peters · 20 years ago
  50. d6ef193 SF bugs 996748: os.environ documentation should indicate unreliability by Tim Peters · 20 years ago
  51. d945f4e Generate rc[_d].h after linking by Martin v. Löwis · 20 years ago
  52. 66bb6e6 SF bug 996392: math and cmath docs don't specify radians by Tim Peters · 20 years ago
  53. 5253da1 added test for bug #996359. by Skip Montanaro · 20 years ago
  54. 3414c1c add missing newlines to read/readline. fixes bug #996359. by Skip Montanaro · 20 years ago
  55. 612eb09 Factored out a method to determine the final installer filename. by Thomas Heller · 20 years ago
  56. 6fa2474 Make the distutils version number the same as the python version. It by Thomas Heller · 20 years ago
  57. ee6fd06 bdist_wininst does now properly handle unicode strings or byte strings by Thomas Heller · 20 years ago
  58. b314ce9 Add news item for u'%s' change. by Marc-André Lemburg · 20 years ago
  59. d25c650 Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). by Marc-André Lemburg · 20 years ago
  60. fe08083 Fix an uncorrect function prototype. Will backport to release23-maint. by Thomas Heller · 20 years ago
  61. 5ae638c Remove copyright notices from gencodec.py output. by Marc-André Lemburg · 20 years ago
  62. f9cbf21 Whitespace normalization. by Tim Peters · 20 years ago
  63. 336689b A few trivial edits. by Tim Peters · 20 years ago
  64. cab5b94 SF bug #995983 and #995987: Documentation nits. by Raymond Hettinger · 20 years ago
  65. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  66. 5980ff2 SF bug 994255: Py_RETURN_NONE causes too much warnings by Tim Peters · 20 years ago
  67. aa1c7ff SF patch 995225: tarfile.py fix for bug #990325 by Tim Peters · 20 years ago
  68. c12527e [Bug #990524] Fix typo by Andrew M. Kuchling · 20 years ago
  69. b3d55d3 elaborate package data test to make sure get_outputs() gives the right by Fred Drake · 20 years ago
  70. 4ab0e9e revise wording to avoid confusion for non-native English speakers by Fred Drake · 20 years ago
  71. 20938f5 revise wording to avoid confusion for non-native English speakers by Fred Drake · 20 years ago
  72. b4bf62f Added an extra example to the basic example section by Vinay Sajip · 20 years ago
  73. 0ad20f1 Update Decimal section to match the current module by Andrew M. Kuchling · 20 years ago
  74. 65a3332 Add PEP 331; add constancy of None; minor edits by Andrew M. Kuchling · 20 years ago
  75. c2632a5 Patch #984714: Properly diagnose E_DECODE errors. Backported to 2.3. by Martin v. Löwis · 20 years ago
  76. 2142993 Thread.__delete: Discussion of internal obscurities belongs in comments by Tim Peters · 20 years ago
  77. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 20 years ago
  78. bf76075 fix typo, highlight True/False correctly by Skip Montanaro · 20 years ago
  79. 8b3d92a Fix bug where a KeyError was raised if -O was being used for the interpreter by Brett Cannon · 20 years ago
  80. 7728b47 SF #994605, fcntl example is broken by Neal Norwitz · 20 years ago
  81. dc8e194 Fix SF #994580, typo in time.tzsets docstring. Backport candidate by Neal Norwitz · 20 years ago
  82. 0260519 Remove unused variables by Neal Norwitz · 20 years ago
  83. d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 20 years ago
  84. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago
  85. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 20 years ago
  86. 13e50fe Add Itanium targets. by Martin v. Löwis · 20 years ago
  87. 4d0bddf Fix bug in addsitedir() to properly handle the lack of a second argument. by Brett Cannon · 20 years ago
  88. ad00913 ossaudiodev is available on FreeBSD 5 too. by Hye-Shik Chang · 20 years ago
  89. 81aec4b Patch #984654: Add more address family constants. by Martin v. Löwis · 20 years ago
  90. 5e4a3b8 Move comment that goes along with audioop by Neal Norwitz · 20 years ago
  91. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 20 years ago
  92. b0c319a Patch #993187: Make rstrip doc similar to lstrip. Backported to 2.3. by Martin v. Löwis · 20 years ago
  93. 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 20 years ago
  94. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 20 years ago
  95. 36a0f89 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  96. 876d990 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  97. b8f134e The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  98. 5ef6018 test_codecmaps_hk is also expected to be skipped when a mapping file by Hye-Shik Chang · 20 years ago
  99. 76aa2ef Get doc to build (add missing backslash) by Neal Norwitz · 20 years ago
  100. e9c89e8 Silence a GCC unused variable warning in debug builds. by Raymond Hettinger · 20 years ago