projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
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
2011-11-30
Antoine Pitrou
Issue #1040439: better document how to compile and...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Éric Araujo
Fix inspect.getmodule to use a copy of sys.modules...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Éric Araujo
Mark up constants in sockets docs as such
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Éric Araujo
Fix instructions on how to rebuild some modules
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Éric Araujo
Add a regrtest cleanup check for shutil registries
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Éric Araujo
Fix last remaining references to ex-devguide
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Éric Araujo
Fix typo (#13467)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Victor Stinner
Fix curses module for strict SysV implementation (witho...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Antoine Pitrou
Fix resource warning in test_xmlrpc_net
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Antoine Pitrou
Issue #13434: skip the time.xmlrpc.com test, and reenab...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Antoine Pitrou
Issue #7111: Python can now be run without a stdin...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Meador Inge
Issue #12618: py_compile cannot create files in current...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Charles-François...
Issue #13415: Skip test_os.test_unset_error on FreeBSD...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Charles-François...
Issue #13415: Test in configure if unsetenv() has a...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-27
Jesus Cea
Closes issue #13488: Some old preprocessors have proble...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Antoine Pitrou
Issue #13444: When stdout has been closed explicitly...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Meador Inge
Issue #12618: fix py_compile unit tests to handle diffe...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Meador Inge
Issue #12618: create unit tests for the py_compile...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-26
Meador Inge
Issue #13380: add an internal function for resetting...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Antoine Pitrou
Issue #12856: Ensure child processes do not inherit...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Antoine Pitrou
Clarify concatenation behaviour of immutable strings...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Eli Bendersky
fix some typos in Doc/c-api/memoryview.rst
commit
|
commitdiff
|
tree
|
snapshot
2011-11-24
Senthil Kumaran
testFnNames is assigned twice.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Vinay Sajip
Added a configuration dictionary example to the logging...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Vinay Sajip
Closes #13459: Clarified documentation on Logger.propag...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Benjamin Peterson
decref correct object
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Benjamin Peterson
plug refleak
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Antoine Pitrou
Issue #13458: Fix a memory leak in the ssl module when...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Victor Stinner
Issue #13436: Fix unsetenv() test on Windows
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Victor Stinner
Merge branch 3.2
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Victor Stinner
Issue #13415: os.unsetenv() doesn't ignore errors anymore.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Amaury Forgeot...
Issue #13436: commit regenerated Python-ast.c
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Amaury Forgeot...
Issue #13436: Fix a bogus error message when an AST...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Charles-François...
Issue #13156: _PyGILState_Reinit(): Re-associate the...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Amaury Forgeot...
bytes() can't be used to get a representation of an...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Charles-François...
Issue #12156: Skip test_multiprocessing on systems...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Victor Stinner
Issue #13093: Fix error handling on PyUnicode_EncodeDec...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Antoine Pitrou
Issue #13322: Fix BufferedWriter.write() to ensure...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Victor Stinner
Close #13401: Skip TestFileTypeW of test_argparse if...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Petri Lehtinen
Issue #13338: Handle all enumerations in _Py_ANNOTATE_M...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Mark Dickinson
Issue #12245: Document sys.float_info.rounds better.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Ezio Melotti
#13387: add note about checking the exact type in asser...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Ezio Melotti
#11112: Fix typo in a base class in test_socket.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Ezio Melotti
#13358: HTMLParser now calls handle_data only once...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Ezio Melotti
#4147: minidom's toprettyxml no longer adds whitespace...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Ezio Melotti
#13426: fix typos in pickle doc.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Eli Bendersky
fixing typos in optparse doc
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
Éric Araujo
Branch merge
commit
|
commitdiff
|
tree
|
snapshot
2011-11-15
Antoine Pitrou
Issue #13333: The UTF-7 decoder now accepts lone surrogates
commit
|
commitdiff
|
tree
|
snapshot
2011-11-14
Éric Araujo
Fix markup
commit
|
commitdiff
|
tree
|
snapshot
2011-11-14
Ezio Melotti
#1745761, #755670, #13357, #12629, #1200313: improve...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-14
Ezio Melotti
Group tests about attributes in a separate class.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Eli Bendersky
Clarify the existence of the <> operator in Grammar...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Antoine Pitrou
Fix memory leak with FLUFL-related syntax errors (!)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Antoine Pitrou
Restore smtpd.DEBUGSTREAM at the end of test_smtpd.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Petri Lehtinen
Merge heads
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Petri Lehtinen
Update mailbox.Maildir tests
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Eli Bendersky
Issue #12767: documenting threading.Condition.notify
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Antoine Pitrou
Add NEWS entry for #13193
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Antoine Pitrou
Issue #13193: fix distutils.filelist.FileList under...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Florent Xicluna
Reformat paragraphs.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Florent Xicluna
Few typos in the documentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Florent Xicluna
Fix few typos.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Florent Xicluna
Remove duplicate ACKS.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Brian Curtin
Fix #13384. Remove __future__ import in 3.x code.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Eli Bendersky
Issue #13161: fix doc strings of __i*__ operators
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Eli Bendersky
Issue #13191: typo in argparse docs
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Eli Bendersky
Issue #13365: correct an error in the documentation...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-10
Ezio Melotti
#13379: update Unicode version in unicodedata docstring...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Antoine Pitrou
Issue #13373: multiprocessing.Queue.get() could sometim...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Charles-François...
test_import: test_execute_bit_not_copied() was actually...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Jesus Cea
Partial patch for issue #11812: Take care of test_telne...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Jesus Cea
Solved a potential deadlock in test_telnetlib.py. Relat...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Nick Coghlan
Issue #13237: Fix formatting error - the legacy shell...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Nick Coghlan
Issue #13237: Remove duplicate data value descriptions...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Nick Coghlan
Issue #13237: Forward port subprocess module updates...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Éric Araujo
Don’t interpret backslashes in ASCII diagram in a docstring
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Éric Araujo
Document that shutil.make_archive does not typecheck...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Vinay Sajip
Closes #13361: Raise correct exception type.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Vinay Sajip
Closes #13661: Check added for type of logger name.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-06
Petri Lehtinen
Revert "Accept None as start and stop parameters for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-06
Petri Lehtinen
curses.tparm() is expecting a byte string, not curses...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-06
Antoine Pitrou
Skip early if stdin and stdout are not ttys
commit
|
commitdiff
|
tree
|
snapshot
2011-11-06
Antoine Pitrou
Backport robustness fix for test_builtin
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Antoine Pitrou
Issue #13342: input() used to ignore sys.stdin's and...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Petri Lehtinen
Accept None as start and stop parameters for list.index...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Raymond Hettinger
Improve Counter.__repr__() to not fail with unorderable...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Petri Lehtinen
Update .gitignore
commit
|
commitdiff
|
tree
|
snapshot
next