| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | #11910: change import_fresh_module to return None when one of the "fresh" mod... | Ezio Melotti | 2011-05-09 | 1 | -4/+8 | |
| | | * | | | | | | | | Fix deprecation warnings in test_unittest. | Ezio Melotti | 2011-05-09 | 1 | -4/+4 | |
| | | * | | | | | | | | Add a note to the str.find doc to suggest the use of the "in" operator. | Ezio Melotti | 2011-05-09 | 1 | -0/+9 | |
| | | * | | | | | | | | import_fresh_module ought to be in __all__ | Benjamin Peterson | 2011-05-08 | 1 | -1/+2 | |
| | | * | | | | | | | | Fix cut and paste error. | Raymond Hettinger | 2011-05-07 | 1 | -1/+1 | |
| | | * | | | | | | | | Some tests were incorrectly marked as C specific. | Raymond Hettinger | 2011-05-07 | 1 | -3/+8 | |
| | | * | | | | | | | | Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ... | Antoine Pitrou | 2011-05-07 | 4 | -2/+15 | |
| | | * | | | | | | | | #10169: Fix argument parsing in socket.sendto() to avoid error masking. | Ezio Melotti | 2011-05-07 | 3 | -5/+56 | |
| | | * | | | | | | | | #12017: Fix segfault in json.loads() while decoding highly-nested objects usi... | Ezio Melotti | 2011-05-07 | 3 | -4/+48 | |
| | | | |/ / / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | | Fix potential resource leak in test_mmap. | Nadeem Vawda | 2011-05-07 | 1 | -0/+1 | |
| | | * | | | | | | | Issue #11277: Fix tests - crash will not trigger if the file is closed and re... | Nadeem Vawda | 2011-05-07 | 1 | -14/+12 | |
| | | * | | | | | | | Issue #11277: Add tests for mmap crash when using large sparse files on OS X. | Nadeem Vawda | 2011-05-07 | 1 | -26/+34 | |
| | | * | | | | | | | Issue #11277: Remove useless test from test_zlib. | Nadeem Vawda | 2011-05-07 | 1 | -42/+0 | |
| | | * | | | | | | | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 3 | -53/+60 | |
| | | * | | | | | | | Backport fix for issue #10684 from 3.x | Ronald Oussoren | 2011-05-06 | 3 | -0/+28 | |
| | | * | | | | | | | #11997: fix typo in init.rst. | Ezio Melotti | 2011-05-05 | 1 | -1/+1 | |
| | | * | | | | | | | #8158: add missing 'description' description to optparse docstring. | R David Murray | 2011-05-05 | 1 | -0/+5 | |
| | | * | | | | | | | Issue #11277: oops, fix checksum values of test_zlib on 32 bits | Victor Stinner | 2011-05-04 | 1 | -2/+6 | |
| | | * | | | | | | | Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits | Victor Stinner | 2011-05-04 | 1 | -6/+15 | |
| | | * | | | | | | | #11985: update docstring of platform.python_implementation. | Ezio Melotti | 2011-05-04 | 1 | -3/+4 | |
| | | * | | | | | | | #11982: remove now unused function. | Ezio Melotti | 2011-05-04 | 1 | -18/+0 | |
| | | * | | | | | | | Issue #11277: fix issue number in a test_zlib comment | Victor Stinner | 2011-05-04 | 1 | -1/+1 | |
| | | * | | | | | | | #11982: fix json.loads('""') to return u'' rather than ''. | Ezio Melotti | 2011-05-04 | 3 | -2/+5 | |
| | | * | | | | | | | Fix #11834. Correct site-packages paths. | Brian Curtin | 2011-05-04 | 1 | -1/+1 | |
| | | * | | | | | | | Denote 3.3.0 as the last supported Windows 2000 release. | Brian Curtin | 2011-05-03 | 1 | -1/+1 | |
| | | * | | | | | | | #11985: document the return value of platform.python_implementation for PyPy. | Ezio Melotti | 2011-05-03 | 1 | -1/+1 | |
| | | * | | | | | | | Issue #10276: Fix test_zlib, m may be undefined in the finally block | Victor Stinner | 2011-05-03 | 1 | -1/+1 | |
| | | * | | | | | | | Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by | Victor Stinner | 2011-05-03 | 1 | -3/+38 | |
| | | * | | | | | | | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-05-03 | 3 | -1/+31 | |
| | | * | | | | | | | Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not | Victor Stinner | 2011-05-03 | 2 | -4/+8 | |
| | | * | | | | | | | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-03 | 3 | -0/+16 | |
| | | * | | | | | | | Branch merge | Éric Araujo | 2011-05-02 | 6 | -33/+54 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Fix wording | Éric Araujo | 2011-05-01 | 1 | -2/+2 | |
| | | | * | | | | | | | Branch merge | Éric Araujo | 2011-05-01 | 3 | -7/+6 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | Fix double use of f.close(). | Éric Araujo | 2011-04-15 | 1 | -1/+0 | |
| | | | | * | | | | | | | Minor tweaks to a few comments in heapq | Éric Araujo | 2011-04-15 | 1 | -3/+3 | |
| | | | | * | | | | | | | Fix improper tests in RegisterTestCase | Éric Araujo | 2011-04-14 | 1 | -3/+3 | |
| | | | * | | | | | | | | Add docstring to anydbm.open | Éric Araujo | 2011-05-01 | 1 | -11/+13 | |
| | | | * | | | | | | | | Fix file handle leak | Éric Araujo | 2011-05-01 | 1 | -11/+14 | |
| | | | * | | | | | | | | Advertise nesting directives for class/method and class/data combos. | Éric Araujo | 2011-04-16 | 1 | -4/+21 | |
| | | * | | | | | | | | | Fix grammar to include both integer types in 2.x | Éric Araujo | 2011-05-02 | 1 | -2/+2 | |
| | | * | | | | | | | | | Fix spelling. | Raymond Hettinger | 2011-05-02 | 1 | -1/+1 | |
| | | * | | | | | | | | | note abcs of int and float (closes #11977) | Benjamin Peterson | 2011-05-01 | 1 | -1/+5 | |
| | | * | | | | | | | | | (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) | Victor Stinner | 2011-05-01 | 2 | -1/+2 | |
| | | * | | | | | | | | | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper | Victor Stinner | 2011-05-01 | 3 | -3/+27 | |
| | | * | | | | | | | | | Split combined code/doctest code blocks in two blocks, to enable proper highl... | Georg Brandl | 2011-05-01 | 1 | -2/+5 | |
| | | * | | | | | | | | | #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 | |
| | | * | | | | | | | | | #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 3 | -3/+3 | |
| | | * | | | | | | | | | #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 | |
| | | * | | | | | | | | | fix function name in example (closes #11966) | Benjamin Peterson | 2011-04-30 | 1 | -1/+1 | |
| | | |/ / / / / / / / | ||||||
