- 73cdff4 take 3 by Anthony Baxter · 19 years ago v2.4.3c1
- e311fdc aarrrrghhh by Anthony Baxter · 19 years ago
- 65fa3a0 2.4.3c1 by Anthony Baxter · 19 years ago
- 022a55c update - still some old .cvsignore files lying around by Anthony Baxter · 19 years ago
- 49cbb50 take2... by Anthony Baxter · 19 years ago
- 0e433a7 Tagging for 2.4.3c1 by Anthony Baxter · 19 years ago
- c52b4ad update svn:ignore across the board by Anthony Baxter · 19 years ago
- e33da3b 2.4.3c1 by Anthony Baxter · 19 years ago
- a87b549 2.4.3c1 by Anthony Baxter · 19 years ago
- 73c8c2c Change SystemError into SyntaxError, when a Unicode string by Martin v. Löwis · 19 years ago
- 88fd500 2.4.3c1 preparations by Anthony Baxter · 19 years ago
- 2f58855 Backport of r41629: hotshot generated half-meaningless numbers since the by Armin Rigo · 19 years ago
- 2c20676 Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation. by Vinay Sajip · 19 years ago
- 099e793 The new fetch_data_files.py downloads all the input data files by Tim Peters · 19 years ago
- 0ca2212 Merge revs 42842, 42844, and part of a whitespace normalization by Tim Peters · 19 years ago
- 5a8605e Backport 43147: by Neal Norwitz · 19 years ago
- 210256e Source file f.flush() after writing; trying to avoid lossage if user by Kurt B. Kaiser · 19 years ago
- c612a5d Merge rev 43091 from the trunk. by Tim Peters · 19 years ago
- d9ca66f Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_New by Georg Brandl · 19 years ago
- d1442b4 Merge rev 43081 from trunk. by Tim Peters · 19 years ago
- d82f391 Merge rev 43079 from the trunk. This should allow test_winsound to pass by Tim Peters · 19 years ago
- 03de6fd Merge rev 43063 from trunk. by Tim Peters · 19 years ago
- b6b7a3a Merge rev 43061 from the trunk. by Tim Peters · 19 years ago
- 854e918 Backport 43037: by Neal Norwitz · 19 years ago
- 8a2bffc Backport 42932: by Neal Norwitz · 19 years ago
- 9165680 Backport 43022: by Neal Norwitz · 19 years ago
- 2f014f8 Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact by Georg Brandl · 19 years ago
- 6b3cf5e Backport of 42994: by Martin v. Löwis · 19 years ago
- 25aeec5 Backport of 42993: by Martin v. Löwis · 19 years ago
- b0c3bdd Backport from trunk r42989: by Hye-Shik Chang · 19 years ago
- ef63e9f Merge rev 42963 from the trunk. by Tim Peters · 19 years ago
- 1baff3c Merge rev 41859 from the trunk. by Tim Peters · 19 years ago
- 9104048 Merge rev 42984 from trunk. by Tim Peters · 19 years ago
- 7a0109f Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 19 years ago
- 9eee616 Add a do-nothing "clean" operation to the _ssl project, by Tim Peters · 19 years ago
- c8bbcc3 Copied from the trunk for buildbot use. by Tim Peters · 19 years ago
- c7ddece Copy from the trunk, for the buildbot. by Tim Peters · 19 years ago
- 8d51d55 Copy from the trunk, for the buildbot. by Tim Peters · 19 years ago
- 82e8f38 Merge rev 42904 from the trunk. by Tim Peters · 19 years ago
- fea70fe Backport of 42551 (EXTRATESTOPTS). by Martin v. Löwis · 19 years ago
- eed78ef Backport of 42960, to support the options buildbot uses. by Martin v. Löwis · 19 years ago
- ea901a1 Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
- 865ddfb Fix pydoc.synopsis() so that it doesn't error out with an unreadable by Georg Brandl · 19 years ago
- 360641c Backport fixes reported by Coverity. by Neal Norwitz · 19 years ago
- 5f2ad0b Typo fix by Andrew M. Kuchling · 19 years ago
- 361cd4b Backport r42894: SF #1444030 Fix several potential defects found by Coverity. by Hye-Shik Chang · 19 years ago
- 82735da Backport trunk's r42890 (thomas.wouters): by Thomas Wouters · 19 years ago
- d704935 Backport trunk's r42888 (thomas.wouters): by Thomas Wouters · 19 years ago
- 4fbad67 Backport trunk's r42885 (thomas.wouters): by Thomas Wouters · 19 years ago
- e34fc70 Backport trunk's r42878 (neal.norwitz): by Thomas Wouters · 19 years ago
- a4b4dc3 Backport revision 42872: by Walter Dörwald · 19 years ago
- 39be806 Skip codecs tests on Python 2.3. by Barry Warsaw · 19 years ago
- a10a09d Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter. by Neal Norwitz · 19 years ago
- 518f2a5 Backport of memory leak fixes. by Martin v. Löwis · 19 years ago
- 68e4cbb Return value off PyErr_Warn() for raising string exceptions was not being by Brett Cannon · 19 years ago
- 9e777e5 do_mkvalue(): Squash compiler warnings about mixing by Tim Peters · 19 years ago
- 91e742f Merge rev 42607 from the trunk. by Tim Peters · 19 years ago
- 05b9254 Trimmed trailing whitespace. by Tim Peters · 19 years ago
- aefbf72 backport by Skip Montanaro · 19 years ago
- 5f5124e Backport 41753: by Neal Norwitz · 19 years ago
- e8cebba Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 19 years ago
- fea6059 Bug #1210377: close bsddb cursor correctly after NotFoundError. by Georg Brandl · 19 years ago
- e5db6b2 Patch #931938: prevent setting sys.prefix to "" by Georg Brandl · 19 years ago
- f1a408d Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 19 years ago
- 9c65202 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 19 years ago
- f07e42c Bug #1101233: fix test_fcntl on netbsd2 platform. by Georg Brandl · 19 years ago
- 0b61a45 Backported from r41842. by Armin Rigo · 19 years ago
- 2fc63f7 Bug #854823: socketmodule now builds on Sun platforms even when by Georg Brandl · 19 years ago
- fc10228 Make clear that patch #1336582 wasn't a new feature. by Georg Brandl · 19 years ago
- 044d2ce Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 19 years ago
- 4655481 Patch #1352711: make zipimport raise a complete IOError by Georg Brandl · 19 years ago
- 394e4af Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 19 years ago
- 2aaf918 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 19 years ago
- dc2a854 Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0. by Georg Brandl · 19 years ago
- f3cba11 Backport: This should get test_timeout to pass when running on any python.org host. by Neal Norwitz · 19 years ago
- b02be7e Patch #1373643: The chunk module can now read chunks larger than two gigabytes. by Georg Brandl · 19 years ago
- f1fadcc Remove soundex from "undocumented modules". by Georg Brandl · 19 years ago
- a957e8f Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 19 years ago
- d057c91 Bug #1432260: better handle lambda functions' names in pydoc by Georg Brandl · 19 years ago
- fbf5ff3 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 19 years ago
- df7d408 Cast assignments to ``unsigned char *`` from PyString_AS_STRING() calls to by Brett Cannon · 19 years ago
- 222a704 use correct function in example (backport of trunk revision 42377) by Fred Drake · 19 years ago
- d577b6d Send failures to python-checkins, cc/me. by Neal Norwitz · 19 years ago
- 24f65ac Add build.sh to 2.4 so we can build the docs (and only the docs). by Neal Norwitz · 19 years ago
- 8ef3475 Try to improve name based on discussion on python-checkins with Jim Jewett by Neal Norwitz · 19 years ago
- 3273cb5 Backport r42314 which fixed Windows breakage when checking that socket by Neal Norwitz · 19 years ago
- 6fc1da1 Even more copyright locations! by Georg Brandl · 19 years ago
- bdba3b6 Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 19 years ago
- 2fec8b9 Update general copyright year to 2006. by Georg Brandl · 19 years ago
- 261058c Port of r42279 to email 3.0, but without the Python 2.1 backward compatible by Barry Warsaw · 19 years ago
- 8413eab Port of r42271 from the trunk -- relevant patches for SF 1409455 for email by Barry Warsaw · 19 years ago
- 90f1db3 Backport: by Neal Norwitz · 19 years ago
- b5abd16 Backport: by Neal Norwitz · 19 years ago
- 98a3292 Resolves SF bug #1423972. by Barry Warsaw · 19 years ago
- ada0d18 SF bug 1415455, fix typo in module name by Neal Norwitz · 19 years ago
- 71a92a8 Fix typo by Neal Norwitz · 19 years ago
- 9c7c84d Port r42228 from the trunk. by Barry Warsaw · 19 years ago
- cb65c7e Work around a Solaris peculiarity that caused test_pty to sometimes fail: a by Thomas Wouters · 19 years ago
- f5eccd0 Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given by Barry Warsaw · 19 years ago
- cd8a8c3 Backport 42173: get bsddb test_associate to pass with BSDDB 4.1 by Neal Norwitz · 19 years ago