- 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
- 0cfba09 This was actually fixed for the previous alpha. by Éric Araujo · 14 years ago
- ea510eb Fix memory consumption advertised by some test cases by Antoine Pitrou · 14 years ago
- d7ae299 Fix test_hashlib with the bigmem option by Antoine Pitrou · 14 years ago
- 6672ea9 Streamlined code in trace.Ignore and added unit tests. by Alexander Belopolsky · 14 years ago
- 551f02c Add missing NEWS entry for a fix committed by Senthil. by Éric Araujo · 14 years ago
- 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
- a563392 Move a news entry to the right section (+ light reformatting) by Éric Araujo · 14 years ago
- b8bbffd Fix next version name. by Georg Brandl · 14 years ago
- 49d4741 Fix typo. by Georg Brandl · 14 years ago
- facfb15 Fix latex conversion glitch in property/feature descriptions. by Georg Brandl · 14 years ago
- c64cb6f Extra space caught by the post-commit-hook, aka Taggnostr :) by Senthil Kumaran · 14 years ago
- a0fa1ce Fix Issue 10303: a small clarification in the tutorial. by Senthil Kumaran · 14 years ago
- ab19bd4 typo: annually->manually by Brian Curtin · 14 years ago
- 9aad7fe Removing reference to ftp.python.org and enhancing RPM README. by Sean Reifscheider · 14 years ago
- d95c7b5 Issue #10347: ignore leading test count ("[ 1/340]") when using the -f option to regrtest. by Antoine Pitrou · 14 years ago
- c911bbf str, bytes, bytearray docstring: remove unnecessary [...] by Victor Stinner · 14 years ago
- e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
- 64bc3b2 Issue #10329: The trace module writes reports using the input Python script by Victor Stinner · 14 years ago
- bb4f218 os module: remove nonbreaking space in a comment by Victor Stinner · 14 years ago
- a837aa6 Update assertComplexIdentical to handle nans correctly. by Mark Dickinson · 14 years ago
- 4ae5f13 Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval. by Hirokazu Yamamoto · 14 years ago
- be3da38 Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh() by Victor Stinner · 14 years ago
- 7089a4e Fix Issue10226 - Clarifying the role of the netloc separator. by Senthil Kumaran · 14 years ago
- 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 14 years ago
- 35adf5d Changed entry name because it's hard to merge. by Hirokazu Yamamoto · 14 years ago
- 43ef32a Issue 10297: Add missing import in decimal example snippet. by Mark Dickinson · 14 years ago
- cdc8cdd Reformatted code a bit. by Hirokazu Yamamoto · 14 years ago
- baa0f05 Add a dtoa.c test value that triggered a bug in recent versions of by Mark Dickinson · 14 years ago
- c08c9bc Issue #6317: Now winsound.PlaySound can accept non ascii filename. by Hirokazu Yamamoto · 14 years ago
- 2e598fa test_concurrent_futures: remove temporary hack by Victor Stinner · 14 years ago
- 62fbdd9 Formatted code. (Tabify, etc) by Hirokazu Yamamoto · 14 years ago
- 51d2fd9 Added more to docstrings for str.format, format_map, and __format__. by Eric Smith · 14 years ago
- 7c03d8c Fix #10252 again (hopefully definitely). Patch by Brian Curtin. by Éric Araujo · 14 years ago
- 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
- 8bdbe9c Correct the fix for #10252: Popen objects have no close method. by Éric Araujo · 14 years ago
- e7cf954 Add missing NEWS entries for some of my commits. by Éric Araujo · 14 years ago
- 72f6620 Removed unused test classes from test_format_map(). by Eric Smith · 14 years ago
- 5ad85f8 Added example for str.format_map(). by Eric Smith · 14 years ago
- 7322fcf test_concurrent_futures: dump ulimit -a to check a failure on x86 FreeBSD 7.2 3.x, buildbot by Victor Stinner · 14 years ago
- 273b766 os.get_exec_path() ignores BytesWarning instead of recoding them by Victor Stinner · 14 years ago
- 6881886 #10334: add a role to refer to Python source files in SVN. by Georg Brandl · 14 years ago
- 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
- c6ecb01 Fix wrapper/wrapped typo (with Raymond’s blessing) by Éric Araujo · 14 years ago
- 8f9626b Fix typo by Éric Araujo · 14 years ago
- 45ee43b Remove traces of Mac OS 9 support, again (#9508). by Éric Araujo · 14 years ago
- 2642ad0 Fix typo from r86170. by Éric Araujo · 14 years ago
- ba7209f Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281. by Éric Araujo · 14 years ago
- 909ddbd Add missing NEWS entry for r86239. by Éric Araujo · 14 years ago
- 7fa886d Prevent ResourceWarnings in test_gettext by Éric Araujo · 14 years ago
- 37a8933 Fix caching error found by regrtest -R (#10229) by Éric Araujo · 14 years ago
- 70ec44a Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) by Éric Araujo · 14 years ago
- 1c50549 Fix one omission in r78359 by Éric Araujo · 14 years ago
- 5ac6d80 Also close file descriptors from os.popen and subprocess.Popen by Éric Araujo · 14 years ago
- 25b5741 Issue #10330: trace module can now be used with python built without threads. by Alexander Belopolsky · 14 years ago
- ecd34cb Clear up ResourceWarnings by Brian Curtin · 14 years ago
- 5fd730e Of course, I forgot one file in r86223. by Éric Araujo · 14 years ago
- 89c0478 Add missing entry for r86223. by Éric Araujo · 14 years ago
- bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
- afb078d More what's new by Antoine Pitrou · 14 years ago
- 7d15a72 Update 3.2 what's new by Antoine Pitrou · 14 years ago
- 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
- 4a5f967 Output served URL when running ssl_servers by Antoine Pitrou · 14 years ago
- 66c95c7 Fix test_httplib when built without threads by Antoine Pitrou · 14 years ago
- db1bad2 Fix bootstrap issues when building without threads by Antoine Pitrou · 14 years ago
- 39a6591 Issue #10311: The signal module now restores errno before returning from by Antoine Pitrou · 14 years ago
- a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. by Antoine Pitrou · 14 years ago
- 09fff7a Fixed socket_gethostname() on windows. by Hirokazu Yamamoto · 14 years ago
- 9696088 Issue #10288: The deprecated family of "char"-handling macros by David Malcolm · 14 years ago
- de11b18 Close subprocess pipes to clean up ResourceWarnings by Brian Curtin · 14 years ago
- 19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. by Brian Curtin · 14 years ago
- 5ad0bd6 Add socket cleanup for ResourceWarning and update test to use skip decorator by Brian Curtin · 14 years ago
- 4841fd6 Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]RegexpMatches, rephrase a couple of paragraphs, and remove redundant doc about the msg arg. by Ezio Melotti · 14 years ago
- ab747a7 Fix ResourceWarning from subprocess pipes being left open. by Brian Curtin · 14 years ago
- 994ad6c Fix ResourceWarning from subprocess pipe. by Brian Curtin · 14 years ago
- 43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. by Brian Curtin · 14 years ago
- cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
- 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 14 years ago
- a277ec4 Followup to r86170: fix reference leak in str.format by Antoine Pitrou · 14 years ago
- c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 14 years ago
- 3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. by Brian Curtin · 14 years ago
- b5d8204 Issue #10279: fix test_gc under Win64. by Antoine Pitrou · 14 years ago
- 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
- 99c4830 Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings by Antoine Pitrou · 14 years ago
- aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
- 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 14 years ago
- 27bbca6 Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. by Eric Smith · 14 years ago
- 2397dd5 Issue #10314: improve performance of JSON encoding with sort_keys=True by Antoine Pitrou · 14 years ago
- 5ee89cf Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c) by Hirokazu Yamamoto · 14 years ago
- 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 14 years ago
- de5919d Can build older OpenSSL in http://svn.python.org/projects/externals/ by Hirokazu Yamamoto · 14 years ago
- f5b5760 Added svn:ignore. by Hirokazu Yamamoto · 14 years ago
- 3cdd5cb Issue #5391: mmap.read_byte() should return unsigned value [0, 255] by Hirokazu Yamamoto · 14 years ago
- 95c0700 Fix Issue 10307 - compile error in readline.c by Senthil Kumaran · 14 years ago
- 3beb38f Fix three ResourceWarnings. by Brian Curtin · 14 years ago
- fd15191 Demote one warning to a note. There's no security risk here, just a note on usage and avialability. by Raymond Hettinger · 14 years ago
- f447770 Put warning block in the main flow of text. by Raymond Hettinger · 14 years ago
- b82c8e5 classic classes are gone; whoppie! by Benjamin Peterson · 14 years ago
- 8347328 deuglify by Benjamin Peterson · 14 years ago
- b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago