Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped version to 3.4.0a1.v3.4.0a1 | 2013-08-03 | 1 | -1/+1 | |
| | |||||
* | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). | 2013-08-03 | 1 | -0/+2 | |
|\ | |||||
| * | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). | 2013-08-03 | 1 | -0/+2 | |
| | | |||||
* | | Merge #18396 from 3.3 | 2013-08-03 | 1 | -0/+3 | |
|\| | |||||
| * | Close #18396: fix spurious test_signal failure on Windows | 2013-08-03 | 1 | -0/+3 | |
| | | | | | | | | | | signal.getsignal returns None for some signals if faulthandler is enabled (Patch by Jeremy Kloth) | ||||
* | | Issue #17046: merge from 3.3 | 2013-08-02 | 1 | -0/+2 | |
|\| | |||||
| * | Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. | 2013-08-02 | 1 | -0/+2 | |
| | | |||||
* | | Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when ↵ | 2013-08-02 | 1 | -3/+0 | |
| | | | | | | | | deallocating a Tkapp object. | ||||
* | | Issue #17557: merge from 3.3 | 2013-08-01 | 1 | -0/+3 | |
|\| | |||||
| * | Issue #17557: Fix os.getgroups() to work with the modified behavior of | 2013-08-01 | 1 | -0/+3 | |
| | | | | | | | | getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik. | ||||
| * | Issue #17899: Fix rare file descriptor leak in os.listdir(). | 2013-08-01 | 1 | -0/+2 | |
| | | | | | | | | (Done as separate patch from trunk as the code has diverged quite a bit.) | ||||
* | | Issue #17899: Fix rare file descriptor leak in os.listdir(). | 2013-08-01 | 1 | -0/+2 | |
| | | |||||
* | | Issue #10241: Clear extension module dict copies at interpreter shutdown. | 2013-08-01 | 1 | -0/+3 | |
| | | | | | | | | Patch by Neil Schemenauer, minimally modified. | ||||
* | | Issue #18608: Avoid keeping a strong reference to the locale module inside ↵ | 2013-08-01 | 1 | -0/+3 | |
| | | | | | | | | the _io module. | ||||
* | | Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ↵ | 2013-08-01 | 1 | -0/+3 | |
| | | | | | | | | and make it GC-aware. | ||||
* | | Issue #18569: The installer now adds .py to the PATHEXT variable | 2013-08-01 | 1 | -0/+6 | |
| | | | | | | | | when extensions are registered. Patch by Paul Moore. | ||||
* | | - Issue #18257: Fix readlink usage in python-config. Install the python | 2013-08-01 | 1 | -0/+3 | |
| | | | | | | | | version again on Darwin. | ||||
* | | Issue #9035: os.path.ismount now recognises volumes mounted below | 2013-08-01 | 1 | -0/+3 | |
| | | | | | | | | a drive root on Windows. Original patch by Atsuo Ishimoto. | ||||
* | | Issue #18214: Improve finalization of Python modules to avoid setting their ↵ | 2013-07-31 | 1 | -0/+3 | |
| | | | | | | | | globals to None, in most cases. | ||||
* | | Merge | 2013-07-31 | 1 | -0/+6 | |
|\ \ | |||||
| * | | #17616: wave.open now supports the 'with' statement. | 2013-07-31 | 1 | -0/+2 | |
| | | | | | | | | | | | | Feature and tests by ClClaudiu.Popa, I added the doc changes. | ||||
| * | | Issue #18481: Add C coverage reporting with gcov and lcov. A new make target | 2013-07-31 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | "coverage-report" creates an instrumented Python build, runs unit tests and creates a HTML. The report can be updated with "make coverage-lcov". | ||||
* | | | Issue #15699: The readline module now uses PEP 3121-style module ↵ | 2013-07-31 | 1 | -0/+4 | |
|/ / | | | | | | | | | | | initialization, so as to reclaim allocated resources (Python callbacks) at shutdown. Original patch by Robin Schreiber. | ||||
* | | Issue #18112: PEP 442 implementation (safe object finalization). | 2013-07-30 | 1 | -0/+2 | |
| | | |||||
* | | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns | 2013-07-30 | 1 | -0/+3 | |
|\| | | | | | | | | | 'SHA1' instead of 'SHA'. Add more tests for hashlib and hash object attributes | ||||
| * | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns | 2013-07-30 | 1 | -0/+3 | |
| | | | | | | | | 'SHA1' instead of 'SHA'. | ||||
* | | Merge #15415 from 3.3 | 2013-07-28 | 1 | -0/+3 | |
|\| | |||||
| * | Close #15415: Factor out temp dir helpers to test.support | 2013-07-28 | 1 | -0/+3 | |
| | | | | | | | | Patch by Chris Jerdonek | ||||
| * | Issue #15494: test.support is now a package rather than a module | 2013-07-28 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | Also including this change in 3.3 to help avoid spurious conflicts between the two most active branches. (Initial patch by Indra Talip) | ||||
* | | Close #15494: test.support is now a package rather than a module | 2013-07-28 | 1 | -0/+3 | |
| | | | | | | | | Initial patch by Indra Talip | ||||
* | | Close #13266: Add inspect.unwrap | 2013-07-28 | 1 | -0/+3 | |
| | | | | | | | | Initial patch by Daniel Urban and Aaron Iles | ||||
* | | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). | 2013-07-27 | 1 | -0/+3 | |
|\| | |||||
| * | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). | 2013-07-27 | 1 | -0/+3 | |
| | | |||||
* | | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. | 2013-07-26 | 1 | -0/+2 | |
|\| | | | | | | | CID 486199 | ||||
| * | Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. | 2013-07-26 | 1 | -0/+2 | |
| | | | | | | | | CID 486199 | ||||
* | | Issue #18560: Fix potential NULL pointer dereference in sum() | 2013-07-26 | 1 | -0/+2 | |
|\| | |||||
| * | Issue #18560: Fix potential NULL pointer dereference in sum() | 2013-07-26 | 1 | -0/+2 | |
| | | |||||
* | | Issue #18559: Fix NULL pointer dereference error in _pickle module | 2013-07-26 | 1 | -0/+2 | |
|\| | |||||
| * | Issue #18559: Fix NULL pointer dereference error in _pickle module | 2013-07-26 | 1 | -0/+2 | |
| | | |||||
* | | merge for issue #18556 | 2013-07-25 | 1 | -0/+3 | |
|\| | |||||
| * | Issue #18556: Check the return value for PyUnicode_AsWideChar() in | 2013-07-25 | 1 | -0/+3 | |
| | | | | | | | | | | | | U_set() from ctypes. CID #486657 | ||||
* | | #17818: aifc.getparams now returns a namedtuple. | 2013-07-25 | 1 | -0/+2 | |
| | | | | | | | | Patch by Claudiu Popa. | ||||
* | | Issue #18549: Eliminate dead code in socket_ntohl(). | 2013-07-25 | 1 | -0/+2 | |
|\| | | | | | | | CID 982369 | ||||
| * | Issue #18549: Eliminate dead code in socket_ntohl(). | 2013-07-25 | 1 | -0/+2 | |
| | | | | | | | | CID 982369 | ||||
* | | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | 2013-07-22 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | PyStructSequence_InitType() except that it has a return value (0 on success, -1 on error). * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure * Fix also some calls to PyDict_SetItemString(): handle error | ||||
* | | Merge | 2013-07-22 | 1 | -0/+4 | |
|\ \ | |||||
| * | | Issue #17944: test_zipfile now discoverable and uses subclassing to | 2013-07-22 | 1 | -0/+4 | |
| |\| | | | | | | | | | | | | | generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators. | ||||
| | * | Issue #17944: test_zipfile now discoverable and uses subclassing to | 2013-07-22 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators. | ||||
* | | | Fix #18530. Remove extra stat call from posixpath.ismount | 2013-07-22 | 1 | -0/+3 | |
|/ / | |||||
* | | Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0], | 2013-07-22 | 1 | -0/+3 | |
|\| | | | | | | | prefix and exec_prefix if the operation system does not obey MAXPATHLEN. |