1. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago
  2. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 20 years ago
  3. 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 20 years ago
  4. dd3c837 added plistlib news item by Just van Rossum · 20 years ago
  5. 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
  6. 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
  7. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  8. 565ea5a SF bug#1038917 fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 20 years ago
  9. cf8997f Noted the fix to deque gc. by Tim Peters · 20 years ago
  10. bfef869 Add note about inclusion of DarwinPorts directories in setup.py on darwin. by Brett Cannon · 20 years ago
  11. a80a2c8 Updated doctest doc news. by Tim Peters · 20 years ago
  12. 35ae3dd Add warning notation about using 'bomb' setting. by Brett Cannon · 20 years ago
  13. 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 20 years ago
  14. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 20 years ago
  15. 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 20 years ago
  16. 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 20 years ago
  17. 0318a93 Clarify that iteration is over headers, not Mime elements. by Raymond Hettinger · 20 years ago
  18. ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 20 years ago
  19. 24a0045 Add a commented-out recipe on making trailing whitespace explicit. by Brett Cannon · 20 years ago
  20. 729d47d Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask]. by Martin v. Löwis · 20 years ago
  21. 8b4e886 When this file is sourced in, or used as, one's vimrc file it will set the proper settings to follow the style guidelines laid out in PEPs 7 & 8 as best it can without forcing extraneous settings. by Brett Cannon · 20 years ago
  22. f3c5611 Patch #1029061: Always extract member names from the tarinfo. by Martin v. Löwis · 20 years ago
  23. 39a3178 Patch #1025790: Add status code constants to httplib. by Martin v. Löwis · 20 years ago
  24. 528ca53 SF bug #1028306: date-datetime comparison by Tim Peters · 20 years ago
  25. 82d0eec mention httplib ipv6 fix by Skip Montanaro · 20 years ago
  26. 5011d0c Fix quoting. by Walter Dörwald · 20 years ago
  27. 82076ef Reluctantly, rehabilitate doctest.master. by Tim Peters · 20 years ago
  28. 55be9ea Typo fix: 'comparisions' is not a word by Andrew M. Kuchling · 20 years ago
  29. 23c48a1 Patch #808120: Add --force-arch=ARCH to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  30. 641d648 Patch #808115: Add script support to bdist_rpm.py. by Martin v. Löwis · 20 years ago
  31. 6965203 SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support by Walter Dörwald · 20 years ago
  32. 566d934 compiler.transformer: correct lineno attribute when possible SF patch #1015989 by Jeremy Hylton · 20 years ago
  33. 2ad68e6 Ported test__locale to unittest. by Brett Cannon · 20 years ago
  34. f30bc11 update version by Anthony Baxter · 20 years ago
  35. e13943a release date by Anthony Baxter · 20 years ago
  36. 0087343 Add news item. by Andrew M. Kuchling · 20 years ago
  37. 5a9618e Remove mpz, rotor by Andrew M. Kuchling · 20 years ago
  38. 57269d0 Remove mpz, rotor, xreadlines modules by Andrew M. Kuchling · 20 years ago
  39. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  40. 5ae9743 Bug #1014775: update NEWS.help for changes in docutils. by Johannes Gijsbers · 20 years ago
  41. 343cb8a Bug #1014770: apply some rest-foo and fix some docutils errors. by Johannes Gijsbers · 20 years ago
  42. 4c11f60 Patch #934356: if a module defines __all__, believe that rather than using by Johannes Gijsbers · 20 years ago
  43. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  44. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  45. 47e52ee SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  46. 0973b99 SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  47. e064b41 Patch #914575: difflib side by side diff support, diff.py s/b/s HTML option. by Martin v. Löwis · 20 years ago
  48. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  49. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  50. cc8a4f6 When building with --disable-toolbox-glue under Darwin, skip building any by Brett Cannon · 20 years ago
  51. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 20 years ago
  52. cae9e67 Patch #970015: Replace - by _ in version and release. by Martin v. Löwis · 20 years ago
  53. cf52524 Patch #970019: Include version and release in the BuildRoot. by Martin v. Löwis · 20 years ago
  54. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  55. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  56. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  57. 08158a0 Add Nick Coghlan for his patch solving an issue with joining string subclasses. by Raymond Hettinger · 20 years ago
  58. 5268c39 sf #1009373, #1005936. fix underscores in index entries in PDF files. by Neal Norwitz · 20 years ago
  59. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  60. 3ba5bfc Bug #1005737, #1007249: Fix several build problems and warnings by Hye-Shik Chang · 20 years ago
  61. 336e85f Patch #900727: Add Py_InitializeEx to allow embedding without signals. by Martin v. Löwis · 20 years ago
  62. f64700a Add support for FreeBSD 6. by Hye-Shik Chang · 20 years ago
  63. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  64. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  65. c473c99 Patch #1006219: let inspect.getsource show '@' decorators and add tests for by Johannes Gijsbers · 20 years ago
  66. 318a12e Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate. by Martin v. Löwis · 20 years ago
  67. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  68. 9bb1f05 Various alpha 3 updates. by Raymond Hettinger · 20 years ago
  69. 2443d4a - pygettext.py: Generate POT-Creation-Date header in ISO format. by Matthias Klose · 20 years ago
  70. a2542be The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD by Matthias Klose · 20 years ago
  71. 2e829c0 - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 20 years ago
  72. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 20 years ago
  73. add3360 Correct the order of application for decorators. Meant to be bottom-up and not by Brett Cannon · 20 years ago
  74. 34c4120 bug #989672: pdb.doc and the help messages for the help_d and help_u methods by Johannes Gijsbers · 20 years ago
  75. 4ec4064 bug #990669: os.path.realpath() will resolve symlinks before normalizing the by Johannes Gijsbers · 20 years ago
  76. b112d6e bug 990669: os.path.normpath may alter the meaning of a path if it contains by Johannes Gijsbers · 20 years ago
  77. 9d134b7 bug #851123: shutil.copyfile will raise an exception when trying to copy a file by Johannes Gijsbers · 20 years ago
  78. 7c399d3 Removed item about an asyncore patch that got backed out. by Tim Peters · 20 years ago
  79. b3de2e1 'inspect' was not listing the functions in a module properly if the module was by Brett Cannon · 20 years ago
  80. f076953 SF patch #1005778, Fix seg fault if list object is modified during list.index() by Neal Norwitz · 20 years ago
  81. 79b52b7 Boosted the stack reservation for python.exe and python_w.exe from the by Tim Peters · 20 years ago
  82. 800ba23 This is my patch: by Michael W. Hudson · 20 years ago
  83. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  84. 5523c25 A NEWS entry for my last checked in change (I've gotten out of the by Michael W. Hudson · 20 years ago
  85. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  86. 83b5735 Brief xrange news. by Tim Peters · 20 years ago
  87. 3ddd60a Also deprecated the old Tester class, which is no longer used by anything by Tim Peters · 20 years ago
  88. 8c47f4a eval_frame now has a PyAPI-style name by Michael W. Hudson · 20 years ago
  89. 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 20 years ago
  90. 955d009 Add name by Andrew M. Kuchling · 20 years ago
  91. b34a6bc Create section for 2.4a3; remove empty sections in 2.4a2 by Andrew M. Kuchling · 20 years ago
  92. 78d375f Another typo by Andrew M. Kuchling · 20 years ago
  93. 28025ec Typo fix by Andrew M. Kuchling · 20 years ago
  94. 52a21b8 SF patch #980695: efficient string concatenation by Raymond Hettinger · 20 years ago
  95. c759f07 Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and TIS-620. by Marc-André Lemburg · 20 years ago
  96. ff347ca release date by Anthony Baxter · 20 years ago
  97. 8485b56 Edward Loper's cool and massive refactoring of doctest.py, merged from by Tim Peters · 20 years ago
  98. c81c695 Add a proper pointer to SF bug item. by Hye-Shik Chang · 20 years ago
  99. 7df44b3 SF #941229: Decode source code with sys.stdin.encoding in interactive by Hye-Shik Chang · 20 years ago
  100. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago