- 7c862f8 Patch #1608. Someone with access to autoconf 2.61 or higher needs to by Guido van Rossum · 17 years ago
- 0a0e583 Fixed bug #1613: Makefile's VPATH feature is broken by Christian Heimes · 17 years ago
- 2f9ca29 Fix issue #1313119: urlparse "caches" parses regardless of encoding by Alexandre Vassalotti · 17 years ago
- adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 17 years ago
- 842c178 Fixed a nasty problem in the xxmodule.c by Christian Heimes · 17 years ago
- 99b9df8 Forward-port of commit 59184. by Gerhard Häring · 17 years ago
- 7a634e6 IDLE_tabbedpages.071101.patch Tal Einat by Kurt B. Kaiser · 17 years ago
- 2382832 Add another GHOP contributor. by Georg Brandl · 17 years ago
- f15c66e The new float repr causes too much trouble and pain. I'm disabling the feature until we have sorted out the issues on all machines. 64bit machines seem to have issues and Guido has reported even worse. by Christian Heimes · 17 years ago
- 0c64fb4 format_paragraph_event wasn't returning 'break' by Kurt B. Kaiser · 17 years ago
- 137c49c Patch #1643738 by Ulisses Furquim -- make the is_tripped variable by Guido van Rossum · 17 years ago
- 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
- 8c3d0f7 Remove a 2.2-ism. by Guido van Rossum · 17 years ago
- 61927fc Stupid save all didn't safe it all ... by Christian Heimes · 17 years ago
- 7c7f6af Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too. by Christian Heimes · 17 years ago
- e6daafb Add DocXMLRPCServer test from GHOP task #136, written by Jeff Wheeler. by Georg Brandl · 17 years ago
- 953f5fa Add Jeff Wheeler. by Georg Brandl · 17 years ago
- 6113ce5 Two fixes in DocXMLRPCServer: by Georg Brandl · 17 years ago
- b0885b7 Remove all tabs in that file. by Georg Brandl · 17 years ago
- 3fc792b #1575: the Mac readme is now one level up. by Georg Brandl · 17 years ago
- 338d418 Use a versionchanged directive. by Brett Cannon · 17 years ago
- e151ab4 Adapt style. by Georg Brandl · 17 years ago
- 2601549 When splitting, avoid making a copy of the string if the split doesn't find by Skip Montanaro · 17 years ago
- 5466246 correct email address by Skip Montanaro · 17 years ago
- ffe455c + "context manager" by Skip Montanaro · 17 years ago
- 4e3ebe0 Note that open() is the preferred way to open files (issue 1510). by Skip Montanaro · 17 years ago
- e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 17 years ago
- dc563a6 Fix Eren's name. by Georg Brandl · 17 years ago
- e7d118a Fix markup in whatsnew, use new directive in ACKS. by Georg Brandl · 17 years ago
- 26458c1 Fix tpyo. by Georg Brandl · 17 years ago
- d8a8c7d Fix issue #1530. Return an error exit status if not all tests passes. by Alexandre Vassalotti · 17 years ago
- 901464f Be (just a bit :) more specific about release date. by Guido van Rossum · 17 years ago
- 66d41b2 This is probably what was meant here. by Armin Rigo · 17 years ago
- 013d574 Update to windows doc from Robert. by Georg Brandl · 17 years ago
- 5d1b4d4 Increase unit test coverage of SimpleXMLRPCServer. by Georg Brandl · 17 years ago
- ba9eea5 Don't have the docs berate themselves. Keep a professional tone. by Raymond Hettinger · 17 years ago
- 3d2f564 Several Windows related cleanups: by Christian Heimes · 17 years ago
- 0a5e54e Disabled one test that is failing on Unix by Christian Heimes · 17 years ago
- f8761e5 Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in pyconfig.h but several projects don't include it. by Christian Heimes · 17 years ago
- d3fc07a4 Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree. by Christian Heimes · 17 years ago
- d6b20dc Better re.split examples. by Georg Brandl · 17 years ago
- 2b92f6b Diverse markup fixes. by Georg Brandl · 17 years ago
- 4e2f714 Fix Issue 1045. by Raymond Hettinger · 17 years ago
- 923ad7a Add another GHOP student to ACKS. by Georg Brandl · 17 years ago
- 1867994 The macros _WIN32, _WIN64 and _M_X64 are defined by the compiler. The VS 2008 IDE doesn't know about (some) of the macros and can display wrong information. In my case a section #ifdef _WIN64 was grayed out although the platform was x64. I've added the macros to pyproject.vsprops and x64.vsprops. by Christian Heimes · 17 years ago
- 749fddc Add Ross Light, a GHOP student, to ACKs. by Georg Brandl · 17 years ago
- cbdb705 Fixed bug #1557 by using popen.communicate() before popen.wait() by Christian Heimes · 17 years ago
- ba68752 This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard by Ronald Oussoren · 17 years ago
- 0b60a14 Another markup fix. by Georg Brandl · 17 years ago
- 4c07cd9 Updated documentation and build_tkinter.py script by Christian Heimes · 17 years ago
- 45c088c Fix markup. by Georg Brandl · 17 years ago
- b8df156 Add examples to re docs. Written for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
- 2e1af25 Error checking was too aggressive (reported by Chris Tismer) by Raymond Hettinger · 17 years ago
- 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 17 years ago
- 395fe44 Spelling fix by Andrew M. Kuchling · 17 years ago
- 7cc1c6f Added msg to Misc/NEWS by Christian Heimes · 17 years ago
- fe4826f merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError by Christian Heimes · 17 years ago
- 8f1fea5 Fixed error in regrtest. I must have missed the spot. by Christian Heimes · 17 years ago
- 76fa9c0 Fixed quoting and paths in the sqlite project file by Christian Heimes · 17 years ago
- 2d3953b Fix typo. by Georg Brandl · 17 years ago
- 0116158 These optimizations create smaller and a bit faster code on my machine. I've also disabled an optimization that may be dangerous. Intrinsic functions conflict with errno. by Christian Heimes · 17 years ago
- c37f288 Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". by Georg Brandl · 17 years ago
- 21c6665 Fix duplicate label and a typo. by Georg Brandl · 17 years ago
- 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 17 years ago
- 58f6f2e fma speedup by avoiding to create a Context. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
- d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 17 years ago
- 19b1aaa Added VS 2005 and VS 2008 to the search path for cabarc.exe by Christian Heimes · 17 years ago
- 9acba04 Added self generated UUID for msvcr90.dll to msi.py Readded a missing line. by Christian Heimes · 17 years ago
- 69233e8 Move nt.access change into the right section. by Martin v. Löwis · 17 years ago
- a51d5c8 Fix chflags issue on Tru64, from #1490190. by Martin v. Löwis · 17 years ago
- 7b3cc06 Forward-port r59310: by Martin v. Löwis · 17 years ago
- e227263 Shut up a compiler warning. by Guido van Rossum · 17 years ago
- 6e751f4 Grammar fix by Andrew M. Kuchling · 17 years ago
- 0a0cf16 Add examples to the xmlrpclib docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
- 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
- cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 17 years ago
- bd5b623 Two small fixes. Issue 1547. by Facundo Batista · 17 years ago
- 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
- 2ec7415 Faster _fix function, and some reordering for a more elegant by Facundo Batista · 17 years ago
- 62edb71 Speedup and cleaning of __str__. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
- 0f6d4e6 I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots. by Christian Heimes · 17 years ago
- c654fc2 Added comment to Misc/NEWS for r59290 by Christian Heimes · 17 years ago
- 3305c52 Applied my patch #1455 with some extra fixes for VS 2005 by Christian Heimes · 17 years ago
- ef01d82 Implement PEP 366 by Nick Coghlan · 17 years ago
- f19b951 Add documentation for PySys_* functions. by Georg Brandl · 17 years ago
- 968a3e5 Fix a sentence I missed before. Do not merge to 3k. by Georg Brandl · 17 years ago
- 584265b Add more entries to the glossary. by Georg Brandl · 17 years ago
- b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 17 years ago
- fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 17 years ago
- 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 17 years ago
- 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 17 years ago
- e4317fa Add test suite for cmd module. by Georg Brandl · 17 years ago
- ebb035e Add a few refcount data entries. by Georg Brandl · 17 years ago
- 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 17 years ago
- 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
- 3e76d93 Added one more missing versionadded tag by Christian Heimes · 17 years ago
- 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 17 years ago
- dfdfaab Feature #1534 by Christian Heimes · 17 years ago
- 9f6d4ce Although pyconfig.h claims that WIN32 is obsolete it is still required for the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro. by Christian Heimes · 17 years ago
- 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 17 years ago