]> granicus.if.org Git - python/shortlog
python
2012-01-01 Benjamin Petersonmerge heads
2012-01-01 Benjamin Petersonadd another year to glorious PSF IP
2011-12-31 Sandro Tosifix some broken URLs
2011-12-31 Eli BenderskySome formatting & grammar fixes for the multiprocessing doc
2011-12-31 Benjamin Petersonindicate msg is an argument
2011-12-30 Antoine PitrouFix no-op tests in importlib.
2011-12-30 Benjamin Petersonuse booleans
2011-12-27 Benjamin Petersonpropgate error in other conditions
2011-12-25 Georg BrandlI do not think we will ever have auto-indent at the...
2011-12-25 Sandro Tosiuse list() to wrap range() in itertools.permutations...
2011-12-25 Sandro Tosifix "Title underline too short" sphinx warning
2011-12-25 Sandro Tosiuse double-quote char instead of unicode ones; thanks...
2011-12-25 Sandro Tosifix to sent/send typo
2011-12-25 Sandro Tosifix Constuctor/Constructor typo; thanks to Anthon van...
2011-12-24 Sandro Tosipoint IronPython to ironpython.net; thanks to Lazar...
2011-12-24 Sandro Tosifix Rather that/Rather than; thanks to Reuben Thomas...
2011-12-24 Sandro Tosiremove spurious dot from string formatting example...
2011-12-24 Sandro Tosicorrect syslog.openlog() argument name to logoption...
2011-12-24 Meador IngeIssue #13632: Update token documentation to reflect...
2011-12-24 Benjamin Petersonparameter_list was meant here
2011-12-24 Benjamin Petersonkill superfluous 'comprehension' case (closes #13658)
2011-12-23 Charles-François... Issue #13565: Increase multiprocessing's server socket...
2011-12-23 Senthil KumaranMinor code style improvements in http.server suggested...
2011-12-23 Senthil KumaranNews entry for Issue12798
2011-12-23 Senthil KumaranIssue12798 - Update mimetypes documentation. Correct...
2011-12-22 Ross LagerwallDon't redefine _GNU_SOURCE if it's already defined.
2011-12-22 Ross LagerwallIssue #11006: Don't issue low level warning in subproce...
2011-12-22 Michael FoordMetaclasses with metaclasses with a __dict__ descriptor...
2011-12-21 Antoine PitrouUse context managers in test_ssl to simplify test writing.
2011-12-21 Antoine PitrouIssue #13645: fix test_import failure when run immediat...
2011-12-21 Antoine PitrouIssue #13597: Fix the documentation of the "-u" command...
2011-12-21 Antoine PitrouIssue #1785: Fix inspect and pydoc with misbehaving...
2011-12-20 Benjamin Petersonfix possible if unlikely leak
2011-12-20 Benjamin Petersonnote the blinding speed of these functions
2011-12-20 Charles-François... Followup to issue #11867: Use socketpair(), since FreeB...
2011-12-19 Benjamin Petersondon't mention implementation detail
2011-12-19 Antoine PitrouIssue #5424: add tests for inet_ntoa, inet_ntop, inet_a...
2011-12-19 Charles-François... Issue #13453: Try to increase some socket timeouts...
2011-12-19 Victor StinnerIssue #13628: python-gdb.py is now able to retrieve...
2011-12-19 Charles-François... Issue #11867: Make test_mailbox.test_lock_conflict...
2011-12-19 Ezio Melotti#13576: add tests about the handling of (possibly broke...
2011-12-19 Ezio Melotti#13387: rephrase unclear sentence.
2011-12-18 Michael FoordFix inspect.getattr_static to work on modules (again).
2011-12-18 Victor StinnerHandle correctly _Py_fopen() error: don't replace the...
2011-12-18 Antoine PitrouFollowup to #7502: add __hash__ method and tests.
2011-12-18 Antoine PitrouMerge
2011-12-18 Georg BrandlSmall clarification in docstring of dict.update():...
2011-12-18 Antoine PitrouMerge
2011-12-18 Antoine PitrouIssue #7502: Fix equality comparison for DocTestCase...
2011-12-18 Victor StinnerIssue #13617: Document that the result of the conversio...
2011-12-18 Charles-François... Issue #11870: threading: Properly reinitialize threads...
2011-12-18 Charles-François... Issue #8035: urllib: Fix a bug where the client could...
2011-12-18 Victor StinnerIssue #13522: Fix _Py_co_pow() documentation
2011-12-18 Antoine PitrouIssue #13522: document error return values of some...
2011-12-17 Victor StinnerIssue #11231: Fix bytes and bytearray docstrings
2011-12-17 Victor StinnerIssue #13530: Document os.lseek() result
2011-12-17 Victor StinnerIssue #10951: Fix a compiler warning in timemodule.c
2011-12-16 Ezio Melotti#13613: fix example in re doc.
2011-12-16 Victor Stinnermain() now displays an error message before exiting...
2011-12-16 Antoine PitrouIssue #10350: Read and save errno before calling a...
2011-12-15 Victor StinnerIssue #13545: Fix platform.libc_version() is the SO...
2011-12-15 Antoine PitrouIssue #13597: Improve documentation of standard streams.
2011-12-15 Antoine PitrouFix the fix for issue #12149: it was incorrect, althoug...
2011-12-15 Meador IngeIssue #13591: Moving the NEWS line to the right release.
2011-12-15 Meador IngeIssue #13591: import_module potentially imports a modul...
2011-12-14 Ned DeilyIssue #4625: add NEWS entry.
2011-12-14 Ned DeilyIssue #4625: If IDLE cannot write to its recent file...
2011-12-14 Charles-François... Issue #13453: Fix a race condition in test_poplib.
2011-12-14 Charles-François... Issue #4028: Make multiprocessing build on SunOS.
2011-12-13 Alexandre VassalottiIssue #13505: Make pickling of bytes object compatible...
2011-12-13 Ezio Melotti#6570: clarify tutorial section about keyword arguments.
2011-12-13 Ezio Melotti#13549: improve tutorial section about listcomps.
2011-12-10 Benjamin Petersonwe're always going to have gc
2011-12-10 Benjamin Petersonyou can't get resource.error if you can't import resource
2011-12-10 Charles-François... Issue #13453: Catch EAI_FAIL in support.transient_internet.
2011-12-10 Lars GustäbelFix doc typo.
2011-12-09 Florent XiclunaRemove obsolete py3k comment.
2011-12-09 Florent XiclunaFix docstring typo.
2011-12-09 Antoine PitrouIssue #13528: rework the performance question in the...
2011-12-09 Victor StinnerIssue #5905: time.strftime() is now using the locale...
2011-12-08 Stefan KrahIssue #13547: clean Lib/_sysconfigdata.py and Modules...
2011-12-08 Stefan KrahIssue #11149: Also enable -fwrapv if $CC is a full...
2011-12-07 Victor StinnerIssue #11886: workaround an OS bug (time zone data...
2011-12-07 Ezio Melotti#13531: add a test for defaultdict with a non-callable...
2011-12-07 Ned DeilyIssue #8641: Update IDLE 3 syntax coloring to recognize...
2011-12-06 Jesus CeaClose #13500: Hitting EOF gets cmd.py into a infinite...
2011-12-06 Lars GustäbelCorrectly detect bzip2 compressed streams with blocksiz...
2011-12-05 Barry Warsaw- Issue #11147: Fix an unused argument in _Py_ANNOTATE_...
2011-12-05 Antoine Pitrous/SOCKSTREAM/TCP/
2011-12-05 Antoine PitrouReword IPC section
2011-12-05 Antoine PitrouUse www.python.org instead of a hostname pointing to...
2011-12-05 Antoine PitrouRemove the outdated notion that multithreading doesn...
2011-12-05 Antoine PitrouRemove reference to the base64 encoding.
2011-12-05 Antoine PitrouThe functional module hasn't been maintained since...
2011-12-04 Antoine PitrouRemove obsolete references to bsddb
2011-12-04 Antoine PitrouIssue #13527: remove mention of Python megawidgets...
2011-12-04 Georg BrandlFix typo.
2011-12-03 Antoine PitrouStreamline mention of sorted()
2011-12-03 Antoine PitrouBreak down and refine memory management question
2011-12-03 Antoine PitrouReformulate answer, and remove off-topic discussion...
next