- 4ed148a Remove binary property on project files, set eol-style to CRLF instead. by Martin v. Löwis · 18 years ago
- 2c7aa63 Bug #1567666: Emulate GetFileAttributesExA for Win95. by Martin v. Löwis · 18 years ago
- 3dee485 Patch #1577551: Add ctypes and ET build support for VC6. by Martin v. Löwis · 18 years ago
- 6abebb2 Patch #1576954: Update VC6 build directory; remove redundant by Martin v. Löwis · 18 years ago
- 58bf57f Fix tarfile depending on buggy int('1\0', base) behavior. by Georg Brandl · 18 years ago
- ef11b1a Small grammar fix, thanks Sjoerd. (backport from rev. 52311) by Georg Brandl · 18 years ago
- b57ebfb Bug #1560114: the Mac filesystem does have accurate information by Georg Brandl · 18 years ago
- 197e805 Add a note to fpectl docs that it's not built by default by Georg Brandl · 18 years ago
- dd4c398 Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
- b85509d Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 18 years ago
- 3c48709 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
- fcf6696 Bug #1550524: better heuristics to find correct class definition by Georg Brandl · 18 years ago
- 8984370 Bug #1565919: document set types in the Language Reference. by Georg Brandl · 18 years ago
- f0db92a Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
- bdbb9c6 Bug #1575746: fix typo in property() docs. (backport from rev. 52293) by Georg Brandl · 18 years ago
- a1cf44d Macosx: fix permission problem in generated installer by Ronald Oussoren · 18 years ago
- 463a42b Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
- 6bf5501 List gc.get_count() in the module docstring. by Barry Warsaw · 18 years ago
- 7444eda Patch #1572724: fix typo ('=' instead of '==') in _msi.c. by Georg Brandl · 18 years ago
- 0037300 [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 18 years ago
- e1c6278 Backport of r52238 by Ronald Oussoren · 18 years ago
- 115930d Backport of r52236 by Ronald Oussoren · 18 years ago
- bf4358a Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471) by Skip Montanaro · 18 years ago
- beb82a3 Backport of r52233 by Ronald Oussoren · 18 years ago
- 138478b Backport of r52229 by Ronald Oussoren · 18 years ago
- 4d8d805 Backport of r52227. by Ronald Oussoren · 18 years ago
- f4fe46d Backport from trunk r52223: by Hye-Shik Chang · 18 years ago
- a5fe3ef Fix #1569998: no break inside try statement (outside loop) allowed. by Georg Brandl · 18 years ago
- 74284b9 Patch #1542451: fix crash with continue in nested try/finally by Georg Brandl · 18 years ago
- 2c8851e Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization. by Kristján Valur Jónsson · 18 years ago
- f6d7371 Fix name. by Georg Brandl · 18 years ago
- d8a61ba Case fixes by Andrew M. Kuchling · 18 years ago
- 1d26f36 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 18 years ago
- d79524a [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK by Andrew M. Kuchling · 18 years ago
- 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 18 years ago
- c6f2f88 Compilation problem caused by conflicting typedefs for uint32_t by Armin Rigo · 18 years ago
- 10525ad Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
- a027bac decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 18 years ago
- 33bb610 Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. by Martin v. Löwis · 18 years ago
- da70fd1 Fix test for uintptr_t. Fixes #1568842. by Martin v. Löwis · 18 years ago
- 0988904 Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
- 1206a93 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
- 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
- 7037745 Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
- 9c9a9ab Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
- ad4e11e Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
- 506cc18 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
- af4337a Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
- bbcb281 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
- 2b48f94 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 18 years ago
- 6fed793 fix: DB.stat flags and txn keyword arguments were backwards. by Gregory P. Smith · 18 years ago
- bd42596 SF bug #1567976 : fix typo(backport from r52048) by George Yoshida · 18 years ago
- a4103a3 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 18 years ago
- c57221e Backport rev. 51972: by Georg Brandl · 18 years ago
- 934c90d Backport rev. 51971: by Georg Brandl · 18 years ago
- b14b59f Backport rev. 51987: superfluous semicola. by Georg Brandl · 18 years ago
- edd81b2 Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
- a6b9ce1 Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
- 1f21578 Fix webbrowser.BackgroundBrowser on Windows. (backport from rev. 51991) by Georg Brandl · 18 years ago
- af4e3ee SF Bug #1563963, add missing word and cleanup first sentance by Neal Norwitz · 18 years ago
- 6cc16be added itertools.count(-n) fix by Jack Diederich · 18 years ago
- 187e648 backport of r51950 by Jack Diederich · 18 years ago
- c70e003 Backport of fix to allow exception instances to be sliced once again. by Brett Cannon · 18 years ago
- 7dcdeaf Tagging for release of Python 2.5 by Anthony Baxter · 18 years ago
- 2d8697f Preparing for 2.5 final. by Anthony Baxter · 18 years ago
- 347f3cc better wording by Anthony Baxter · 18 years ago
- cf783eb Mention that GCC 4.1 is also affected, and that adding -fwrapv helps. by Martin v. Löwis · 18 years ago
- 885d8e7 Discourage using GCC 4.2 for Python. by Martin v. Löwis · 18 years ago
- 736fc56 Workaround for bug #1558983 by Ronald Oussoren · 18 years ago
- 137c789 revise explanation of returns_unicode to reflect bool values by Fred Drake · 18 years ago
- 2e63dbe - fix module name in links in formatted documentation - minor markup cleanup by Fred Drake · 18 years ago
- 77aad9a Backport uuid doc cleanup from rev. 51883. by Georg Brandl · 18 years ago
- fe20482 Correct elementtree module index entry. (backport) by Georg Brandl · 18 years ago
- 44850ea Backport rev 51866-51868 from trunk (sqlite3 documentation fixes). by Georg Brandl · 18 years ago
- af22c52 Add sgml_input.html. by Martin v. Löwis · 18 years ago
- 29be054 Tagging for release of Python 2.5c2 by Anthony Baxter · 18 years ago
- 72345f2 remove 2.5 final section from NEWS.txt until after rc2 (reduced confusion) by Anthony Baxter · 18 years ago
- 2d4183c preparing for 2.5c2 by Anthony Baxter · 18 years ago
- 0bcafac Building with HP's cc on HP-UX turned up a couple of problems. by Neal Norwitz · 18 years ago
- ece448e Properly handle a NULL returned from PyArena_New(). by Neal Norwitz · 18 years ago
- 48829ba As mentioned on python-dev, reverting patch #1504333 because it introduced by Neal Norwitz · 18 years ago
- 2e488fd Add NEWS entries for ctypes backports. by Neal Norwitz · 18 years ago
- 5728c27 Backport rev 51820 from Thomas Heller by Neal Norwitz · 18 years ago
- 71e2aa0 Backport rev 51819 from Thomas Heller by Neal Norwitz · 18 years ago
- 19d76c5 Remove __unicode__ method so that ``unicode(BaseException)`` succeeds. by Brett Cannon · 18 years ago
- b3304c1 Fix typo in example by Andrew M. Kuchling · 18 years ago
- 9cd0036 Use native SQLite types by Andrew M. Kuchling · 18 years ago
- f36ddda Explain SQLite a bit more clearly by Andrew M. Kuchling · 18 years ago
- 62f19e4 Backport inspect.py fix from rev 51803 by Nick Coghlan · 18 years ago
- 8de403a Backport rev. 51798 from trunk: fix setobject.c refcounts and error checks. by Georg Brandl · 18 years ago
- 137ae0c Backport from trunk r51737: by Hye-Shik Chang · 18 years ago
- d6872b1 Remove one glaring error and update several version numbers. by Ronald Oussoren · 18 years ago
- d83e799 No, the problem was actually because buildbot uses a StringIO in by Gustavo Niemeyer · 18 years ago
- d1b1b8c Fixed bug #1531862: Do not close standard file descriptors in subprocess. by Gustavo Niemeyer · 18 years ago
- 8a230b5 Backport bug fix for SF bug report #1546372. by Marc-André Lemburg · 18 years ago
- 4dc0952 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
- 291a1b8 Backport of r51379 from trunk: by Thomas Heller · 18 years ago
- ecab623 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 18 years ago
- 37a9e57 Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
- b20cb33 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago