]> granicus.if.org Git - python/shortlog
python
2013-03-24 Raymond HettingerAdd missing docstrings to the collections ABCs
2013-03-24 Benjamin Petersonmerge 2.7.4 release branch
2013-03-24 Benjamin Petersonallow any type with __getitem__ to be a mapping for...
2013-03-23 Ezio MelottiMerge heads.
2013-03-23 Benjamin Petersonmerge 2.7.4 release branch
2013-03-23 Benjamin Petersonupdate NEWS for #17531
2013-03-23 Ezio MelottiClean up references to threads in test_queue.
2013-03-23 Benjamin Petersonmerge 2.7.4 release branch
2013-03-23 Benjamin Petersonalways allow -1 as a uid
2013-03-23 Benjamin Petersonmerge 2.7.4 release branch
2013-03-23 Benjamin Petersongroup ids and user ids can be longs now (#17531)
2013-03-23 Benjamin Petersonmerge 2.7.4 branch
2013-03-23 Benjamin Petersonundo PyInt -> PyLong change; that was wrong
2013-03-23 Benjamin Petersonadd 2.7.5 header
2013-03-23 Benjamin Petersonmerge 2.7.4 release branch
2013-03-23 Benjamin Petersonreturn int instead long when possible (#17531)
2013-03-23 Raymond HettingerUpdate collections ABC table to match the __abstractmet...
2013-03-23 Benjamin Petersonafter 2.7.4rc1 bump
2013-03-23 Benjamin PetersonAdded tag v2.7.4rc1 for changeset a8d18780bc2b
2013-03-23 Benjamin Petersonversion to 2.7.4rc1 v2.7.4rc1
2013-03-23 Benjamin Petersonupdate pydoc topics
2013-03-23 Benjamin Petersonnonlocal isn't a 2.x topic
2013-03-23 Raymond HettingerHold key reference until the links have updated.
2013-03-23 Vinay SajipIssue #17521: Corrected non-enabling of logger followin...
2013-03-23 Vinay SajipUpdated Misc/NEWS with #17508.
2013-03-22 Martin v. LoewisIssue #17425: Build against openssl 0.9.8y on Windows.
2013-03-22 Vinay SajipIssue #17508: Handled out-of-order handler configuratio...
2013-03-22 Benjamin Petersonbackout 66e30c4870bb for breaking OSX (#13150)
2013-03-22 Raymond HettingerModernize unittest example
2013-03-21 doko@ubuntu.com- Issue #13150: sysconfig no longer parses the Makefile...
2013-03-20 Benjamin Petersonfix issue reference
2013-03-20 Benjamin Petersonthis obviously is not going to raise any -3 warnings
2013-03-20 Benjamin Petersonsite.py is needed to set up paths
2013-03-20 Gregory P.... Use a larger amount of data for the interrupted_write...
2013-03-20 Kristján Valur... Issue #10212: Support new buffer interface for struct...
2013-03-19 Kristján Valur... Issue #10211 : Buffer object should support the new...
2013-03-20 Kristján Valur... Issue #12098 : Fix a missing import in the unittests.
2013-03-19 Kristján Valur... Issue #10296 : Don't handle BreakPoint exceptions using
2013-03-19 Kristján Valur... Issue #12098: multiprocessing on Windows now starts...
2013-03-19 doko@ubuntu.com- update config.guess and config.sub
2013-03-19 doko@ubuntu.comReindent files for:
2013-03-19 doko@ubuntu.com- Issue #17477: Update the bsddb module to pybsddb...
2013-03-19 Kristján Valur... issue #9090 : Take the same approach for socketmodule...
2013-03-19 R David Murray#8862: Fix curses cleanup with getchar is interrupted...
2013-03-19 Kristján Valur... issue #9090 : Limit the fix to windows since getting...
2013-03-19 Kristján Valur... Issue #9090 : Error code 10035 calling socket.recv...
2013-03-18 Gregory P.... Fixes issue #17192: Update the ctypes module's libffi...
2013-03-18 Benjamin Petersonopen file in binary mode
2013-03-18 R David Murray#16057: Clarify why the base method default is called...
2013-03-17 Terry Jan ReedyIssue #17415: Trim trailing whitespace
2013-03-17 Terry Jan ReedyIssue #17415: Clarify 'this' referent by moving contain...
2013-03-16 Terry Jan ReedyMerge heads.
2013-03-16 Terry Jan ReedyIssue #17418: specify that buffer sizes are bytes.
2013-03-16 Ezio Melotti#11420: make test suite pass with -B/DONTWRITEBYTECODE...
2013-03-15 Terry Jan ReedyIssue #17398: document url argument of RobotFileParser
2013-03-14 Terry Jan ReedyIssue #17412: update 2.7 Doc/make.bat to also use sphin...
2013-03-14 Serhiy StorchakaIssue #1285086: Get rid of the refcounting hack and...
2013-03-14 Serhiy StorchakaIssue #17299: Add test coverage for cPickle with file...
2013-03-13 Senthil Kumaran#17307 - Example of HTTP PUT Request using httplib
2013-03-13 Ezio Melotti#17402: avoid shadowing built-in map in mmap examples...
2013-03-12 Ezio Melotti#17368: Fix an off-by-one error in the Python JSON...
2013-03-12 Eli BenderskyIssue #11367: fix documentation of some find* methods...
2013-03-12 Terry Jan ReedyFix issue number
2013-03-12 Terry Jan ReedyIssue #14707: add news entry
2013-03-11 Terry Jan ReedyIssue #17047: remove doubled words found in 2.7 to...
2013-03-11 Terry Jan ReedyIssue #17047: remove doubled words found in 2.7 to...
2013-03-11 Terry Jan ReedyIssue #17047: removed doubled words in Doc/*, Mac/...
2013-03-11 Ezio Melotti#16004: Add `make touch`.
2013-03-11 Ezio Melotti#11963: fix Windows buildbots.
2013-03-10 Ezio Melotti#11963: remove human verification from test_subprocess.
2013-03-10 Raymond HettingerClassmethod example needs to inherit from object
2013-03-10 Raymond HettingerIssue #17351: Modernize the pure Python property()...
2013-03-10 Ezio Melotti#14489: fix wrong link.
2013-03-10 Ezio Melotti#11963: fix Windows buildbots.
2013-03-09 Ezio Melotti#11963: avoid printing messages in test_parser. Initia...
2013-03-09 Eli BenderskyAdd warning in ctypes documentation for #16575 and...
2013-03-09 Raymond HettingerIssue #17375: Add docstrings to the threading module.
2013-03-09 Terry Jan ReedyIssue #17332: fix json doc typo /convered/converted...
2013-03-08 Vinay SajipIssue #17376: Clarified documentation for TimedRotating...
2013-03-08 Eli BenderskyClosing #17378: ctypes documentation fix.
2013-03-06 Eli BenderskyFix doc grammar and line width
2013-03-06 Ezio Melotti#17364: remove documentation for a function that does...
2013-03-05 Senthil KumaranReverting the changeset c31d700dea8b made for Issue...
2013-03-05 Senthil KumaranFix Issue #12921: BaseHTTPServer's send_error should...
2013-03-05 Raymond Hettingermerge
2013-03-05 Raymond HettingerIssue #16098: Update heapq.nsmallest to use the same...
2013-03-04 Ned DeilyIssue #16848: python-config now returns proper --ldflag...
2013-03-04 Antoine PitrouIssue #17278: Fix a crash in heapq.heappush() and heapq...
2013-03-04 Ezio Melotti#17346: make sure pickle tests are run against all...
2013-03-03 Mark DickinsonIssue #16445: Fix potential segmentation fault when...
2013-03-01 Ezio MelottiFix markup in unittest doc.
2013-03-01 Ezio Melotti#17315: unlink a file that test_posixpath was leaving...
2013-02-28 Raymond HettingerThe example regex should be a raw string.
2013-02-28 Ezio MelottiAdd a link to the demo dir.
2013-02-28 Ezio MelottiFix markup in unittest docs.
2013-02-27 Chris JerdonekIssue #16406: combine the doc pages for uploading and...
2013-02-26 Petri LehtinenIssue #14720: Enhance sqlite3 microsecond conversion...
2013-02-26 Richard OudkerkIssue #17018: Make Process.join() retry if os.waitpid...
2013-02-26 Senthil KumaranFix issue16932: Fix the urlparse example. Remote :port...
2013-02-26 Serhiy StorchakaIssue #13555: Fix an integer overflow check.
next