projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2011-12-24
Sandro Tosi
correct syslog.openlog() argument name to logoption...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Meador Inge
Issue #13632: Update token documentation to reflect...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Benjamin Peterson
parameter_list was meant here
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Benjamin Peterson
kill superfluous 'comprehension' case (closes #13658)
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Charles-François...
Issue #13565: Increase multiprocessing's server socket...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Senthil Kumaran
Minor code style improvements in http.server suggested...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Senthil Kumaran
News entry for Issue12798
commit
|
commitdiff
|
tree
|
snapshot
2011-12-23
Senthil Kumaran
Issue12798 - Update mimetypes documentation. Correct...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-22
Ross Lagerwall
Don't redefine _GNU_SOURCE if it's already defined.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-22
Ross Lagerwall
Issue #11006: Don't issue low level warning in subproce...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-22
Michael Foord
Metaclasses with metaclasses with a __dict__ descriptor...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Antoine Pitrou
Use context managers in test_ssl to simplify test writing.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Antoine Pitrou
Issue #13645: fix test_import failure when run immediat...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Antoine Pitrou
Issue #13597: Fix the documentation of the "-u" command...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-21
Antoine Pitrou
Issue #1785: Fix inspect and pydoc with misbehaving...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Benjamin Peterson
fix possible if unlikely leak
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Benjamin Peterson
note the blinding speed of these functions
commit
|
commitdiff
|
tree
|
snapshot
2011-12-20
Charles-François...
Followup to issue #11867: Use socketpair(), since FreeB...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Benjamin Peterson
don't mention implementation detail
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Antoine Pitrou
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_a...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Charles-François...
Issue #13453: Try to increase some socket timeouts...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Victor Stinner
Issue #13628: python-gdb.py is now able to retrieve...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Charles-François...
Issue #11867: Make test_mailbox.test_lock_conflict...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ezio Melotti
#13576: add tests about the handling of (possibly broke...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-19
Ezio Melotti
#13387: rephrase unclear sentence.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Michael Foord
Fix inspect.getattr_static to work on modules (again).
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Victor Stinner
Handle correctly _Py_fopen() error: don't replace the...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Antoine Pitrou
Followup to #7502: add __hash__ method and tests.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Antoine Pitrou
Merge
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Georg Brandl
Small clarification in docstring of dict.update():...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Antoine Pitrou
Merge
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Antoine Pitrou
Issue #7502: Fix equality comparison for DocTestCase...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Victor Stinner
Issue #13617: Document that the result of the conversio...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Charles-François...
Issue #11870: threading: Properly reinitialize threads...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Charles-François...
Issue #8035: urllib: Fix a bug where the client could...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Victor Stinner
Issue #13522: Fix _Py_co_pow() documentation
commit
|
commitdiff
|
tree
|
snapshot
2011-12-18
Antoine Pitrou
Issue #13522: document error return values of some...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Victor Stinner
Issue #11231: Fix bytes and bytearray docstrings
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Victor Stinner
Issue #13530: Document os.lseek() result
commit
|
commitdiff
|
tree
|
snapshot
2011-12-17
Victor Stinner
Issue #10951: Fix a compiler warning in timemodule.c
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Ezio Melotti
#13613: fix example in re doc.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Victor Stinner
main() now displays an error message before exiting...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-16
Antoine Pitrou
Issue #10350: Read and save errno before calling a...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Victor Stinner
Issue #13545: Fix platform.libc_version() is the SO...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Antoine Pitrou
Issue #13597: Improve documentation of standard streams.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Antoine Pitrou
Fix the fix for issue #12149: it was incorrect, althoug...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Meador Inge
Issue #13591: Moving the NEWS line to the right release.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-15
Meador Inge
Issue #13591: import_module potentially imports a modul...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Ned Deily
Issue #4625: add NEWS entry.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Ned Deily
Issue #4625: If IDLE cannot write to its recent file...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Charles-François...
Issue #13453: Fix a race condition in test_poplib.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-14
Charles-François...
Issue #4028: Make multiprocessing build on SunOS.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-13
Alexandre Vassalotti
Issue #13505: Make pickling of bytes object compatible...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-13
Ezio Melotti
#6570: clarify tutorial section about keyword arguments.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-13
Ezio Melotti
#13549: improve tutorial section about listcomps.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Benjamin Peterson
we're always going to have gc
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Benjamin Peterson
you can't get resource.error if you can't import resource
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Charles-François...
Issue #13453: Catch EAI_FAIL in support.transient_internet.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-10
Lars Gustäbel
Fix doc typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Florent Xicluna
Remove obsolete py3k comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Florent Xicluna
Fix docstring typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Antoine Pitrou
Issue #13528: rework the performance question in the...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-09
Victor Stinner
Issue #5905: time.strftime() is now using the locale...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Stefan Krah
Issue #13547: clean Lib/_sysconfigdata.py and Modules...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-08
Stefan Krah
Issue #11149: Also enable -fwrapv if $CC is a full...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Victor Stinner
Issue #11886: workaround an OS bug (time zone data...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Ezio Melotti
#13531: add a test for defaultdict with a non-callable...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-07
Ned Deily
Issue #8641: Update IDLE 3 syntax coloring to recognize...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Jesus Cea
Close #13500: Hitting EOF gets cmd.py into a infinite...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Lars Gustäbel
Correctly detect bzip2 compressed streams with blocksiz...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Barry Warsaw
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Antoine Pitrou
s/SOCKSTREAM/TCP/
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Antoine Pitrou
Reword IPC section
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Antoine Pitrou
Use www.python.org instead of a hostname pointing to...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Antoine Pitrou
Remove the outdated notion that multithreading doesn...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Antoine Pitrou
Remove reference to the base64 encoding.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Antoine Pitrou
The functional module hasn't been maintained since...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-04
Antoine Pitrou
Remove obsolete references to bsddb
commit
|
commitdiff
|
tree
|
snapshot
2011-12-04
Antoine Pitrou
Issue #13527: remove mention of Python megawidgets...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-04
Georg Brandl
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Streamline mention of sorted()
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Break down and refine memory management question
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Reformulate answer, and remove off-topic discussion...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Fix compatibility statement.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Remove outdated question (the bsddb module isn't includ...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Refine FAQ entry for catching stdout
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Advocate PyTuple_Pack instead of manual building of...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Remove outdate FAQ content
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Streamline FAQ entry about the ternary operator, and...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Remove references to psyco, which is mostly unmaintaine...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Mention PySide in the "other GUIs" page.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Antoine Pitrou
Mention the new GTK+ 3 bindings.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Meador Inge
Issue #13513: IOBase docs incorrectly link to the readl...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Jason R. Coombs
Issue #13211: Add .reason attribute to HTTPError to...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-03
Jason R. Coombs
Issue #12666: Added section about map changes.
commit
|
commitdiff
|
tree
|
snapshot
2011-08-01
Jason R. Coombs
Issue #12666: Clarifying changes in map for Python 3
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Petri Lehtinen
Issue #13439: Fix many errors in turtle docstrings.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Ezio Melotti
#13494: s/cast/convert/. Also add a link.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Ezio Melotti
#13499: fix example adding >>> before the comments.
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Ezio Melotti
#8414: add more tests for "assert". Initial patch...
commit
|
commitdiff
|
tree
|
snapshot
next