summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-0/+3
* Merged revisions 67946 via svnmerge fromAntoine Pitrou2008-12-271-0/+3
* Merged revisions 67908 via svnmerge fromSkip Montanaro2008-12-231-0/+3
* Issue #3106: Speedup some comparisons. This also removes the last callAntoine Pitrou2008-12-201-0/+2
* Issue #4583: crash after resizing an array.array which has buffer exports.Antoine Pitrou2008-12-181-1/+5
* Merged revisions 67818 via svnmerge fromAntoine Pitrou2008-12-181-0/+3
* Merged revisions 67832 via svnmerge fromAntoine Pitrou2008-12-171-0/+4
* Forward merge of r67822 to py3k: add bit_length method to int.Mark Dickinson2008-12-172-0/+3
* Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun...Antoine Pitrou2008-12-141-0/+3
* Merged revisions 67750-67751 via svnmerge fromNick Coghlan2008-12-141-0/+19
* Issue #4163: textwrap module: allow word splitting on a hyphen preceded by a ...Antoine Pitrou2008-12-131-0/+3
* Merged revisions 67717 via svnmerge fromLars Gustäbel2008-12-121-0/+2
* raise a SyntaxError in detect_encoding() when a codec lookup fails like the b...Benjamin Peterson2008-12-121-0/+3
* Merged revisions 67707 via svnmerge fromMark Dickinson2008-12-111-0/+5
* Issue #2173: fix build failure on OS X. device_encoding was returning anMark Dickinson2008-12-111-0/+4
* Merged revisions 67666,67685 via svnmerge fromJeffrey Yasskin2008-12-111-1/+4
* Issue #4084: Fix max, min, max_mag and min_mag Decimal methods toFacundo Batista2008-12-111-0/+4
* Merged revisions 67688 via svnmerge fromAmaury Forgeot d'Arc2008-12-101-0/+3
* Issue #4569: Interpreter crash when mutating a memoryview with an item size l...Antoine Pitrou2008-12-071-0/+3
* Merged revisions 67511,67536-67537,67543 via svnmerge fromGeorg Brandl2008-12-071-0/+20
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-071-0/+9
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-061-0/+3
* issue 4483 - _dbm build failures on systems with gdbm_compat lib.Skip Montanaro2008-12-061-0/+3
* Issue #4445: save 3 bytes of memory (on average) per bytes allocation.Mark Dickinson2008-12-061-0/+5
* Fixed issue #4533: File read operation was dreadfully slowChristian Heimes2008-12-051-0/+4
* Update build URL.Georg Brandl2008-12-051-1/+1
* Send mails to python-checkins now.Martin v. Löwis2008-12-051-1/+1
* #4542: On Windows, binascii.crc32 still accepted str as binary input.Amaury Forgeot d'Arc2008-12-051-0/+3
* Issue #4537: webbrowser.UnixBrowser failed because this module defines an open()Amaury Forgeot d'Arc2008-12-051-0/+3
* Merged revisions 67528 via svnmerge fromFred Drake2008-12-041-0/+4
* Prep for Python 3.1!Barry Warsaw2008-12-032-1371/+1392
* Issue 3689: list_reverseiterator should support __length_hint__ instead of _...Raymond Hettinger2008-12-021-0/+3
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-021-0/+2
* Fix docutils parsing errors in Misc/NEWS.Alexandre Vassalotti2008-12-021-9/+10
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-011-0/+3
* Merged revisions 67449 via svnmerge fromMartin v. Löwis2008-11-301-0/+2
* Issue #4407: Fix source file that caused the compileall step in WindowsMartin v. Löwis2008-11-301-0/+6
* Fix more threading API related bugs: Thread.get_name() --> Thread.name.Amaury Forgeot d'Arc2008-11-291-0/+3
* #4455: IDLE failed to display the windows list when two windows have the same...Amaury Forgeot d'Arc2008-11-281-0/+3
* Forgot to update Misc/NEWSChristian Heimes2008-11-281-0/+2
* Merged revisions 67414 via svnmerge fromChristian Heimes2008-11-281-0/+3
* Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type.Thomas Heller2008-11-261-0/+3
* - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2.Matthias Klose2008-11-261-0/+2
* Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages.Thomas Heller2008-11-261-0/+2
* Second fix for issue #4373Christian Heimes2008-11-251-1/+2
* #4373: Reference leak in the pickle module.Amaury Forgeot d'Arc2008-11-251-0/+2
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-251-0/+6
* dbm.dumb was opening files without specifying the encoding. Caused problem onBrett Cannon2008-11-241-0/+3
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-0/+10
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-221-0/+2