- 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
- d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 19 years ago
- c5cdcba SF patch #1227568, Expression AST node not documented. by Neal Norwitz · 19 years ago
- 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 19 years ago
- 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 19 years ago
- 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
- d45014b Fix PyString_Format so that the "%s" format works again when Unicode is not by Georg Brandl · 19 years ago
- 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 19 years ago
- ce7da6c Forward port bugfix: by Michael W. Hudson · 19 years ago
- 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 19 years ago
- aa93517 patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 19 years ago
- 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 19 years ago
- 80ba8e8 bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 19 years ago
- e677adc Fix parse errors in readline module when compiling without threads. by Georg Brandl · 19 years ago
- e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 19 years ago
- 420254d Use lzx:21 for compression. Backported to 2.4 by Martin v. Löwis · 19 years ago
- d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 19 years ago
- dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
- e9f8ec9 Commit memory leaking fix. by Georg Brandl · 19 years ago
- ec862b9 (pedronis, arigo) by Armin Rigo · 19 years ago
- 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
- 9ceebd5 Patch #1288833: Removed thread lock from socket.getaddrinfo on by Hye-Shik Chang · 19 years ago
- 3a708df Changed license header: Now simply referring to PSF. This closes bug 1138653. by Peter Astrand · 19 years ago
- acb1424 The key to the various sort columns got lost. Pulled from by Skip Montanaro · 19 years ago
- 02cfa0b SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.) by Neal Norwitz · 19 years ago
- 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 19 years ago
- 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 19 years ago
- 19e11c8 MacOSX 10.4 apparently does not allow the creation time to be set to later by Jack Jansen · 19 years ago
- 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 19 years ago
- 2190f8c Added a class MallocHeapOutputBufferType for types that are passed by Jack Jansen · 19 years ago
- a2534c8 Update 64-bit AIX and HP-UX build instructions (forward port). by Guido van Rossum · 19 years ago
- 335ffe8 C89 compliance. by Armin Rigo · 19 years ago
- f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 19 years ago
- 630db60 - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 19 years ago
- 1c2d7e5 clean-up tracing of C functions. In particular, don't call the trace func by Armin Rigo · 19 years ago
- 71d7e70 Removed a check "if (args != NULL)" which is always True and makes no sense. by Armin Rigo · 19 years ago
- a6eb56c Don't call memset() before checking that the ptr is not NULL. by Armin Rigo · 19 years ago
- b53355a Added support for (optionally) bracketing calls with by Jack Jansen · 19 years ago
- f3f231f - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 19 years ago
- ba3e6ec A minor fix for 64-bit platforms: when __len__() returns Python int by Guido van Rossum · 19 years ago
- 3a703b6 Reverted revision 1.83, which introduced a bug and subtle incompatibility by Armin Rigo · 19 years ago
- cfe7dd9 Note fix of memory leak. by Neal Norwitz · 19 years ago
- 3efd0a1 Remove unnecessary/extra parens when returning a value. by Neal Norwitz · 19 years ago
- 24b3c22 Forward port fixes for problems reported by valgrind by Neal Norwitz · 19 years ago
- f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 19 years ago
- 4ed6738 Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 19 years ago
- 8b291e2 Patch #1213831: Fix typo in unicodedata._getcode. Will backport to Python 2.4. by Martin v. Löwis · 19 years ago
- 9e28107 Test case for latest complexobject fix. by Georg Brandl · 19 years ago
- 116f16e Added lock acquisition around handler removal from logger by Vinay Sajip · 19 years ago
- 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 19 years ago
- c404ff2 patch [ 1118729 ] Error in representation of complex numbers(again) by Georg Brandl · 19 years ago
- bd9c3f7 Change type on variable to silence gcc 4 warning. Call signature was found at by Brett Cannon · 19 years ago
- 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 19 years ago
- 6953772 patch [ 1119423 ] python -c readlink()s and stat()s '-c' by Georg Brandl · 19 years ago
- ff52837 fix typo by Georg Brandl · 19 years ago
- 77c85e6 bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. by Georg Brandl · 19 years ago
- a783d06 Clear out the regex cache when the TimeRE cache is invalidated by a locale by Brett Cannon · 19 years ago
- fb1ef85 *** empty log message *** by Georg Brandl · 19 years ago
- 402b53d bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames by Georg Brandl · 19 years ago
- 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 19 years ago
- 80bbf3f Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 19 years ago
- 6dd1461 Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 19 years ago
- 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
- 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
- 3fbf320 comma nit by Georg Brandl · 19 years ago
- 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 19 years ago
- 0c55f29 Patch #1290454: Fix reload() error message when parent module is not in by Georg Brandl · 19 years ago
- 14f4fd0 Add more links to the 'What Next?' section; rewrite to be briefer by Andrew M. Kuchling · 19 years ago
- ebb7f30 Speed-up escape() by Raymond Hettinger · 19 years ago
- d430726 Better wording for integer ref entry. by Georg Brandl · 19 years ago
- ef369cd Shorten run-on sentence by Andrew M. Kuchling · 19 years ago
- b5d2118 Update link by Andrew M. Kuchling · 19 years ago
- 8e13af3 Update link by Andrew M. Kuchling · 19 years ago
- 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 19 years ago
- a1d09e2 Minor cleanup. by Raymond Hettinger · 19 years ago
- cf6b632 Corrected version of 1.170 by Raymond Hettinger · 19 years ago
- 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
- 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 19 years ago
- 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 19 years ago
- 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 19 years ago
- 0ee9ba2 Added _handlerList to allow shutdown to flush and close handlers in reverse order of creation (see SF# 1282539) by Vinay Sajip · 19 years ago
- e029da0 Quote docstring with r"" to keep '\r\n' in example code. by Hye-Shik Chang · 19 years ago
- b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 19 years ago
- b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 19 years ago
- 4655e44 break sets a breakpoint rather than stopping the loop. by Neal Norwitz · 19 years ago
- 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 19 years ago
- a8bcecc bug [ 1274069 ] bz2module.c compiler warning by Georg Brandl · 19 years ago
- 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 19 years ago
- c384fc2 Changed _srcfile determination to support py2exe. by Vinay Sajip · 19 years ago
- c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 19 years ago
- 78a78b0 Fix rest markup and typos. by Walter Dörwald · 19 years ago
- c5238b8 SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads by Walter Dörwald · 19 years ago
- cd3c26a Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 19 years ago
- 4ce69a5 No need to import exceptions, they are builtins by Neal Norwitz · 19 years ago
- 6203196 Remove unused import by Neal Norwitz · 19 years ago
- ab61923 Fix bug in last checkin (2.231). To match previous behavior, unicode by Neil Schemenauer · 19 years ago
- a1be88e patch [ 1242454 ] shutil.copytree() quits too soon after an error. by Georg Brandl · 19 years ago
- 99d7e4e Whitespace normalization. by Georg Brandl · 19 years ago
- 7847405 bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 19 years ago
- c28dd1f Typo fix by Andrew M. Kuchling · 19 years ago