2012-02-08 |
Antoine Pitrou | Relax tests to fix buildbot failure |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Antoine Pitrou | Issue #13609: Add two functions to query the terminal... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | Backout f8409b3d6449: the PEP 410 is not accepted yet |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | Issue #13845: Fix NEWS entry, the change is specific... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | PEP 410 |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Charles-François... | Skip test_threading.test_reinit_tls_after_fork() on... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Charles-François... | Skip test_threading.test_reinit_tls_after_fork() on... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Charles-François... | Issue #8184: multiprocessing: On Windows, don't set... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | Issue #13964: Skip os.*utime*() tests if os.stat()... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | Issue #13964: Split os.*utime*() subsecond tests into... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | Issue #13964: Test also os.futimesat() |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | Issue #13964: Write tests for new os.*utime*() functions |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | What's New in 3.3: reorder modules |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Victor Stinner | What's New in 3.3: Fix time module doc |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Victor Stinner | Issue #13845: time.time() now uses GetSystemTimeAsFileT... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Victor Stinner | Issue #13846: Add time.monotonic(), monotonic clock. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Victor Stinner | Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Brett Cannon | Re-order importlib benchmarks to be consistent. Also... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Brett Cannon | Merge |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Brett Cannon | Have importlib.test.benchmark test with tabnanny as... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Vinay Sajip | Null merge for reverted fix for #13807. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Vinay Sajip | Null merge for reverted fix for #13807. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Petri Lehtinen | Merge branch '3.2' |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Petri Lehtinen | Issue #10811: Fix recursive usage of cursors. Instead... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Charles-François... | Following Nick's suggestion, rename posix.fdlistdir... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Benjamin Peterson | merge heads |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Benjamin Peterson | bltinmod is borrowed, so it shouldn't be decrefed |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Éric Araujo | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Ned Deily | Issue #10881: merge |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Ned Deily | Issue #10881: Fix test_site failure with OS X framework... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Terry Jan Reedy | Merge with 3.2 #964437 |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Terry Jan Reedy | Issue 964437 Make IDLE help window non-modal. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Terry Jan Reedy | Merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Terry Jan Reedy | #13933 refine patch using 'new' builtin |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Charles-François... | Issue #13734: Add os.fwalk(), a directory walking funct... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Nadeem Vawda | Make lzma docs consistent with other compression module... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Éric Araujo | Merge edits from 3.2 (#13716, #1040439, #2945, #13770... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Éric Araujo | Really make bztar support in shutil conditional. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Nadeem Vawda | Null merge. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Nadeem Vawda | Clarify note in BZ2File docs about lack of multi-stream... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Éric Araujo | Branch merge |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Éric Araujo | Stop converting package_data to extra_files in pysetup... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Georg Brandl | merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Georg Brandl | Closes #13944: fix capitalization of class name. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Meador Inge | Issue #12142: Fixed reference cycle when importing... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Meador Inge | Issue #12142: Fixed reference cycle when importing... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Victor Stinner | _Py_Identifier are always ASCII strings |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Nadeem Vawda | Null merge. |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Nadeem Vawda | Issue #1625: Document BZ2File's lack of support for... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Éric Araujo | Allow multiple values for package_data in setup.cfg... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Éric Araujo | Improve one packaging test, remove a setuptoolism in... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Ned Deily | Issue #13933: merge |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Ned Deily | Issue #13933: IDLE auto-complete did not work with... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Antoine Pitrou | Fix failing test on big-endian machines (issue #13806). |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Antoine Pitrou | Fix failing test on big-endian machines (issue #13806). |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | threading primitives now have timeouts |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Charles-François... | Issue #8184: Fix a potential file descriptor leak when a |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Charles-François... | Issue #8184: Fix a potential file descriptor leak when a |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Nadeem Vawda | Document that some of LZMAFile.__init__()'s args are... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Nadeem Vawda | Make BZ2File.__init__()'s fileobj argument keyword... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Nadeem Vawda | Update docstring for BZ2File.__init__(). |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Georg Brandl | Small grammar fixes by Mark Summerfield. |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | put returns on their own lines |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Benjamin Peterson | remove unused import |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Ned Deily | Issue #13861: merge |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Ned Deily | Issue #13861: Prevent test_apropos* test case failures... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Vinay Sajip | Revert fix for #13807 mistakenly applied in this branch. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Brett Cannon | Merge |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Brett Cannon | Check for errors in creating sub-interpreters when... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Martin v. Löwis | Issue #13777: Add PF_SYSTEM sockets on OS X. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Ned Deily | Issue #13901: Prevent test_packaging failures on OS... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Ned Deily | merge |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Ned Deily | Issue #13901: Prevent test_distutils failures on OS... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Georg Brandl | Fix small grammatical inconsistency. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Charles-François... | Null merge. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Charles-François... | Issue #13817: After fork(), reinit the ad-hoc TLS imple... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Charles-François... | Issue #13817: After fork(), reinit the ad-hoc TLS imple... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Petri Lehtinen | Merge branch 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Petri Lehtinen | Document absoluteness of sys.executable |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Petri Lehtinen | Make sqlite3 tests editable with Emacs |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Stefan Krah | Issue #1813: merge changeset that reverts a glibc worka... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Stefan Krah | Issue #1813: Revert workaround for a glibc bug on the... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Brian Curtin | merge. again. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Brian Curtin | merge updates |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Brian Curtin | merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Brian Curtin | Add a hint that CSD == Service Pack. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Petri Lehtinen | Merge branch 3.2 |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Petri Lehtinen | sqlite3: Handle strings with embedded zeros correctly |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Raymond Hettinger | Add usage note |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Victor Stinner | Issue #13706: Add assertions to detect bugs earlier |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Brett Cannon | Fix a minor output typo as found by Terry Reedy. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Brett Cannon | Merge |
commit | commitdiff | tree | snapshot |
next |