summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix potential resource leak in test_mmap.Nadeem Vawda2011-05-071-0/+1
| * | | Issue #11277: Fix tests - crash will not trigger if the file is closed and re...Nadeem Vawda2011-05-071-14/+12
| * | | Issue #11277: Add tests for mmap crash when using large sparse files on OS X.Nadeem Vawda2011-05-071-26/+34
| * | | Issue #11277: Remove useless test from test_zlib.Nadeem Vawda2011-05-071-42/+0
| * | | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-063-53/+60
| * | | Backport fix for issue #10684 from 3.xRonald Oussoren2011-05-063-0/+28
| * | | #11997: fix typo in init.rst.Ezio Melotti2011-05-051-1/+1
| * | | #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-041-0/+5
| * | | Issue #11277: oops, fix checksum values of test_zlib on 32 bitsVictor Stinner2011-05-041-2/+6
| * | | Issue #11277: test_zlib tests a buffer of 1 GB on 32 bitsVictor Stinner2011-05-041-6/+15
| * | | #11985: update docstring of platform.python_implementation.Ezio Melotti2011-05-041-3/+4
| * | | #11982: remove now unused function.Ezio Melotti2011-05-041-18/+0
| * | | Issue #11277: fix issue number in a test_zlib commentVictor Stinner2011-05-041-1/+1
| * | | #11982: fix json.loads('""') to return u'' rather than ''.Ezio Melotti2011-05-043-2/+5
| * | | Fix #11834. Correct site-packages paths.Brian Curtin2011-05-031-1/+1
| * | | Denote 3.3.0 as the last supported Windows 2000 release.Brian Curtin2011-05-031-1/+1
| * | | #11985: document the return value of platform.python_implementation for PyPy.Ezio Melotti2011-05-031-1/+1
| * | | Issue #10276: Fix test_zlib, m may be undefined in the finally blockVictor Stinner2011-05-031-1/+1
| * | | Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly byVictor Stinner2011-05-031-3/+38
| * | | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-05-033-1/+31
| * | | Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was notVictor Stinner2011-05-032-4/+8
| * | | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-033-0/+16
| * | | Branch mergeÉric Araujo2011-05-026-33/+54
| |\ \ \
| | * | | Fix wordingÉric Araujo2011-05-011-2/+2
| | * | | Branch mergeÉric Araujo2011-05-0141-491/+1040
| | |\ \ \
| | | * | | Add docstring to anydbm.openÉric Araujo2011-05-011-11/+13
| | | * | | Fix file handle leakÉric Araujo2011-05-011-11/+14
| | | * | | Advertise nesting directives for class/method and class/data combos.Éric Araujo2011-04-161-4/+21
| | * | | | Fix double use of f.close().Éric Araujo2011-04-161-1/+0
| | * | | | Minor tweaks to a few comments in heapqÉric Araujo2011-04-151-3/+3
| | * | | | Fix improper tests in RegisterTestCaseÉric Araujo2011-04-141-3/+3
| * | | | | Fix grammar to include both integer types in 2.xÉric Araujo2011-05-021-2/+2
| * | | | | Fix spelling.Raymond Hettinger2011-05-011-1/+1
| * | | | | note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-1/+5
| * | | | | (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-012-1/+2
| * | | | | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapperVictor Stinner2011-05-013-3/+27
| * | | | | Split combined code/doctest code blocks in two blocks, to enable proper highl...Georg Brandl2011-05-011-2/+5
| * | | | | #11971: fix man page; it's -OO not -O0R David Murray2011-05-011-2/+2
| * | | | | #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
| * | | | | #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
| * | | | | fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
| | |/ / / | |/| | |
| * | | | fix formatting, :c:func: --> :cfunc:Eli Bendersky2011-04-301-1/+1
| * | | | Issue #10912: add clarification for PyObject_RichCompareBool comparing identi...Eli Bendersky2011-04-301-0/+3
| * | | | Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-291-3/+107
| * | | | whitespace fixBrian Curtin2011-04-291-1/+1
| * | | | mergeBrian Curtin2011-04-291-2/+9
| * | | | #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
| * | | | Merged solution for #11786 from 2.6Łukasz Langa2011-04-281-4/+6
| |\ \ \ \
| * | | | | skip the extractall test on platforms where os.symlink is not available.Senthil Kumaran2011-04-281-0/+1
| * | | | | Fix closes issue10761: tarfile.extractall failure when symlinked files are ...Senthil Kumaran2011-04-283-0/+32