1. e2a0602 Silence VS2005 warnings about deprecated functions. by Martin v. Löwis · 19 years ago
  2. 30b4975 Limit x86 machine instructions and Win95 support to _M_IX86. by Martin v. Löwis · 19 years ago
  3. ede187f Test another error case in PyFloat_FromString(). by Walter Dörwald · 19 years ago
  4. 3f207b6 fix link by Fred Drake · 19 years ago
  5. ce53a02 SF#1368827 by Fredrik Lundh · 19 years ago
  6. d4fff17 Fix leaked reference to None. by Walter Dörwald · 19 years ago
  7. b45b315 Patch #1350409: Port signal handling to VS 2005. by Martin v. Löwis · 19 years ago
  8. 3a9a3e7 Fix memory leaks by Neal Norwitz · 19 years ago
  9. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  10. 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 19 years ago
  11. 1f66357 bug #1365984: urllib and data: URLs. Problem was that cStringIO objects cannot be assigned attributes on the fly. by Georg Brandl · 19 years ago
  12. 7dece66 Patch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED on Solaris 10. by Martin v. Löwis · 19 years ago
  13. d4bfe2c SF patch #1364946: Add a reference link from the dcoumentation of the encode by Walter Dörwald · 19 years ago
  14. 9356fb9 SF patch #1364545: test_cmd_line.py relied on english error messages when by Walter Dörwald · 19 years ago
  15. 212a575 Remove unused _callers member. No need for types, use isinstance by Neal Norwitz · 19 years ago
  16. ef260c0 Stop looping to do nothing, just pass. by Neal Norwitz · 19 years ago
  17. d752f7d No need for types, use isinstance by Neal Norwitz · 19 years ago
  18. f923267 Use sorted() builtin by Neal Norwitz · 19 years ago
  19. 89886ab Test is still disabled, but access through public module by Neal Norwitz · 19 years ago
  20. 21d19f7 Get symtable to limp along, can run compiler/symbols.py. Not saying much, needs more work. by Neal Norwitz · 19 years ago
  21. 545d496 Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is sometimes stable, at least in isolation) by Neal Norwitz · 19 years ago
  22. 7025ce6 Fix some comment typos by Neal Norwitz · 19 years ago
  23. 2fcf206 Fix typo in comment. by Neal Norwitz · 19 years ago
  24. 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 19 years ago
  25. 430f68b Move registration of the codec search function to the module scope by Neal Norwitz · 19 years ago
  26. a98e769 move test into a unittest.TestCase, no functional changes by Neal Norwitz · 19 years ago
  27. f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 19 years ago
  28. 9df23ea Fix main() call by Kurt B. Kaiser · 19 years ago
  29. ad07ff2 Prevent threading.Thread.join() from blocking when a previous call raised an by Brett Cannon · 19 years ago
  30. 5c6e0a1 1. Made advanced keybinding dialog functional. 2. Allow binding of movement keys by Kurt B. Kaiser · 19 years ago
  31. e3faaeb Bug #1357604: os.makedirs handles UNC paths by Georg Brandl · 19 years ago
  32. 3c9f9ac Added example for the ** operator in function calls by Georg Brandl · 19 years ago
  33. 4bd165a Patch #1255218: libmultifile.tex: tell what a decoration is by Georg Brandl · 19 years ago
  34. a13c244 Bug #869197: setgroups rejects long integer argument by Georg Brandl · 19 years ago
  35. f96f5f5 Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings by Georg Brandl · 19 years ago
  36. 4a5a918 Prefer GNOME browser over mozilla. by Georg Brandl · 19 years ago
  37. a6ba602 Add a note to os.chown that permission constants can be combined by Georg Brandl · 19 years ago
  38. 841d25e [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case by Andrew M. Kuchling · 19 years ago
  39. bb7e800 [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bugfix. Bug reported by John Schmidt; bugfix by Danny Yoo. by Andrew M. Kuchling · 19 years ago
  40. b2a739d Typo fix by Andrew M. Kuchling · 19 years ago
  41. db57135 Add generator-expression nodes by Andrew M. Kuchling · 19 years ago
  42. a6d4b68 Add comment about updating docs by Andrew M. Kuchling · 19 years ago
  43. cc9ab14 [Bug #449093] FloorDiv AST node type not listed by Andrew M. Kuchling · 19 years ago
  44. d331b43 Use optparse instead of getopt for command line options. by Walter Dörwald · 19 years ago
  45. 91043f3 Avoid using str as a variable name. by Walter Dörwald · 19 years ago
  46. 5898fa2 improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. by Neal Norwitz · 19 years ago
  47. 3b148ca Fix typo and update comment obsoleted by 'syntax' patch by Kurt B. Kaiser · 19 years ago
  48. 2bf2af6 Default two second delay on attribute pop-up, less noisy interface. by Kurt B. Kaiser · 19 years ago
  49. 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 19 years ago
  50. 09f0dd5 Use basestring instead of type.StringType for checking whether a input by Walter Dörwald · 19 years ago
  51. 705fd47 Add a test for uu.encode() that passed filenames as in_file and out_file. by Walter Dörwald · 19 years ago
  52. c69d1c4 Add a rudimentary test for the platform module that at least calls each by Walter Dörwald · 19 years ago
  53. e5a7fad Fix typo. by Walter Dörwald · 19 years ago
  54. 09eef17 Enable optional "const" argument to _New routines. by Jack Jansen · 19 years ago
  55. 7bcabc6 Fix a few more memory leaks by Neal Norwitz · 19 years ago
  56. 4aef41f Remove import string and use string methods by Neal Norwitz · 19 years ago
  57. 4737b23 Last batch of ref leaks in new AST code. by Neal Norwitz · 19 years ago
  58. 5040fee Fix up incomplete sentence by Andrew M. Kuchling · 19 years ago
  59. b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 19 years ago
  60. c85c74c Increase code coverage in Python/structmember.c from 33% to 40% by Walter Dörwald · 19 years ago
  61. 690402f Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c. by Walter Dörwald · 19 years ago
  62. a538992 don't get me started about distutils... by Skip Montanaro · 19 years ago
  63. 9f6606a note build workaround for Sol10/gcc 3.4 by Skip Montanaro · 19 years ago
  64. 82a3e1a Fix typo in comment (reported on the pydotorg mailing list). by Walter Dörwald · 19 years ago
  65. e22d339 Add tests for various error cases and for readbuffer_encode() and by Walter Dörwald · 19 years ago
  66. 944d3eb Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c by Nick Coghlan · 19 years ago
  67. 99b2533 Bring handling of genexpr in line with other anonymous scope names by Nick Coghlan · 19 years ago
  68. a3fd07d add more doc by Neal Norwitz · 19 years ago
  69. dee2fd5 Fix some more memory leaks. by Neal Norwitz · 19 years ago
  70. ef78529 version was not initialized properly by Neal Norwitz · 19 years ago
  71. b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 19 years ago
  72. 6b34789 Fix another memory leak or two (one real, one potential) by Neal Norwitz · 19 years ago
  73. af8f974 Add a note about how to do the memory deallocation a bit. by Neal Norwitz · 19 years ago
  74. e76adcd Fix a whole bunch of potential memory leaks (and some real ones too) by Neal Norwitz · 19 years ago
  75. 56c6561 Prevent unlikely memory leak, tok should always be freed when parsetok() returns by Neal Norwitz · 19 years ago
  76. 19b0f40 Thou shalt not lie, there are really 5 types now by Neal Norwitz · 19 years ago
  77. 7979265 Convert all internal errors from Exception to SystemError by Neal Norwitz · 19 years ago
  78. daae616 Use convenience function by Neal Norwitz · 19 years ago
  79. e8c0536 Fix memory leak with bad generator expression by Neal Norwitz · 19 years ago
  80. 7b3d5e1 remove useless debug print helper. fix a couple of exceptions by Neal Norwitz · 19 years ago
  81. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  82. 497b19a Updated gentoo to 2005.0 by Neal Norwitz · 19 years ago
  83. e5e5aa4 Do a better job of not inlining Py_ADDRESS_IN_RANGE() for newer gcc's. by Neal Norwitz · 19 years ago
  84. b6fc9df Fix a lot of memory and ref leaks in error paths. by Neal Norwitz · 19 years ago
  85. 6576bd8 Prevent name pollution by making lots of internal functions static. by Neal Norwitz · 19 years ago
  86. f6a9044 delete Python-ast.[ch] in distclean by Skip Montanaro · 19 years ago
  87. 2744c6c make internal method static by Neal Norwitz · 19 years ago
  88. 96c1c7a SF#1343671. by Fredrik Lundh · 19 years ago
  89. d489398 r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 by Fredrik Lundh · 19 years ago
  90. 0d89e35 r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100 by Fredrik Lundh · 19 years ago
  91. 3a49e92 r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 #1346547 by Fredrik Lundh · 19 years ago
  92. bb4692b r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100 by Fredrik Lundh · 19 years ago
  93. f5b7fd2 update busted comment by Fred Drake · 19 years ago
  94. e62e936 Change PrettyPrinter.pprint(), so that output is written directly to the by Walter Dörwald · 19 years ago
  95. 1cb179e Bug #1338995: fix problem with new webbrowser.py. by Georg Brandl · 19 years ago
  96. 966c264 Fix typos. by Walter Dörwald · 19 years ago
  97. 8b6b53f Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for reporting it/supplying a patch) by Vinay Sajip · 19 years ago
  98. 286d747 SF Bug #1348477, regextest can't be pydoc'ed. Will backport. by Neal Norwitz · 19 years ago
  99. 67715f0 - SF Bug #1350188, "setdlopenflags" leads to crash upon "import" by Neal Norwitz · 19 years ago
  100. 789fd00 Fix typo in envvar name. by Brett Cannon · 19 years ago