1. 6869458 Don't double-space the "??? new object ..." messages. by Guido van Rossum · 21 years ago
  2. d7e83a1 Patch #718049: Setting exe_extension for cygwin by Jason Tishler · 21 years ago
  3. cf6d74a - accepted (slightly) modified version of docs for the OptionGroup by Fred Drake · 21 years ago
  4. 1509a15 Patch #711835: Remove unnecessary lock operations. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  5. 6920652 Patch #714957: Explain ADDMODULE MARKER. by Martin v. Löwis · 21 years ago
  6. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  7. 8d17a90 Heh -- I checked in an old version of this, at a time I documented the by Tim Peters · 21 years ago
  8. 21d7d4d _Py_PrintReferenceAddresses(): also print the type name. In real use by Tim Peters · 21 years ago
  9. bbb931b Delete the 'h' test -- 'h' is no longer unsigned so the machinery here by Guido van Rossum · 21 years ago
  10. fce26e7 Roll back changes to 'h' format code -- too much breaks. Other changes stay. by Guido van Rossum · 21 years ago
  11. 10cf218 Use True in a few more places. by Neal Norwitz · 21 years ago
  12. a6bdf2a Oops, missed updating doc to correct version for split by Neal Norwitz · 21 years ago
  13. aa1ac54 Get test to work under regrtest when running whole suite by Neal Norwitz · 21 years ago
  14. 30b6e82 Added documentation for the handle_pi() method, based on SF patch #662464. by Fred Drake · 21 years ago
  15. 816653f SF Feature #: 719429, Get the SSL module to build on RedHat 9. by Neal Norwitz · 21 years ago
  16. fafd56f Add test that demonstrates SGML-style handling of processing instructions. by Fred Drake · 21 years ago
  17. 2431523 - use Tue/False for booleans - some very minor cleanups by Fred Drake · 21 years ago
  18. dbd6503 dded missing k and K format specifiers to Py_BuildValue and friends. by Jack Jansen · 21 years ago
  19. aa3b5d2 markup banalities by Fred Drake · 21 years ago
  20. 68d8cef Implemented posix-mode parsing support in shlex.py, as dicussed in by Gustavo Niemeyer · 21 years ago
  21. 84c2b1b Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'. by Jack Jansen · 21 years ago
  22. ecc6635 Converted manually written code to the new K format specifier. by Jack Jansen · 21 years ago
  23. 269b2a6 _Py_PrintReferences(): Changed to print object address at start of each by Tim Peters · 21 years ago
  24. a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 21 years ago
  25. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  26. cf8d285 Changes in support of PEP 269. by Guido van Rossum · 21 years ago
  27. 66ebd91 A missing piece of the PEP 269 patch: add PyParser_SetError(), a by Guido van Rossum · 21 years ago
  28. d08e382 Trimmed trailing whitespace. by Tim Peters · 21 years ago
  29. 9cf25ce Py_Finalize(): Reverted recent changes that tried to move the by Tim Peters · 21 years ago
  30. d3ab37f Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to by Guido van Rossum · 21 years ago
  31. 6e5be22 Remove extra space in docstring by Neal Norwitz · 21 years ago
  32. c1f6e8c - The repr() of a weakref object now shows the __name__ attribute of by Guido van Rossum · 21 years ago
  33. 6f29ff3 Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. by Martin v. Löwis · 21 years ago
  34. 2cd0a65 Add 'get' method to Variable and switch it from internal class to by Guido van Rossum · 21 years ago
  35. a4541a3 - super() no longer ignores data descriptors, except __class__. See by Guido van Rossum · 21 years ago
  36. 6cc5bb6 Sigh. The crucial change was still missing from the previous checkin. :-( by Guido van Rossum · 21 years ago
  37. bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 21 years ago
  38. 76ba09f - super() no longer ignores data descriptors, except __class__. See by Guido van Rossum · 21 years ago
  39. 954bcf5 Minor source formatting fixes. by Raymond Hettinger · 21 years ago
  40. e04ee70 Mostly reformatting, splitting long lines, whitespace normalization etc. by Barry Warsaw · 21 years ago
  41. 2ed6dff As discussed on python-dev, revised docs to note that by Raymond Hettinger · 21 years ago
  42. 1475c49 Add version info for name2codepoint and codepoint2name by Neal Norwitz · 21 years ago
  43. be5d707 When on MacOSX, and only in a framework build, add by Jack Jansen · 21 years ago
  44. 36d49a9 The identify() description didn't match the code. Fixed. by Jack Jansen · 21 years ago
  45. 36b5198 Refer people to the help pages on failure to load the database. by Jack Jansen · 21 years ago
  46. 64509b3 Added a note on getting 404 Not Found errors when loading the database. by Jack Jansen · 21 years ago
  47. a950d7b Added support for per-user installs. by Jack Jansen · 21 years ago
  48. 20fa675 Allow switching of install dir after creation of preferences. by Jack Jansen · 21 years ago
  49. 5688b7a Add two dictionaries to htmlentitydefs: name2codepoint maps by Walter Dörwald · 21 years ago
  50. 19a02ba Fix three (!) object leaks in the code for assignment to __bases__. by Guido van Rossum · 21 years ago
  51. 4323090 Adapted GUI for per-user install. Doesn't do anything yet, though by Jack Jansen · 21 years ago
  52. a95eab5 Test SystemEvents too. by Jack Jansen · 21 years ago
  53. ee24e9c Use object interface for global vars. Fixes #721171. by Martin v. Löwis · 21 years ago
  54. 52b2705 Ouch, it's Carlo Verre, not Verre Carlo. by Guido van Rossum · 21 years ago
  55. 357981e Add a few errors tests for range(). by Walter Dörwald · 21 years ago
  56. 64976e7 Fix copy & paste error in comment. by Walter Dörwald · 21 years ago
  57. 43bc1f1 Fix the test so that it works even when /etc/group has two entries by Walter Dörwald · 21 years ago
  58. 66e1e50 Fix the test so that it works even when /etc/passwd has two entries by Walter Dörwald · 21 years ago
  59. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  60. 6fde1ce - Use the tarfile module to unpack tarfiles. by Jack Jansen · 21 years ago
  61. 299b3df test_range(): The C code changed to raise TypeError in one of these by Tim Peters · 21 years ago
  62. d922fa4 Move the call to _Py_PrintReferences() a bit further down. This by Guido van Rossum · 21 years ago
  63. 28e83e3 Some errors from range() should be TypeError, not ValueError. by Guido van Rossum · 21 years ago
  64. b1ded1e Port test_pwd.py to PyUnit. Check that getpwall() and by Walter Dörwald · 21 years ago
  65. 255a3d0 Extend SF patch #707257: Improve code generation by Raymond Hettinger · 21 years ago
  66. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  67. 4dcdb78 Close off the "Verre Carlo hack" as discussed on python-dev. by Guido van Rossum · 21 years ago
  68. 2fd02eb super_getattro(): kill some dead code; explain a mystery. by Guido van Rossum · 21 years ago
  69. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  70. b43f15e Add a name by Andrew M. Kuchling · 21 years ago
  71. 817d6c9 Prompted by Tim's comment, when handle_range_longs() sees an by Guido van Rossum · 21 years ago
  72. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  73. 44c62ef Typo fix by Andrew M. Kuchling · 21 years ago
  74. dff694b Fix docstring typo by Andrew M. Kuchling · 21 years ago
  75. 21664d8 Patch #709178: remove -static option from cygwinccompiler by Jason Tishler · 21 years ago
  76. 42a8aed Make readers and writers participate in garbage collection. by Jeremy Hylton · 21 years ago
  77. ae32319 Get test working if gzip support is not available by Neal Norwitz · 21 years ago
  78. 874e1f7 handle_range_longs(): refcount handling is very delicate here, and by Tim Peters · 21 years ago
  79. d39078b Mention timeit module by Andrew M. Kuchling · 21 years ago
  80. ba887bb Use simpler import by Andrew M. Kuchling · 21 years ago
  81. 38fc837 Must declare vrbls at the tops of blocks in C89 (wouldn't compile). by Tim Peters · 21 years ago
  82. 3576066 Oops, _propdeclarations and friends are needed: gensuitemodule uses them by Jack Jansen · 21 years ago
  83. 7b01a83 use PyModule_Add{Int,String}Constant() where appropriate by Skip Montanaro · 21 years ago
  84. 577c7a7 tighten up string checks by Skip Montanaro · 21 years ago
  85. 860fc0b add writerows docstring conditionally exclude Unicode functions by Skip Montanaro · 21 years ago
  86. 98f16e0 typo by Skip Montanaro · 21 years ago
  87. dfa35fa typo by Skip Montanaro · 21 years ago
  88. 125b9b0 Back out of setting the default charset to iso-8859-1. by Barry Warsaw · 21 years ago
  89. 6008cbd NullTranslations.__init__(): Back out of setting the default charset by Barry Warsaw · 21 years ago
  90. 3bc093b zap commented out bit of code by Skip Montanaro · 21 years ago
  91. 06c7b62 Fix markup by Neal Norwitz · 21 years ago
  92. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 21 years ago
  93. a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 21 years ago
  94. de354b7 Added a note that the Mac OSA modules are documented. by Jack Jansen · 21 years ago
  95. 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 21 years ago
  96. bae5c96 Moved all the scripting stuff to a separate section, added all the by Jack Jansen · 21 years ago
  97. 126f2b7 Avoid creating one of the TestSuite objects. by Fred Drake · 21 years ago
  98. 4ec6824 Fix test_tarfile failure when gzip is not available by Neal Norwitz · 21 years ago
  99. ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 21 years ago
  100. 5c16c7b Move declaration of enc to scope where it is used by Neal Norwitz · 21 years ago