summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-034-0/+70
* SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sock...Neal Norwitz2005-10-031-1/+2
* SF patch #1227568, Expression AST node not documented.Neal Norwitz2005-10-031-0/+1
* SF patch #1227568, bug #1219273, Expression AST node not documented. Backpor...Neal Norwitz2005-10-031-0/+2
* Increased performance in CodeContext extension Patch 936169 Noam RaphaelKurt B. Kaiser2005-10-022-31/+49
* - Fix segfault with invalid coding.Neal Norwitz2005-10-027-3/+39
* Fix PyString_Format so that the "%s" format works again when Unicode is notGeorg Brandl2005-10-011-0/+2
* bug [ 729103 ] Cannot retrieve name of super objectGeorg Brandl2005-10-012-3/+6
* Forward port bugfix:Michael W. Hudson2005-09-301-0/+4
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-304-1/+19
* patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for paddingGeorg Brandl2005-09-292-1/+4
* bug [ 1298120 ] shlex does not support unicodeGeorg Brandl2005-09-291-0/+2
* bug [ 1296004 ] MemoryError in httplibGeorg Brandl2005-09-292-4/+10
* Fix parse errors in readline module when compiling without threads.Georg Brandl2005-09-292-0/+4
* bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrongGeorg Brandl2005-09-281-2/+2
* Use lzx:21 for compression. Backported to 2.4Martin v. Löwis2005-09-271-1/+1
* Minor clarification of effective level calculationVinay Sajip2005-09-261-0/+14
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-253-27/+56
* Commit memory leaking fix.Georg Brandl2005-09-251-2/+6
* (pedronis, arigo)Armin Rigo2005-09-241-1/+1
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-2416-94/+169
* Patch #1288833: Removed thread lock from socket.getaddrinfo onHye-Shik Chang2005-09-242-1/+9
* Changed license header: Now simply referring to PSF. This closes bugPeter Astrand2005-09-231-22/+2
* The key to the various sort columns got lost. Pulled fromSkip Montanaro2005-09-231-0/+10
* SF #1297059, doc incorrect return type for search() method. (There is a desc...Neal Norwitz2005-09-231-4/+3
* update URL into the Python wikiFred Drake2005-09-221-1/+1
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-224-7/+26
* MacOSX 10.4 apparently does not allow the creation time to be set to laterJack Jansen2005-09-211-2/+2
* SF Patch #1297028, cjkcodecs does not initialize type pointerNeal Norwitz2005-09-212-0/+7
* Added a class MallocHeapOutputBufferType for types that are passedJack Jansen2005-09-201-0/+29
* Update 64-bit AIX and HP-UX build instructions (forward port).Guido van Rossum2005-09-201-4/+11
* C89 compliance.Armin Rigo2005-09-201-2/+2
* test and fix for buggy handling of exceptions raised by C functions,Armin Rigo2005-09-202-3/+22
* - On 64-bit platforms, when __len__() returns a value that cannot beGuido van Rossum2005-09-203-2/+15
* clean-up tracing of C functions. In particular, don't call the trace funcArmin Rigo2005-09-201-26/+31
* Removed a check "if (args != NULL)" which is always True and makes no sense.Armin Rigo2005-09-201-5/+3
* Don't call memset() before checking that the ptr is not NULL.Armin Rigo2005-09-201-1/+1
* Added support for (optionally) bracketing calls withJack Jansen2005-09-201-0/+8
* - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGEMatthias Klose2005-09-202-1/+9
* A minor fix for 64-bit platforms: when __len__() returns Python intGuido van Rossum2005-09-191-1/+11
* Reverted revision 1.83, which introduced a bug and subtle incompatibilityArmin Rigo2005-09-191-8/+6
* Note fix of memory leak.Neal Norwitz2005-09-191-0/+2
* Remove unnecessary/extra parens when returning a value.Neal Norwitz2005-09-191-6/+6
* Forward port fixes for problems reported by valgrindNeal Norwitz2005-09-191-1/+2
* skip _locale test if OS X < 10.4Skip Montanaro2005-09-192-0/+9
* Patch #1268314: Cache lines in StreamReader.readlines for performance.Martin v. Löwis2005-09-182-0/+39
* Patch #1213831: Fix typo in unicodedata._getcode.Martin v. Löwis2005-09-182-1/+3
* Test case for latest complexobject fix.Georg Brandl2005-09-171-0/+2
* Added lock acquisition around handler removal from loggerVinay Sajip2005-09-161-1/+5
* No longer ignore exceptions raised by comparisons during key lookup.Raymond Hettinger2005-09-162-48/+61