1. f77bc62 Same treatment as listobject.c: by Guido van Rossum · 24 years ago
  2. 08b53e6 Simplify _PyTuple_Resize by not using the tuple free list and dropping by Neil Schemenauer · 24 years ago
  3. 3cd7604 Correctly cast the return value of realloc. by Martin v. Löwis · 24 years ago
  4. c58dbeb Correctly use realloc return value. Fixes bug #114424. by Martin v. Löwis · 24 years ago
  5. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  6. ba09633 ANSI-fication of the sources. by Fred Drake · 24 years ago
  7. 4cc6ac7 Neil Schemenauer: small fixes for GC by Guido van Rossum · 24 years ago
  8. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  9. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  10. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago
  11. d08b4c4 part 2 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  12. 8caad49 Round 1 of Neil Schemenauer's GC patches: by Jeremy Hylton · 24 years ago
  13. 29dc381 Michael Hudson <mwh21@cam.ac.uk>: by Marc-André Lemburg · 24 years ago
  14. 5678025 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  15. b6a9ada Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 24 years ago
  16. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  17. 37b1a26 add list_contains and tuplecontains: efficient implementations of tp_contains by Jeremy Hylton · 24 years ago
  18. 5ce78f8 Patch by Charles G Waldman to avoid a sneaky memory leak in by Guido van Rossum · 24 years ago
  19. d724b23 Christian Tismer's "trashcan" patch: by Guido van Rossum · 24 years ago
  20. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  21. 0eb55ac Mark Favas was quick to note that the last checkin divides by zero by Guido van Rossum · 25 years ago
  22. 5bc51f2 Appropriate overflow checks so that things like sys.maxint*(1,) can't dump core. by Guido van Rossum · 25 years ago
  23. 68055ce When tracing references, reset the type and size of tuples allocated by Guido van Rossum · 26 years ago
  24. 017f778 Make tuples less hungry -- an extra item was allocated but never used. by Guido van Rossum · 26 years ago
  25. 1bb2687 Slight rearrangement of some code to make it faster, by Vladimir Marangozov. by Guido van Rossum · 26 years ago
  26. 787bdd3 PyTuple_SetItem should require that the tuple's refcnt is one! by Guido van Rossum · 27 years ago
  27. fbbd57e Added _Fini() routines to free up some memory by Guido van Rossum · 27 years ago
  28. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  29. 0969ad2 Better tuple hash function. by Guido van Rossum · 28 years ago
  30. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  31. 441e4ab new debugger symbol names by Guido van Rossum · 28 years ago
  32. 055968c better err checks in resizetuple by Guido van Rossum · 29 years ago
  33. 6f9e433 fix dusty debugging macros by Guido van Rossum · 29 years ago
  34. 5fe6058 a few peephole optimizations by Guido van Rossum · 29 years ago
  35. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  36. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  37. a3d78fb * posixmodule.c: added set{uid,gid}. by Guido van Rossum · 31 years ago
  38. 615194a Fixed bugs in resizetuple and extended the interface. by Sjoerd Mullender · 31 years ago
  39. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  40. 842d2cc intobject.c: Save references to small integers, so that they can be by Sjoerd Mullender · 31 years ago
  41. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  42. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  43. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  44. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  45. 7c36ad7 New function gettupleslice(v, i, j). by Guido van Rossum · 33 years ago
  46. 49e8514 printobject now returns an error code Remove superfluous err_nomem() call , by Guido van Rossum · 33 years ago
  47. b8393da Finally implement tuple*number. From now on all sequence types by Guido van Rossum · 33 years ago
  48. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  49. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  50. 2a9096b New errors. by Guido van Rossum · 34 years ago
  51. 85a5fbb Initial revision by Guido van Rossum · 34 years ago