1. ddddd2f Updating the short blob about old/new-style classes to reflect (IMHO) more by Armin Rigo · 19 years ago
  2. 07cf5d4 As reported on c.l.py, the _elementtree project by Tim Peters · 19 years ago
  3. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  4. 83a8c39 test_bug_1333982(): This one must fail under -O. by Tim Peters · 19 years ago
  5. 903a944 Repair longstanding damage introduced by the AST merge: by Tim Peters · 19 years ago
  6. bb2bf2c fixed one more typo by Fredrik Lundh · 19 years ago
  7. c338999 SF#1389809 by Fredrik Lundh · 19 years ago
  8. 428b413 fixed two typos in pprint reference page by Fredrik Lundh · 19 years ago
  9. 35c3f4f do_mkvalue(), 'I' and 'k' cases: squash legitimate by Tim Peters · 19 years ago
  10. c3d12ac const poisoning, spreading to fix new const warnings in _winreg.c. by Tim Peters · 19 years ago
  11. dc297b4 Ignore pyc files for building doc by Neal Norwitz · 19 years ago
  12. ab86f8e Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  13. 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 19 years ago
  14. a2c110b Add missing dep for cookielib doc by Neal Norwitz · 19 years ago
  15. 338e786 Patch #1117398: fix cookielib LoadError by Neal Norwitz · 19 years ago
  16. 3e7de59 Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions by Neal Norwitz · 19 years ago
  17. b164daf [Patch #1375417] Massive rearrangement of the Library Reference. by Andrew M. Kuchling · 19 years ago
  18. a0b25e9 Add more chapter intros by Andrew M. Kuchling · 19 years ago
  19. 9747301 Add markup by Andrew M. Kuchling · 19 years ago
  20. affd42d Add some chapter introductions (not linked into the LibRef yet) by Andrew M. Kuchling · 19 years ago
  21. 755c268 Update text by Andrew M. Kuchling · 19 years ago
  22. 509a41d Typo fix by Andrew M. Kuchling · 19 years ago
  23. 20be3c8 Typo fix by Andrew M. Kuchling · 19 years ago
  24. 5e8d8f9 [ 1388141 ] Minor error in md5 docs by Georg Brandl · 19 years ago
  25. 7a9d132 Add Python\pyarena.c to the VC project file. by Thomas Heller · 19 years ago
  26. ce3a913 Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the by Barry Warsaw · 19 years ago
  27. 4ac13df Remove extra parens by Neal Norwitz · 19 years ago
  28. 9dbc7dd Remove extra parens by Neal Norwitz · 19 years ago
  29. c10978f Bug #1072182, fix some potential problems if characters are signed. by Neal Norwitz · 19 years ago
  30. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  31. 5d0ad50 Bug #889500, fix line number on SyntaxWarning for global declarations. by Neal Norwitz · 19 years ago
  32. a3bdc2c Handle a couple of use cases discussed in python-dev w.r.t. calculating the by Barry Warsaw · 19 years ago
  33. d24499d Jack said we don't need the Mac/Python/ directory any more. by Neal Norwitz · 19 years ago
  34. e515293 added TerminateProcess support to _subprocess driver by Fredrik Lundh · 19 years ago
  35. 118be0c SF#1383115 by Fredrik Lundh · 19 years ago
  36. 93d69a7 fixed compilation with an ordinary C89 compiler by Fredrik Lundh · 19 years ago
  37. 0149e3a Fixed None reference leaks in TreeBuilder class (reported by Neal Norwitz) by Fredrik Lundh · 19 years ago
  38. 7c46074 Check return result for error by Neal Norwitz · 19 years ago
  39. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  40. 0e7a0ed Fix compiler warnings by Neal Norwitz · 19 years ago
  41. 4e6bf49 Handle more error conditions with SystemError by Neal Norwitz · 19 years ago
  42. db83eb3 Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. by Neal Norwitz · 19 years ago
  43. e7214a1 Get float() to be more portable across platforms. Disable hex strings. by Neal Norwitz · 19 years ago
  44. 87b801c Set MemoryError when alloc fails by Neal Norwitz · 19 years ago
  45. 3c52c5a Wrap long lines in the grammar by Neal Norwitz · 19 years ago
  46. 3dafaab Fix _sys_version() so it works with the new buildno, not sure if it is correct. test_platform passes by Neal Norwitz · 19 years ago
  47. 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago
  48. 84456bd Cleanup a bit and make things more consistent. by Neal Norwitz · 19 years ago
  49. b04747f Add versionadded info by Neal Norwitz · 19 years ago
  50. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  51. 11ca77e Doc for PEP 341, needs improvement by Neal Norwitz · 19 years ago
  52. 58f46b6 Fix leftover word. by Georg Brandl · 19 years ago
  53. fa16668 Added PEP 341 to NEWS. by Georg Brandl · 19 years ago
  54. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  55. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  56. 23a6958 Add Michael Urman for work on SF patch #1365916 by Neal Norwitz · 19 years ago
  57. 852a542 Bug #1373197: note that os.makedirs does not work with '..' by Georg Brandl · 19 years ago
  58. 69cb3cd Bug #1343671: clarify docs for os.removedirs by Georg Brandl · 19 years ago
  59. c1d2f7b Bug #1106572: clarify os.makedirs docs wrt umask by Georg Brandl · 19 years ago
  60. b80775e Fixed reference counting error when using the entity dictionary by Fredrik Lundh · 19 years ago
  61. 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 19 years ago
  62. e3547fd More text about the pragmatic significance of hashlib. by Tim Peters · 19 years ago
  63. 3cbd038 Add the missing mention of the hashlib module. by Brett Cannon · 19 years ago
  64. 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  65. 6d52b55 updating to cElementTree 1.0.5 (step 3 of 3) by Fredrik Lundh · 19 years ago
  66. 8c8836b updating to cElementTree 1.0.5 (step 2 of 3) by Fredrik Lundh · 19 years ago
  67. 7cfe6ee updating to cElementTree 1.0.5 by Fredrik Lundh · 19 years ago
  68. 6ee6952 Patch #1360443: Make SimpleHTTPServer display unencoded directory names. by Georg Brandl · 19 years ago
  69. 08caadc Patch #1377848: typo in pyexpat docs by Georg Brandl · 19 years ago
  70. 071ae4c Patch #1376914: traceback.format_exc() has no "file" argument by Georg Brandl · 19 years ago
  71. ea2625b Set props on _elementtree project file as per pyexpat.vcproj. by Trent Mick · 19 years ago
  72. e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
  73. 07f159d Bug #1378455: a problem of urllib using open_local_file by Georg Brandl · 19 years ago
  74. 6ee3391 Remove reference to the "t" open() mode as it is platform dependent. by Georg Brandl · 19 years ago
  75. 3b28770 Add two tests for the script interface. by Walter Dörwald · 19 years ago
  76. 9235ea4 added cElementTree tests by Fredrik Lundh · 19 years ago
  77. 6f0d479 Fix an int/long mismatch identified here: by Neal Norwitz · 19 years ago
  78. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  79. b197543 If quopri uses the implementations from binascii do the tests a second time by Walter Dörwald · 19 years ago
  80. c97ba70 added PSG licensing blurb by Fredrik Lundh · 19 years ago
  81. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  82. 16fd902 fixed eol-style by Fredrik Lundh · 19 years ago
  83. 14b4fea renamed to _elementtree (for Python 2.5) by Fredrik Lundh · 19 years ago
  84. 0c53bfd copied cElementTree 1.0.4 to Modules by Fredrik Lundh · 19 years ago
  85. 4c86ec6 added cElementTree/_elementtree build stuff and wrapper module by Fredrik Lundh · 19 years ago
  86. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  87. 5c8cc25 Added the 'ULL' prefix to the unsigned long long literal constants. by Armin Rigo · 19 years ago
  88. 6b1793f When regenerating files like Python-ast.h, take care that the generated by Armin Rigo · 19 years ago
  89. d396833 fixed installation of xmlcore libraries (including xmlcore.etree) by Fredrik Lundh · 19 years ago
  90. 7316ad2 - remove leftover directory - add file I forgot to add in previous commit by Fred Drake · 19 years ago
  91. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  92. cc117db moved magic into structure (mainly to simplify the client code) by Fredrik Lundh · 19 years ago
  93. d7a4288 renamed dispatch -> capi to match other CAPI implementations by Fredrik Lundh · 19 years ago
  94. c334504 added cobject-based expat dispatch mechanism to pyexpat by Fredrik Lundh · 19 years ago
  95. e2f8e3c Fix test not to fail on FreeBSD. Directories work also as data by Hye-Shik Chang · 19 years ago
  96. e237d50 Add a workaround for file.ftell() to raise IOError for ttys. by Hye-Shik Chang · 19 years ago
  97. 50f8169 From a suggestion on c.l.py: modernize the introduction to the tutorial. by Andrew M. Kuchling · 19 years ago
  98. af57fa1 r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 by Fredrik Lundh · 19 years ago
  99. 245c619 r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 by Fredrik Lundh · 19 years ago
  100. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 19 years ago