1. c8fb937 Record 2.2.3c1 Windows build number. by Tim Peters · 21 years ago
  2. 5af41c5 Correct dependency information -- the Python docs load the "About this by Fred Drake · 21 years ago
  3. 7d7f88c Add historical note for Python 2.2.3 by Barry Warsaw · 21 years ago
  4. 4864bfb Minor elaboration in the information about reporting errors. by Fred Drake · 21 years ago
  5. 6ce0b60 update version history by Fred Drake · 21 years ago
  6. b1f8bab [Bug #741171] pdb crashes when enabling a non-existing breakpoint by Andrew M. Kuchling · 21 years ago
  7. 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 21 years ago
  8. cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 21 years ago
  9. e41195f Add documentation for __future__ by Jeremy Hylton · 21 years ago
  10. 8bea5dc Move future statement here from appendix a. by Jeremy Hylton · 21 years ago
  11. 3cfe754 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 21 years ago
  12. 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 21 years ago
  13. 6624e68 SF bug #604716: faster [None]*n or []*n by Raymond Hettinger · 21 years ago
  14. 28137a0 Don't mention __slots__ as a technique for error avoidance by Andrew M. Kuchling · 21 years ago
  15. e960e22 Added a test for the fix of SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  16. 7de63f5 GNUTranslations._parse(): Fix SF bug #658233, where continuation lines by Barry Warsaw · 21 years ago
  17. 15eac1f Fix markup nits. by Fred Drake · 21 years ago
  18. dbaf04e Straighten out the docs for os.system(); the Unix and Windows behaviors by Tim Peters · 21 years ago
  19. 6bab183 Markup nits. by Fred Drake · 21 years ago
  20. e5a5551 Remove unused line numbers from example code. by Fred Drake · 21 years ago
  21. 6695ba8 Preserved one bit in type objects for Stackless. by Christian Tismer · 21 years ago
  22. 5d6ad75 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail by Just van Rossum · 21 years ago
  23. f9c2eda Fix missing parethesis. by Raymond Hettinger · 21 years ago
  24. 092b2a9 SF 740055: optional argument protocol in shelve.open is ignored by Raymond Hettinger · 21 years ago
  25. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  26. 235d1ef Add docs for key_file and cert_file arguments for HTTPSConnection. Copied from socket.ssl docs. by Brett Cannon · 21 years ago
  27. be67d87 Fixing the previous patch to have the changes be to the proper docstrings. by Brett Cannon · 21 years ago
  28. 154da9b Fix docstrings for __(get|set|del)slice__ to mention that negative indices are not supported. by Brett Cannon · 21 years ago
  29. 88957d8 Fix race exposed by 2.4 GHz XP box: Don't tear down PyShell until by Kurt B. Kaiser · 21 years ago
  30. 8fd86cc Only return objects if wantobjects is set in GetVar. by Martin v. Löwis · 21 years ago
  31. 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 21 years ago
  32. c626658 Let Python inform the user what went wrong with the import. by Kurt B. Kaiser · 21 years ago
  33. 415da6e Only encode Unicode objects when printing them raw. by Martin v. Löwis · 21 years ago
  34. 9a3a9f7 Consider \U-escapes in raw-unicode-escape. Fixes #444514. by Martin v. Löwis · 21 years ago
  35. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  36. df0d87a To be on the safe side, backed out any questionable iteritem changes and set back to item calls. by Brett Cannon · 21 years ago
  37. 03eaf8b Added more words about the abuse of the tp_alloc nitems argument by Tim Peters · 21 years ago
  38. 4767401 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  39. 282f122 Whitespace Normalization by Kurt B. Kaiser · 21 years ago
  40. ba39d9c Add another error case to the insert test. by Walter Dörwald · 21 years ago
  41. 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 21 years ago
  42. a2792be Show Freddy the mirror by Kurt B. Kaiser · 21 years ago
  43. 74e6766 User cStringIO instead of StringIO. by Raymond Hettinger · 21 years ago
  44. c8b188a Revert some changes back to dict.items made in a previous patch. by Brett Cannon · 21 years ago
  45. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  46. 108c40c Added icon for IDLE on OS X by Tony Lownds · 21 years ago
  47. 72c5c77 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 21 years ago
  48. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  49. 63af08a Nigel Rowe's Patch [ 735527 ] Re Bug [ 678325 ] ParenMatching Missing AutoIndent by Kurt B. Kaiser · 21 years ago
  50. a80d57c Noam Raphael's patch. by Kurt B. Kaiser · 21 years ago
  51. ab0053a simpler temp dir cleanup by Skip Montanaro · 21 years ago
  52. de9a0d3 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 21 years ago
  53. eb1a496 test_subclass_date(): Beefed this up, to check that new instance by Tim Peters · 21 years ago
  54. 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 21 years ago
  55. 627728a Use test_support.run_doctest() by Raymond Hettinger · 21 years ago
  56. 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 21 years ago
  57. 929f06c Minor cleanups. by Raymond Hettinger · 21 years ago
  58. 4c53013 Turns out there wasn't a need to define tp_free for any of the types here. by Tim Peters · 21 years ago
  59. 0490011 Stopped using the old macro form of _PyObject_Del. by Tim Peters · 21 years ago
  60. 2820125 Remove usage of re module from encodings package search function. by Marc-André Lemburg · 21 years ago
  61. 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 21 years ago
  62. 047c54b Missing parenthesis. by Raymond Hettinger · 21 years ago
  63. 1f32556 Added some missing PyObject* casts in the deallocators. by Jim Fulton · 21 years ago
  64. a24d73d Added a missing PyObject* cast to the dealloc examples. by Jim Fulton · 21 years ago
  65. 19472b2 Removed the out of date and no-longer-referenced xxobject.c example by Jim Fulton · 21 years ago
  66. aea763b Removed reference to the out-of-date (and not very useful) by Jim Fulton · 21 years ago
  67. ac826aa Patch #738325: Install optimized idlelib files. by Martin v. Löwis · 21 years ago
  68. 6e0f5e0 * Added file globbing to make it easier to check many LaTeX files. by Raymond Hettinger · 21 years ago
  69. fa19f7c More fixes according to SF 549151: by Guido van Rossum · 21 years ago
  70. 8f512a2 Add docs for MessageBeep. by Guido van Rossum · 21 years ago
  71. 993bc3a Don't replace an empty line with "pass" when symbol == "eval", where by Guido van Rossum · 21 years ago
  72. 11659ad 1. When a module is run from an EditorWindow, if its directory is not in by Kurt B. Kaiser · 21 years ago
  73. 8f570a7 1. Add a command line switch to run without the subprocess by Kurt B. Kaiser · 21 years ago
  74. 5db4843 1. Make the startup more robust by not spawning the subprocess if IDLE by Kurt B. Kaiser · 21 years ago
  75. 7f38ec0 1. Restore the capability to run and debug without a subprocess. by Kurt B. Kaiser · 21 years ago
  76. f655dff DB.remove() needs to set the internal DB handle to NULL after being called. by Gregory P. Smith · 21 years ago
  77. f0b5d17 Restore Python 1.5.2 compatibility. by Marc-André Lemburg · 21 years ago
  78. 071b0bc Forward slash warnings now only occur for potentially valid LaTeX commands. by Raymond Hettinger · 21 years ago
  79. aa6b856 On Windows the subprocess was not exiting during a restart. by Kurt B. Kaiser · 21 years ago
  80. d8f2120 defer re module imports to help improve interpreter startup by Skip Montanaro · 21 years ago
  81. 7696344 [Bug #471893] Replace security material with a warning against unpickling by Andrew M. Kuchling · 21 years ago
  82. 126d366 document Stats.dump_stats(), new for Python 2.3 by Fred Drake · 21 years ago
  83. 9c43910 - add a dump_stats() method similar to that of the profile.Profile class by Fred Drake · 21 years ago
  84. c868d16 When an external application we use exits normally, exit with the same by Fred Drake · 21 years ago
  85. a71319e Fleshed out tests for urllib requiring a network connection. by Brett Cannon · 21 years ago
  86. abe8eb0 Call time.tzset (if available) just before calculating possible timezones from time.tzname. by Brett Cannon · 21 years ago
  87. ac6df95 Fix use of 'file' as a variable name. by Andrew M. Kuchling · 21 years ago
  88. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  89. a2f7728 Prevent script from allowing '-r12' by Andrew M. Kuchling · 21 years ago
  90. 4693d46 Rename sum5.py to md5sum.py, because sum5.py is more interesting by Andrew M. Kuchling · 21 years ago
  91. fb9653a Don't use 'file' as a variable name Modernize the code a bit Add docstring by Andrew M. Kuchling · 21 years ago
  92. 87ddce1 [Bug #724767] Avoid use of 'file' as a variable name by Andrew M. Kuchling · 21 years ago
  93. 2398d57 1. The command-line arguments for subprocesses no longer need to be by Tony Lownds · 21 years ago
  94. e9a54a3 [Bug #713722] Delete dangling references to unwritten sections by Andrew M. Kuchling · 21 years ago
  95. 47172b4 [Bug #724767] crlf.py uses the variable name file, which it shouldn't anymore. by Andrew M. Kuchling · 21 years ago
  96. c85bf58 [Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function' by Andrew M. Kuchling · 21 years ago
  97. 8d17709 Remove more markup from headers by Andrew M. Kuchling · 21 years ago
  98. 433307b [Bug #729297] Remove markup in section headers by Andrew M. Kuchling · 21 years ago
  99. eabd9a1 [Bug #729817] Document the rexec and Bastion modules as dead by Andrew M. Kuchling · 21 years ago
  100. 032bd0a Fix typo by Andrew M. Kuchling · 21 years ago