- 175e0bf Typo. by Guilherme Polo · 16 years ago
- 3d75555 Easier reference to find (at least while svn continues being used). by Guilherme Polo · 16 years ago
- 4b45673 Issue #6620: Slightly safer code for _grouping_intervals in the locale by Mark Dickinson · 16 years ago
- 4809c73 Add donation link to docs footer. by Georg Brandl · 16 years ago
- 8d5a652 Issue #6644: Fix compile error on AIX. by Mark Dickinson · 16 years ago
- 8fdab95 Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 16 years ago
- 6c0f337 Adding tests derived from the Jython project. These are primarily tests of by Frank Wierzbicki · 16 years ago
- 9a6d6c9 Issue #6619: Remove duplicate 'isgenerator' function from inspect module. by Mark Dickinson · 16 years ago
- 4326ad8 Issue #6595: Allow Decimal constructor to accept non-European decimal by Mark Dickinson · 16 years ago
- 9279e7d - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with by Sean Reifscheider · 16 years ago
- 5c4a5d2 Issue 6330: Fix --enable-unicode=ucs4. by Eric Smith · 16 years ago
- 9ad0b36 Documentation fix for change introduced in r71832 by Mark Dickinson · 16 years ago
- 4938fef Rewrite the section about classes a bit; mostly tidbits, and a larger update to the section about "private" variables to reflect the Pythonic consensus better. by Georg Brandl · 16 years ago
- 14bb28a Fix a few markup glitches. by Georg Brandl · 16 years ago
- ffefd5a Fix some markup and small factual glitches found by M. Markert. by Georg Brandl · 16 years ago
- 07e20f8 Add a link to readline, and mention IPython and bpython. by Georg Brandl · 16 years ago
- 019e8dd #6336: Add nb_divide. by Georg Brandl · 16 years ago
- f3d520c #6591: add reference to ioctl in fcntl module for platforms other than Windows. by Georg Brandl · 16 years ago
- 5b3e7e9 #6593: fix link targets. by Georg Brandl · 16 years ago
- 3e5b027 #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, by Amaury Forgeot d'Arc · 16 years ago
- e55df1f "Fix" for the refleak report: the ABC classes are now in the _pyio module by Amaury Forgeot d'Arc · 16 years ago
- fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 16 years ago
- 8d31f54 Clarify quote_plus() usage. by Georg Brandl · 16 years ago
- 8ab590e Remove leading blank line from cmath.rst by Mark Dickinson · 16 years ago
- 44ec7ac Issue #6458: Reorganize cmath documentation into sections (similar to by Mark Dickinson · 16 years ago
- c2b9e1a Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 16 years ago
- 794b2a7 1. Clean workspace more thoughly before build. by Kurt B. Kaiser · 16 years ago
- e94a826 Sync trunk and py3k versions of string formatting. Will manually merge into py3k. by Eric Smith · 16 years ago
- fb0e057 Issue 6581. Michael Foord by Michael Foord · 16 years ago
- 3591a8f Move member descriptions inside the classes. by Georg Brandl · 16 years ago
- d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
- 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 16 years ago
- 74f8fc0 #6576: fix cross-refs in re docs. by Georg Brandl · 16 years ago
- 982b2fa Better name a variable: 'buf' seems to imply a mutable buffer. by Amaury Forgeot d'Arc · 16 years ago
- 1ba9c87 #6571: add index entries for more operators. by Georg Brandl · 16 years ago
- 9119fbc clarify by Benjamin Peterson · 16 years ago
- e2d2704 #6564: fix section about the two raise syntaxes. by Georg Brandl · 16 years ago
- 36b30b5 Dont put "void" in signature for nullary functions. by Georg Brandl · 16 years ago
- f0b1733 Fix arg types of et#. by Georg Brandl · 16 years ago
- 74b3016 #6553: crash in cPickle.load(), when given a StringIO with incomplete data. by Amaury Forgeot d'Arc · 16 years ago
- 617a558 use bools by Benjamin Peterson · 16 years ago
- 39186bc use bools for autoraise by Benjamin Peterson · 16 years ago
- beca499 Fix the "pylocals" gdb command. by Georg Brandl · 16 years ago
- 0e66914 #6548: dont suggest existence of real and imag functions in cmath. by Georg Brandl · 16 years ago
- 7fc214b #6423 has_key -> in by Ezio Melotti · 16 years ago
- 46ca2f2 Backport of fix for issue 6542: make sure by R. David Murray · 16 years ago
- d38d344 revert r74152 by Benjamin Peterson · 16 years ago
- ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 16 years ago
- af2406f Issue #6545: Removed assert statements in distutils.Extension, so the behavior is similar when used with -O by Tarek Ziadé · 16 years ago
- bee2e18 simplify by Benjamin Peterson · 16 years ago
- 771e87b install unittest as a package by Benjamin Peterson · 16 years ago
- dd89705 #6536 fixed typo by Ezio Melotti · 16 years ago
- d8431ae Revert rev 74134, as it does not completely fixx issue #6493. by Thomas Heller · 16 years ago
- 24d9175 must use _PyThreadState_Current so it isn't checked for NULL #6530 by Benjamin Peterson · 16 years ago
- 6adda96 Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits wide. by Thomas Heller · 16 years ago
- 4d4b739 Merged revisions 74121-74122 via svnmerge from by Benjamin Peterson · 16 years ago
- 4879c90 the Slice in x[::] has to have step as None to help the interpreter by Benjamin Peterson · 16 years ago
- a2514f4 Merged revisions 74116 via svnmerge from by Benjamin Peterson · 16 years ago
- 840077c Merged revisions 73771,73811,73840,73842,73848-73849,73861,73957-73960,73964-73969,73972-73974,73977,73981,73984,74065,74113 via svnmerge from by Benjamin Peterson · 16 years ago
- 83dfc30 remove docs for deprecated -p option by Benjamin Peterson · 16 years ago
- c037943 http://bugs.python.org/issue6499 gzip.GzipFile may not exist as a parent class by Kristján Valur Jónsson · 16 years ago
- 6d75590 http://bugs.python.org/issue6499 by Kristján Valur Jónsson · 16 years ago
- d7b0eeb split unittest.py into a package by Benjamin Peterson · 16 years ago
- 5fee460 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
- 5215875 Add Case Van Horsen to Misc/ACKS, for fractions module patches and other work by Mark Dickinson · 16 years ago
- 88a0a2e Issue #6431: Fix Fraction comparisons with unknown types, and with by Mark Dickinson · 16 years ago
- 3bb4747 #6489: fix an ambiguity in getiterator() documentation. by Georg Brandl · 16 years ago
- a1a4bdb #6505: fix typos. by Georg Brandl · 16 years ago
- b4d0ef9 #6513: fix example code: warning categories are classes, not instances. by Georg Brandl · 16 years ago
- 130ae15 Add a check to ensure the correct autoconf version is used by Alexandre Vassalotti · 16 years ago
- 2ccefe1 Regenerate configure script using autoconf 2.61. by Alexandre Vassalotti · 16 years ago
- bd7569b Revert r74048. by Alexandre Vassalotti · 16 years ago
- 0b5b8af Fix GCC warning about fprintf used without a string literal and by Alexandre Vassalotti · 16 years ago
- 6d78736 Initialize variables in PyCurses_getsyx() to avoid compiler warnings. by Alexandre Vassalotti · 16 years ago
- a2db687 Regenerate configure script. by Alexandre Vassalotti · 16 years ago
- e7cf118 Double-quote the test case for %zd printf() format support to avoid by Alexandre Vassalotti · 16 years ago
- 1a3d085 NEWS about r74040. by Hirokazu Yamamoto · 16 years ago
- e78e5d2 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. by Hirokazu Yamamoto · 16 years ago
- 66da263 Clean up the test case for broken poll(). by Alexandre Vassalotti · 16 years ago
- 30267d6 Double-quote the test cases for chflags() and lchflags() by Alexandre Vassalotti · 16 years ago
- 0090089 Cache the results of all runtime checks. by Alexandre Vassalotti · 16 years ago
- 856782e Rename the useless AC_INCLUDES_DEFAULT and protect the includes. by Alexandre Vassalotti · 16 years ago
- 786c29e Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t. by Alexandre Vassalotti · 16 years ago
- 3e8b869 Revert r74028. by Georg Brandl · 16 years ago
- 3601a38 #6482: simplify "except: raise" to "finally:". by Georg Brandl · 16 years ago
- a99dedf #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) by Tarek Ziadé · 16 years ago
- 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 16 years ago
- 2e1285b #6481: fix typo in os.system() replacement. by Georg Brandl · 16 years ago
- da33424 #6486: start with built in functions rather than "built in objects". by Georg Brandl · 16 years ago
- d77faaf #5910: fix kqueue for calls with more than one event. by Georg Brandl · 16 years ago
- b9ee881 #6076 Add a title to the IDLE Preferences window. by Amaury Forgeot d'Arc · 16 years ago
- 999ecc0 Issue #2389: Pickle array objects using a list representation for portability by Alexandre Vassalotti · 16 years ago
- d5a23e3 methods' names pep8ification by Ezio Melotti · 16 years ago
- 573025f update year by Benjamin Peterson · 16 years ago
- 91dcd93 Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issue 6418. by Michael Foord · 16 years ago
- 78c06bd Document the newly added codec by Amaury Forgeot d'Arc · 16 years ago
- cecaa65 Use a different VER command output parser to address the localization by Marc-André Lemburg · 16 years ago
- 19e5b3f Use a new global DEV_NULL instead of hard-coding /dev/null into the system by Marc-André Lemburg · 16 years ago
- 9d11fef NEWS entry for r74000. by Amaury Forgeot d'Arc · 16 years ago
- 70dda76 #1616979: Add the cp720 (Arabic DOS) encoding. by Amaury Forgeot d'Arc · 16 years ago