1. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
  2. 5785a13 Add some items by Andrew M. Kuchling · 20 years ago
  3. e03664f Two typo fixes by Andrew M. Kuchling · 20 years ago
  4. e3e1eca [Bug #997166] Fix example by Andrew M. Kuchling · 20 years ago
  5. fdccf1a fix information about what flag database files are opened with by default by Fred Drake · 20 years ago
  6. c8ae31d Patch #962487: Don't crash for empty locale names. by Martin v. Löwis · 20 years ago
  7. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  8. 32d0c1b Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  9. 37ead8f Patch #997668: Correct explanation of salts. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  10. abba5c0 Explain that most floats are actually integers. This is a common confusion by Tim Peters · 20 years ago
  11. 9a729a1 Typo in new docs. by Tim Peters · 20 years ago
  12. d6ef193 SF bugs 996748: os.environ documentation should indicate unreliability by Tim Peters · 20 years ago
  13. d945f4e Generate rc[_d].h after linking by Martin v. Löwis · 20 years ago
  14. 66bb6e6 SF bug 996392: math and cmath docs don't specify radians by Tim Peters · 20 years ago
  15. 5253da1 added test for bug #996359. by Skip Montanaro · 20 years ago
  16. 3414c1c add missing newlines to read/readline. fixes bug #996359. by Skip Montanaro · 20 years ago
  17. 612eb09 Factored out a method to determine the final installer filename. by Thomas Heller · 20 years ago
  18. 6fa2474 Make the distutils version number the same as the python version. It by Thomas Heller · 20 years ago
  19. ee6fd06 bdist_wininst does now properly handle unicode strings or byte strings by Thomas Heller · 20 years ago
  20. b314ce9 Add news item for u'%s' change. by Marc-André Lemburg · 20 years ago
  21. d25c650 Let u'%s' % obj try obj.__unicode__() first and fallback to obj.__str__(). by Marc-André Lemburg · 20 years ago
  22. fe08083 Fix an uncorrect function prototype. Will backport to release23-maint. by Thomas Heller · 20 years ago
  23. 5ae638c Remove copyright notices from gencodec.py output. by Marc-André Lemburg · 20 years ago
  24. f9cbf21 Whitespace normalization. by Tim Peters · 20 years ago
  25. 336689b A few trivial edits. by Tim Peters · 20 years ago
  26. cab5b94 SF bug #995983 and #995987: Documentation nits. by Raymond Hettinger · 20 years ago
  27. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  28. 5980ff2 SF bug 994255: Py_RETURN_NONE causes too much warnings by Tim Peters · 20 years ago
  29. aa1c7ff SF patch 995225: tarfile.py fix for bug #990325 by Tim Peters · 20 years ago
  30. c12527e [Bug #990524] Fix typo by Andrew M. Kuchling · 20 years ago
  31. b3d55d3 elaborate package data test to make sure get_outputs() gives the right by Fred Drake · 20 years ago
  32. 4ab0e9e revise wording to avoid confusion for non-native English speakers by Fred Drake · 20 years ago
  33. 20938f5 revise wording to avoid confusion for non-native English speakers by Fred Drake · 20 years ago
  34. b4bf62f Added an extra example to the basic example section by Vinay Sajip · 20 years ago
  35. 0ad20f1 Update Decimal section to match the current module by Andrew M. Kuchling · 20 years ago
  36. 65a3332 Add PEP 331; add constancy of None; minor edits by Andrew M. Kuchling · 20 years ago
  37. c2632a5 Patch #984714: Properly diagnose E_DECODE errors. Backported to 2.3. by Martin v. Löwis · 20 years ago
  38. 2142993 Thread.__delete: Discussion of internal obscurities belongs in comments by Tim Peters · 20 years ago
  39. 090e636 EditorWindow.py was not finding the .chm help file on Windows. Typo by Kurt B. Kaiser · 20 years ago
  40. bf76075 fix typo, highlight True/False correctly by Skip Montanaro · 20 years ago
  41. 8b3d92a Fix bug where a KeyError was raised if -O was being used for the interpreter by Brett Cannon · 20 years ago
  42. 7728b47 SF #994605, fcntl example is broken by Neal Norwitz · 20 years ago
  43. dc8e194 Fix SF #994580, typo in time.tzsets docstring. Backport candidate by Neal Norwitz · 20 years ago
  44. 0260519 Remove unused variables by Neal Norwitz · 20 years ago
  45. d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 20 years ago
  46. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago
  47. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 20 years ago
  48. 13e50fe Add Itanium targets. by Martin v. Löwis · 20 years ago
  49. 4d0bddf Fix bug in addsitedir() to properly handle the lack of a second argument. by Brett Cannon · 20 years ago
  50. ad00913 ossaudiodev is available on FreeBSD 5 too. by Hye-Shik Chang · 20 years ago
  51. 81aec4b Patch #984654: Add more address family constants. by Martin v. Löwis · 20 years ago
  52. 5e4a3b8 Move comment that goes along with audioop by Neal Norwitz · 20 years ago
  53. 8fbefe2 Patch #993173: Enable audioop on 64-bit platforms. by Martin v. Löwis · 20 years ago
  54. b0c319a Patch #993187: Make rstrip doc similar to lstrip. Backported to 2.3. by Martin v. Löwis · 20 years ago
  55. 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 20 years ago
  56. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 20 years ago
  57. 36a0f89 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  58. 876d990 The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  59. b8f134e The binary layout of cfgdata has changed, so the magic number has to by Thomas Heller · 20 years ago
  60. 5ef6018 test_codecmaps_hk is also expected to be skipped when a mapping file by Hye-Shik Chang · 20 years ago
  61. 76aa2ef Get doc to build (add missing backslash) by Neal Norwitz · 20 years ago
  62. e9c89e8 Silence a GCC unused variable warning in debug builds. by Raymond Hettinger · 20 years ago
  63. a0e0cd3 Don't try to create the directory if it already exists, otherwise the test fails by Neal Norwitz · 20 years ago
  64. 90ee7eb Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py; by Tim Peters · 20 years ago
  65. 9516609 Remove FCNTL.py, following python-dev discussion by Andrew M. Kuchling · 20 years ago
  66. beb7c0c test_sf_950057's gen1() used an assert statement, which caused the test by Tim Peters · 20 years ago
  67. 68a323c Whitespace normalization. Had to break guido's lock on rev 1.1 to do by Tim Peters · 20 years ago
  68. 07e5dc8 Teach VC6 project file about the new cjkcodecs structure. by Hye-Shik Chang · 20 years ago
  69. 64a9e38 Replace an extern magic to assigning declared pointer from array's. by Hye-Shik Chang · 20 years ago
  70. 22118bc Oops -kb bit had been in my CVS/Entries. Converting it to plain by Hye-Shik Chang · 20 years ago
  71. 3341e38 cjkcodecs/mapdata_*.c are removed by the recent import CJKCodecs 1.1. by Hye-Shik Chang · 20 years ago
  72. ca455e8 Remove unused CNS-11643 mapping which shouldn't merged into main Python yet. by Hye-Shik Chang · 20 years ago
  73. 4658540 Repair bizarre generated Python. by Tim Peters · 20 years ago
  74. 56b021a Ignore more encoding input files. by Tim Peters · 20 years ago
  75. a44b565 Ignore input files for encoding tests (these aren't checked in). by Tim Peters · 20 years ago
  76. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  77. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  78. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  79. 4fba452 WTF is with this script? It contained illegal syntax and illegal by Tim Peters · 20 years ago
  80. 6920e49 Woo hoo! All the encoding tests pass on Windows (& I downloaded the by Tim Peters · 20 years ago
  81. 91380d5 Repair MS compiler warning about signed-vs-unsigned mismatch. The plane by Tim Peters · 20 years ago
  82. cc8f997 More cjkcodecs recovery: Python at least compiles on Window again. by Tim Peters · 20 years ago
  83. 7c7b3da Added a comment explaining the extern ugliness. by Tim Peters · 20 years ago
  84. 0f27166 Changed the "predefinitions" of codec_list and mapping_list from static by Tim Peters · 20 years ago
  85. d0bcf35 Teach VC 7.1 about the new cjkcodecs structure. This still doesn't compile by Tim Peters · 20 years ago
  86. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  87. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 20 years ago
  88. fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 20 years ago
  89. 1d64fb3 Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can by Tim Peters · 20 years ago
  90. 11a70c7 Upgrade None assignment SyntaxWarning to a SyntaxError. by Raymond Hettinger · 20 years ago
  91. 910d8f1 Change CJK encoding aliases to their most popular variation of by Hye-Shik Chang · 20 years ago
  92. 0ec0b72 Fix comment typo by Andrew M. Kuchling · 20 years ago
  93. e970d2a Add a definition (found in the Debian patches for 2.3.4) by Andrew M. Kuchling · 20 years ago
  94. 2b05248 SF #990497: Fix a trivial typo in sorted() example. (Submitted by Daniel Pezely) by Hye-Shik Chang · 20 years ago
  95. 872dc5c Minor edits by Andrew M. Kuchling · 20 years ago
  96. db5860b optimize_code(): Repaired gross error in new special-casing for None. by Tim Peters · 20 years ago
  97. 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 20 years ago
  98. 040d6d0 The new distutils features justify a new version number, imo. by Thomas Heller · 20 years ago
  99. 122f87f The interpreter popup was never filled with any data, fixed. Fixes #775878. by Jack Jansen · 20 years ago
  100. 6e3b425 Made preference window resizable (and do the most logical thing on resize) by Jack Jansen · 20 years ago