1. 176cda1 Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only). by Florent Xicluna · 15 years ago
  2. e1f4c92 #7667: Fix doctest failures with non-ASCII paths. by Florent Xicluna · 15 years ago
  3. 513d9ae Issue #7512: shutil.copystat() could raise an OSError when the filesystem by Antoine Pitrou · 15 years ago
  4. 9e7a4c9 Issue #7703: ctypes supports both buffer() and memoryview(). The former is deprecated. by Florent Xicluna · 15 years ago
  5. c9d1a78 Issue #7860: platform.uname now reports the correct 'machine' type by R. David Murray · 15 years ago
  6. 804899b logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter. by Vinay Sajip · 15 years ago
  7. 6557aac pybsddb 4.8.4 integration. Please, comment in issue #8156 by Jesus Cea · 15 years ago
  8. 31e928e Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names exist at the same time. by Vinay Sajip · 15 years ago
  9. c7790ed Fix the NEWS about my last commit: an unicode subclass can now override the by Victor Stinner · 15 years ago
  10. 3017a7b Issue #8200: logging: Handle errors when multiprocessing is not fully loaded when logging occurs. by Vinay Sajip · 15 years ago
  11. 95affc4 Issue #1583863: An unicode subclass can now override the __str__ method by Victor Stinner · 15 years ago
  12. 9654589 improve error message from passing inadequate number of keyword arguments #6474 by Benjamin Peterson · 15 years ago
  13. 448da71 Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets. by Antoine Pitrou · 15 years ago
  14. f83b308 Issue #1628484: The Makefile doesn't ignore the CFLAGS environment by Antoine Pitrou · 15 years ago
  15. 77a8849 #8180: Fix test_pep277 on OS X and add more tests for special Unicode normalization cases. by Florent Xicluna · 15 years ago
  16. cf82fa6 Issue #8179: Fix macpath.realpath() on a non-existing path. by Florent Xicluna · 15 years ago
  17. e9fbf2b - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. by Matthias Klose · 15 years ago
  18. a70f349 Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag. by Collin Winter · 15 years ago
  19. 001a395 Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. by Collin Winter · 15 years ago
  20. 2e0a53f Issue #8024: Update the Unicode database to 5.2 by Florent Xicluna · 15 years ago
  21. d7b731d Issue #8104: socket.recv_into() and socket.recvfrom_into() now support by Antoine Pitrou · 15 years ago
  22. 0dee9c1 prevent lambda functions from having docstrings #8164 by Benjamin Peterson · 15 years ago
  23. 8b41168 - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox by Matthias Klose · 15 years ago
  24. 3cc8f21 Issue #7783 and #7787: open_urlresource invalidates the outdated files from the local cache. by Florent Xicluna · 15 years ago
  25. b13d04c - Issue #8140: extend compileall to compile single files. Add -i option. by Matthias Klose · 15 years ago
  26. 358e7ff - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of by Matthias Klose · 15 years ago
  27. 24e4e16 Issue #6716: Quote -x arguments of compileall in MSI installer. by Martin v. Löwis · 15 years ago
  28. 54cc539 - Issue #6949: Allow the _bsddb extension to be built with db-4.8.x. by Matthias Klose · 15 years ago
  29. 817acef - Issue #8142: Update libffi to the 3.0.9 release. by Matthias Klose · 15 years ago
  30. 11d9323 fix freebsd linking #7705 by Benjamin Peterson · 15 years ago
  31. 8122bdd Add a link about the Public Review Issue #29 by Ezio Melotti · 15 years ago
  32. ba83f82 Format and rewrap 2.7 NEWS consistently. by Georg Brandl · 15 years ago
  33. 02b3f0a Issue #7993: Add a test of IO packet processing bandwidth to ccbench. by Antoine Pitrou · 15 years ago
  34. 7522734 NEWS: issue #7774 is related to Library (sys), not Core and Builtins by Victor Stinner · 15 years ago
  35. ecfa08f Issue #8117: Updated NEWS entry and added to logging documentation. by Vinay Sajip · 15 years ago
  36. 9098ee4 Issue #8117: logging: Improved algorithm for computing initial rollover time. by Vinay Sajip · 15 years ago
  37. 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 15 years ago
  38. 4a7e0c85 Issue #7774: Set sys.executable to an empty string if argv[0] has been by Victor Stinner · 15 years ago
  39. 8567761 Issue #7880: Fix sysconfig when the python executable is a symbolic link. by Florent Xicluna · 15 years ago
  40. 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 15 years ago
  41. 47627d5 #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. by Florent Xicluna · 15 years ago
  42. 4617e50 Issue #7143: get_payload used to strip any trailing newline from a by R. David Murray · 15 years ago
  43. 154b7ad Issue #1530559: When packing a non-integer with any integer conversion by Mark Dickinson · 15 years ago
  44. 21e99f4 #5341: more built-in vs builtin fixes. by Georg Brandl · 15 years ago
  45. 6de9e93 Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are by Florent Xicluna · 15 years ago
  46. 5da7e7c post release update by Benjamin Peterson · 15 years ago
  47. 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 15 years ago
  48. 985478d Minor tweaking of previous r78734, and add a NEWS entry. by Florent Xicluna · 15 years ago
  49. 5852641 Do not print the header lines when running a single test. by Florent Xicluna · 15 years ago
  50. 0b9a18a #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. by Florent Xicluna · 15 years ago
  51. 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
  52. 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 15 years ago
  53. 56a5153 Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, by Victor Stinner · 15 years ago
  54. 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 15 years ago
  55. 6458104 Issue #7232: Add support for the context manager protocol to the TarFile class. by Lars Gustäbel · 15 years ago
  56. d23d393 Issue #7820: The parser tokenizer restores all bytes in the right if the BOM by Victor Stinner · 15 years ago
  57. c0a9d41 Test test_pep277 is only relevant for Unicode-friendly filesystems. by Florent Xicluna · 15 years ago
  58. 2db61fb Tentatively enable test_pep277 on all platforms. by Florent Xicluna · 15 years ago
  59. e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago
  60. 08a8fb3 Manually copy patch for bug 7250 from the release26-maint branch. I suck by Barry Warsaw · 15 years ago
  61. e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 15 years ago
  62. 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 15 years ago
  63. 3c699d3 Adds c_ssize_t to ctypes. issue 6729. by Gregory P. Smith · 15 years ago
  64. 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 15 years ago
  65. cce211f Issue #1068268: The subprocess module now handles EINTR in internal by Gregory P. Smith · 15 years ago
  66. 613c7a5 Issue #7481: When a threading.Thread failed to start it would leave the by Gregory P. Smith · 15 years ago
  67. 2a903b2 Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too. by Florent Xicluna · 15 years ago
  68. 82aa01f Add entry for issue #691291. by Florent Xicluna · 15 years ago
  69. 3212515 #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding. by Ezio Melotti · 15 years ago
  70. 2076666 typos by Ezio Melotti · 15 years ago
  71. 2d9856d Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. by Eric Smith · 15 years ago
  72. ebc73dc Issue #7427: improve the representation of httplib.BadStatusLine exceptions. by Dirkjan Ochtman · 15 years ago
  73. 48605be Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to by R. David Murray · 15 years ago
  74. f20f9c2 Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF by Victor Stinner · 15 years ago
  75. ea370a9 #6544: fix refleak in kqueue, occurring in certain error conditions. by Georg Brandl · 15 years ago
  76. 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
  77. 92bd059 ctypes CThunkObject was not registered correctly with the cycle by Thomas Heller · 15 years ago
  78. b8708a2 fixed #5801: removed spurious empty lines in wsgiref by Tarek Ziadé · 15 years ago
  79. f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 15 years ago
  80. 87bcb24 Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. by Eric Smith · 15 years ago
  81. b64d613 #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c. by Andrew M. Kuchling · 15 years ago
  82. f32d4ac Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. by Eric Smith · 15 years ago
  83. 82b34c5 Issue #5211: Fix complex type to avoid implicit calls to by Mark Dickinson · 15 years ago
  84. 51f1204 Issue 7970: When email.Parser.Parser parses a MIME message of type by R. David Murray · 15 years ago
  85. 4cc80ca #3426: os.path.abspath now returns unicode when its arg is unicode. by Ezio Melotti · 15 years ago
  86. 6d8effb Issue #7633: Context method in the decimal module (with the exception by Mark Dickinson · 15 years ago
  87. 413fabc Stop providing crtassem.h symbols when compiling with by Martin v. Löwis · 15 years ago
  88. 7875ef6 Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9. by Martin v. Löwis · 15 years ago
  89. 5e2dd86 Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. by Martin v. Löwis · 15 years ago
  90. 63e4fd7 Issue 7835: Shelve's __del__ method calls its close method, and its by R. David Murray · 16 years ago
  91. 8f6a287 #7712: add a temp_cwd context manager to test_support and use it in regrtest to run all the tests in a temporary directory, saving the original CWD in test_support.SAVEDCWD. Thanks to Florent Xicluna who helped with the patch. by Ezio Melotti · 16 years ago
  92. db43b5a Issue 7893 and Issue 7588 by Michael Foord · 16 years ago
  93. 42fb6ab Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") by Antoine Pitrou · 16 years ago
  94. dd25e86 Issue 6003: ZipFile.writestr "compression_type" argument by Ronald Oussoren · 16 years ago
  95. 64e8b97 Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code. by Vinay Sajip · 16 years ago
  96. 657514a Issue #7868: logging: added loggerClass attribute to Manager. by Vinay Sajip · 16 years ago
  97. 2d798ac post release updates by Benjamin Peterson · 16 years ago
  98. a7be9d2 bump version to 2.7a3 by Benjamin Peterson · 16 years ago
  99. ce6e4b0 issue #7728: test_timeout was using a hardcoded port, which was by R. David Murray · 16 years ago
  100. b1e66ee Resolve bug 7847 by including documentation for -J, -U, and -X under "Options by Barry Warsaw · 16 years ago