1. 3c52c5a Wrap long lines in the grammar by Neal Norwitz · 19 years ago
  2. 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
  3. 8856fb7 SF Patch #1365916, mmap fails on AMD64 by Neal Norwitz · 19 years ago
  4. 84456bd Cleanup a bit and make things more consistent. by Neal Norwitz · 19 years ago
  5. b04747f Add versionadded info by Neal Norwitz · 19 years ago
  6. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 19 years ago
  7. 11ca77e Doc for PEP 341, needs improvement by Neal Norwitz · 19 years ago
  8. 58f46b6 Fix leftover word. by Georg Brandl · 19 years ago
  9. fa16668 Added PEP 341 to NEWS. by Georg Brandl · 19 years ago
  10. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  11. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  12. 23a6958 Add Michael Urman for work on SF patch #1365916 by Neal Norwitz · 19 years ago
  13. 852a542 Bug #1373197: note that os.makedirs does not work with '..' by Georg Brandl · 19 years ago
  14. 69cb3cd Bug #1343671: clarify docs for os.removedirs by Georg Brandl · 19 years ago
  15. c1d2f7b Bug #1106572: clarify os.makedirs docs wrt umask by Georg Brandl · 19 years ago
  16. b80775e Fixed reference counting error when using the entity dictionary by Fredrik Lundh · 19 years ago
  17. 835b243 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 19 years ago
  18. e3547fd More text about the pragmatic significance of hashlib. by Tim Peters · 19 years ago
  19. 3cbd038 Add the missing mention of the hashlib module. by Brett Cannon · 19 years ago
  20. 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  21. 6d52b55 updating to cElementTree 1.0.5 (step 3 of 3) by Fredrik Lundh · 19 years ago
  22. 8c8836b updating to cElementTree 1.0.5 (step 2 of 3) by Fredrik Lundh · 19 years ago
  23. 7cfe6ee updating to cElementTree 1.0.5 by Fredrik Lundh · 19 years ago
  24. 6ee6952 Patch #1360443: Make SimpleHTTPServer display unencoded directory names. by Georg Brandl · 19 years ago
  25. 08caadc Patch #1377848: typo in pyexpat docs by Georg Brandl · 19 years ago
  26. 071ae4c Patch #1376914: traceback.format_exc() has no "file" argument by Georg Brandl · 19 years ago
  27. ea2625b Set props on _elementtree project file as per pyexpat.vcproj. by Trent Mick · 19 years ago
  28. e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
  29. 07f159d Bug #1378455: a problem of urllib using open_local_file by Georg Brandl · 19 years ago
  30. 6ee3391 Remove reference to the "t" open() mode as it is platform dependent. by Georg Brandl · 19 years ago
  31. 3b28770 Add two tests for the script interface. by Walter Dörwald · 19 years ago
  32. 9235ea4 added cElementTree tests by Fredrik Lundh · 19 years ago
  33. 6f0d479 Fix an int/long mismatch identified here: by Neal Norwitz · 19 years ago
  34. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  35. b197543 If quopri uses the implementations from binascii do the tests a second time by Walter Dörwald · 19 years ago
  36. c97ba70 added PSG licensing blurb by Fredrik Lundh · 19 years ago
  37. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  38. 16fd902 fixed eol-style by Fredrik Lundh · 19 years ago
  39. 14b4fea renamed to _elementtree (for Python 2.5) by Fredrik Lundh · 19 years ago
  40. 0c53bfd copied cElementTree 1.0.4 to Modules by Fredrik Lundh · 19 years ago
  41. 4c86ec6 added cElementTree/_elementtree build stuff and wrapper module by Fredrik Lundh · 19 years ago
  42. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  43. 5c8cc25 Added the 'ULL' prefix to the unsigned long long literal constants. by Armin Rigo · 19 years ago
  44. 6b1793f When regenerating files like Python-ast.h, take care that the generated by Armin Rigo · 19 years ago
  45. d396833 fixed installation of xmlcore libraries (including xmlcore.etree) by Fredrik Lundh · 19 years ago
  46. 7316ad2 - remove leftover directory - add file I forgot to add in previous commit by Fred Drake · 19 years ago
  47. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  48. cc117db moved magic into structure (mainly to simplify the client code) by Fredrik Lundh · 19 years ago
  49. d7a4288 renamed dispatch -> capi to match other CAPI implementations by Fredrik Lundh · 19 years ago
  50. c334504 added cobject-based expat dispatch mechanism to pyexpat by Fredrik Lundh · 19 years ago
  51. e2f8e3c Fix test not to fail on FreeBSD. Directories work also as data by Hye-Shik Chang · 19 years ago
  52. e237d50 Add a workaround for file.ftell() to raise IOError for ttys. by Hye-Shik Chang · 19 years ago
  53. 50f8169 From a suggestion on c.l.py: modernize the introduction to the tutorial. by Andrew M. Kuchling · 19 years ago
  54. af57fa1 r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100 by Fredrik Lundh · 19 years ago
  55. 245c619 r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 by Fredrik Lundh · 19 years ago
  56. 0e664e1 skip NIS entries, empty entries, etc by Fredrik Lundh · 19 years ago
  57. 80768f8 skip nis entries, if not filtered out by getpwall itself by Fredrik Lundh · 19 years ago
  58. 2a60d9a added xml.etree test (enough of the ElementTree selftest to by Fredrik Lundh · 19 years ago
  59. 7e0aef0 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 assorted xml.etree tweaks by Fredrik Lundh · 19 years ago
  60. 075854f added ElementTree core components to xml.etree by Fredrik Lundh · 19 years ago
  61. c5c57e6 Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module by Hye-Shik Chang · 19 years ago
  62. e569fb5 Remove background image by Andrew M. Kuchling · 19 years ago
  63. 897ff81 SF #1373150, diffs in working copy after a build by Neal Norwitz · 19 years ago
  64. ba2fa63 en_sit will be freed when en is DECREF'd. Don't double free. by Neal Norwitz · 19 years ago
  65. f8d403d SF #1377897, Bus error in ast by Neal Norwitz · 19 years ago
  66. 8ad64aa SF #1370197, memory leak - ast_error_finish (in error conditions). by Neal Norwitz · 19 years ago
  67. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  68. aaa2f1d Patch #1276356: Implement new resource "urlfetch" for regrtest. by Hye-Shik Chang · 19 years ago
  69. 432be36 [Bug #1349316] Show how to use XML-RPC through a proxy by Andrew M. Kuchling · 19 years ago
  70. ef1b50d add common usage example by Skip Montanaro · 19 years ago
  71. 5ed262b Typo in a code example. by Armin Rigo · 19 years ago
  72. de5f05f Nobody on python-dev seemed particularly bothered that Hotshot generates half- by Armin Rigo · 19 years ago
  73. 28b32ac Simplify logic for handling import * by Neal Norwitz · 19 years ago
  74. b15ec09 Reduce scope of feature by Neal Norwitz · 19 years ago
  75. c1f213e Remove unused macro, check is done elsewhere by Neal Norwitz · 19 years ago
  76. e536892 Remove unnecessary extern variable by Neal Norwitz · 19 years ago
  77. ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 19 years ago
  78. a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 19 years ago
  79. b78a5fc Fix bug by Michael W. Hudson · 19 years ago
  80. d54a0ae [Patch #1372995] Add \versionadded by Andrew M. Kuchling · 19 years ago
  81. 593d6b3 [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate() by Andrew M. Kuchling · 19 years ago
  82. bdb3901 [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string by Andrew M. Kuchling · 19 years ago
  83. 47a39b0 [Bug #1041501] Fix example by Andrew M. Kuchling · 19 years ago
  84. 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 19 years ago
  85. ce100d8 Use boolean name by Andrew M. Kuchling · 19 years ago
  86. 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 19 years ago
  87. bc6a195 [Bug #1372836] Remove unused code by Andrew M. Kuchling · 19 years ago
  88. 6af5239 Add placeholder section on old and new-style classes by Andrew M. Kuchling · 19 years ago
  89. e63fde7 [Bug #792570] Under Windows, socket.read() seems to run into trouble when by Andrew M. Kuchling · 19 years ago
  90. 3a97605 [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket by Andrew M. Kuchling · 19 years ago
  91. cf6b7c9 Bug #1368481: python.dir refers to whatsnew23 by Georg Brandl · 19 years ago
  92. eac2599 set expectations appropriately. ;) by Anthony Baxter · 19 years ago
  93. 51490ac Fix typo. by Walter Dörwald · 19 years ago
  94. f91de8e Remove sorting HOWTO, after converting it to a wiki page at http://wiki.python.org/moin/HowTo/Sorting by Andrew M. Kuchling · 19 years ago
  95. e2a0602 Silence VS2005 warnings about deprecated functions. by Martin v. Löwis · 19 years ago
  96. 30b4975 Limit x86 machine instructions and Win95 support to _M_IX86. by Martin v. Löwis · 19 years ago
  97. ede187f Test another error case in PyFloat_FromString(). by Walter Dörwald · 19 years ago
  98. 3f207b6 fix link by Fred Drake · 19 years ago
  99. ce53a02 SF#1368827 by Fredrik Lundh · 19 years ago
  100. d4fff17 Fix leaked reference to None. by Walter Dörwald · 19 years ago