1. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 18 years ago
  2. 81efcf6 Make copy of test_mailbox.py. We'll still want to check the backward by Andrew M. Kuchling · 18 years ago
  3. 6ce35a9 Fix comment typo by Andrew M. Kuchling · 18 years ago
  4. 3ccdb6a Typo fixes by Andrew M. Kuchling · 18 years ago
  5. a93ee47 Guido wrote contextlib, not me, but thanks anyway. ;) by Phillip J. Eby · 18 years ago
  6. 21fbd57 SF bug #1473760 TempFile can hang on Windows. by Tim Peters · 18 years ago
  7. 9f7e58a Documentation for ctypes. by Thomas Heller · 18 years ago
  8. 6ff67ef Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 18 years ago
  9. 4b75a7c Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 18 years ago
  10. f9cc594 Whitespace normalization. by Tim Peters · 18 years ago
  11. cd84b92 Correct the grammar by George Yoshida · 18 years ago
  12. db8955b Backport p3yk r45619: by Hye-Shik Chang · 18 years ago
  13. 0d84028 Fix a markup. This generated a ugly code, "P>". by George Yoshida · 18 years ago
  14. 568f1d0 Py_ssize_t issue; repr()'ing a very large string would result in a teensy by Thomas Wouters · 18 years ago
  15. 07b3508 Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1) by Martin v. Löwis · 18 years ago
  16. e78eeb1 Add item by Andrew M. Kuchling · 18 years ago
  17. fb08e73 Add \label to make better HTML filenames by Andrew M. Kuchling · 18 years ago
  18. 42c6e2f Add two items; typographical improvement for the 'with' statement; minor edits by Andrew M. Kuchling · 18 years ago
  19. ba67a8a Typo, grammar fixes. This file could use another proofreading pass. by Andrew M. Kuchling · 18 years ago
  20. 3a7b58e Add TODO item by Andrew M. Kuchling · 18 years ago
  21. b0a1e6b Add explanatory message by Andrew M. Kuchling · 18 years ago
  22. 84a7ee7 Typo fixes by Andrew M. Kuchling · 18 years ago
  23. 4e90810 Fix variable/format-char discrepancy in new-style class __getitem__, by Thomas Wouters · 18 years ago
  24. 64ed043 Package setuptools by Martin v. Löwis · 18 years ago
  25. 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 18 years ago
  26. c34b931 This is a long-ago patch I submitted to SF (1100924) to time the gc passes. by Skip Montanaro · 18 years ago
  27. f75225b - tp_init shouldn't call base class tp_init by default by Jack Jansen · 18 years ago
  28. 3b675d2 Change a footnote to a parenthetical (in two senses) paragraph by Andrew M. Kuchling · 18 years ago
  29. af015cf Argh, make another markup fix by Andrew M. Kuchling · 18 years ago
  30. 3343218 Markup fix by Andrew M. Kuchling · 18 years ago
  31. 63fe9b5 Add some items; add "New module" consistently; make contextlib.closing example more interesting and more correct (thanks Gustavo!); add a name by Andrew M. Kuchling · 18 years ago
  32. 449b24e Address issues brought up by MvL on python-checkins. by Neal Norwitz · 18 years ago
  33. 0d21b1e Whitespace, fix indentation by Neal Norwitz · 18 years ago
  34. c661b88 Document r43622. by Martin v. Löwis · 18 years ago
  35. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 18 years ago
  36. d0b8e83 Add news item for pybench addition. by Marc-André Lemburg · 18 years ago
  37. dc5f808 Make s.replace() work with explicit counts exceeding 2Gb. by Thomas Wouters · 18 years ago
  38. c311f64 Adding pybench 1.3 to the Tools/ directory. by Marc-André Lemburg · 18 years ago
  39. 79cdce3 Teach Python/ceval.c's inlining of 'str += str' about Py_ssize_t sizes; this by Thomas Wouters · 18 years ago
  40. 4abb366 Use Py_ssize_t to hold the 'width' argument to the ljust, rjust, center and by Thomas Wouters · 18 years ago
  41. 6719131 Write datetime.strptime() item; show use of @contextmanager in defining __context__ methods; minor edits; add two names by Andrew M. Kuchling · 18 years ago
  42. a9017c3 SF Patch #1062014: AF_UNIX sockets under Linux have a special by Armin Rigo · 18 years ago
  43. ab012af Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files. by Brett Cannon · 18 years ago
  44. 503b73e Add proper svn magic to ignore .pyc/.pyo files in Lib/setuptools (and by Thomas Wouters · 18 years ago
  45. b6dfaed Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer. by Thomas Heller · 18 years ago
  46. 058be9a C++ compiler cleanup: the typical few casts, and ... C++ didn't like that by Skip Montanaro · 18 years ago
  47. cbe2e49 C++ compiler cleanup: a cast here, a cast there... still does not compile under C++ though... by Skip Montanaro · 18 years ago
  48. 14f8899 C++ compiler cleanup: "typename" is a C++ keyword by Skip Montanaro · 18 years ago
  49. 1b04664 Change those parts of the Python-api that were functions in 2.4, and by Thomas Heller · 18 years ago
  50. 584b0e0 Whilespace normalization (reindint.py). by Tim Peters · 18 years ago
  51. 17a35f9 add info re: pydoc, pkgutil, and setuptools additions by Phillip J. Eby · 18 years ago
  52. e7670a3 fix typo by George Yoshida · 18 years ago
  53. 54ddd23 Split ``get_platform()`` into ``get_supported_platform()`` and by Phillip J. Eby · 18 years ago
  54. 9d89299 Fix refcounting. by Thomas Heller · 18 years ago
  55. a4ebc13 Refactor: Move code that uses co_lnotab from ceval to codeobject by Jeremy Hylton · 18 years ago
  56. 6db6782 Typo fix by Andrew M. Kuchling · 18 years ago
  57. 7e97ee6 A dictresize() attack. If oldtable == mp->ma_smalltable then pure by Armin Rigo · 18 years ago
  58. 15b1f14 add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. by Michael W. Hudson · 18 years ago
  59. 952f196 Add item by Andrew M. Kuchling · 18 years ago
  60. 816a162 C++ compiler cleanup: proper casts by Skip Montanaro · 18 years ago
  61. 2060d1b Comment typo fix by Andrew M. Kuchling · 18 years ago
  62. 45294a9 Remove types from type_list if they have no objects by Martin v. Löwis · 18 years ago
  63. 041669f Whitespace normalization by Neal Norwitz · 18 years ago
  64. cea434c It's probably a good idea to actually *install* setuptools, too. ;) by Phillip J. Eby · 18 years ago
  65. 8f925cc Handle easy_install being run via -m with no __file__ if done from a zipfile. by Phillip J. Eby · 18 years ago
  66. 069159b Initial import of setuptools, with integrated tests. by Phillip J. Eby · 18 years ago
  67. e247e89 Finally figured out why this module did its imports at the by Tim Peters · 18 years ago
  68. 0969e8a At least test_threading_local doesn't leak any more. by Tim Peters · 18 years ago
  69. 742cd24 test_pyclbr goes nuts when a module contains code to try importing a class by Phillip J. Eby · 18 years ago
  70. 9582c14 correct function signature by Skip Montanaro · 18 years ago
  71. ceb3087 Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 18 years ago
  72. b507972 C++ compiler cleanup: cast... by Skip Montanaro · 18 years ago
  73. 53a6d1d C++ compiler cleanup: extern "C" a couple declarations, cast int to size_t by Skip Montanaro · 18 years ago
  74. 7ff54e7 C++ compiler cleanup: migrate to modsupport.h by Skip Montanaro · 18 years ago
  75. a0b6338 C++ compiler cleanup: cast signed to unsigned by Skip Montanaro · 18 years ago
  76. dd527fc reset errno before calling confstr - use confstr() doc to simplify checks afterwards by Skip Montanaro · 18 years ago
  77. 429433b C++ compiler cleanup: bunch-o-casts, plus use of unsigned loop index var in a couple places by Skip Montanaro · 18 years ago
  78. 3fca463 C++ compile cleanup: proper declaration of _Py_BuildValue_SizeT by Skip Montanaro · 18 years ago
  79. 54e964d C++ compilation cleanup: Migrate declaration of by Skip Montanaro · 18 years ago
  80. c7605f2 local.__del__(): This didn't actually do anything, because of too by Tim Peters · 18 years ago
  81. ab1d245 First phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 18 years ago
  82. 4be4e65 Add reindent target. by Martin v. Löwis · 18 years ago
  83. 1a00e18 Reindent. by Martin v. Löwis · 18 years ago
  84. f62eee1 Remove bogus character. by Martin v. Löwis · 18 years ago
  85. 70f5f7a Use GetModuleFileNameEx instead of GetProcessImageFileName, by Martin v. Löwis · 18 years ago
  86. bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 18 years ago
  87. 297bf82 fix long option markup by George Yoshida · 18 years ago
  88. 59075eb disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at by Ronald Oussoren · 18 years ago
  89. 0d660c0 Update status of document by Andrew M. Kuchling · 18 years ago
  90. f7823a3 Remove translated code hidden inside a comment environment; latex2html gets confused and includes half of it anyway by Andrew M. Kuchling · 18 years ago
  91. 6c10748 This patches fixes a number of byteorder problems in MacOSX specific code. by Ronald Oussoren · 18 years ago
  92. 749d070 Teach platform about darwin/x86 by Ronald Oussoren · 18 years ago
  93. ce8607d Revert to 45478, disable kill_python command for now. by Martin v. Löwis · 18 years ago
  94. c97c119 Check whether disk space is full. by Martin v. Löwis · 18 years ago
  95. 63d1f99 Rename binary again; increase noise; stop trying to actually kill the process. by Martin v. Löwis · 18 years ago
  96. 11e8b3c Rename binaries again; increase noise. by Martin v. Löwis · 18 years ago
  97. 98dbfab Rename binary to avoid conflicts with hanging processes on x86 w2k. by Martin v. Löwis · 18 years ago
  98. 5b3bf0d Try some tracing by Martin v. Löwis · 18 years ago
  99. 2d12372 Add kill_python command. by Martin v. Löwis · 18 years ago
  100. dfde91a Fix for a bug exposed by r45232: by Armin Rigo · 18 years ago