1. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  2. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  3. 4886cc3 Get rid of most of the rest of coerce (slot is still there for now). by Neal Norwitz · 18 years ago
  4. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  5. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  6. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  7. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  8. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago
  9. d4ec0c3 Merge with trunk up to revision 45620. by Thomas Wouters · 18 years ago
  10. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  11. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  12. e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 18 years ago
  13. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  14. 28ad48e Remove apply() by Neal Norwitz · 18 years ago
  15. d910855 Remove apply() by Neal Norwitz · 18 years ago
  16. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  17. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 18 years ago
  18. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 18 years ago
  19. f688cc5 Unicode database updated; use SVN instead of CVS by Andrew M. Kuchling · 18 years ago
  20. 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 18 years ago
  21. 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 18 years ago
  22. aeadf95 Write a section by Andrew M. Kuchling · 18 years ago
  23. d0fcc02 Markup fix by Andrew M. Kuchling · 18 years ago
  24. e362d93 Write a section by Andrew M. Kuchling · 18 years ago
  25. 8f4b4db typo by Georg Brandl · 18 years ago
  26. ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 18 years ago
  27. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 18 years ago
  28. 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 18 years ago
  29. 8f4d255 Add section by Andrew M. Kuchling · 18 years ago
  30. 437567c Some edits; add empty sections by Andrew M. Kuchling · 18 years ago
  31. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  32. 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 18 years ago
  33. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  34. 0917988 Fix SF #1442937, Bad Coroutine link by Neal Norwitz · 18 years ago
  35. 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 18 years ago
  36. 3096c53 Fix latex typos as spotted by George Yoshida. by Brett Cannon · 18 years ago
  37. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  38. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 18 years ago
  39. c9066ca Fix warning that texcheck complained about. by Martin v. Löwis · 18 years ago
  40. 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 18 years ago
  41. 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 18 years ago
  42. 497114e Add tool to check documentation against declaration. by Martin v. Löwis · 18 years ago
  43. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 18 years ago
  44. 77e42ff George Yoshida points out that the special characters by Neal Norwitz · 18 years ago
  45. d318863 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 18 years ago
  46. d615110 XXX something for amk's attention by Anthony Baxter · 18 years ago
  47. 40d8459 Add generation of the version. by Martin v. Löwis · 18 years ago
  48. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  49. f9f61b4 Note version added for conditional expressions by Neal Norwitz · 18 years ago
  50. 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 18 years ago
  51. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  52. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  53. b518d8c Fix casing of function names. by Georg Brandl · 18 years ago
  54. e51fc53 George Yoshida's fix. by Neal Norwitz · 18 years ago
  55. 7d42d3c fix typo by Georg Brandl · 18 years ago
  56. 868e704 Document "multifile" as deprecated. by Georg Brandl · 18 years ago
  57. d34350e At Brian Wichmann's request, added words warning against by Tim Peters · 18 years ago
  58. b075fce Fix table header. by Walter Dörwald · 18 years ago
  59. 4d0bd0b Trimmed trailing whitespace. by Tim Peters · 18 years ago
  60. 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 18 years ago
  61. 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 18 years ago
  62. 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 18 years ago
  63. 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 18 years ago
  64. 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 18 years ago
  65. 6302a5a Fix typpo. by Thomas Wouters · 18 years ago
  66. 87f2875 Minor tweaks by Neal Norwitz · 18 years ago
  67. c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 18 years ago
  68. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 18 years ago
  69. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 18 years ago
  70. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 18 years ago
  71. 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 18 years ago
  72. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 18 years ago
  73. 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 18 years ago
  74. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 18 years ago
  75. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 18 years ago
  76. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 18 years ago
  77. bcd548b Update "undocumented modules" section. by Georg Brandl · 18 years ago
  78. b56230b Add deprecation notices to modules deprecated since 2000. by Georg Brandl · 18 years ago
  79. 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 18 years ago
  80. bbdf607 Fix broken example of csv.reader use (it returns an iterator, which isn't by Thomas Wouters · 18 years ago
  81. 55aafab Added some more versionchanged markup. by Vinay Sajip · 18 years ago
  82. 4482929 use correct function in example by Fred Drake · 18 years ago
  83. c16dd48 Doc some user visible changes by Neal Norwitz · 18 years ago
  84. 8ed1ca8 Even more copyright year locations! by Georg Brandl · 18 years ago
  85. b69406d Update general copyright years to 2006. by Georg Brandl · 18 years ago
  86. b4549c4 Added information on function name added to LogRecord, and the 'extra' keyword parameter. by Vinay Sajip · 18 years ago
  87. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago
  88. 5eefdca Update projected release date by Andrew M. Kuchling · 18 years ago
  89. 05110aa Add versionadded note for new methods by Neal Norwitz · 18 years ago
  90. 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 18 years ago
  91. b7b54f7 SF bug 1415455, fix typo in module name by Neal Norwitz · 18 years ago
  92. 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 18 years ago
  93. 5a49fae SF patch #1421726 by Fredrik Lundh · 18 years ago
  94. ec2f74f module list utility by Fredrik Lundh · 18 years ago
  95. caa94bd Correct misspellings. by Georg Brandl · 18 years ago
  96. 131e4f7 Add markup to new section in codecs docs by Georg Brandl · 18 years ago
  97. 296152e Correct typos and markup errors (Raymond, thanks for texcheck) by Georg Brandl · 18 years ago
  98. 2103a01 Add \versionadded for sftp scheme by Georg Brandl · 18 years ago
  99. ffa6f3d Another typo. by Georg Brandl · 18 years ago
  100. 56ace78 typo by Georg Brandl · 18 years ago