1. dbb4078 - add entry for complex number by Skip Montanaro · 20 years ago
  2. d732c95 Revert 1.51 booleans so that sre will still run on old pythons. by Raymond Hettinger · 20 years ago
  3. 968c56a Simple Optimizations: by Raymond Hettinger · 20 years ago
  4. 29e3837 Remove unnecessary test. (Thanks Skip) by Raymond Hettinger · 20 years ago
  5. 8123ff6 remove out-of-date warning by Fred Drake · 20 years ago
  6. 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 20 years ago
  7. 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 20 years ago
  8. 01c9f8c Simple optimizations: by Raymond Hettinger · 20 years ago
  9. 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 20 years ago
  10. 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 20 years ago
  11. 91e83e2 Added more Windows version names (thanks to Thomas Heller). by Marc-André Lemburg · 20 years ago
  12. 9001cde Fix last patch to be backwards-compatible with Python 1.5.2 . by Brett Cannon · 20 years ago
  13. 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 20 years ago
  14. 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 20 years ago
  15. 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 20 years ago
  16. ff365c9 Get rid of gcc warning. by Hye-Shik Chang · 20 years ago
  17. ad62202 include the right index sources by Fred Drake · 20 years ago
  18. 73789bc remove duplicate use of the meta-data label by Fred Drake · 20 years ago
  19. 093c100 Correct code to advance ptr to be well-formed C. by Martin v. Löwis · 20 years ago
  20. 2f00c54 fix typo by Fred Drake · 20 years ago
  21. f39c3c7 note that distutils API docs are included in "Distributing Python Modules" by Fred Drake · 20 years ago
  22. d0c3b26 improve the very-high-level API docs (contributed by Jeff Epler) by Fred Drake · 20 years ago
  23. 1c0f1f9 Defer compilation of regular expressions until first use. by Martin v. Löwis · 20 years ago
  24. 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 20 years ago
  25. bc503d1 Use True/False instead of 0/1 for character classes. by Martin v. Löwis · 20 years ago
  26. 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 20 years ago
  27. 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 20 years ago
  28. 2786d90 A few more PyThreadState_Get to PyThreadState_GET conversions by Nicholas Bastin · 20 years ago
  29. f167dc3 fix name in setacl method doc string by Piers Lauder · 20 years ago
  30. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  31. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  32. a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 20 years ago
  33. aaeffaf Replace sequential split/join calls on strings with a single replace call. by Brett Cannon · 20 years ago
  34. 708b4da Convert input to a string object. Fixes #909230. Backported 2.3. by Martin v. Löwis · 20 years ago
  35. c723a14 ...for work done at PyCon 2004 (and beyond...) by Nicholas Bastin · 20 years ago
  36. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 20 years ago
  37. fee6f33 more markup nits by Fred Drake · 20 years ago
  38. 69200fa Replace code in urllib for basejoin (undocumented) with urlparse.urljoin . by Brett Cannon · 20 years ago
  39. e05c3e0 fix markup nits by Fred Drake · 20 years ago
  40. 4ac6c6a add the distutils modules to the global modules list by Fred Drake · 20 years ago
  41. 48713e8 Add runctx to __all__. by Guido van Rossum · 20 years ago
  42. 6356fff give the document indexes by Fred Drake · 20 years ago
  43. 630e5bd - use recommended Python style in examples (no spaces around "=" for by Fred Drake · 20 years ago
  44. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  45. 6fca7cc merge Anthony Baxter's distutils API reference into the package by Fred Drake · 20 years ago
  46. 321c9ab Intern __name__. by Martin v. Löwis · 20 years ago
  47. 83969ee Decref all if ensure_fromlist fails. Fixes #876533. Backported to 2.3. by Martin v. Löwis · 20 years ago
  48. 05f842b Basic dependency checking. setup() has two new optional arguments by Anthony Baxter · 20 years ago
  49. a3837a0 Patch #911176: Move test function into __main__ by Martin v. Löwis · 20 years ago
  50. 211a2eb convert from a howto to a manual by Fred Drake · 20 years ago
  51. 5d2c683 Lost reference. by Armin Rigo · 20 years ago
  52. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  53. 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 20 years ago
  54. bf57a14 Fix SF bug #765624. by Armin Rigo · 20 years ago
  55. ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 20 years ago
  56. fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 20 years ago
  57. aea9459 Test for lack of implicit return line event by Nicholas Bastin · 20 years ago
  58. 80d937e Fix for line events in the case: by Armin Rigo · 20 years ago
  59. 77d9a3e Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD. by Hye-Shik Chang · 20 years ago
  60. 39a0f04 New parser. Next up, making the current parser use this parser by Anthony Baxter · 20 years ago
  61. e62c5c8 Added configure check for broken poll() on some unix systems (MacOS X 10.3) by Nicholas Bastin · 20 years ago
  62. 3f60629 SF bug 847019 datetime.datetime initialization needs more strict checking by Tim Peters · 20 years ago
  63. 6fce78e Restored revision 2.87. by Armin Rigo · 20 years ago
  64. 8d9b60f Change parse_qsl() to accept control-name's with no equal sign (e.g., "name") by Brett Cannon · 20 years ago
  65. cbddabf Remove 'now' by Andrew M. Kuchling · 20 years ago
  66. 1c3fd87 PyTuple_New(): vrbl i no longer referenced, so removed it (which kills by Tim Peters · 20 years ago
  67. 6680341 Normalized files in test_unicode_file to eliminate failure on OSX by Nicholas Bastin · 20 years ago
  68. 5671615 This is the fastest I could get on Intel GCC. I kept the memset() in to clear by Armin Rigo · 20 years ago
  69. abce8a6 Changed file.name to be the object passed as the 'name' argument to file() by Nicholas Bastin · 20 years ago
  70. 67867ea [Part of patch #909005] Added map parameter for file_dispatcher and dispatcher_with_send by Andrew M. Kuchling · 20 years ago
  71. 174bdbc [Part of patch #909005] Repeating exception changed from 'raise socket.error, why' to just raise. Make use of connect_ex() raise socket.error with 2-tuple instead of just error code by Andrew M. Kuchling · 20 years ago
  72. 419af88 [Part of patch #909005] Remove Mac code for writable by Andrew M. Kuchling · 20 years ago
  73. 0ebbbe3 [Part of patch #909005] Set initial poll flags by Andrew M. Kuchling · 20 years ago
  74. 68522b1 [Part of patch #909005] Use True/False by Andrew M. Kuchling · 20 years ago
  75. c3a87b8 Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. by Hye-Shik Chang · 20 years ago
  76. 56d7913 [Patch #900071] Be case-insensitive when removing 'usage:' string by Andrew M. Kuchling · 20 years ago
  77. 9303777 [Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes bug #887279 by Andrew M. Kuchling · 20 years ago
  78. a982c44 [Patch #918212] Support XHTML's 'id' attribute, which can be on any element. by Andrew M. Kuchling · 20 years ago
  79. 4c4a45d [Patch #905863] Support the CVS version of Tcl/Tk, which has the version number 8.5 by Andrew M. Kuchling · 20 years ago
  80. 3c0aa7e [Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidate by Andrew M. Kuchling · 20 years ago
  81. e240d9b Update URLs by Andrew M. Kuchling · 20 years ago
  82. a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 20 years ago
  83. 8183fa4 Fix typo in comment. by Raymond Hettinger · 20 years ago
  84. 6602520 SF bug 917108: warnings.py does not define _test(). by Tim Peters · 20 years ago
  85. 93d4481 Add identity shortcut to PyObject_RichCompareBool. by Raymond Hettinger · 20 years ago
  86. 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 20 years ago
  87. 5f112eb recursive_isinstance(), recursive_issubclass(): New code here returned by Tim Peters · 20 years ago
  88. 7139afd [693255] also back out corresponding NEWS item... by Just van Rossum · 20 years ago
  89. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 20 years ago
  90. 347c30d Patch #853488: Tix hlist missing entryconfigure and entrycget methods. by Martin v. Löwis · 20 years ago
  91. 433fa69 Patch #853488: Add hlist entry_configure and entry_cget methods. by Martin v. Löwis · 20 years ago
  92. 4848557 Remove unused instance attributes. by Neil Schemenauer · 20 years ago
  93. ff5bc50 Improve byte coding for multiple assignments. by Raymond Hettinger · 20 years ago
  94. 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 20 years ago
  95. 46cf4fc Back out last patch that removed an entry from sys.path if it was not an by Brett Cannon · 20 years ago
  96. c82208e Deal with case of when locale time values has characters that can be mistaken by Brett Cannon · 20 years ago
  97. 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 20 years ago
  98. c696617 Fix for SF 780407. Change %08l to %p to print a pointer. Will backport to 2.3. by Guido van Rossum · 20 years ago
  99. 70d172d Get rid of listextend_internal() and explain why the special case by Armin Rigo · 20 years ago
  100. 70ec0b4 Fix for SF 777848. by Guido van Rossum · 20 years ago