]> granicus.if.org Git - python/shortlog
python
2013-11-08 Brett CannonSimplify test.test_importlib.__main__
2013-11-08 Brett CannonIssue #16803: test.test_importlib.import_ now tests...
2013-11-08 Brett CannonIssue #16803: test.test_importlib.frozen now runs both...
2013-11-08 Victor StinnerIssue #19512, #19526: Exclude the new _PyDict_DelItemId...
2013-11-07 Victor StinnerIssue #19437: Fix datetime_subtract(), handle new_delta...
2013-11-07 Victor StinnerIssue #19437: Fix _io._IOBase.close(), handle _PyObject...
2013-11-07 Victor StinnerIssue #19437: Fix fsconvert_strdup(), raise a MemoryErr...
2013-11-07 Victor Stinner_Py_normalize_encoding(): explain how the value 6 was...
2013-11-07 Victor StinnerIssue #19512, #19515: remove shared identifiers, move...
2013-11-07 Victor Stinnerframeobject.c: Use an identifer instead of creating...
2013-11-07 Victor StinnerC API doc: try to group concrete objects
2013-11-07 Victor StinnerIssue #19514: Add Andrei Dorian Duma to Misc/ACKS for...
2013-11-07 Victor StinnerFix _Py_normalize_encoding(): ensure that buffer is...
2013-11-07 Martin v. LöwisIssue #19514: Deduplicate some _Py_IDENTIFIER declarations.
2013-11-07 Guido van RossumRemove redundant test_selectors.py from test_asyncio.
2013-11-07 Ezio Melotti#17080: improve error message of float/complex when...
2013-11-07 Guido van RossumOptimize BaseSelector.modify(). Patch by Arnaud Faure.
2013-11-07 Ezio Melotti#19480: merge with 3.3.
2013-11-07 Ezio Melotti#19480: HTMLParser now accepts all valid start-tag...
2013-11-07 R David MurrayMerge #18985: Improve fcntl documentation.
2013-11-07 R David Murray#18985: Improve fcntl documentation.
2013-11-07 Victor Stinnerprint_error_text() doesn't encode the filename anymore
2013-11-07 Guido van Rossumasyncio: Add close() back to Unix selector event loop...
2013-11-06 Victor Stinnerremove an outdated comment
2013-11-06 Victor StinnerIssue #19512: Use the new _PyId_builtins identifier
2013-11-06 Victor StinnerIssue #19512: add _PyUnicode_CompareWithId() function
2013-11-06 Victor Stinnerprint_exception(): don't encode the module name to...
2013-11-06 Victor StinnerIssue #19512: builtin print() function uses an identifi...
2013-11-06 Victor StinnerIssue #19512: _count_elements() of _collections reuses...
2013-11-06 Victor StinnerIssue #19512: fileio_init() reuses PyId_name identifier...
2013-11-06 Victor StinnerIssue #19512: __build_class() builtin now uses an ident...
2013-11-06 Victor StinnerIssue #19512: add some common identifiers to only creat...
2013-11-06 Victor StinnerIssue #19512: pickle now uses an identifier to only...
2013-11-06 Victor StinnerIssue #19512: PRINT_EXPR bytecode now uses an identifie...
2013-11-06 Victor StinnerIssue #19512: Add _PySys_GetObjectId() and _PySys_SetOb...
2013-11-06 Victor StinnerIssue #19512: eval() and exec() now use an identifier...
2013-11-06 Victor StinnerIssue #19512: type_abstractmethods() and type_set_abstr...
2013-11-06 Victor StinnerIssue #19512: Add a new _PyDict_DelItemId() function...
2013-11-06 Victor StinnerIssue #19512: Py_ReprEnter() and Py_ReprLeave() now...
2013-11-06 Victor StinnerIssue #19512: Add PyRun_InteractiveOneObject() function
2013-11-06 Victor StinnerIssue #19512: _print_total_refs() now uses an identifie...
2013-11-06 Victor StinnerIssue #19512: sys_displayhook() now uses an identifier...
2013-11-06 Christian HeimesIssue #18582: fix memory leak in pbkdf2 code
2013-11-06 Nick CoghlanRemove incorrect comment from dis tests
2013-11-06 Nick CoghlanFix typo in updated dis docs
2013-11-06 Nick CoghlanClose #19378: address flaws in the new dis module APIs
2013-11-06 Zachary Ware#19439: Update PCbuild/readme.txt with new sub-project
2013-11-06 Victor Stinnerdoc: fix typo
2013-11-05 Serhiy StorchakaRevert wrong change in previous commit (issue #19085).
2013-11-05 Serhiy StorchakaRevert wrong change in previous commit (issue #19085).
2013-11-05 Serhiy StorchakaFix test_insertwidth Tkinter tests on Tk 8.5 with patch...
2013-11-05 Serhiy StorchakaFix test_insertwidth Tkinter tests on Tk 8.5 with patch...
2013-11-05 Serhiy StorchakaFix typo in tkinter tests (issue #19085).
2013-11-05 Serhiy StorchakaFix typo in tkinter tests (issue #19085).
2013-11-05 Victor StinnerIssue #19437: Fix compiler_class(), handle compiler_loo...
2013-11-05 Victor StinnerIssue #19437: Fix _threading.RLock constructor (rlock_n...
2013-11-05 Victor StinnerIssue #19437: Fix pysqlite_cursor_iternext() of sqlite3...
2013-11-05 Victor StinnerIssue #19437: Fix pysqlite_connection_call() of sqlite3...
2013-11-05 Victor StinnerIssue #19437: Fix pysqlite_cursor_iternext() of sqlite3...
2013-11-05 Tim GoldenIssue #10197 Tweak docs for subprocess.getstatusoutput...
2013-11-05 Ned DeilyIssue #15663: merge build-installer.py changes
2013-11-05 Ned DeilyIssue #15663: Revert OS X installer built-in Tcl/Tk...
2013-11-05 Vinay SajipCloses #18345: Merged documentation update from 3.3.
2013-11-05 Vinay SajipIssue #18345: Added cookbook example illustrating handl...
2013-11-05 Terry Jan ReedyMerge with 3.3
2013-11-05 Terry Jan ReedyIssue #19397: test_pydoc now works with -S (help not...
2013-11-04 Guido van Rossumasyncio: Refactor SIGCHLD handling. By Anthony Baire.
2013-11-04 Guido van Rossumasyncio: Locks improvements by Arnaud Faure: better...
2013-11-04 Serhiy StorchakaIssue #19085: Fix running test_ttk_textonly on displayl...
2013-11-04 Serhiy StorchakaIssue #19085: Fix running test_ttk_textonly on displayl...
2013-11-04 Serhiy StorchakaIssue #19085: Fix Tkinter tests on Tk 8.5 with patchlev...
2013-11-04 Serhiy StorchakaIssue #19085: Fix Tkinter tests on Tk 8.5 with patchlev...
2013-11-04 Nick CoghlanFix functools.partialmethod docs and __all__
2013-11-04 Victor StinnerIssue #19424: PyUnicode_CompareWithASCIIString() normal...
2013-11-04 Victor StinnerIssue #16286: remove duplicated identity check from...
2013-11-04 Victor StinnerIssue #16286: optimize PyUnicode_RichCompare() for...
2013-11-04 Victor StinnerIssue #16286: write a new subfunction bytes_compare_eq()
2013-11-04 Georg Brandlmerge with 3.3
2013-11-04 Georg Brandlnull-merge 3.2 backouts
2013-11-04 Georg BrandlBackout 7d399099334d.
2013-11-04 Georg BrandlBackout 265d369ad3b9.
2013-11-04 Georg BrandlBackout d80207d15294.
2013-11-04 Georg BrandlNote that examples are sorted only for convenience.
2013-11-04 Ned DeilyIssue #15392: merge from 3.3
2013-11-04 Ned DeilyIssue #15392: Install idlelib/idle_test.
2013-11-04 Zachary WareNull merge 3.3
2013-11-04 Zachary WareIssue #19391: Clean up PCbuild/readme.txt
2013-11-04 R David Murray#18678: Correct names of spwd struct members.
2013-11-03 Ned DeilyIssue #18702 null merge
2013-11-03 Serhiy StorchakaIssue #18702: All skipped tests now reported as skipped.
2013-11-03 Serhiy StorchakaIssue #18702: All skipped tests now reported as skipped.
2013-11-03 Tim GoldenMerge
2013-11-03 Tim GoldenMerge
2013-11-03 Tim GoldenIssue #10197: Indicate availability of subprocess.get...
2013-11-03 Tim GoldenIssue #10197: Indicate availability of subprocess.get...
2013-11-03 R David MurrayMerge #19411: Clarify that b2a_hex/hexlify returns...
2013-11-03 R David Murray#19411: Clarify that b2a_hex/hexlify returns a bytes...
2013-11-03 R David MurrayMerge #19485: clarify get_param example.
2013-11-03 R David Murray#19485: clarify get_param example.
2013-11-03 Serhiy StorchakaIssue #19085: Fixed pixels rounding for last Tk patchle...
next