1. 0a4128e Silence the DeprecationWarning raised in httplib when mimetools is imported. by Brett Cannon · 16 years ago
  2. abe423e Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer. by Brett Cannon · 16 years ago
  3. 1e296cc add some documentation for symtable by Benjamin Peterson · 16 years ago
  4. 4acb189 #3424 rearrange the order of tests in imghdr to place more common types first by Benjamin Peterson · 16 years ago
  5. eb90b78 Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 16 years ago
  6. 5b02ef3 note how os.utime should be used for emulating touch by Benjamin Peterson · 16 years ago
  7. 4eb9939 fix markup by Benjamin Peterson · 16 years ago
  8. 1b5c32c Merged revisions 65397 via svnmerge from by Benjamin Peterson · 16 years ago
  9. 59de7f5 document that waitpid raises OSError by Gregory P. Smith · 16 years ago
  10. b90a8be #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input by Antoine Pitrou · 16 years ago
  11. a174a37 #3558: Attribute reference binds more tightly than subscription and call. by Georg Brandl · 16 years ago
  12. 11ec65d Issue #3476: make BufferedReader and BufferedWriter thread-safe by Antoine Pitrou · 16 years ago
  13. 63d325e Disable the test until I have one that works. by Thomas Heller · 16 years ago
  14. 64034f9 Fix memory leak: Always DECREF obj in PyBuffer_Release. by Martin v. Löwis · 16 years ago
  15. 6d2014e Try to fix the test on 64-bit platforms. by Thomas Heller · 16 years ago
  16. 57adf22 issue #3554: ctypes.string_at and ctypes.wstring_at must use the by Thomas Heller · 16 years ago
  17. 67d1981 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 16 years ago
  18. 8401eec Properly INCREF reference in Py_buffer. by Martin v. Löwis · 16 years ago
  19. 241b834 Make obj an owned reference in Py_buffer; this checkin by Martin v. Löwis · 16 years ago
  20. 9f4e7fe Added _multiprocessing module support. (VC6) by Hirokazu Yamamoto · 16 years ago
  21. 9329846 Fix markup for various binary operation examples where the operands were bolded by Brett Cannon · 16 years ago
  22. 41a4f46 Fixed test_distutils error (test_build_ext) on VC6. by Hirokazu Yamamoto · 16 years ago
  23. bf3157b Silence the DeprecationWarning of rfc822 triggered by its importation in by Brett Cannon · 16 years ago
  24. eea8eda Issue #2065: VC6 related fix. by Hirokazu Yamamoto · 16 years ago
  25. 581a149 Add Hirokazu Yamamoto. by Martin v. Löwis · 16 years ago
  26. 5bfbd76 update ssl documentation by Bill Janssen · 16 years ago
  27. 39295c2 remove duplicate close() from ssl.py; expose unwrap and add test for it by Bill Janssen · 16 years ago
  28. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  29. aa8efbf Another fix for 4-way universal builds, use the right #ifndef guard by Ronald Oussoren · 16 years ago
  30. a4cb472 Fix typo in the `arch` commandline by Ronald Oussoren · 16 years ago
  31. 5d35373 Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages. by Jesse Noller · 16 years ago
  32. 9fcd4b3 #3134: shutil referenced undefined WindowsError symbol by Antoine Pitrou · 16 years ago
  33. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 16 years ago
  34. f8d62d2 Remove the fqdn call for issue 3270 by Jesse Noller · 16 years ago
  35. ac014e9 #3540: fix exception name. by Georg Brandl · 16 years ago
  36. 1e13ea9 - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 16 years ago
  37. 1464633 Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 16 years ago
  38. 9fc5631 Silence warnings in csv about using reduce() when run under -3 by using by Brett Cannon · 16 years ago
  39. 4626586 Use functools.reduce() in difflib instead of __builtin__.reduce() to silence by Brett Cannon · 16 years ago
  40. 83e8184 Copy reduce() to _functools so to have functools.reduce() not raise a warning by Brett Cannon · 16 years ago
  41. c1b76e4 Suppress the warning in asynchat from using buffer() when running udner -3. by Brett Cannon · 16 years ago
  42. 76b8bee move NEWS entry to the appropriate section (oops!) by Antoine Pitrou · 16 years ago
  43. 016b366 #3205: bz2 iterator fails silently on MemoryError by Antoine Pitrou · 16 years ago
  44. 59ce901 Add news item about _sre.compile() re-bytecode validator. by Guido van Rossum · 16 years ago
  45. de781a4 Fix slightly misleading statement in the NEWS file. by Antoine Pitrou · 16 years ago
  46. a032bf4 accept issue 3436 by Skip Montanaro · 16 years ago
  47. b04d485 Remove mention of backquotes in the tutorial. by Georg Brandl · 16 years ago
  48. 463f39d #3519: callee is an expression too. by Georg Brandl · 16 years ago
  49. 3f92bc6 Remove buffer() usage in the socket module by just slicing directly on the by Brett Cannon · 16 years ago
  50. 03446c4 Remove warnings generated for the suprocess module when run under -3. Required by Brett Cannon · 16 years ago
  51. 0563a8f Change the warning emitted for using the buffer() object; memoryview() in 3.0 by Brett Cannon · 16 years ago
  52. d693901 Patch by Ian Charnas from issue 3517. by Guido van Rossum · 16 years ago
  53. 74022ab #1288615: Python code.interact() and non-ASCII input by Antoine Pitrou · 16 years ago
  54. b2793a4 Add some items by Andrew M. Kuchling · 16 years ago
  55. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 16 years ago
  56. c777a41 Remove duplicate import by Mark Dickinson · 16 years ago
  57. 9752195 Docstring typo by Mark Dickinson · 16 years ago
  58. 03894c5 Fix longstringitem definition. #3505. by Georg Brandl · 16 years ago
  59. 8b762f0 Tracker issue 3487: sre "bytecode" verifier. by Guido van Rossum · 16 years ago
  60. 110a48c #3367: revert rev. 65539: this change causes test_parser to fail by Andrew M. Kuchling · 16 years ago
  61. efa61bc #3367 from Kristjan Valur Jonsson: by Andrew M. Kuchling · 16 years ago
  62. 10288e1 Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, check for having os.stat available by Andrew M. Kuchling · 16 years ago
  63. 7e30b67 Add a note about all the modules/packages changed to silence -3 warnings. More by Brett Cannon · 16 years ago
  64. 211b3cd Remove use of callable() from pickle to silence warnings under -3. by Brett Cannon · 16 years ago
  65. d13e4ba Remove tuple parameter unpacking in aifc to silence warnings under -3. by Brett Cannon · 16 years ago
  66. d250c8d Silence warnings under -3 triggered by wsgiref. by Brett Cannon · 16 years ago
  67. b646757 Issue #1481296: (again!) Make conversion of a float NaN to an int or by Mark Dickinson · 16 years ago
  68. ff6868c Remove a use of callable() from Tkinter to silence warnings under -3. by Brett Cannon · 16 years ago
  69. 132fc54 Remove a dict.has_key() and list.sort(cmp=) usage from tarfile to silence by Brett Cannon · 16 years ago
  70. cf297cd Remove usage of apply() in sqlite3 to silence warnings under -3. by Brett Cannon · 16 years ago
  71. 753ecb1 Remove dict.has_key() usage in the shelve module to silence warnings under -3. by Brett Cannon · 16 years ago
  72. 5b3d372 Remove dict.has_key() usage in xml.sax to silence warnings under -3. by Brett Cannon · 16 years ago
  73. d9636e1 Remove the use of callable() in re to silence warnings under -3. by Brett Cannon · 16 years ago
  74. 33ede08 more cleanup ups of the recently added warnings in the subprocess docs. by Gregory P. Smith · 16 years ago
  75. 2a0c2b1 Add missing NEWS entry for r65487 by Nick Coghlan · 16 years ago
  76. a510748 Issue 643841: better documentation of the special method lookup process, especially for new-style classes. Also removes the warnings about not being authoritative for new-style classes - the language reference actually covers those fairly well now (albeit in a fashion that isn't always particularly easy to follow). by Nick Coghlan · 16 years ago
  77. d868be8 Adds a sanity check to avoid a *very rare* infinite loop due to a corrupt tls by Gregory P. Smith · 16 years ago
  78. e7829a5 Clarify the meaning of the select() parameters and sync names with docstring. by Georg Brandl · 16 years ago
  79. 40df8ec Template is always "tmp". by Georg Brandl · 16 years ago
  80. 143de62 Fix markup. by Georg Brandl · 16 years ago
  81. 70a6dbd Bug 3228: Explicitly supply the file mode to avoid creating executable files, by Andrew M. Kuchling · 16 years ago
  82. 0879250 issue1606: Add warnings to the subprocess documentation about common pitfalls by Gregory P. Smith · 16 years ago
  83. 814820b Remove assignment to True/False and use of dict.has_key() to silence warnings by Brett Cannon · 16 years ago
  84. 9bd059f Silence warnings under -3 about using dict.has_key() for modulefinder. by Brett Cannon · 16 years ago
  85. 5dd504d Remove dict.has_key() usage in xml.dom.minidom to silence warnings while by Brett Cannon · 16 years ago
  86. a36f8fe - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword by Gregory P. Smith · 16 years ago
  87. e6bfe80 Remove dict.has_key() and apply() usage from the logging package to silence by Brett Cannon · 16 years ago
  88. 36bed8a Remove a use of callable() in fileinput to silence a -3 warning. by Brett Cannon · 16 years ago
  89. c66b03a Move filecmp from using dict.has_key() to dict.__contains__() to silence by Brett Cannon · 16 years ago
  90. 8161498 Remove a dict.has_key() usage in email._parseaddr found while running -3. by Brett Cannon · 16 years ago
  91. 1f571c6 Remove Barry's love of deprecated syntax to silence warnings in the email by Brett Cannon · 16 years ago
  92. b2f49ff Remove a dict.has_key() use in DocXMLRPCServer that comes up under -3. by Brett Cannon · 16 years ago
  93. 0a0f608 Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggered by Brett Cannon · 16 years ago
  94. c3ce0e5 Silence -3 warnings in pstats: a dict.has_key() usage and backport solution to by Brett Cannon · 16 years ago
  95. cc2f7b4 Remove a dict.has_key() usage in profile to silence a -3 DeprecationWarning. by Brett Cannon · 16 years ago
  96. 52f03c5 Remove a use of list.sort(cmp=) to silence a -3 DeprecationWarning in cookielib. by Brett Cannon · 16 years ago
  97. 60fffcf Note the removal of several committers. by Georg Brandl · 16 years ago
  98. 1113803 #3495: use current version. by Georg Brandl · 16 years ago
  99. aca98b0 Silence SyntaxWarning and DeprecationWarning in pydoc triggered by tuple by Brett Cannon · 16 years ago
  100. 89318d8 Silence some SyntaxWarnings for tuple unpacking in a parameter list for by Brett Cannon · 16 years ago