1. 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 21 years ago
  2. 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 21 years ago
  3. 1d5854f Note the platform module. by Fred Drake · 21 years ago
  4. c74e4a5 Added a comment about backward compatibility requirements and a link by Barry Warsaw · 21 years ago
  5. 13b4c41 Mention deprecation of rotor module by Andrew M. Kuchling · 21 years ago
  6. fb5f485 [Patch #679505] Document that the rotor module is deprecated by Andrew M. Kuchling · 21 years ago
  7. bbb9a55 [Patch #679505] Document that this module is deprecated by Andrew M. Kuchling · 21 years ago
  8. 9f4eb6b [Patch #679505] Silence DeprecationWarning when testing rotor module by Andrew M. Kuchling · 21 years ago
  9. 360088f [Patch #679505] Trigger DeprecationWarning on importing the rotor module by Andrew M. Kuchling · 21 years ago
  10. 366a0fe Reformatted a bit to remove the lengthy re.compile() from the function by Marc-André Lemburg · 21 years ago
  11. 246d847 New module platform.py, submitted by Marc-Andre Lemburg. by Marc-André Lemburg · 21 years ago
  12. 84fc9aa SF 686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
  13. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  14. 7d618c7 Fix docstring for URLOpener.retrieve() in regards to opening a local file by Brett Cannon · 21 years ago
  15. 317ad7a Fixed docs for urlretrieve() to match code in the case of opening a local file. by Brett Cannon · 21 years ago
  16. c22b299 fix some markup errors by Fred Drake · 21 years ago
  17. 54a234a clarify - restrict version mention to the trunk version by Skip Montanaro · 21 years ago
  18. 1bd1d85 added note about character set limitations in passwords. by Skip Montanaro · 21 years ago
  19. 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 21 years ago
  20. ce07c8a Max OS X returns "*" as the password in grp.getgrall() by Walter Dörwald · 21 years ago
  21. 2d1c846 Clarified new fsync() docs. by Tim Peters · 21 years ago
  22. 5eccabc Mention the new getargs.c format codes. by Thomas Heller · 21 years ago
  23. 42a1172 Document the new format codes B, H, I, k, K. by Thomas Heller · 21 years ago
  24. 1d87786 SF patch 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago
  25. 6eca358 SF 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago
  26. 88ba1e3 SF Patch 685051: fix for 680789: reprs in arraymodule by Raymond Hettinger · 21 years ago
  27. 444e434 Update the package list whenever we build distfiles. by Fred Drake · 21 years ago
  28. a9b9c9f some more error-message enhancements by Alex Martelli · 21 years ago
  29. a256f7d Fix SF bug #723801, logging.setLoggerClass() doesn't support new-style classes by Neal Norwitz · 21 years ago
  30. f471d47 complete and clarify some error messages for range() by Alex Martelli · 21 years ago
  31. 636688d Improve the message about metatype/metaclass conflicts. by Guido van Rossum · 21 years ago
  32. f297bd1 SF patch #725904, Minor changes to logging from module author (Vinay Sajip) by Neal Norwitz · 21 years ago
  33. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  34. 9a9c436 PyObject_IsTrue() can return an error condition. by Raymond Hettinger · 21 years ago
  35. 863983e Add comment on performance. Fix missing right parenthesis. Add three examples. by Raymond Hettinger · 21 years ago
  36. a69d409 Update to the new PyGILState APIs to simplify and correct thread-state by Mark Hammond · 21 years ago
  37. 2b4b5a5 Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix by Jack Jansen · 21 years ago
  38. 7099583 markup corrections by Fred Drake · 21 years ago
  39. b28271f Do a little more searching for the data file for the test: this allows by Fred Drake · 21 years ago
  40. 3c9068b Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection, by Gustavo Niemeyer · 21 years ago
  41. c8c8b94 Only produce a dotted module name when writing output to a separate directory. by Jeremy Hylton · 21 years ago
  42. 282be3a - explain the start argument to sum() by Fred Drake · 21 years ago
  43. d69b744 If not icon file is specified use the default Python Applet icons. Fixes 719303. by Jack Jansen · 21 years ago
  44. 03e929e Fix some markup nits. by Fred Drake · 21 years ago
  45. 6432f78 Only return a warning message about not all files being unpacked if there by Jack Jansen · 21 years ago
  46. 8c46ce9 Allow setting the auto dispose flag on window objects. by Jack Jansen · 21 years ago
  47. f776dee Hiding packages was done incorrectly. Fixed. by Jack Jansen · 21 years ago
  48. 6cb9029 PyGILState cleanup was too early - destructors called via module cleanup may use the API. by Mark Hammond · 21 years ago
  49. ecd2fdc Change test_pwd and test_grp so they can handle duplicate user by Walter Dörwald · 21 years ago
  50. 41c9f88 fixed a potential refcount bug (thanks Raymond!). by Alex Martelli · 21 years ago
  51. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  52. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  53. 0c83348 minor cleanups and whitespace normalisation by Andrew MacIntyre · 21 years ago
  54. 699cbb7 Get test_capi & test_getargs2 to pass on alphas by Neal Norwitz · 21 years ago
  55. dfbfe73 Add helper function to get module name taking packages into account. by Jeremy Hylton · 21 years ago
  56. 38732e1 Holistic refactoring. by Jeremy Hylton · 21 years ago
  57. fbbe347 Add a useful docstring to enumerate. by Jeremy Hylton · 21 years ago
  58. 631e87f Makefile & config.c: - restructure build for modules now in Python DLL by Andrew MacIntyre · 21 years ago
  59. d4c9b16 Makefile: - add _csv module to the build list - various cleanups by Andrew MacIntyre · 21 years ago
  60. baf25b0 apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows by Andrew MacIntyre · 21 years ago
  61. 75e0145 - DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL by Andrew MacIntyre · 21 years ago
  62. 5549322 Test suite for optparse. This is a slightly-edited copy of by Greg Ward · 21 years ago
  63. 2492fcf Update to Optik 1.4.1; here are the relevant bits of the change log: by Greg Ward · 21 years ago
  64. be733ee More work on bug #672491 and patch #712900. by Gustavo Niemeyer · 21 years ago
  65. 48f3dcc - Changed shlex.split() method to have more useful and meaningful parameters. by Gustavo Niemeyer · 21 years ago
  66. cf146d3 - Included examples documenting how the lastindex member of by Gustavo Niemeyer · 21 years ago
  67. 334df6c Finally added a -h option to print the module docstring and exit. ;) by Barry Warsaw · 21 years ago
  68. 1aca359 - Fixed bug #672491. This change restores the behavior of lastindex/lastgroup by Gustavo Niemeyer · 21 years ago
  69. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  70. cf615b5 handle_system_exit(): This leaked the current exception info, in by Tim Peters · 21 years ago
  71. 53f72d7 Docstring clarifications. by Tim Peters · 21 years ago
  72. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 21 years ago
  73. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  74. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  75. e36b690 Mention the bz2 module Various rewrites by Andrew M. Kuchling · 21 years ago
  76. b4cb664 New file. by Martin v. Löwis · 21 years ago
  77. 78e2f06 Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds. by Martin v. Löwis · 21 years ago
  78. 53d93ad Patch #681152: Support escaped Unicode characters in classes. Fixes #612074. by Martin v. Löwis · 21 years ago
  79. 910ae62 Patch #716969: Detect thread creation failure. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  80. 1e91d8e Make _strptime escape regex syntax in format string to prevent use in internal regex. by Brett Cannon · 21 years ago
  81. 482c5f7 as_string(): Added some text to the docstring to make it clear that by Barry Warsaw · 21 years ago
  82. b05df57 Added some more documentation to as_string() to make it clear that by Barry Warsaw · 21 years ago
  83. 338bcbc Change email address. by Martin v. Löwis · 21 years ago
  84. faf71ea Fix spelling of cedillas. by Martin v. Löwis · 21 years ago
  85. 07d4fb6 Correct methoddesc environments. by Martin v. Löwis · 21 years ago
  86. 382f078 Add lib/libstringprep.tex lib/libdocxmlrpc.tex. by Martin v. Löwis · 21 years ago
  87. 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 21 years ago
  88. b5c4b7b Skip nameprep test 3.43, as we do allow unassigned characters. The test by Martin v. Löwis · 21 years ago
  89. 6869458 Don't double-space the "??? new object ..." messages. by Guido van Rossum · 21 years ago
  90. d7e83a1 Patch #718049: Setting exe_extension for cygwin by Jason Tishler · 21 years ago
  91. cf6d74a - accepted (slightly) modified version of docs for the OptionGroup by Fred Drake · 21 years ago
  92. 1509a15 Patch #711835: Remove unnecessary lock operations. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  93. 6920652 Patch #714957: Explain ADDMODULE MARKER. by Martin v. Löwis · 21 years ago
  94. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  95. 8d17a90 Heh -- I checked in an old version of this, at a time I documented the by Tim Peters · 21 years ago
  96. 21d7d4d _Py_PrintReferenceAddresses(): also print the type name. In real use by Tim Peters · 21 years ago
  97. bbb931b Delete the 'h' test -- 'h' is no longer unsigned so the machinery here by Guido van Rossum · 21 years ago
  98. fce26e7 Roll back changes to 'h' format code -- too much breaks. Other changes stay. by Guido van Rossum · 21 years ago
  99. 10cf218 Use True in a few more places. by Neal Norwitz · 21 years ago
  100. a6bdf2a Oops, missed updating doc to correct version for split by Neal Norwitz · 21 years ago