1. 26510d4 delete timing output - it appears after the </html> line. by Skip Montanaro · 20 years ago
  2. 9614219 Minor reformatting. by Thomas Heller · 20 years ago
  3. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 20 years ago
  4. 54f9439 Bug #934635: Fix a bug where the configure script couldn't detect by Hye-Shik Chang · 20 years ago
  5. 0046839 Change two instance of format strings for PyString_FromFormat() to use %ld by Brett Cannon · 20 years ago
  6. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  7. 45d0b5c Use Py_RETURN_NONE macro where applicable. by Raymond Hettinger · 20 years ago
  8. 501f02c Small refactoring saving one function() and eliminating some indirection. by Raymond Hettinger · 20 years ago
  9. 40a0382 * Specialize ins1() into app1() for appends. Saves several unnecessary by Raymond Hettinger · 20 years ago
  10. 71b2411 Record test_bsddb3 test results on WinXP. by Tim Peters · 20 years ago
  11. a0d781a Update the OpenSSL version example from c to d (the current stable one), by Tim Peters · 20 years ago
  12. 0e93309 The native bz2 tests worked fine for me under WinXP Pro + VC7.1, so by Tim Peters · 20 years ago
  13. 011de6c Record Tcl and Tk test results for WinXP Pro. by Tim Peters · 20 years ago
  14. c8aa08b Some (but not all) of the why code bitfield tests ran faster as by Raymond Hettinger · 20 years ago
  15. b888200 add AF_UNIX notes by Andrew MacIntyre · 20 years ago
  16. daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 20 years ago
  17. cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 20 years ago
  18. 5bed456 Revert 2.393, elimination of pre-decrementing, which by Raymond Hettinger · 20 years ago
  19. 249369c atof: correct parameter name by Skip Montanaro · 20 years ago
  20. 5bfd984 Refactor common code out of globaltrace_trackcallers() and by Skip Montanaro · 20 years ago
  21. 6b3b046 fix up some markup by Fred Drake · 20 years ago
  22. 7dacda2 Provide more information representations of repeat() and count(). by Raymond Hettinger · 20 years ago
  23. 94ffbb7 give rational filenames to some of the generated HTML by Fred Drake · 20 years ago
  24. 4cc425a switch to PNG navigation icons by default by Fred Drake · 20 years ago
  25. 4f580e8 include both the GIF and PNG icons in the HTML package by Fred Drake · 20 years ago
  26. 899072a avoid stripping space after indexing macros by Fred Drake · 20 years ago
  27. d0c0c41 note --trackcalls flag in trace module by Skip Montanaro · 20 years ago
  28. cafc811 Added --trackcalls command line arg to display crude caller/callee by Skip Montanaro · 20 years ago
  29. 7eddd78 Use continue instead of break whereever possible. by Raymond Hettinger · 20 years ago
  30. d3b836d * Improve readability and remove data dependencies by converting by Raymond Hettinger · 20 years ago
  31. 467a698 Small code improvements for readability, code size, and/or speed. by Raymond Hettinger · 20 years ago
  32. 22ab06e Fix comment typo by Andrew M. Kuchling · 20 years ago
  33. d9b38d2 Remove specific Python version from #! by Andrew M. Kuchling · 20 years ago
  34. 7c95865 Simplify previous checkin (bitfields for WHY codes). by Raymond Hettinger · 20 years ago
  35. 06032cb Coded WHY flags as bitfields (taking inspiration from tp_flags). by Raymond Hettinger · 20 years ago
  36. 4057483 SF Patch #926375: Remove a useless UTF-16 support code that is never by Hye-Shik Chang · 20 years ago
  37. 8a5c3c7 Since the fast_yield branch target was introduced, it appears that most by Tim Peters · 20 years ago
  38. ed9192e Improve previous checkin to use a slot check instead of equivalent by Raymond Hettinger · 20 years ago
  39. e2eda60 Improve accuracy of sequence and mapping checks. by Raymond Hettinger · 20 years ago
  40. d12dfbb OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that by Andrew MacIntyre · 20 years ago
  41. 69e18c9 OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied by Andrew MacIntyre · 20 years ago
  42. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  43. ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 20 years ago
  44. 7a92d74 It would help if I deleted the old pystack! by Skip Montanaro · 20 years ago
  45. 74d07f2 include local variables when dumping Python stack trace by Skip Montanaro · 20 years ago
  46. 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 20 years ago
  47. 8effa01 fix typo that wasn't properly fixed in revision 1.144 by Fred Drake · 20 years ago
  48. d4ceb31 Bump the magic number to avoid sharing bytecode between 2.3 and 2.4. by Jeremy Hylton · 20 years ago
  49. b67c943 [Bugfix candidate] Escape traceback type and value. There are probably additional cases where cgitb.py doesn't escape as paranoidly as it should (e.g. attribute names) by Andrew M. Kuchling · 20 years ago
  50. fb66cd2 Patch #924497: find(1) all files with /usr/local/bin/python in them. by Martin v. Löwis · 20 years ago
  51. 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 20 years ago
  52. 862b46b add a heavy box around warning notices to make them really stand out in the by Fred Drake · 20 years ago
  53. 90756c2 add missing and forthcoming releases by Fred Drake · 20 years ago
  54. 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 20 years ago
  55. 203b10c added scripts to the list of files automatically included in the by Fred Drake · 20 years ago
  56. da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 20 years ago
  57. 174175b Added a comment about the unreferenced PyThreadState.tick_counter member. by Tim Peters · 20 years ago
  58. aeaec8d fix typo by Andrew M. Kuchling · 20 years ago
  59. f13c024 Insert missing pronoun by Raymond Hettinger · 20 years ago
  60. 116d83c SF bug 924242: socket._fileobject._getclosed() returns wrong value by Tim Peters · 20 years ago
  61. 165163f add usage() function, -h(elp) flag and long versions of short flags by Skip Montanaro · 20 years ago
  62. dbb4078 - add entry for complex number by Skip Montanaro · 20 years ago
  63. d732c95 Revert 1.51 booleans so that sre will still run on old pythons. by Raymond Hettinger · 20 years ago
  64. 968c56a Simple Optimizations: by Raymond Hettinger · 20 years ago
  65. 29e3837 Remove unnecessary test. (Thanks Skip) by Raymond Hettinger · 20 years ago
  66. 8123ff6 remove out-of-date warning by Fred Drake · 20 years ago
  67. 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 20 years ago
  68. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 20 years ago
  69. 01c9f8c Simple optimizations: by Raymond Hettinger · 20 years ago
  70. 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 20 years ago
  71. 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 20 years ago
  72. 91e83e2 Added more Windows version names (thanks to Thomas Heller). by Marc-André Lemburg · 20 years ago
  73. 9001cde Fix last patch to be backwards-compatible with Python 1.5.2 . by Brett Cannon · 20 years ago
  74. 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 20 years ago
  75. 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 20 years ago
  76. 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 20 years ago
  77. ff365c9 Get rid of gcc warning. by Hye-Shik Chang · 20 years ago
  78. ad62202 include the right index sources by Fred Drake · 20 years ago
  79. 73789bc remove duplicate use of the meta-data label by Fred Drake · 20 years ago
  80. 093c100 Correct code to advance ptr to be well-formed C. by Martin v. Löwis · 20 years ago
  81. 2f00c54 fix typo by Fred Drake · 20 years ago
  82. f39c3c7 note that distutils API docs are included in "Distributing Python Modules" by Fred Drake · 20 years ago
  83. d0c3b26 improve the very-high-level API docs (contributed by Jeff Epler) by Fred Drake · 20 years ago
  84. 1c0f1f9 Defer compilation of regular expressions until first use. by Martin v. Löwis · 20 years ago
  85. 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 20 years ago
  86. bc503d1 Use True/False instead of 0/1 for character classes. by Martin v. Löwis · 20 years ago
  87. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 20 years ago
  88. 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 20 years ago
  89. 2786d90 A few more PyThreadState_Get to PyThreadState_GET conversions by Nicholas Bastin · 20 years ago
  90. f167dc3 fix name in setacl method doc string by Piers Lauder · 20 years ago
  91. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  92. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  93. a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 20 years ago
  94. aaeffaf Replace sequential split/join calls on strings with a single replace call. by Brett Cannon · 20 years ago
  95. 708b4da Convert input to a string object. Fixes #909230. Backported 2.3. by Martin v. Löwis · 20 years ago
  96. c723a14 ...for work done at PyCon 2004 (and beyond...) by Nicholas Bastin · 20 years ago
  97. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 20 years ago
  98. fee6f33 more markup nits by Fred Drake · 20 years ago
  99. 69200fa Replace code in urllib for basejoin (undocumented) with urlparse.urljoin . by Brett Cannon · 20 years ago
  100. e05c3e0 fix markup nits by Fred Drake · 20 years ago