1. ee8f10f Patch #801349: 64-bit fix for AMD64 from Gwenole Beauchesne. by Just van Rossum · 21 years ago
  2. f5b9373 Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 21 years ago
  3. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  4. 25f90d5 Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 21 years ago
  5. b5cb665 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  6. 4f01f89 For safety, replace a tuple entry before decreffing it. by Raymond Hettinger · 21 years ago
  7. a56f6b6 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 21 years ago
  8. 6676f6e Support DBEnv.set_shm_key() to allow multi-threaded multi-process by Gregory P. Smith · 21 years ago
  9. 3432118 SF #784031: Byte-order bug in socket-module getaddrinfo.c by Raymond Hettinger · 21 years ago
  10. f02bcee Fix silly leak in test used in test_exceptions. by Michael W. Hudson · 21 years ago
  11. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  12. eb2f061 reverting to 2.41 version (distinct tp_names) - will add verbiage to the docs by Skip Montanaro · 21 years ago
  13. e138828 shit - just change the visible name, not the comments - strictly speaking, by Skip Montanaro · 21 years ago
  14. 4a0d3d2 typos by Skip Montanaro · 21 years ago
  15. 5475f23 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 21 years ago
  16. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  17. 5db099a Release host name memory. Fixes #783312. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  18. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  19. 85004cc SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 21 years ago
  20. 1064909 Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  21. f37f37d Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c by Anthony Baxter · 21 years ago
  22. 9a71475 Fix [ 776721 ] locale.setlocale() leaks by Mark Hammond · 21 years ago
  23. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  24. f239c6d Repair mis-application of Jeremy's patch. Thanks, Neal! by Fred Drake · 21 years ago
  25. 7b6caff Fix memory leak reported & discussed on the Python XML-SIG mailing list. by Fred Drake · 21 years ago
  26. 6a62725 Merge 23c1-branch back into the head. Barry will send email about the by Tim Peters · 21 years ago
  27. fb509a3 Get socketmodule compiling on IRIX 6.5.10. by Jeremy Hylton · 21 years ago
  28. afd43b5 Remove inaccurate (and it turns out, entirely superfluous) declarations of by Michael W. Hudson · 21 years ago
  29. 032fffe Remove unused variable. by Jeremy Hylton · 21 years ago
  30. 35c38ea heck environment closed status before closing a cursors. Fixes #763928. by Martin v. Löwis · 21 years ago
  31. a301667 [Patch #708374] Only apply the check for file size if the file is a regular file, not a character or block device. by Andrew M. Kuchling · 21 years ago
  32. 1d7a348 SF patch #770521: make itertools type declarations static by Raymond Hettinger · 21 years ago
  33. fff093f The Unpickler forget about its find_class attribute. by Jeremy Hylton · 21 years ago
  34. 14350ab Fix [ 766669 ] Consistent GPF on exit by Mark Hammond · 21 years ago
  35. 455d46f bsddb 4.1.6: by Gregory P. Smith · 21 years ago
  36. bd2de3a typo by Skip Montanaro · 21 years ago
  37. 84261d2 Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't by Gregory P. Smith · 21 years ago
  38. 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 21 years ago
  39. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 21 years ago
  40. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 21 years ago
  41. 4730880 Fix typo, refer to proper argument name by Neal Norwitz · 21 years ago
  42. d86dcd3 Py_Main(): Add a check for the PYTHONINSPECT environment variable by Barry Warsaw · 21 years ago
  43. ef7343c SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  44. afec8e3 Patch #751916: Check for signals, fix some refcounting errors. by Martin v. Löwis · 21 years ago
  45. 9263f57 Fix several bugs in handling of exceptions with trace function enabled. by Jeremy Hylton · 21 years ago
  46. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 21 years ago
  47. 28b5bb3 Fixing bug described in patch #756032, where SRE reads invalid data by Gustavo Niemeyer · 21 years ago
  48. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  49. 7d98fb9 Add missing DECREF. by Raymond Hettinger · 21 years ago
  50. f00368f Remove many blanket try/except clauses. by Jeremy Hylton · 21 years ago
  51. a1ad5f6 Correct function name. by Kurt B. Kaiser · 21 years ago
  52. d6efae5 Properly deal with tuples in Open._fixresult. Fixes bug reported in by Martin v. Löwis · 21 years ago
  53. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  54. a11e846 Add interrupt_main() to thread module. by Kurt B. Kaiser · 21 years ago
  55. 807413d Clarify docstring for symlink. by Brett Cannon · 21 years ago
  56. 1a44448 Changes to sre.c after the application of patch #726869 have increased by Andrew MacIntyre · 21 years ago
  57. dcfb38c Fix potential leaks identified by Neal Norwitz. by Andrew McNamara · 21 years ago
  58. 0741f80 Whitespace normalization; break a long line. by Guido van Rossum · 21 years ago
  59. f39dafb Fix a subtle decref bug that caused a GC assertion to fail in a debug by Guido van Rossum · 21 years ago
  60. 84f8ecd Comment fix. by Greg Ward · 21 years ago
  61. 38c9266 Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short): by Greg Ward · 21 years ago
  62. d676906 Completely change the interface to setparameters(): by Greg Ward · 21 years ago
  63. d1c5510 Fix SF #745055, Memory leak in _tkinter.c/Tkapp_SplitList() by Neal Norwitz · 21 years ago
  64. d0d592f Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0(): by Greg Ward · 21 years ago
  65. b804390 Release the GIL in two more methods: by Greg Ward · 21 years ago
  66. 3d5cbea Fixed minor typo in Setup.dist. by Gustavo Niemeyer · 21 years ago
  67. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  68. 8bb1ae9 All calls to getarrayitem() (which is static) are done either in loops by Walter Dörwald · 21 years ago
  69. bfef18c PyType_GenericAlloc is inherited from object. by Raymond Hettinger · 21 years ago
  70. 6492785 Release the GIL around read(), write(), and select() calls. by Greg Ward · 21 years ago
  71. d449eab Fixed dotted name assertion. by Raymond Hettinger · 21 years ago
  72. 3cfe754 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 21 years ago
  73. 8fd86cc Only return objects if wantobjects is set in GetVar. by Martin v. Löwis · 21 years ago
  74. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  75. 03eaf8b Added more words about the abuse of the tp_alloc nitems argument by Tim Peters · 21 years ago
  76. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  77. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  78. 4c53013 Turns out there wasn't a need to define tp_free for any of the types here. by Tim Peters · 21 years ago
  79. 0490011 Stopped using the old macro form of _PyObject_Del. by Tim Peters · 21 years ago
  80. f655dff DB.remove() needs to set the internal DB handle to NULL after being called. by Gregory P. Smith · 21 years ago
  81. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  82. 505c4c2 Simple fix for by Michael W. Hudson · 21 years ago
  83. 28e9ce9 Patch #734118: Add {get|set}busywaitinterval. by Martin v. Löwis · 21 years ago
  84. 16e426b Yet another addition to [731644]: only use the lock if thread-support by Just van Rossum · 21 years ago
  85. 09aecd7 Addition to [731644]: also use the lock when using the getaddrinfo by Just van Rossum · 21 years ago
  86. 1040d2c [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect by Just van Rossum · 21 years ago
  87. c797ceb add open function to bsddb185 module so the file format sniffing can be by Skip Montanaro · 21 years ago
  88. e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 21 years ago
  89. dd6cd65 Implement tcl object __cmp__. by Martin v. Löwis · 21 years ago
  90. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  91. 7c2bb5b * Added a substantial number of edge case and argument tests for by Raymond Hettinger · 21 years ago
  92. 341deb7 The previous made the stop argument optional. by Raymond Hettinger · 21 years ago
  93. 14ef54c SF bug #730685: itertools.islice stop argument is not optional by Raymond Hettinger · 21 years ago
  94. e2df5ff SF patch 731504: Typo in datetimemodule.c comment. by Tim Peters · 21 years ago
  95. 0e85f9d Patch 731209: Restore socketmodule's behaviour with dotted quad addresses by Anthony Baxter · 21 years ago
  96. 1869ec5 Convert tcl objects to strings in getvar/setvar. Fixes #730506. by Martin v. Löwis · 21 years ago
  97. fccac2e Patch #725942: Always rename emulation functions. by Martin v. Löwis · 21 years ago
  98. c24fe36 Allow _sre.c to compile with Python 2.2 by Andrew M. Kuchling · 21 years ago
  99. 24ccca1 When an unhandled exception happens, report the repr() of the function by Guido van Rossum · 21 years ago
  100. 572f523 Applying patch #728656, by logistix, fixing opening of nonexistent by Gustavo Niemeyer · 21 years ago