2012-01-27 |
Antoine Pitrou | Clarify that ssl.OP_ALL can be different from OpenSSL... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Clarify that ssl.OP_ALL can be different from OpenSSL... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Issue #13885: CVE-2011-3389: the _ssl module would... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Issue #13885: CVE-2011-3389: the _ssl module would... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Antoine Pitrou | Issue #13885: CVE-2011-3389: the _ssl module would... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Brett Cannon | Merge |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Brett Cannon | Relocate importlib._case_ok to importlib._bootstrap. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Victor Stinner | Issue #13847: Make test_localtime_failure() more robust |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Victor Stinner | Issue #13847: Fix test_mktime(), time.localtime() now... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Victor Stinner | Issue #13847: time.clock() now raises a RuntimeError... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brett Cannon | merge |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brett Cannon | Merge |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brett Cannon | Issue #13883: PYTHONCASEOK also works with OS X. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brett Cannon | Issue #13883: Document all platforms PYTHONCASEOK works on. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Victor Stinner | Issue #13847: time.localtime() and time.gmtime() now... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Meador Inge | - Issue #13840: Fix ctypes.create_string_buffer excepti... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Meador Inge | - Issue #13840: Fix ctypes.create_string_buffer excepti... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Brett Cannon | Merge |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Raymond Hettinger | Merge |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Raymond Hettinger | Issue 13870: Fix out of date comment. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Brett Cannon | Move some code from importlib.__init__ to importlib... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Victor Stinner | Remove now useless arbitrary limit of module name length |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Georg Brandl | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Georg Brandl | #13852: some small doc fixes. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Benjamin Peterson | kill extra word |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Benjamin Peterson | say bitwise (because I have no idea what a bit-string is) |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Nadeem Vawda | Issue #13862: Relax zlib version test to avoid spurious... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Vinay Sajip | Closes #13859: Merged fix from 3.2 - thanks to Matt... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Vinay Sajip | Closes #13859: Replaced reference to StandardError... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Antoine Pitrou | Port import fixes from 2.7. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Antoine Pitrou | Port import fixes from 2.7. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Nadeem Vawda | Issue #12804: Fix test failures on systems without... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Nadeem Vawda | Remove redundant resource check in test_socket. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Antoine Pitrou | Port remaining test fixes, and fix test_importlib too. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Antoine Pitrou | Port remaining test fixes, and fix test_importlib too. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Antoine Pitrou | Make test work under 32-bit systems, and when invoked... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Antoine Pitrou | Issue #11235: Fix OverflowError when trying to import... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Antoine Pitrou | Issue #11235: Fix OverflowError when trying to import... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Antoine Pitrou | Issue #13772: In os.symlink() under Windows, do not... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Antoine Pitrou | Issue #13772: In os.symlink() under Windows, do not... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Victor Stinner | Sort functions in the doc of the time module |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Victor Stinner | Issue #10278: wallclock() cannot go backward, but two... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Amaury Forgeot... | Silence last compilation warning. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Amaury Forgeot... | Fix compilation warnings (seen on win32 buildbot) |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Georg Brandl | merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Georg Brandl | #13816: fix two minor style issues. Thanks to Justin... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Benjamin Peterson | fix declaration style |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Georg Brandl | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Georg Brandl | Fix #13834: strip() strips leading and trailing whitespace. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Benjamin Peterson | use the static identifier api for looking up special... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Sandro Tosi | Issue #13835: fixes to What's new 3.3; patch by July... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Fix a unittest error seen on NetBSD 5. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Fix a unittest error seen on NetBSD 5. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Fix FreeBSD, NetBSD and OpenBSD behavior of the issue... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Fix FreeBSD, NetBSD and OpenBSD behavior of the issue... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Improve the test for dirfd(). Some systems #define... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Gregory P.... | Improve the test for dirfd(), some systems #define... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | bugfix for *BSD platforms. (oops messed up #define) |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | bugfix for issue 8052 fixes on *BSD platforms. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Another issue #8052 bugfix (related to previous commit). |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Bugfix for issue #8052 fix on *BSD variants. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | A Misc/NEWS entry for issue 8052. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Add a Misc/NEWS entry for issue 8052. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Fixes issue #8052: The posix subprocess module's close_... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Fixes issue #8052: The posix subprocess module's close_... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Avoid the compiler warning about the unused return... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Gregory P.... | Avoid the compiler warning about the unused return... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Antoine Pitrou | Issue #12922: fix the TextIOBase documentation to inclu... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Antoine Pitrou | Issue #12922: fix the TextIOBase documentation to inclu... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Victor Stinner | Issue #13706: Support non-ASCII fill characters |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Sandro Tosi | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Sandro Tosi | fix typo; thanks to Justin Watt from docs@ |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Senthil Kumaran | merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Senthil Kumaran | Fix Issue6631 - Disallow relative file paths in urllib... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Peterson | add another test case |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Łukasz Langa | phony merge of 76077971ee1f from 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Łukasz Langa | #13760: picklability tests for configparser exceptions |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Łukasz Langa | #13760: picklability tests for configparser exceptions |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Vinay Sajip | Closes #13807: Merged fix from 3.2. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Vinay Sajip | Closes #13807: Merged fix from 3.1. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Vinay Sajip | Closes #13807: Now checks for sys.stderr being there... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Meador Inge | Issue #12949: Document the kwonlyargcount argument... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Meador Inge | Issue #12949: Document the kwonlyargcount argument... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Victor Stinner | Issue #10278: Be more explicit in tests than wallclock... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eric V. Smith | Improve exception text. Closes issue 13811. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Peterson | check after comments, too (#13832) |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: more meaningful example + fixes |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: add documentation for nargs=argparse... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Peterson | don't leak node |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Peterson | only check this when parsing python |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #11948: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #11948: clarify modules search path |
commit | commitdiff | tree | snapshot |
next |