- 8122bdd Add a link about the Public Review Issue #29 by Ezio Melotti · 15 years ago
- ba83f82 Format and rewrap 2.7 NEWS consistently. by Georg Brandl · 15 years ago
- 02b3f0a Issue #7993: Add a test of IO packet processing bandwidth to ccbench. by Antoine Pitrou · 15 years ago
- 7522734 NEWS: issue #7774 is related to Library (sys), not Core and Builtins by Victor Stinner · 15 years ago
- ecfa08f Issue #8117: Updated NEWS entry and added to logging documentation. by Vinay Sajip · 15 years ago
- 9098ee4 Issue #8117: logging: Improved algorithm for computing initial rollover time. by Vinay Sajip · 15 years ago
- 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
- 4a7e0c85 Issue #7774: Set sys.executable to an empty string if argv[0] has been by Victor Stinner · 15 years ago
- 8567761 Issue #7880: Fix sysconfig when the python executable is a symbolic link. by Florent Xicluna · 15 years ago
- 6664426 Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt by Victor Stinner · 15 years ago
- 47627d5 #7624: Fix isinstance(foo(), collections.Callable) for old-style classes. by Florent Xicluna · 15 years ago
- 4617e50 Issue #7143: get_payload used to strip any trailing newline from a by R. David Murray · 15 years ago
- 154b7ad Issue #1530559: When packing a non-integer with any integer conversion by Mark Dickinson · 15 years ago
- 21e99f4 #5341: more built-in vs builtin fixes. by Georg Brandl · 15 years ago
- 6de9e93 Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are by Florent Xicluna · 15 years ago
- 5da7e7c post release update by Benjamin Peterson · 15 years ago
- 8e7c117 bump version to 2.7a4 by Benjamin Peterson · 15 years ago
- 985478d Minor tweaking of previous r78734, and add a NEWS entry. by Florent Xicluna · 15 years ago
- 5852641 Do not print the header lines when running a single test. by Florent Xicluna · 15 years ago
- 0b9a18a #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. by Florent Xicluna · 15 years ago
- 3bbb672 Merged code from pysqlite 2.6.0. by Gerhard Häring · 15 years ago
- 7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review by Victor Stinner · 15 years ago
- 56a5153 Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, by Victor Stinner · 15 years ago
- 71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a by Victor Stinner · 15 years ago
- 6458104 Issue #7232: Add support for the context manager protocol to the TarFile class. by Lars Gustäbel · 15 years ago
- d23d393 Issue #7820: The parser tokenizer restores all bytes in the right if the BOM by Victor Stinner · 15 years ago
- c0a9d41 Test test_pep277 is only relevant for Unicode-friendly filesystems. by Florent Xicluna · 15 years ago
- 2db61fb Tentatively enable test_pep277 on all platforms. by Florent Xicluna · 15 years ago
- e9330e7 Initial commit of the argparse library, based on argparse 1.1. by Steven Bethard · 15 years ago
- 08a8fb3 Manually copy patch for bug 7250 from the release26-maint branch. I suck by Barry Warsaw · 15 years ago
- e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 15 years ago
- 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 15 years ago
- 3c699d3 Adds c_ssize_t to ctypes. issue 6729. by Gregory P. Smith · 15 years ago
- 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 15 years ago
- cce211f Issue #1068268: The subprocess module now handles EINTR in internal by Gregory P. Smith · 15 years ago
- 613c7a5 Issue #7481: When a threading.Thread failed to start it would leave the by Gregory P. Smith · 15 years ago
- 2a903b2 Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too. by Florent Xicluna · 15 years ago
- 82aa01f Add entry for issue #691291. by Florent Xicluna · 15 years ago
- 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
- 2076666 typos by Ezio Melotti · 15 years ago
- 2d9856d Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. by Eric Smith · 15 years ago
- ebc73dc Issue #7427: improve the representation of httplib.BadStatusLine exceptions. by Dirkjan Ochtman · 15 years ago
- 48605be Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to by R. David Murray · 15 years ago
- f20f9c2 Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF by Victor Stinner · 15 years ago
- ea370a9 #6544: fix refleak in kqueue, occurring in certain error conditions. by Georg Brandl · 15 years ago
- 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
- 92bd059 ctypes CThunkObject was not registered correctly with the cycle by Thomas Heller · 15 years ago
- b8708a2 fixed #5801: removed spurious empty lines in wsgiref by Tarek Ziadé · 15 years ago
- f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 15 years ago
- 87bcb24 Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. by Eric Smith · 15 years ago
- b64d613 #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c. by Andrew M. Kuchling · 15 years ago
- 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
- 82b34c5 Issue #5211: Fix complex type to avoid implicit calls to by Mark Dickinson · 15 years ago
- 51f1204 Issue 7970: When email.Parser.Parser parses a MIME message of type by R. David Murray · 15 years ago
- 4cc80ca #3426: os.path.abspath now returns unicode when its arg is unicode. by Ezio Melotti · 15 years ago
- 6d8effb Issue #7633: Context method in the decimal module (with the exception by Mark Dickinson · 15 years ago
- 413fabc Stop providing crtassem.h symbols when compiling with by Martin v. Löwis · 15 years ago
- 7875ef6 Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9. by Martin v. Löwis · 15 years ago
- 5e2dd86 Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. by Martin v. Löwis · 15 years ago
- 63e4fd7 Issue 7835: Shelve's __del__ method calls its close method, and its by R. David Murray · 16 years ago
- 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
- db43b5a Issue 7893 and Issue 7588 by Michael Foord · 16 years ago
- 42fb6ab Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") by Antoine Pitrou · 16 years ago
- dd25e86 Issue 6003: ZipFile.writestr "compression_type" argument by Ronald Oussoren · 16 years ago
- 64e8b97 Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code. by Vinay Sajip · 16 years ago
- 657514a Issue #7868: logging: added loggerClass attribute to Manager. by Vinay Sajip · 16 years ago
- 2d798ac post release updates by Benjamin Peterson · 16 years ago
- a7be9d2 bump version to 2.7a3 by Benjamin Peterson · 16 years ago
- ce6e4b0 issue #7728: test_timeout was using a hardcoded port, which was by R. David Murray · 16 years ago
- b1e66ee Resolve bug 7847 by including documentation for -J, -U, and -X under "Options by Barry Warsaw · 16 years ago
- bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, by Antoine Pitrou · 16 years ago
- 565d785 normalize exceptions passed to the __exit__ method #7853 by Benjamin Peterson · 16 years ago
- 0e6e97d Issue #7851: logging: clarification on logging configuration files. by Vinay Sajip · 16 years ago
- d840e51 Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is by Antoine Pitrou · 16 years ago
- 28c382f Logging: Implemented PEP 391. by Vinay Sajip · 16 years ago
- 526e421 Issue #7385: Fix a crash in `MemoryView_FromObject` when by Antoine Pitrou · 16 years ago
- b4b0a29 Issue #7819: Check sys.call_tracing() arguments types. by Victor Stinner · 16 years ago
- f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 16 years ago
- 626d92a - Update python manual page (options -B, -O0, -s, environment variables by Matthias Klose · 16 years ago
- a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 16 years ago
- 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 16 years ago
- e06f711 an -> a by Benjamin Peterson · 16 years ago
- 9ef7d4f add compat note by Benjamin Peterson · 16 years ago
- 94c33eb Issue #7610: Reworked implementation of the internal by Antoine Pitrou · 16 years ago
- 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 16 years ago
- 2deb5c7 raise a clear TypeError when trying to register a non-class by Benjamin Peterson · 16 years ago
- ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. by Eric Smith · 16 years ago
- 82230f9 Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731 by Ezio Melotti · 16 years ago
- a43f34c fix an UnboundLocalError when the release file is empty #7773 by Benjamin Peterson · 16 years ago
- f14c7fc Fixed #7748: now upload and register commands don't need to force the encoding anymore : DistributionMetada returns utf8 strings by Tarek Ziadé · 16 years ago
- 0d948ac - Expat: Fix DoS via XML document with malformed UTF-8 sequences by Matthias Klose · 16 years ago
- 3b0f9b0 - Mention CVE-2009-3720 for change in r74429. by Matthias Klose · 16 years ago
- c07336c Add a NEWS entry for r77599 and r77600. by Antoine Pitrou · 16 years ago
- 9481c57 Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the by Mark Dickinson · 16 years ago
- a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 by Ronald Oussoren · 16 years ago
- 23df3d2 Issue #7632: Fix a memory leak in _Py_dg_strtod. by Mark Dickinson · 16 years ago
- e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) by Antoine Pitrou · 16 years ago
- 3373a3a typo: use one instead instead of two by Ezio Melotti · 16 years ago
- 476279f Issue #7632: Fix a serious wrong output bug for string -> float conversion. by Mark Dickinson · 16 years ago
- ed44dfa Issue #1670765: Prevent email.generator.Generator from re-wrapping by R. David Murray · 16 years ago