1. 0452049 Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and by Thomas Wouters · 19 years ago
  2. 3bbbc49 minor tweak by George Yoshida · 19 years ago
  3. 6dbff33 SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
  4. d798a18 Rework context terminology by Andrew M. Kuchling · 19 years ago
  5. b33842a Add two items; easy_install is now off the table, though pkgutil still is by Andrew M. Kuchling · 19 years ago
  6. 34a70c6 Fix markup glitch in unittest docs. Will backport. by Thomas Wouters · 19 years ago
  7. e708cf5 Fix latex typo by Nick Coghlan · 19 years ago
  8. a7e820a Move the PEP 343 documentation and implementation closer to the by Nick Coghlan · 19 years ago
  9. 327ea38 Revert previous change, SKIP had a versionadded elsewhere by Neal Norwitz · 19 years ago
  10. cfba5f8 Restore Walters name by Neal Norwitz · 19 years ago
  11. 85c767a versionadded for SKIP by Neal Norwitz · 19 years ago
  12. 711bf30 Patch #1475231: add a new SKIP doctest option, thanks to Edward Loper. by Tim Peters · 19 years ago
  13. e96b229 Put break at correct level so *all* root HKEYs acutally get checked for by Trent Mick · 19 years ago
  14. be635cd Whitespace normalization. by Tim Peters · 19 years ago
  15. 0a07ab9 Revert addition of setuptools by Phillip J. Eby · 19 years ago
  16. 0a7ed8c Edits, using the new term 'context specifier' in a few places by Andrew M. Kuchling · 19 years ago
  17. a6c67b5 Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers. by Thomas Wouters · 19 years ago
  18. 03f76cf More reliable version of new command line tests that just checks the exit codes by Nick Coghlan · 19 years ago
  19. 314dadb Back out new command line tests (broke buildbot) by Nick Coghlan · 19 years ago
  20. 0e01962 Fix broken contextlib test from last checkin (I'd've sworn I tested that before checking it in. . .) by Nick Coghlan · 19 years ago
  21. da2268f Fix contextlib.nested to cope with exit methods raising and handling exceptions by Nick Coghlan · 19 years ago
  22. 27ec1a7 Add unit tests for the -m and -c command line switches by Nick Coghlan · 19 years ago
  23. 877cf23 Change PEP 343 related documentation to use the term context specifier instead of context object by Nick Coghlan · 19 years ago
  24. c195d8a Note changes made to PEP 343 related documentation by Nick Coghlan · 19 years ago
  25. 8dc73d2 Bug #1337990: clarified that `doctest` does not support examples by Tim Peters · 19 years ago
  26. d4c2177 Add two items by Andrew M. Kuchling · 19 years ago
  27. edb575e Edits to the PEP 343 section by Andrew M. Kuchling · 19 years ago
  28. 7b1559a correct example by Skip Montanaro · 19 years ago
  29. 9ab2f45 it's always helpful if the example works... by Skip Montanaro · 19 years ago
  30. 56a3706 minor tweak by Skip Montanaro · 19 years ago
  31. 47767c3 first cut at trace module doc by Skip Montanaro · 19 years ago
  32. 81b7e57 Whitespace normalization. by Tim Peters · 19 years ago
  33. 4383230 Backdated NEWS entry to record the implementation of PEP 338 for alpha 1 by Nick Coghlan · 19 years ago
  34. 09b1bc3 Take 2 on mentioning the with statement, this time without inadvertently killing the Unicode examples by Nick Coghlan · 19 years ago
  35. e0ea50b Add a (very) brief mention of the with statement to the end of chapter 8 by Nick Coghlan · 19 years ago
  36. fee3dfc Update with statement documentation to use same terminology as 2.5a1 implementation by Nick Coghlan · 19 years ago
  37. 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
  38. 5ef9d9f Update contextlib documentation to use the same terminology as the module implementation by Nick Coghlan · 19 years ago
  39. 84faa85 Add a Context Types section to parallel the Iterator Types section (uses the same terminology as the 2.5a1 implementation) by Nick Coghlan · 19 years ago
  40. 32fd16e Patch 1471761 - test for broken poll at runtime by Ronald Oussoren · 19 years ago
  41. d06b6f2 Patch 1471925 - Weak linking support for OSX by Ronald Oussoren · 19 years ago
  42. a1d3b10 wrap SyntaxError with \exception{} by George Yoshida · 19 years ago
  43. ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
  44. cdd4328 Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside anymore. by Hye-Shik Chang · 19 years ago
  45. 51a23fe - add versionadded tag - make arbitrary arguments come last by George Yoshida · 19 years ago
  46. 449be38 Port to Python 2.5. Drop .DEF file. Change output file names to .pyd. by Martin v. Löwis · 19 years ago
  47. 3c134a2 Typo fixes by George Yoshida · 19 years ago
  48. 6685128 Fix more ssize_t issues. by Martin v. Löwis · 19 years ago
  49. 26fd960 Fix more ssize_t problems. by Martin v. Löwis · 19 years ago
  50. 8694a6d Add libctypes as a dep by Neal Norwitz · 19 years ago
  51. 6d7cd7d Whitespace normalization. by Tim Peters · 19 years ago
  52. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
  53. 81efcf6 Make copy of test_mailbox.py. We'll still want to check the backward by Andrew M. Kuchling · 19 years ago
  54. 6ce35a9 Fix comment typo by Andrew M. Kuchling · 19 years ago
  55. 3ccdb6a Typo fixes by Andrew M. Kuchling · 19 years ago
  56. a93ee47 Guido wrote contextlib, not me, but thanks anyway. ;) by Phillip J. Eby · 19 years ago
  57. 21fbd57 SF bug #1473760 TempFile can hang on Windows. by Tim Peters · 19 years ago
  58. 9f7e58a Documentation for ctypes. by Thomas Heller · 19 years ago
  59. 6ff67ef Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 19 years ago
  60. 4b75a7c Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 19 years ago
  61. f9cc594 Whitespace normalization. by Tim Peters · 19 years ago
  62. cd84b92 Correct the grammar by George Yoshida · 19 years ago
  63. db8955b Backport p3yk r45619: by Hye-Shik Chang · 19 years ago
  64. 0d84028 Fix a markup. This generated a ugly code, "P>". by George Yoshida · 19 years ago
  65. 568f1d0 Py_ssize_t issue; repr()'ing a very large string would result in a teensy by Thomas Wouters · 19 years ago
  66. 07b3508 Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1) by Martin v. Löwis · 19 years ago
  67. e78eeb1 Add item by Andrew M. Kuchling · 19 years ago
  68. fb08e73 Add \label to make better HTML filenames by Andrew M. Kuchling · 19 years ago
  69. 42c6e2f Add two items; typographical improvement for the 'with' statement; minor edits by Andrew M. Kuchling · 19 years ago
  70. ba67a8a Typo, grammar fixes. This file could use another proofreading pass. by Andrew M. Kuchling · 19 years ago
  71. 3a7b58e Add TODO item by Andrew M. Kuchling · 19 years ago
  72. b0a1e6b Add explanatory message by Andrew M. Kuchling · 19 years ago
  73. 84a7ee7 Typo fixes by Andrew M. Kuchling · 19 years ago
  74. 4e90810 Fix variable/format-char discrepancy in new-style class __getitem__, by Thomas Wouters · 19 years ago
  75. 64ed043 Package setuptools by Martin v. Löwis · 19 years ago
  76. 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 19 years ago
  77. c34b931 This is a long-ago patch I submitted to SF (1100924) to time the gc passes. by Skip Montanaro · 19 years ago
  78. f75225b - tp_init shouldn't call base class tp_init by default by Jack Jansen · 19 years ago
  79. 3b675d2 Change a footnote to a parenthetical (in two senses) paragraph by Andrew M. Kuchling · 19 years ago
  80. af015cf Argh, make another markup fix by Andrew M. Kuchling · 19 years ago
  81. 3343218 Markup fix by Andrew M. Kuchling · 19 years ago
  82. 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 · 19 years ago
  83. 449b24e Address issues brought up by MvL on python-checkins. by Neal Norwitz · 19 years ago
  84. 0d21b1e Whitespace, fix indentation by Neal Norwitz · 19 years ago
  85. c661b88 Document r43622. by Martin v. Löwis · 19 years ago
  86. 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
  87. d0b8e83 Add news item for pybench addition. by Marc-André Lemburg · 19 years ago
  88. dc5f808 Make s.replace() work with explicit counts exceeding 2Gb. by Thomas Wouters · 19 years ago
  89. c311f64 Adding pybench 1.3 to the Tools/ directory. by Marc-André Lemburg · 19 years ago
  90. 79cdce3 Teach Python/ceval.c's inlining of 'str += str' about Py_ssize_t sizes; this by Thomas Wouters · 19 years ago
  91. 4abb366 Use Py_ssize_t to hold the 'width' argument to the ljust, rjust, center and by Thomas Wouters · 19 years ago
  92. 6719131 Write datetime.strptime() item; show use of @contextmanager in defining __context__ methods; minor edits; add two names by Andrew M. Kuchling · 19 years ago
  93. a9017c3 SF Patch #1062014: AF_UNIX sockets under Linux have a special by Armin Rigo · 19 years ago
  94. ab012af Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files. by Brett Cannon · 19 years ago
  95. 503b73e Add proper svn magic to ignore .pyc/.pyo files in Lib/setuptools (and by Thomas Wouters · 19 years ago
  96. b6dfaed Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer. by Thomas Heller · 19 years ago
  97. 058be9a C++ compiler cleanup: the typical few casts, and ... C++ didn't like that by Skip Montanaro · 19 years ago
  98. cbe2e49 C++ compiler cleanup: a cast here, a cast there... still does not compile under C++ though... by Skip Montanaro · 19 years ago
  99. 14f8899 C++ compiler cleanup: "typename" is a C++ keyword by Skip Montanaro · 19 years ago
  100. 1b04664 Change those parts of the Python-api that were functions in 2.4, and by Thomas Heller · 19 years ago